1 2010-12-03 Glenn Morris <rgm@gnu.org>
3 * nxml/nxml-mode.el: Require rng-nxml.
4 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
7 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
8 * nxml/rng-nxml.el, nxml/rng-valid.el:
9 Remove leading `*' from defcustom docs.
11 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
12 (normal-top-level-add-to-load-path, tty-handle-args):
13 Convert comments to basic doc-strings.
15 * net/browse-url.el (browse-url-url-at-point)
16 (browse-url-default-browser): Remove autoload cookies.
18 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
19 Remove more undefined cl functions.
21 * vc/diff.el (diff-sentinel): Make new arguments optional.
22 * ibuf-ext.el (diff-sentinel): Update declaration.
24 2010-12-03 Daiki Ueno <ueno@unixuser.org>
26 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
27 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
28 (epg-context-set-passphrase-callback): Mention that the callback
29 is not called when used with GnuPG 2.x.
31 2010-12-02 Michael Albinus <michael.albinus@gmx.de>
33 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
34 (tramp-file-name-port): Check also for `tramp-default-port'.
35 (tramp-get-connection-name): New defun.
36 (tramp-get-connection-process): Use it.
37 (tramp-debug-message): Extend function exclude list.
38 (tramp-drop-volume-letter): Fix doc string.
40 * net/tramp-cmds.el: Remove solved todo item.
47 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
48 and `tramp-default-user-alist', respectively.
50 * net/tramp-gw.el (tramp-gw-open-connection): Use
51 `tramp-get-connection-name' and `tramp-get-connection-buffer'.
53 * net/tramp-imap.el (tramp-imap-make-iht): Use just
54 `tramp-file-name-port'.
56 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
57 and "psftp". Exchange "%k" marker with options.
58 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
59 Compute size of link target.
60 (tramp-do-copy-or-rename-file-out-of-band). Move setting of
61 `tramp-current-*' up due to gateway methods. Optimze computing of
62 copy arguments. Use `tramp-get-connection-name' and
63 `tramp-get-connection-buffer'. Improve debug messages.
64 (tramp-compute-multi-hops): Remove port determination.
65 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
67 * net/trampver.el: Update release number.
69 2010-12-02 Glenn Morris <rgm@gnu.org>
71 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
72 Avoid infinite loop over windows. (Bug#7492)
74 * progmodes/flymake.el (flymake-check-file-limit):
75 Allow nil to mean "no limit".
76 (flymake-check-patch-master-file-buffer): Update for above change.
77 Allow a .tex file-name extension to be optional.
78 (flymake-master-tex-init): Also match \include statements.
80 2010-11-30 Sam Steingold <sds@gnu.org>
82 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
83 (nxml-parent-document-set): A function to set `nxml-parent-document'.
84 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
85 (nxml-mode-hook): Remove `defcustom' (auto-defined by
86 define-derived-mode').
87 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
88 users who want to call `nxml-parent-document-set'.
90 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
92 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
93 stand-alone lines, since that is handled by log-edit-match-to-eoh
96 2010-11-27 Eduard Wiebe <usenet@pusto.de>
98 * dired.el (dired-get-filename): Replace backslashes with slashes
99 in file names on MS-Windows, needed by `locate'. (Bug#7308)
100 * locate.el (locate-default-make-command-line): Don't consider
101 drive letter and root directory part of
102 `directory-listing-before-filename-regexp'. (Bug#7308)
103 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
105 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
107 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
108 of :smie-open/close-alist.
109 (smie-next-sexp): Make it accept a "start token" as argument.
110 (smie-indent-keyword): Be careful not to misidentify tokens that span
111 more than one line, as empty lines. Add argument `token'.
113 2010-11-27 Kenichi Handa <handa@m17n.org>
115 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
116 multipart subtypes, insert all as usual.
118 * mail/rmail.el: Require rfc2047.
120 2010-11-27 Kenichi Handa <handa@m17n.org>
122 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
123 (rmail-mime-entity-disposition)
124 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
125 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
126 (rmail-mime-save): Handle the case that the button's `data' is a
128 (rmail-mime-insert-text): New function.
129 (rmail-mime-insert-image): Handle the case that DATA is a MIME
131 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
132 (rmail-mime-insert-bulk): New function mostly copied from the old
133 rmail-mime-bulk-handler.
134 (rmail-mime-multipart-handler): Just call
135 rmail-mime-process-multipart.
136 (rmail-mime-process-multipart): New funciton mostly copied from
137 the old rmail-mime-multipart-handler.
138 (rmail-mime-show): Just call rmail-mime-process.
139 (rmail-mime-process): New funciton mostly copied from the old
141 (rmail-mime-insert-multipart, rmail-mime-parse)
142 (rmail-mime-insert, rmail-show-mime)
143 (rmail-insert-mime-forwarded-message)
144 (rmail-insert-mime-resent-message): New functions.
145 (rmail-insert-mime-forwarded-message-function): Set to
146 rmail-insert-mime-forwarded-message.
147 (rmail-insert-mime-resent-message-function): Set to
148 rmail-insert-mime-resent-message.
150 * mail/rmailsum.el: Require rfc2047.
151 (rmail-header-summary): Handle multiline Subject: field.
152 (rmail-summary-line-decoder): Change the default to
153 rfc2047-decode-string.
155 * mail/rmail.el (rmail-enable-mime): Change the default to t.
156 (rmail-mime-feature): Change the default to `rmailmm'.
157 (rmail-quit): Delete the specifal code for rmail-enable-mime.
158 (rmail-display-labels): Likewise.
159 (rmail-show-message-1): Check rmail-enable-mime, and use
160 rmail-show-mime-function for a MIME message. Decode the headers
161 according to RFC2047.
163 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
165 * progmodes/which-func.el (which-func-imenu-joiner-function):
166 Return a string, as expected.
167 (which-function-mode): Make sure we stop any previous timer before
170 2010-11-27 Michael Albinus <michael.albinus@gmx.de>
172 * net/tramp.el (tramp-default-method-alist)
173 (tramp-default-user-alist, tramp-default-proxies-alist):
174 Adapt custom options type. (Bug#7445)
176 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
178 * progmodes/python.el: Add Ipython support (Bug#5390).
179 (python-shell-prompt-alist)
180 (python-shell-continuation-prompt-alist): New options.
181 (python--set-prompt-regexp): New function.
182 (inferior-python-mode, run-python, python-shell):
183 Require ansi-color. Use python--set-prompt-regexp to set the comint
184 prompt based on the Python interpreter.
185 (python--prompt-regexp): New var.
186 (python-check-comint-prompt)
187 (python-comint-output-filter-function): Use it.
188 (run-python): Use a pipe (Bug#5694).
190 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
192 * progmodes/python.el (run-python): Doc fix.
193 (python-keep-current-directory-in-path): New var (Bug#7454).
195 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
197 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
198 Prompt user before actually printing.
200 2010-11-27 Glenn Morris <rgm@gnu.org>
202 * startup.el (package-enable-at-startup, package-initialize):
203 Remove unnecessary declarations.
205 2010-11-27 Eli Zaretskii <eliz@gnu.org>
207 * international/characters.el (glyphless-char-display-control):
208 Exclude newline and TAB from the c0-control group.
210 2010-11-27 Glenn Morris <rgm@gnu.org>
212 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
213 (expand-mail-aliases): Remove unnecessary autoload.
215 * allout.el (allout-command-prefix, allout-mode-map): Declare.
217 * shell.el (shell-dir-cookie-re): Move definition before use.
219 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
220 Replace undefined CL functions.
222 2010-11-26 Eli Zaretskii <eliz@gnu.org>
224 * simple.el (prog-mode): Set bidi-paragraph-direction to
227 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
229 2010-11-26 Glenn Morris <rgm@gnu.org>
231 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
232 diary-outlook-formats can be sensitive to calendar-date-style.
233 (diary-outlook-formats): Simplify the default setting.
234 (diary-from-outlook-internal): Pass subject and body as arguments.
235 Use dolist rather than dotimes. Don't save the diary buffer.
236 (diary-from-outlook-gnus, diary-from-outlook-rmail):
237 Pass subject and body as explicit arguments to the -internal function.
239 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
241 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
242 parsing them. This makes mailto:...?subject=foo\nbar work.
244 2010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
246 * vc/diff.el (diff): Fix last change.
248 2010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
250 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
251 (pcase--dontcare-upats): New var.
252 (pcase-let, pcase-let*): Generate better code.
253 Accept the same bodies as `let'.
254 (pcase-dolist): New macro.
255 (pcase--trivial-upat-p): New helper function.
256 (pcase--expand): Strip leading "(let nil" if any.
258 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
260 * mail/mailclient.el (browse-url): Require.
261 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
262 use the external browser function to send the mail (bug#7469).
264 * net/browse-url.el (browse-url-browser-function): Revert the
265 default back to the previous value, since the new value broke
267 (browse-url-mailto-function): New variable for mailto: URLs.
268 (browse-url): Use the new variable for mailto: URLs.
270 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
272 * eshell/esh-cmd.el (eshell-parse-command):
273 * eshell/esh-arg.el (eshell-parse-arguments):
274 * eshell/em-script.el (eshell-source-file):
275 Use with-silent-modifications.
277 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
279 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
280 for a merge location.
282 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
283 (vc-bzr-merge-branch): Always prompt.
284 (vc-bzr-async-command): Use the full branch filename.
286 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
288 * shell.el (shell): Use current-buffer by default if it's already
289 a shell mode buffer and its process is dead.
290 Suggested by <jemarch@gnu.org>.
292 2010-11-23 Tassilo Horn <tassilo@member.fsf.org>
294 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
295 Mention that the keywords should be comma separated.
297 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
299 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
300 Accept optional prefix arg meaning to prompt for a command.
301 (vc-update): Use vc-BACKEND-pull if available. Accept optional
302 prefix arg meaning to prompt for a command.
303 (vc-pull): Alias for vc-update.
305 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
306 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
307 (vc-bzr-merge-branch): New functions, implementing merge-branch
310 2010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
312 * Makefile.in: Fix up last merge.
314 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
315 (diff-sentinel): Get them as arguments instead.
316 (diff-old-file, diff-new-file, diff-extra-args): Remove.
317 (diff-file-local-copy, diff-better-file-name): New funs.
318 (diff-no-select): Rename from diff-into-buffer.
319 Support buffers additionally to files. Move `buf' arg. Don't display buf.
320 Prefer closures to buffer-local variables.
321 (diff): Adjust accordingly.
322 (diff-buffer-with-file): Move from files.el.
323 * files.el (diff-buffer-with-file): Move to vc/diff.el.
324 (diff-buffer-internal): Remove.
325 (diff-buffer-buffer): Remove.
326 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
327 the buffer name used, and so as not to mess up windows and frames.
329 2010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
331 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
332 (diff-buffer-internal): New function extracted from diff-buffer-with-file
333 (diff-buffer-with-file): Use it.
334 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
337 2010-11-22 Tassilo Horn <tassilo@member.fsf.org>
339 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
340 \ref's or \pageref's value as default instead of initial input.
342 2010-11-21 Michael Albinus <michael.albinus@gmx.de>
344 * files.el (backup-by-copying-when-mismatch): The default value is
347 * startup.el (normal-top-level):
348 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
349 `backup-by-copying-when-mismatch'.
351 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
353 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
355 2010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
357 * progmodes/python.el (python-font-lock-keywords):
358 Highlight top-level augmented assignments (Bug#6445).
360 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
362 * term/ns-win.el (ns-right-control-modifier)
363 (ns-right-command-modifier): Defvar them.
365 * cus-start.el (all): Add ns-right-control-modifier and
366 ns-right-command-modifier (Bug#7458).
368 2010-11-20 Glenn Morris <rgm@gnu.org>
370 * emacs-lisp/authors.el (authors-ignored-files)
371 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
373 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
375 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
376 (report-emacs-bug-parse-query-results)
377 (report-emacs-bug-create-existing-bugs-buffer): Pass through
378 keywords used for querying the bug database to show them in the
379 existing bugs buffer.
381 2010-11-20 Jan Djärv <jan.h.d@swipnet.se>
383 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
385 * info.el (info-tool-bar-map): Add some :vert-only keywords.
387 2010-11-20 Eli Zaretskii <eliz@gnu.org>
389 * international/characters.el (glyphless-char-display-control):
390 Make it a defcustom, with update-glyphless-char-display as its
392 (top level): Don't call update-glyphless-char-display.
394 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
396 Sync with Tramp 2.2.0.
398 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
399 `file-remote-p' (due to compatibility).
401 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
402 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
404 * net/trampver.el: Update release number.
406 2010-11-20 Eli Zaretskii <eliz@gnu.org>
408 * faces.el (glyphless-char): Define value for `pc'.
410 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
412 Implemented a bug querying mechanism.
413 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
414 (report-emacs-bug-create-existing-bugs-buffer)
415 (report-emacs-bug-parse-query-results)
416 (report-emacs-bug-query-existing-bugs): New functions.
418 2010-11-19 Tassilo Horn <tassilo@member.fsf.org>
420 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
421 a \ref{} or \pageref{} macro, then use its value as initial input.
423 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
425 * calc/calc-units.el (math-build-units-table-buffer):
426 calc/README: Mention that the TeX specific units won't use the
427 `tex' prefix in TeX mode.
428 calc/calc-lang.el (math-variable-table): Don't use the `tex'
429 prefix for units in TeX mode.
431 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
433 * simple.el (kill-new, kill-append, kill-region):
434 * comint.el (comint-kill-region): Make the yank-handler argument
437 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
439 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
440 that are both openers (resp. closers) and something else.
441 (smie-grammar): Loosen definition of valid values.
442 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
443 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
444 (smie-indent-after-keyword): Adjust users.
445 (smie-indent-keyword): Don't indent empty lines.
447 * vc-hg.el (vc-hg-program): New var.
448 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
449 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
451 2010-11-18 Glenn Morris <rgm@gnu.org>
453 * emacs-lisp/autoload.el (autoload-find-destination): The function
454 coding-system-eol-type may return non-numeric values. (Bug#7414)
456 2010-11-18 Ulrich Mueller <ulm@gentoo.org>
458 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
460 2010-11-18 Eli Zaretskii <eliz@gnu.org>
462 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
464 2010-11-18 Chong Yidong <cyd@stupidchicken.com>
466 * textmodes/picture.el (picture-mouse-set-point): Don't use
467 posn-col-row; explicitly compute the motion based on the posn at
468 the window-start (Bug#7390).
470 2010-11-18 Glenn Morris <rgm@gnu.org>
472 * novice.el (disabled-command-function):
473 Fix 2009-11-15 change. (Bug#7384)
475 2010-11-18 Glenn Morris <rgm@gnu.org>
477 * calendar/calendar.el (diary-iso-date-forms): Make elements
478 mutually exclusive. (Bug#7377)
480 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
482 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
483 when filling the remaining "unconstrained" values.
485 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
487 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
490 * files.el (safe-local-variable-p): Gracefully handle errors.
492 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
493 Use smie-indent-virtual when indenting relative to an opener.
494 (smie-rule-separator): Use smie-rule-parent.
495 (smie-indent-keyword): Consult rules, even for openers at bol.
496 (smie-indent-comment-close): Try to align closer's content.
498 2010-11-18 Glenn Morris <rgm@gnu.org>
500 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
502 2010-11-18 Glenn Morris <rgm@gnu.org>
504 * printing.el (pr-menu-bind): Doc fix.
506 * speedbar.el (speedbar-toggle-images): Doc fix.
508 * progmodes/python.el (python-shell): Doc fix.
510 * wid-edit.el (widget-field-use-before-change)
511 (widget-use-overlay-change): Doc fixes.
513 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
515 Minor cleanup to improve style.
516 * textmodes/rst.el (rst-update-section): Use point-marker.
517 (rst-get-decoration): Eliminate unneeded assignment.
518 (rst-promote-region, rst-straighten-decorations)
519 (rst-section-tree, rst-adjust): Use point-marker.
520 (rst-toc-mode-mouse-goto): Avoid setq.
521 (rst-shift-region-guts, rst-shift-region-left)
522 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
523 (rst-convert-bullets-to-enumeration): Use copy-marker.
525 * minibuffer.el (completion-fail-discreetly): New var.
526 (completion--do-completion): Use it.
528 * electric.el (electric-pair-pairs): New var.
529 (electric-pair-post-self-insert-function): Use it.
530 (electric-layout-post-self-insert-function): Don't insert a before
531 newline unless it's actually needed.
533 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
535 * progmodes/python.el (run-python): Explain why we remove the current
536 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
538 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
540 2010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
542 * progmodes/octave-mod.el: Rely on elecric-*-modes.
543 (octave-mode-map): Don't bind ;, SPC, and LF.
544 (octave-auto-indent, octave-auto-newline): Remove.
545 (electric-layout-rules): Declare.
546 (octave-mode): Set electric-layout-rules.
547 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
548 (octave-reindent-then-newline-and-indent, octave-electric-semi)
549 (octave-electric-space): Remove.
551 * electric.el (electric-layout-mode): New minor mode.
552 (electric--after-char-pos): New function.
553 (electric-indent-post-self-insert-function): Use it.
554 (electric-layout-rules): New var.
555 (electric-layout-post-self-insert-function): New function.
556 (electric-indent-mode): Make them interact better.
558 2010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
560 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
561 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
562 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
564 2010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
566 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
567 Make sure to check inside the word (Bug#6761).
569 2010-11-14 Chong Yidong <cyd@stupidchicken.com>
571 * startup.el (command-line): If the cursorColor resource is set,
572 change the cursor face-spec (Bug#7392).
574 2010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
576 The main features of the following allout.el changes are:
577 - implement user customization for the allout key bindings
578 - add a customization control by which the user can inhibit use of
579 a trailing Ctrl-H, so by default it's reserved for use with
580 describe-prefix-bindings
581 - adapt to new version of called-interactively-p, while
582 maintaining backwards compatibility with old version
583 - fix hotspot navigation so i works properly with meta-modified keys
585 * allout.el (allout-keybindings, allout-bind-keys)
586 (allout-keybindings-binding, allout-prefixed-keybindings)
587 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
588 (allout-keybindings-list, allout-mode-map-adjustments)
589 (allout-setup-mode-map): Establish allout-mode keymaps as user
590 customizable settings, and also establish a customizable setting which
591 regulates whether or not a trailing control-h is reserved for use with
592 describe-prefix-bindings - and inhibit it by default, so that control-h
593 *is* reserved for describe-prefix-bindings unless the user changes it.
595 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
596 and accurately between modified and unmodified events, and handle
597 modified events more comprehensively.
599 * allout.el (allout-substring-no-properties):
600 Alias to use or provide version of `substring-no-properties'.
601 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
603 * allout.el (allout-next-single-char-property-change):
604 Alias to use or provide version of `next-single-char-property-change'.
605 (allout-annotate-hidden, allout-hide-by-annotation):
606 Use `allout-next-single-char-property-change'.
608 * allout.el (allout-select-safe-coding-system):
609 Alias to use or provide version of `select-safe-coding-system'.
610 (allout-toggle-subtree-encryption):
611 Use `allout-select-safe-coding-system'.
613 * allout.el (allout-set-buffer-multibyte):
614 Alias to use or provide version of `set-buffer-multibyte'.
615 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
617 * allout.el (allout-called-interactively-p): Macro for using the
618 different versions of called-interactively-p identically, depending on
619 the subroutine's argument signature.
620 (allout-back-to-current-heading, allout-beginning-of-current-entry):
621 Use `(interactive "p")' instead of `(called-interactively-p)'.
623 * allout.el (allout-init, allout-ascend, allout-end-of-level)
624 (allout-previous-visible-heading, allout-forward-current-level)
625 (allout-backward-current-level, allout-show-children):
626 Use `allout-called-interactively-p' instead of `called-interactively-p'.
628 * allout.el (allout-before-change-handler):
629 Exempt edits to the (overlaid) character after the allout outline
630 bullet from edit confirmation prompt.
632 * allout.el (allout-add-resumptions):
633 Ensure that it respects correct buffer for keybindings.
635 * allout.el (allout-beginning-of-line):
636 Use `allout-previous-single-char-property-change' alias for the sake of
637 diverse compatibility.
639 * allout.el (allout-end-of-line):
640 Use `allout-mark-active-p' to encapsulate respect for mark activity.
642 2010-11-13 Chong Yidong <cyd@stupidchicken.com>
644 * frame.el (frame-notice-user-settings): Don't clobber other
645 user-set parameters when calling face-set-after-frame-default in
646 response to background-color parameter (Bug#7373).
648 2010-11-13 Eli Zaretskii <eliz@gnu.org>
650 * international/characters.el (glyphless-char-display-control):
651 Renamed from glyphless-char-control; all users changed. Doc fix.
652 Signal an error if display method is not one of the recognized
655 2010-11-13 Michael Albinus <michael.albinus@gmx.de>
657 * net/tramp-compat.el (tramp-compat-line-beginning-position)
658 (tramp-compat-line-end-position): Remove them.
660 * net/tramp.el (tramp-parse-rhosts-group)
661 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
662 (tramp-parse-hosts-group, tramp-parse-passwd-group)
663 (tramp-parse-netrc-group, tramp-parse-putty-group)
664 * net/tramp-cmds.el (tramp-append-tramp-buffers)
665 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
666 (tramp-sh-handle-file-selinux-context)
667 (tramp-sh-handle-file-name-all-completions)
668 (tramp-sh-handle-insert-directory)
669 (tramp-sh-handle-expand-file-name, tramp-find-executable)
670 (tramp-wait-for-output, tramp-send-command-and-read)
671 * net/tramp-smb.el (tramp-smb-read-file-entry)
672 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
674 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
676 (tramp-remote-coding-commands): Add an alternative using "base64
677 -d -i". This is needed for older base64 versions from GNU
678 coreutils. Reported by Klaus Reichl
679 <Klaus.Reichl@thalesgroup.com>.
681 2010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
683 * simple.el (count-words-region): New function.
685 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
687 * shell.el (shell-dir-cookie-re): New custom variable.
688 (shell-dir-cookie-watcher): New function.
690 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
691 and compilation-mode (bug#7350).
693 * vc/smerge-mode.el (smerge-refine): Choose better default part to
694 highlight when one of them is empty.
696 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
698 (skeleton-newline): New function.
699 (skeleton-internal-1): Use it.
701 * simple.el (open-line): `newline' may strip trailing space.
703 2010-11-12 Kevin Ryde <user42@zip.com.au>
705 * international/mule-cmds.el (princ-list): Use mapc.
707 2010-11-12 Glenn Morris <rgm@gnu.org>
709 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
710 Use it to replace all instances of "*Compile-Log*"
712 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
714 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
717 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
719 * progmodes/modula2.el: Use SMIE and skeleton.
720 (m2-mode-syntax-table): (*..*) can be nested.
721 Add //...\n. Fix paren syntax.
722 (m2-mode-map): Remove LF and TAB bindings.
723 (m2-indent): Add safety property.
724 (m2-smie-grammar): New var.
725 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
726 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
727 (m2-mode): Use define-derived-mode.
728 (m2-newline, m2-tab): Remove.
729 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
730 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
731 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
732 (m2-import): Use define-skeleton.
734 2010-11-11 Glenn Morris <rgm@gnu.org>
736 * obsolete/lucid.el: Don't warn about any CL functions in this file.
738 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
739 (ls-lisp-verbosity): Add custom :set-after property.
740 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
741 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
742 (ls-lisp-insert-directory): Update caller.
743 (ls-lisp-set-options): New function.
744 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
747 * play/landmark.el (lm-prompt-for-move):
748 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
750 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
752 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
753 (idlwave-study-twins): Prefix dynamic local variable `name'.
754 (idlwave-routine-twin-compare): Update for above change.
756 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
757 Prefix dynamic local variables `name', `kwd', and `link'.
758 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
759 * progmodes/idlw-complete-structtag.el
760 (idlwave-complete-structure-tag-help):
761 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
762 (idlwave-complete-sysvar-tag-help)
763 (idlwave-complete-class-structure-tag-help):
764 Update for above name changes.
766 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
768 * net/browse-url.el (browse-url-browser-function): Change the
769 default to use `browse-url-mail' on mailto: URLs.
771 2010-11-10 Chong Yidong <cyd@stupidchicken.com>
773 * emacs-lisp/package.el (package-read-all-archive-contents):
774 Reset package-archive-contents to nil before re-reading.
776 2010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
778 * textmodes/flyspell.el (flyspell-word): Do not re-check words
779 already found as misspellings by (flyspell-large-region), just
780 do highlighting (bug#7322).
782 2010-11-10 Glenn Morris <rgm@gnu.org>
784 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
786 * emulation/edt.el (edt-with-position): New macro.
787 (edt-find-forward, edt-find-backward, edt-find-next-forward)
788 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
789 (edt-paragraph-forward, edt-paragraph-backward): Use it.
791 * emulation/tpu-extras.el (tpu-with-position): New macro.
792 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
794 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
796 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
797 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
798 (texinfo-master-menu, texinfo-insert-node-lines)
799 (texinfo-multiple-files-update):
800 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
801 Use line-beginning-position.
803 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
804 No recent Emacs supports system-type `emx'.
806 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
807 (ada-command-separator, ada-default-prj-properties)
808 (ada-find-any-references): Update for above name change.
810 * dirtrack.el (dirtrack-directory-function)
811 (dirtrack-canonicalize-function):
812 * filecache.el (file-cache-completion-ignore-case)
813 (file-cache-case-fold-search, file-cache-ignore-case):
814 * term.el (serial-port-is-file-p): Cosmetic change.
816 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
817 Remove non-existent `windows-95' system-type.
818 * dired.el (dired-chown-program): Remove non-existent `linux'
821 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
822 (ping-program-options): Remove non-existent `linux' system-type.
824 * startup.el (package-initialize): Update declaration.
826 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
827 (ls-lisp-handle-switches): Use time-less-p.
828 (ls-lisp-format-time): Use float-time.
830 * textmodes/remember.el (remember-time-to-seconds): Remove.
831 (remember-store-in-mailbox): Use float-time.
833 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
835 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
836 never a real function.
837 (with-no-warnings): Remove compat stub, now unused.
838 (time-less-p): Doc fix.
839 (time-to-number-of-days): Simplify.
841 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
843 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
844 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
845 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
846 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
847 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
849 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
850 (eshell-shuffle-files, eshell-shorthand-tar-command)
851 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
852 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
853 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
854 Prefix dynamic local variable `matches'.
856 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
857 Prefix dynamic local variable `skeleton'.
859 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
861 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
862 in mail buffer; make yank-action always a command that yanks original
865 2010-11-09 Glenn Morris <rgm@gnu.org>
867 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
869 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
871 * minibuffer.el (minibuffer-completion-help): Specify the end of the
872 completion field (bug#7211).
874 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
875 Fix handling of backslash escapes.
876 (python-quote-syntax): Adjust accordingly.
878 2010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
880 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
881 (vc-mtn-workfile-branch): Adjust to new output format.
883 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
885 * international/mule-cmds.el (princ-list): Mark as obsolete.
887 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
889 * emacs-lisp/smie.el: New package.
891 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
893 * files.el (backup-by-copying-when-mismatch):
894 Set `permanent-local' property.
896 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
897 `permanent-local' property for `backup-by-copying-when-mismatch'.
899 2010-11-09 Eli Zaretskii <eliz@gnu.org>
901 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
903 2010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
905 * progmodes/verilog-mode.el (verilog-insert-one-definition)
906 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
907 AUTOINOUT for SV style multidimensional arrays, bug294.
908 Reported by Eric Mastromarchi.
909 (verilog-preprocess): Use with-current-buffer and
910 font-lock-fontify-buffer to cleanup style issues.
912 2010-11-09 Glenn Morris <rgm@gnu.org>
914 * locate.el (locate, locate-mode): Doc fixes.
916 2010-11-09 Chong Yidong <cyd@stupidchicken.com>
918 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
919 user for confirmation.
920 (server-force-stop): Use it.
921 (server-start): Use server-force-stop for kill-emacs-hook, to
922 avoid user interaction while killing Emacs.
924 2010-11-09 Glenn Morris <rgm@gnu.org>
926 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
927 (meta-indent-line): Simplify.
929 * vc/emerge.el (emerge-line-number-in-buf):
930 * textmodes/ispell.el (ispell-region):
931 * textmodes/fill.el (current-fill-column):
932 * progmodes/xscheme.el (xscheme-send-current-line):
933 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
934 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
935 * progmodes/sh-script.el (sh-handle-prev-do):
936 * progmodes/meta-mode.el (meta-indent-line):
937 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
939 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
940 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
941 * progmodes/fortran.el (fortran-looking-at-if-then):
942 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
943 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
944 (cperl-find-pods-heres):
945 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
946 * net/quickurl.el (quickurl-list-insert):
947 * net/ldap.el (ldap-search-internal):
948 * net/eudc.el (eudc-expand-inline):
949 * mail/sendmail.el (sendmail-send-it):
950 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
951 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
952 (viper-brac-function):
953 * calc/calc-yank.el (calc-do-grab-region):
954 * calc/calc-keypd.el (calc-keypad-press):
955 * term.el (term-move-columns, term-insert-spaces):
956 * speedbar.el (speedbar-highlight-one-tag-line):
957 * simple.el (current-word):
958 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
959 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
961 * hippie-exp.el (he-line-beg):
962 * epa.el (epa--marked-keys):
963 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
964 (dired-update-file-line, dired-add-entry, dired-remove-entry)
965 (dired-relist-entry):
966 * buff-menu.el (Buffer-menu-buffer):
967 * array.el (current-line):
968 * allout.el (allout-resolve-xref)
969 (allout-latex-verbatim-quote-curr-line):
970 Replace yet more uses of end-of-line etc with line-end-position, etc.
972 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
974 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
975 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
976 (checkdoc-syntax-table): Initialize in the declaration.
977 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
978 the mode on unconditionally.
980 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
981 (extent-end-position, extent-start-position): Remove setf method for
982 non-existing functions (bug#7319).
984 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
986 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
987 (smie-precs->prec2): Rename from smie-precs-precedence-table.
988 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
989 (smie-prec2->grammar): Rename from smie-prec2-levels.
990 (smie-grammar): Rename from smie-op-levels.
991 (smie-indent--hanging-p): Rename from smie-hanging-p.
992 (smie-rule-hanging-p): New alias.
993 (smie-indent--bolp): Rename from smie-bolp.
994 (smie-indent--hanging-p): New alias.
995 (smie--token): New dynamically bound variable.
996 (smie-indent--parent): New function.
997 (smie-rule-parent-p): Use it; rename from smie-parent-p.
998 (smie-rule-next-p): Rename from smie-next-p.
999 (smie-rule-prev-p): Rename from smie-prev-p.
1000 (smie-rule-sibling-p, smie-rule-parent)
1001 (smie-indent--separator-outdent, smie-rule-separator): New functions.
1002 (smie-rule-separator-outdent): New var.
1003 (smie-indent--rule): Merge with smie-indent--column.
1004 (smie-indent-forward-token, smie-indent-backward-token):
1005 Also recognize close parens.
1006 (smie-indent-keyword): Don't use smie-indent--column any more.
1007 (smie-indent-after-keyword): Ignore closers by default.
1008 (smie-indent-line): Use with-demoted-errors.
1009 * progmodes/octave-mod.el (octave-smie-grammar):
1010 Rename from octave-smie-op-levels.
1011 (octave-smie-rules): Adjust to new behavior.
1012 * progmodes/prolog.el (prolog-smie-grammar):
1013 Rename from prolog-smie-op-levels.
1015 2010-11-07 Glenn Morris <rgm@gnu.org>
1017 * eshell/esh-util.el (subst-char-in-string)
1018 (directory-files-and-attributes): These compatibility definitions are
1019 not needed on any version of Emacs since at least 21.4.
1021 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
1022 (verilog-get-end-of-line): Remove.
1023 (verilog-within-string, verilog-re-search-forward-substr)
1024 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
1025 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
1026 Use point-at-bol, point-at-eol.
1027 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
1029 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
1030 (electric-pascal-terminate-line, pascal-set-auto-comments)
1031 (pascal-indent-paramlist, pascal-indent-declaration)
1032 (pascal-get-lineup-indent, pascal-func-completion)
1033 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
1034 Use point-at-bol, point-at-eol.
1035 * progmodes/flymake.el (flymake-line-beginning-position)
1036 (flymake-line-end-position): Remove.
1037 (flymake-highlight-line): Use point-at-bol, point-at-eol.
1038 * eshell/esh-util.el (line-end-position, line-beginning-position):
1039 Remove compat definitions.
1041 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1043 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
1044 Use line-end-position.
1046 * emacs-lisp/chart.el (chart-zap-chars):
1047 * play/decipher.el (decipher-set-map):
1048 * progmodes/ada-mode.el (ada-get-current-indent)
1049 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
1050 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
1051 * progmodes/ada-xref.el (ada-initialize-runtime-library)
1052 (ada-get-all-references):
1053 * progmodes/cperl-mode.el (cperl-electric-paren)
1054 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
1055 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
1056 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
1057 (cperl-word-at-point-hard):
1058 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
1059 (idlwave-shell-filename-string, idlwave-shell-batch-command)
1060 (idlwave-shell-display-line):
1061 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
1062 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
1063 * progmodes/js.el (js--re-search-forward-inner)
1064 (js--re-search-backward-inner):
1065 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
1066 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
1067 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
1068 * textmodes/flyspell.el (flyspell-process-localwords):
1069 * textmodes/ispell.el (ispell-buffer-local-parsing)
1070 (ispell-buffer-local-dict, ispell-buffer-local-words):
1071 Use point-at-bol and point-at-eol.
1073 * speedbar.el (speedbar-generic-item-info)
1074 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
1075 (speedbar-add-indicator, speedbar-check-vc-this-line)
1076 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
1077 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
1078 Replace more uses of end-of-line etc with line-end-position.
1080 2010-11-06 Glenn Morris <rgm@gnu.org>
1082 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
1083 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
1084 (texinfo-delete-existing-pointers, texinfo-find-pointer)
1085 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
1086 (texinfo-multiple-files-update):
1087 * textmodes/table.el (table--probe-cell-left-up)
1088 (table--probe-cell-right-bottom):
1089 * textmodes/picture.el (picture-tab-search):
1090 * textmodes/page-ext.el (pages-copy-header-and-position)
1091 (pages-directory-for-addresses):
1092 * progmodes/vera-mode.el (vera-get-offset):
1093 * progmodes/simula.el (simula-calculate-indent):
1094 * progmodes/python.el (python-pdbtrack-overlay-arrow):
1095 * progmodes/prolog.el (end-of-prolog-clause):
1096 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
1097 * progmodes/icon.el (indent-icon-exp):
1098 * progmodes/etags.el (tag-re-match-p):
1099 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
1100 * progmodes/ebnf2ps.el (ebnf-begin-file):
1101 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
1102 (dcl-save-local-variable):
1103 * play/life.el (life-setup):
1104 * play/gametree.el (gametree-looking-at-ply):
1105 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
1106 * mail/sendmail.el (mail-mode-auto-fill):
1107 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1108 * emacs-lisp/edebug.el (edebug-overlay-arrow):
1109 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
1110 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
1111 (woman-tab-to-tab-stop, WoMan-warn-ignored):
1112 * type-break.el (type-break-file-keystroke-count):
1113 * term.el (term-replace-by-expanded-history-before-point)
1114 (term-skip-prompt, term-extract-string):
1115 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
1116 (speedbar-contract-line, speedbar-toggle-line-expansion)
1117 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
1118 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
1119 * sort.el (sort-skip-fields):
1120 * skeleton.el (skeleton-internal-list):
1121 * simple.el (line-move-finish, line-move-to-column):
1122 * shell.el (shell-forward-command):
1123 * misc.el (copy-from-above-command):
1124 * makesum.el (double-column):
1125 * ebuff-menu.el (electric-buffer-update-highlight):
1126 * dired.el (dired-move-to-end-of-filename):
1127 * dframe.el (dframe-popup-kludge):
1128 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
1129 * arc-mode.el (archive-get-lineno):
1130 Use line-end-position and line-beginning-position.
1132 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
1133 (idlwave-study-twins): Prefix dynamic local `class'.
1134 (idlwave-routine-twin-compare): Update for above name change.
1136 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
1137 Use boundp tests to silence compiler. Update for changed name of
1138 bytecomp-filename variable.
1140 * emulation/viper-cmd.el (viper-read-string-with-history):
1141 Prefix dynamic local `initial'.
1142 (viper-minibuffer-standard-hook): Update for above name change.
1144 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
1145 (elint-init-form): Update for above name change.
1147 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
1148 local variables `cbeg' and `cend' a prefix.
1149 (mail-extr-voodoo): Update for above name change.
1151 * textmodes/reftex-toc.el (reftex-toc-do-promote)
1152 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
1153 (reftex-toc-promote-action): Doc fix.
1155 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
1156 `prompt', `data' a prefix.
1157 (reftex-select-post-command-hook, reftex-select-callback)
1158 (reftex-select-mouse-accept, reftex-select-read-cite):
1159 Update for above name changes.
1161 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
1162 `refstyle' to reftex-refstyle.
1163 (reftex-offer-label-menu): Update for above name change.
1164 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
1165 `refstyle' name change.
1167 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
1168 with with-current-buffer.
1169 (diff, template): Give dynamic local variables a prefix.
1170 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
1171 (emerge-line-number-in-buf): Update for above name change.
1172 (emerge-combine-versions-internal): Rename local `template' to
1173 emerge-combine-template.
1174 (emerge-combine-versions-edit): Update for above name change.
1176 2010-11-06 Ralf Angeli <angeli@caeruleus.net>
1178 * textmodes/reftex-cite.el
1179 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
1180 entries with whitespace after \bibitem.
1181 (reftex-create-bibtex-file): Match entries containing numbers and
1182 symbol constituents. Make sure that entries with whitespace at
1183 various places are found.
1185 2010-11-05 Christian Millour <cm@abtela.com> (tiny change)
1187 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
1189 2010-11-05 Jan Djärv <jan.h.d@swipnet.se>
1191 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
1193 2010-11-05 Glenn Morris <rgm@gnu.org>
1195 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
1196 (woman2-roff-buffer): Give local variable `request' a prefix.
1197 (woman0-macro): Rename argument `request' in the same way.
1198 (woman-request): New name for `request' dynamic variable.
1199 (woman-unquote, woman-forward-arg): Update for above name change.
1200 (woman1-roff-buffer): Give local variable `unquote' a prefix.
1201 (woman1-unquote): New name for `unquote' dynamic variable.
1202 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
1203 (woman-translations): Rename from `translations'. No longer global.
1204 (woman2-tr, woman-translate): Update for above name change.
1205 (woman-translate): Check for bound variable.
1206 (woman2-roff-buffer): Give local variable `translations' a prefix.
1208 * play/doctor.el: Give all local variables a prefix. Update callers.
1209 (doc$, doctor-put-meaning): Use backquote.
1211 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
1212 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
1214 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
1215 variables bytes, ptr, op a prefix.
1216 (disassemble-offset): Update for above change.
1218 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
1220 * emacs-lisp/package.el (package-unpack): Remove no-op.
1221 (package--builtins, package--dir): Doc fix.
1222 (package-activate-1, package-activate, package-install)
1223 (package-compute-transaction): Fix error message.
1224 (package-delete): Use delete-directory. Omit system packages.
1225 (package-initialize): Set package-alist to nil first.
1226 (package-menu-mark-delete, package-menu-mark-install): Don't add
1227 symbols that are inconsistent with the package state.
1228 (package-menu-execute): Perform deletions and installations as
1229 single batch operations.
1231 2010-11-03 Glenn Morris <rgm@gnu.org>
1233 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
1234 (props): Remove unnecessary declaration.
1236 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
1237 set-process-query-on-exit-flag.
1239 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
1240 (reftex-toc-do-promote): Remove unused local `mpos'.
1241 (reftex-toc-restore-region): Make `mpos' local to this function.
1243 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
1245 * play/landmark.el (lm-losing-threshold): Correct spelling.
1246 (lm-human-plays): Use new name.
1248 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
1249 (gomoku-human-plays): Use new name.
1251 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
1252 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
1253 (gomoku-score-trans-table, gomoku-winning-threshold)
1254 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
1256 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
1258 * emacs-lisp/package.el: Don't put built-in packages in
1259 package-alist, to avoid loading inefficiencies.
1260 (package-built-in-p): Make VERSION optional, and treat it as a
1261 minimum acceptable version.
1262 (package-activate): Search separately for built-in packages.
1263 Emit a warning if a dependency fails.
1264 (define-package): Handle most common case, where there is no
1265 obsolete package, first.
1266 (package-compute-transaction): Print required version in error.
1267 (package--initialized): New variable.
1268 (list-packages): Use it.
1269 (package-initialize): Optional arg NO-ACTIVATE. Don't put
1270 built-in packages in packages-alist; keep it separate.
1271 Set package--initialized.
1272 (describe-package): Avoid activating packages as a side-effect.
1273 Search separately for built-in packages.
1274 (describe-package-1): Handle the case where an elpa package is
1275 simultaneously built-in and available/installed.
1276 (package-installed-p, package--generate-package-list):
1277 Search separately for built-in packages.
1278 (package-load-descriptor): Doc fix.
1280 2010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1282 * progmodes/perl-mode.el (perl-syntax-propertize-function):
1283 Handle __DATA__ and __END__.
1285 2010-11-02 Noah Friedman <friedman@splode.com>
1287 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
1288 nil, do not ask to recompile files that are not already compiled,
1289 and do not recompile them.
1291 2010-11-02 Chong Yidong <cyd@stupidchicken.com>
1293 * emacs-lisp/package.el (package-initialize): Ensure that
1294 obsoleted built-in packages are not in package-activated-list
1296 (describe-package-1): Make the "installed" status override
1299 2010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1301 * subr.el (version-separator, version-regexp-alist): Remove '*'
1303 (version-list-<=, version<=, version=): Doc fix.
1305 2010-11-01 Kenichi Handa <handa@m17n.org>
1307 * faces.el (glyphless-char): Inherit underline for tty.
1309 2010-11-01 Kenichi Handa <handa@m17n.org>
1311 Implement various display methods for glyphless characters.
1313 * international/characters.el (char-acronym-table): New variable.
1314 (glyphless-char-control): New variable.
1315 (update-glyphless-char-display): New funciton.
1317 * faces.el (glyphless-char): New face.
1319 2010-11-01 Glenn Morris <rgm@gnu.org>
1321 * calendar/holidays.el (general-holidays, oriental-holidays)
1322 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
1323 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
1324 the definitions of their targets.
1326 * emacs-lisp/smie.el (smie): New custom group.
1327 (smie-blink-matching-inners, smie-indent-basic): Add :group.
1329 * faces.el (xw-defined-colors, x-setup-function-keys):
1330 * mouse-sel.el (x-select-text):
1331 * term/w32console.el (x-setup-function-keys): Update declarations.
1333 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
1335 * textmodes/ispell.el (comment-add): Declare.
1337 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
1340 * info.el (finder-keywords-hash, package-alist): Declare.
1342 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
1344 * finder.el (finder-compile-keywords): Don't use intern-soft,
1345 since package names may not yet exist in the obarray.
1347 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
1349 * vc/vc-arch.el (vc-arch-checkin):
1350 * vc/vc-cvs.el (vc-cvs-checkin):
1351 * vc/vc-mtn.el (vc-mtn-checkin):
1352 * vc/vc-rcs.el (vc-rcs-checkin):
1353 * vc/vc-sccs.el (vc-sccs-checkin):
1354 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
1355 since 2010-04-21 commit by Stefan Monnier.
1357 2010-11-01 Glenn Morris <rgm@gnu.org>
1359 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
1361 * startup.el (package-enable-at-startup, package-initialize):
1364 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
1367 2010-10-31 Julien Danjou <julien@danjou.info>
1369 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
1370 (byte-recompile-directory):
1371 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
1372 Use `byte-recompile-file'.
1374 2010-10-31 Glenn Morris <rgm@gnu.org>
1376 * cus-start.el: Handle standard values via a keyword.
1377 Only set version property if specified.
1378 (cursor-in-non-selected-windows, menu-bar-mode)
1379 (tool-bar-mode, show-trailing-whitespace):
1380 Do not specify standard values.
1381 (transient-mark-mode, temporary-file-directory): Use :standard.
1383 2010-10-31 Jan Djärv <jan.h.d@swipnet.se>
1385 * term/x-win.el (x-get-selection-value): New function that gets
1386 PRIMARY with type as specified in x-select-request-type. (Bug#6802).
1388 2010-10-31 Michael Albinus <michael.albinus@gmx.de>
1390 * net/tramp.el (tramp-handle-insert-file-contents): For root,
1391 preserve owner and group when editing files. (Bug#7289)
1393 2010-10-31 Glenn Morris <rgm@gnu.org>
1395 * speedbar.el (speedbar-mode):
1396 * play/fortune.el (fortune-in-buffer, fortune):
1397 * play/gomoku.el (gomoku-mode):
1398 * play/landmark.el (lm-mode):
1399 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
1400 Replace inappropriate uses of toggle-read-only. (Bug#7292)
1402 * select.el (x-selection): Mark it as an obsolete alias.
1404 2010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1406 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
1407 major-mode (bug#7284).
1409 2010-10-31 Glenn Morris <rgm@gnu.org>
1411 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
1412 rather than just an unused variable that inherits from the real one.
1414 2010-10-31 Alan Mackenzie <acm@muc.de>
1416 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
1417 This fixes bug #7185.
1419 2010-10-30 Chong Yidong <cyd@stupidchicken.com>
1421 * startup.el (command-line): Search for package directories, and
1422 don't load package.el if none are found.
1424 * emacs-lisp/package.el (describe-package, list-packages):
1425 Call package-initialize if it has not been called yet.
1427 2010-10-30 Alan Mackenzie <acm@muc.de>
1429 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
1430 which fontifies the tail of an enum.
1431 (c-basic-matchers-after): Insert a call to the above new function.
1432 This fixes bug #7264.
1434 2010-10-30 Glenn Morris <rgm@gnu.org>
1436 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
1437 tool-bar-mode, transient-mark-mode. (Bug#7306)
1438 Include the :set property in the dumped Emacs.
1440 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1442 SMIE: change indent rules format, improve smie-setup.
1443 * emacs-lisp/smie.el (smie-precs-precedence-table)
1444 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
1445 Mark them pure so the tables gets built at compile time.
1446 (smie-bnf-precedence-table): Store the closer-alist in the table.
1447 (smie-prec2-levels): Preserve the closer-alist.
1448 (smie-blink-matching-open): Be more forgiving in case of indentation.
1449 (smie-hanging-p): Rename from smie-indent--hanging-p.
1450 (smie-bolp): Rename from smie-indent--bolp.
1451 (smie--parent, smie--after): New dynamic vars.
1452 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
1453 (smie-indent-rules): Remove.
1454 (smie-indent--offset-rule): Remove fun.
1455 (smie-rules-function): New var.
1456 (smie-indent--rule): New fun.
1457 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
1458 (smie-indent-exps): Use it.
1459 (smie-setup): Setup paren blinking; add keyword args for token
1460 functions; extract closer-alist from op-levels.
1461 (smie-indent-debug-log): Remove var.
1462 (smie-indent-debug): Remove fun.
1463 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
1464 (prolog-smie-rules): New fun to replace it.
1465 (prolog-mode-variables): Simplify.
1466 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
1467 it's setup automatically.
1468 (octave-smie-indent-rules): Remove.
1469 (octave-smie-rules): New fun to replace it.
1470 (octave-mode): Simplify.
1472 2010-10-29 Glenn Morris <rgm@gnu.org>
1474 * files.el (temporary-file-directory): Remove (already defined in C).
1475 * cus-start.el: Add temporary-file-directory.
1477 * abbrev.el (abbrev-mode):
1478 * composite.el (auto-composition-mode):
1479 * menu-bar.el (menu-bar-mode):
1480 * simple.el (transient-mark-mode):
1481 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
1482 that they do not define the associated variables twice.
1483 * simple.el (transient-mark-mode): Remove defvar.
1484 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
1485 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
1486 Handle multiple groups, and also custom-delayed-init-variables.
1487 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1489 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1491 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
1492 (pcase-if): Add one minor optimization.
1493 (pcase-split-equal): Rename from pcase-split-eq.
1494 (pcase-split-member): Rename from pcase-split-memq.
1495 (pcase-u1): Add strings to the member optimization.
1496 Add `guard' variant of predicates.
1497 (pcase-q1): Add string patterns.
1499 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1501 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
1503 2010-10-28 Glenn Morris <rgm@gnu.org>
1505 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
1506 Move menu-bar related settings to ../menu-bar.el.
1507 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
1508 Move ns-specific settings here from term/ns-win.el.
1510 * simple.el (x-selection-owner-p): Remove unused declaration.
1512 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1514 * minibuffer.el (completion-cycling): New var (bug#7266).
1515 (minibuffer-complete, completion--do-completion):
1516 Use completion--flush-all-sorted-completions.
1517 (minibuffer-complete): Only cycle if completion-cycling is set.
1518 (completion--flush-all-sorted-completions): Unset completion-cycling.
1519 (minibuffer-force-complete): Set completion-cycling.
1520 (completion-all-sorted-completions): Move declaration before first use.
1522 2010-10-28 Leo <sdl.web@gmail.com>
1524 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
1525 which changes the order of matches seen by users (bug#7231).
1527 2010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
1529 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1530 Don't confuse -omega as "-o mega".
1532 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
1534 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
1535 (log-edit-author): New dynamic var.
1536 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
1537 to return the author if different from committer.
1538 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
1540 * play/landmark.el: Adjust commenting convention.
1541 (lm-nil-score): Rename from nil-score.
1542 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
1543 (OOOOscore): Move into a let in lm-score-trans-table.
1544 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
1546 * electric.el (electric-indent-chars): Autoload.
1547 * progmodes/octave-mod.el (octave-mode):
1548 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
1549 (ruby-mode-abbrev-table): Merge initialization and declaration.
1551 2010-10-27 Glenn Morris <rgm@gnu.org>
1553 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
1556 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
1558 * term/ns-win.el: Restore require of cl when compiling.
1559 (menu-bar-final-items): Remove non-existent `windows' menu.
1560 (ns-handle-nxopen): Optionally handle the temp-case.
1561 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
1562 (ns-insert-file, ns-find-file): Use `pop'.
1564 2010-10-26 Glenn Morris <rgm@gnu.org>
1566 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
1568 2010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
1570 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
1572 * term/common-win.el (x-setup-function-keys): Remove most of the
1573 keymappings. Comment on the remaining ones.
1575 2010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
1577 * server.el (server-port): New option. (Bug#854)
1578 (server-start): Use server-port.
1580 2010-10-26 Glenn Morris <rgm@gnu.org>
1582 * term/ns-win.el (ns-version-string): Remove unused declaration.
1583 (ns-invocation-args): Change to x-invocation-args.
1584 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
1585 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
1586 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
1587 Use x-invocation-args instead of ns-invocation-args.
1588 (ns-initialize-window-system, handle-args-function-alist):
1589 Use x-handle-args instead of ns-handle-args.
1590 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
1591 * startup.el (command-line-ns-option-alist): Replace
1592 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
1593 ns-handle-iconic with the x- equivalents.
1595 * term/common-win.el (x-select-enable-clipboard):
1596 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
1598 * term/ns-win.el: No need to require cl when compiling.
1599 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
1600 (xw-defined-colors): Use the common-win definitions.
1601 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
1602 (ns-handle-iconic): Make it an alias for x-handle-iconic.
1603 * term/common-win.el (x-select-text, x-alternatives-map)
1604 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
1605 * loadup.el [ns]: Load common-win.
1607 2010-10-26 Daiki Ueno <ueno@unixuser.org>
1609 * epa-mail.el (epa-mail-encrypt): Handle local-part only
1610 recipients; expand mail aliases (Bug#7280).
1612 2010-10-25 Glenn Morris <rgm@gnu.org>
1614 * term/common-win.el (x-handle-switch): Simplify with pop.
1615 Optionally handle numeric switches.
1616 (x-handle-numeric-switch): Just call x-handle-switch.
1617 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
1618 (x-handle-name-switch, x-handle-display, x-handle-args):
1621 * term/ns-win.el: Do not require easymenu.
1622 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
1623 <spell>: Move adjustments to menu-bar.el.
1624 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
1625 <separator-undo, spell>: Move ns-win's adjustments here.
1626 * loadup.el [ns]: Do not load easymenu.
1628 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
1630 * image.el (image-checkbox-checked, image-checkbox-unchecked):
1633 * startup.el (fancy-startup-tail): Instead of using inline images,
1634 refer to image files from etc/.
1636 * wid-edit.el (checkbox): Likewise.
1637 (widget-image-find): Center image specs.
1639 2010-10-24 Glenn Morris <rgm@gnu.org>
1641 * term/ns-win.el (x-select-text): Doc fix.
1642 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
1643 (x-select-text): Move to term/common-win.
1644 * term/w32-win.el (xw-defined-colors): Move to common-win.
1645 * term/x-win.el (xw-defined-colors, x-alternatives-map)
1646 (x-setup-function-keys, x-select-text): Move to common-win.
1647 * term/common-win.el (x-select-text, x-alternatives-map)
1648 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
1651 2010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
1653 * net/mairix.el (mairix-searches-mode-map):
1654 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
1656 2010-10-24 Michael McNamara <mac@mail.brushroad.com>
1658 * verilog-mode.el (verilog-directive-re): Make this variable
1659 auto-built for efficiency of execution and updating.
1660 (verilog-extended-complete-re): Support 'pure' fucntion & task
1661 declarations (these have no bodies).
1662 (verilog-beg-of-statement): General cleanup to enable support of
1663 'pure' fucntion & task declarations (these have no bodies).
1664 These efforts together fix Verilog bug210 from veripool; which was also
1665 noticed by Steve Pearlmutter.
1666 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
1667 (verilog-directive-nest-re, verilog-set-auto-endcomments):
1668 Support `elsif. Reported by Shankar Giri.
1669 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
1670 attribute handling for lining up declarations and assignments.
1671 (verilog-beg-of-statement-1): Fix issue where continued declaration
1672 is indented differently if it is after a begin..end clock.
1673 (verilog-in-attribute-p, verilog-skip-backward-comments)
1674 (verilog-skip-forward-comment-p): Support proper treatment of
1675 attributes by indent code. Reported by Jeff Steele.
1676 (verilog-in-directive-p): Fix comment to correctly describe function.
1677 (verilog-backward-up-list, verilog-in-struct-region-p)
1678 (verilog-backward-token, verilog-in-struct-p)
1679 (verilog-in-coverage-p, verilog-do-indent)
1680 (verilog-pretty-declarations): Use verilog-backward-up-list as
1681 wrapper around backward-up-list inorder to properly skip comments.
1682 Reported by David Rogoff.
1683 (verilog-property-re, verilog-endcomment-reason-re)
1684 (verilog-beg-of-statement, verilog-set-auto-endcomments)
1685 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
1686 of if). Reported by Max Bjurling and
1687 (verilog-calc-1): Fix for clocking block in modport
1688 declaration. Reported by Brian Hunter.
1690 2010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
1692 * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
1693 (verilog-gate-keywords, verilog-read-sub-decls)
1694 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
1695 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
1696 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
1697 (verilog-read-decls): Fix spaces in V2K module parameters causing
1698 mis-identification as interfaces, bug287.
1699 (verilog-read-decls): Fix not treating "parameter string" as a
1700 parameter in AUTOINSTPARAM.
1701 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
1702 treating `elsif similar to `endif inside AUTOSENSE.
1703 (verilog-do-indent): Implement correct automatic or static task or
1704 function end comment highlight. Reported by Steve Pearlmutter.
1705 (verilog-font-lock-keywords-2): Fix highlighting of single
1706 character pins, bug264. Reported by Michael Laajanen.
1707 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
1708 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
1709 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
1710 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
1711 (verilog-pretty-expr): Fix interactive arguments, bug272.
1712 Reported by Mark Johnson.
1713 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
1714 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
1715 bug269. Suggested by Gary Delp.
1716 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
1717 (verilog-preprocessor, verilog-set-compile-command):
1718 Create verilog-preprocess and verilog-preprocessor to show
1719 preprocessed output.
1720 (verilog-get-beg-of-line, verilog-get-end-of-line)
1721 (verilog-modi-file-or-buffer, verilog-modi-name)
1722 (verilog-modi-point, verilog-within-string): Move defmacro's
1723 before first use to avoid warning. Reported by Steve Pearlmutter.
1724 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
1725 (verilog-colorize-region, verilog-highlight-buffer)
1726 (verilog-highlight-includes, verilog-highlight-modules)
1727 (verilog-highlight-region, verilog-mode): Rename colorize to
1728 highlight to match other packages. Disable module highlighting,
1729 as received speed complaints, reenable for experimentation only
1730 using new verilog-highlight-modules.
1731 (verilog-read-decls): Fix regexp stack overflow in very large
1732 AUTO_TEMPLATEs, bug250.
1733 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
1734 (verilog-scan): Create verilog-save-buffer-state to standardize
1735 making insignificant changes that shouldn't call hooks.
1736 (verilog-save-no-change-functions, verilog-save-scan-cache)
1737 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
1738 Create verilog-save-no-change-functions to wrap verilog-scan
1739 preservation, and fix to work with nested preserved calls.
1740 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
1741 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
1742 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
1743 (verilog-submit-bug-report): Update variable list to be complete.
1744 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
1745 breaking on-the-fly font-locking.
1746 (verilog-colorize-buffer, verilog-colorize-include-files)
1747 (verilog-colorize-include-files-buffer, verilog-colorize-region)
1748 (verilog-load-file-at-mouse, verilog-load-file-at-point)
1749 (verilog-mode, verilog-read-inst-module-matcher): With point on a
1750 AUTOINST cell instance name, middle mouse button now finds-file on
1751 it. Suggested by Brad Dobbie.
1752 (verilog-alw-get-temps, verilog-auto-reset)
1753 (verilog-auto-sense-sigs, verilog-read-always-signals)
1754 (verilog-read-always-signals-recurse): Fix loop indexes being
1755 AUTORESET. AUTORESET now assumes any variables in the
1756 initialization section of a for() should be ignored.
1757 Reported by Dan Dever.
1758 (verilog-error-font-lock-keywords)
1759 (verilog-error-regexp-emacs-alist)
1760 (verilog-error-regexp-xemacs-alist): Fix error detection of
1761 Cadence HAL, reported by David Asher. Repair drift between the
1762 three similar error variables.
1763 (verilog-modi-lookup, verilog-modi-lookup-cache)
1764 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
1765 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
1766 Fix slow verilog-auto expansion on very large files.
1767 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
1768 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
1769 "{1*2{...". Broke in last revision.
1770 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
1771 submodule connections with replications "{#{a},#{b}}".
1773 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
1775 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
1776 Fix typo in docstring.
1778 2010-10-24 Kenichi Handa <handa@m17n.org>
1780 * face-remap.el (text-scale-adjust): Call read-event with a proper
1783 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
1785 * emacs-lisp/unsafep.el: Don't mark functions that display
1786 messages as safe. Suggested by Johan Bockgård.
1788 2010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1790 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
1791 Turn comments into docstrings.
1793 * minibuffer.el (completion--replace): Move point where it belongs
1794 when there's a common suffix (bug#7215).
1796 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
1798 Merge read-color and facemenu-read-color (Bug#7242).
1800 * faces.el (read-color): Use the completion code from
1801 facemenu-read-color. Require match in completion. Doc fix.
1803 * facemenu.el (facemenu-read-color): Alias for read-color.
1804 (facemenu-set-foreground, facemenu-set-background):
1807 * frame.el (set-background-color, set-foreground-color)
1808 (set-cursor-color, set-mouse-color, set-border-color):
1811 2010-10-24 Leo <sdl.web@gmail.com>
1813 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
1814 argument of delete-file and delete-directory (Bug#7011).
1816 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
1818 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
1821 2010-10-24 Ralf Angeli <angeli@caeruleus.net>
1823 * emacs-lisp/package.el (package--generate-package-list): Make the
1824 *Packages* buffer read-only.
1826 2010-10-24 Alan Mackenzie <acm@muc.de>
1828 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
1829 result of `c-beginning-of-decl-1' between invocations of a lambda
1830 function (Bug #7265).
1832 2010-10-24 Daiki Ueno <ueno@unixuser.org>
1834 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
1835 executable is not available on the system (Bug#7268).
1837 2010-10-24 Glenn Morris <rgm@gnu.org>
1839 * select.el (selection-coding-system, next-selection-coding-system):
1840 Sync doc with C versions.
1842 * w32-vars.el (x-select-enable-clipboard):
1843 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
1844 * term/common-win.el (x-select-enable-clipboard): Move here.
1846 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
1847 definition of C variable.
1849 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
1850 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
1851 Don't redefine things that are defined in C.
1852 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
1853 (show-trailing-whitespace, auto-hscroll-mode)
1854 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
1855 Set up the appropriate custom properties.
1857 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
1860 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
1861 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
1862 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
1863 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
1865 2010-10-23 Glenn Morris <rgm@gnu.org>
1867 * textmodes/flyspell.el (flyspell-mode): If there was an error,
1870 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
1871 Sync docs with C version.
1873 * term/ns-win.el (xw-defined-colors):
1874 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
1876 * term/pc-win.el (x-select-enable-clipboard):
1877 * term/x-win.el (x-select-enable-clipboard):
1878 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
1880 * comint.el (comint-password-prompt-regexp): Make it less vague.
1883 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
1885 * help.el (finder-by-keyword): Remove unnecessary autoload.
1887 2010-10-22 Glenn Morris <rgm@gnu.org>
1889 * loadup.el: Unconditionally load float-sup.
1890 * paren.el (show-paren-delay):
1891 * emacs-lisp/float-sup.el:
1892 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
1893 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
1894 (lazy-lock-stealth-verbose): Assume float support.
1895 * ps-print.el: Assume float support on Emacs.
1896 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
1897 Remove non-float branch.
1899 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
1900 src/Makefile no longer being pre-processed.
1902 2010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1904 * emacs-lisp/find-func.el (find-library): Use test-completion.
1906 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1908 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
1910 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
1912 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
1913 space in stat format string.
1914 (tramp-send-command): Unset $PS1 when using here documents, in
1915 order not to get several prompts.
1916 (tramp-get-inline-coding): Return `nil' in case of errors.
1918 2010-10-21 Daiki Ueno <ueno@unixuser.org>
1920 * hexl.el (hexl-mode, hexl-mode-exit):
1921 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
1922 (hexl-revert-buffer-function): New function.
1923 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
1925 2010-10-19 Alan Mackenzie <acm@muc.de>
1927 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
1928 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
1929 that these keywords aren't wrongly matched as identifiers.
1931 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
1932 setting of c-new-BEG and c-new-END from c-before-change to
1933 c-after-change. (Bug#7181)
1935 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
1937 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
1940 * custom.el (custom-theme-set-variables): Likewise.
1941 (load-theme): Add custom-theme-set-faces and
1942 custom-theme-set-variables to safe-functions while loading.
1943 (custom-enabled-themes): Mark as risky.
1945 2010-10-18 Julien Danjou <julien@danjou.info>
1947 * bindings.el: Remove end dashes in default mode-line-format.
1949 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
1951 * bindings.el (global-map): Bind C-d to delete-char and deletechar
1952 to delete-forward-char.
1954 * simple.el (normal-erase-is-backspace-mode): Remap delete to
1955 deletechar, and hence delete-forward-char.
1957 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1959 * repeat.el (repeat): Use read-key (bug#6256).
1961 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
1963 * emacs-lisp/unsafep.el: Don't mark functions that display
1964 messages as safe. Suggested by Johan Bockgård.
1966 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1968 * minibuffer.el (completion--replace): Move point where it belongs
1969 when there's a common suffix (bug#7215).
1971 2010-10-19 Kenichi Handa <handa@m17n.org>
1973 * international/characters.el: Add category '|' (word breakable)
1974 to fullwidth characters.
1976 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
1978 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
1979 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
1980 order to make stat results a float. Patch by Andreas Schwab
1981 <schwab@linux-m68k.org>.
1983 2010-10-18 Julien Danjou <julien@danjou.info>
1985 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
1986 hidden by `make-pointer-invisible'.
1988 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1990 * files.el (locate-file-completion-table): Strip non-matching elements
1991 before checking length of list (bug#7238).
1993 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
1995 * custom.el (custom-theme-set-variables): Mark as a safe function.
1996 (load-theme): Check forms using unsafep.
1998 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
2000 2010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
2002 * textmodes/ispell.el (ispell-aspell-find-dictionary):
2003 Fix aspell data file searching (bug#7230).
2005 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
2007 * cus-theme.el (custom-theme--migrate-settings): New var.
2008 (customize-create-theme): Allow editing the `user' theme.
2009 (custom-theme-add-variable, custom-theme-add-var-1)
2010 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
2011 to the front of each variable or face widget.
2012 (custom-theme-write): Save theme settings in the correct order.
2013 Optionally, remove saved settings from user customizations.
2014 (custom-theme-write-variables, custom-theme-write-faces):
2015 Save only the checked widgets.
2016 (customize-themes): Add a link for migrating custom settings.
2018 * custom.el (custom-declare-theme, provide-theme):
2019 Use custom-theme-name-valid-p.
2020 (custom-theme-name-valid-p): Remove checks that are now
2021 unnecessary since themes no longer obey load-path.
2023 * cus-edit.el (custom-variable-value-create): For the simple
2024 style, hide documentation string when hidden.
2026 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
2028 * cus-edit.el (custom-variable, custom-face): Combine the
2029 :inhibit-magic and :display-style properties into a single
2030 :custom-style property.
2031 (custom-toggle-hide-variable, custom-toggle-hide-face):
2032 New functions. If hiding an edited value, save it to :shown-value.
2033 (custom-variable-value-create, custom-face-value-create): Use them.
2034 (custom-magic-reset): Allow magic property to be unset.
2036 * custom.el: Custom themes no longer use load-path.
2037 (custom-theme-load-path): New option. Change built-in theme
2039 (custom-enabled-themes): Add custom-theme-load-path dependency.
2040 (custom-theme--load-path): New function.
2041 (load-theme, custom-available-themes): Use it.
2043 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
2044 (customize-themes): Link to custom-theme-load-path variable.
2045 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
2046 :custom-style property.
2048 * themes/*.el: Moved to etc/.
2050 2010-10-16 Ralf Angeli <angeli@caeruleus.net>
2052 * textmodes/reftex-cite.el
2053 (reftex-extract-bib-entries-from-thebibliography): Do not move
2054 point when searching for \bibitem entries. Match entries with
2055 spaces or tabs in front of arguments.
2057 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
2059 * cus-theme.el (customize-create-theme): Delete overlays after
2060 erasing. If given a THEME arg, display only the faces of that arg
2061 instead of custom-theme--listed-faces.
2062 (custom-theme-variable-menu, custom-theme-variable-action)
2063 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
2064 (custom-theme-add-variable, custom-theme-add-face): Apply value
2065 from the theme settings, instead of the current value.
2066 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
2067 (custom-theme-visit-theme): Allow calling outside theme buffers.
2068 (custom-theme-merge-theme): Don't enable the theme when merging.
2069 (custom-theme-write-variables, custom-theme-write-faces): Use the
2070 :shown-value properties to save buffer values, not global ones.
2071 (customize-themes): Display a warning about user customizations.
2073 * cus-edit.el (custom-variable-value-create)
2074 (custom-face-value-create): Obey new special properties
2075 :shown-value and :inhibit-magic.
2077 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
2079 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
2080 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
2083 2010-10-14 Kenichi Handa <handa@m17n.org>
2085 * mail/rmail.el (rmail-show-message-1): Catch an error of
2086 base64-decode-region and just show an error message (bug#7165).
2088 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
2089 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
2090 a font-spec (bug#7197).
2092 2010-10-14 Glenn Morris <rgm@gnu.org>
2094 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
2096 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
2098 * international/mule.el (define-coding-system):
2099 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2100 * composite.el (compose-region): Fix typo in docstring.
2102 2010-10-14 Chong Yidong <cyd@stupidchicken.com>
2104 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
2105 only after checking the theme-face property.
2107 * faces.el (face-spec-reset-face): Reset all attributes in one
2108 single call to set-face-attribute.
2109 (face-spec-match-p): Make it a defsubst.
2110 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
2111 (x-create-frame-with-faces, tty-create-frame-with-faces)
2112 (tty-set-up-initial-frame-faces): Don't recompute face specs in
2113 frame-set-background-mode, since they are recomputed immediately
2114 afterwards in face-set-after-frame-default.
2115 (face-set-after-frame-default): Minor optimization.
2116 (cursor): Provide non-trivial defface spec.
2118 * custom.el (custom-theme-recalc-face): Simplify.
2120 2010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
2122 * calc/calc-alg.el (math-var): Rename from `var'.
2123 (math-is-polynomial, math-is-poly-rec): Replace `var'
2126 * calc/calcalg2.el (math-var): Rename from `var'.
2127 (calcFunc-table, math-scan-for-limits): Replace `var'
2130 2010-10-13 Glenn Morris <rgm@gnu.org>
2132 * subr.el (last): Deal with dotted lists (reported in bug#7174).
2134 2010-10-13 Stephen Berman <stephen.berman@gmx.net>
2136 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
2138 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2140 * net/tls.el (tls-program): Remove spurious %s from openssl.
2141 (tls-starttls-switches): Remove starttls hack.
2142 (open-tls-stream): Ditto.
2143 (tls-find-starttls-argument): Ditto.
2145 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
2147 * image.el (image-library-alist): Declare as obsolete alias.
2148 (image-type-available-p): Use `dynamic-library-alist'.
2150 * term/w32-win.el (dynamic-library-alist):
2151 Use instead of `image-library-alist'.
2153 2010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
2155 * subr.el (last): Make it faster. (Bug#7174)
2157 2010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
2159 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
2161 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
2163 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
2164 (describe-theme-1): Extract doc from unloaded themes.
2166 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
2168 * themes/tango-theme.el:
2169 * themes/tango-dark-theme.el:
2170 * themes/wheatgrass-theme.el: New files.
2172 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
2174 * cus-theme.el (describe-theme, customize-themes)
2175 (custom-theme-save): New commands.
2176 (custom-new-theme-mode-map): Bind C-x C-s.
2177 (custom-new-theme-mode): Use custom--initialize-widget-variables.
2178 (customize-create-theme): New optional arg THEME.
2179 (custom-theme-revert): Use it.
2180 (custom-theme-visit-theme): Remove dead code.
2181 (custom-theme-merge-theme): Use custom-available-themes.
2182 (custom-theme-write): Make interactive.
2183 (custom-theme-write): Use custom-theme-name-valid-p.
2184 (describe-theme-1, custom-theme-choose-revert)
2185 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
2187 (custom-theme-allow-multiple-selections): New option.
2188 (custom-theme-choose-mode): New major mode.
2190 * custom.el (custom-theme-set-variables): Remove dead code.
2191 Obey custom--inhibit-theme-enable.
2192 (custom--inhibit-theme-enable): New var.
2193 (provide-theme): Obey it.
2194 (load-theme): Replace load with manual read/eval, in order to
2195 check for correctness. Use custom-theme-name-valid-p.
2196 (custom-theme-name-valid-p): New function.
2197 (custom-available-themes): Use it.
2199 * cus-edit.el (custom--initialize-widget-variables): New function.
2200 (Custom-mode): Use it.
2202 * cus-face.el (custom-theme-set-faces): Remove dead code.
2203 Obey custom--inhibit-theme-enable.
2205 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
2207 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
2209 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
2211 2010-10-12 Jan Djärv <jan.h.d@swipnet.se>
2213 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
2214 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
2215 (mac-right-option-modifier): New alias for ns-right-option-modifier.
2217 * cus-start.el (all): ns-right-alternate-modifier is new.
2219 2010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2221 * emacs-lisp/lisp.el (lisp-completion-at-point):
2222 Use emacs-lisp-mode-syntax-table for the whole function.
2224 2010-10-12 David Koppelman <koppel@ece.lsu.edu>
2226 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
2227 instead of font-lock-mode before adding keywords.
2228 Remove hi-lock-mode off code. Remove inhibit hack.
2229 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
2230 non-nil; removed hook inhibit hack.
2232 2010-10-12 Glenn Morris <rgm@gnu.org>
2234 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
2235 (load-path-shadows-find): ... to this.
2236 (list-load-path-shadows): Update for above change.
2238 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
2240 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2242 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
2243 Fix comment for declare-function.
2245 2010-10-11 Chong Yidong <cyd@stupidchicken.com>
2247 * custom.el (custom-fix-face-spec): New function; code moved from
2248 custom-face-edit-fix-value.
2249 (custom-push-theme): Use it when checking if a face has been
2250 changed outside customize.
2251 (custom-available-themes): New function.
2252 (load-theme): Use it.
2254 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
2256 * custom.el (custom-push-theme): Cleanup (use cond).
2257 (disable-theme): Recompute the saved-face property.
2258 (custom-theme-recalc-face): Follow face alias before setting prop.
2260 * image.el (image-checkbox-checked, image-checkbox-unchecked):
2261 New variables, containing checkbox images.
2263 * startup.el (fancy-startup-tail):
2264 * wid-edit.el (checkbox): Use them.
2266 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
2268 * shell.el (shell-mode-map):
2269 * progmodes/modula2.el (m2-mode-map):
2270 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
2271 * play/mpuz.el (mpuz-mode-map):
2272 * play/landmark.el (lm-mode-map):
2273 * play/decipher.el (decipher-mode-map):
2274 * play/5x5.el (5x5-mode-map):
2275 * net/telnet.el (telnet-mode-map):
2276 * net/quickurl.el (quickurl-list-mode-map):
2277 * net/mairix.el (mairix-searches-mode-map):
2278 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
2279 * net/dig.el (dig-mode-map):
2280 * mail/mspools.el (mspools-mode-map):
2281 * hexl.el (hexl-mode-map):
2282 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
2283 (wordstar-C-o-map, wordstar-C-q-map):
2284 * emacs-lisp/edebug.el (edebug-eval-mode-map):
2285 * emacs-lisp/chart.el (chart-map):
2286 * edmacro.el (edmacro-mode-map):
2287 * erc/erc-list.el (erc-list-menu-mode-map):
2288 * array.el (array-mode-map): Declare and define in one step.
2290 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
2292 2010-10-10 Daiki Ueno <ueno@unixuser.org>
2294 * epa.el (epa-passphrase-callback-function): Display filename
2295 passed as the 3rd arg.
2296 * epa-file.el (epa-file-passphrase-callback-function):
2297 Pass filename to epa-passphrase-callback-function.
2299 2010-10-09 Chong Yidong <cyd@stupidchicken.com>
2301 * cus-edit.el (custom-face-widget-to-spec)
2302 (custom-face-get-current-spec, custom-face-state): New functions.
2303 (custom-face-set, custom-face-mark-to-save)
2304 (custom-face-value-create, custom-face-state-set): Use them.
2306 * cus-theme.el (custom-theme--listed-faces): New var.
2307 (customize-create-theme): Use *Custom Theme* as the buffer name.
2308 Set revert-buffer-function. Optional arg BUFFER. Insert all
2309 faces listed in custom-theme--listed-faces.
2310 (custom-theme-revert): New function.
2311 (custom-theme-add-variable, custom-theme-add-face): Insert at the
2313 (custom-theme-write): Prompt for theme name if empty.
2314 (custom-theme-write-variables): Use dolist.
2315 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
2317 2010-10-09 Alan Mackenzie <acm@muc.de>
2319 Enhance fontification of declarators to take account of the
2320 presence/absence of "typedef".
2322 * cc-engine.el (c-forward-type): New &optional param
2324 (c-forward-decl-or-cast-1): cdr of return value now indicates the
2325 presence of either or both of a "struct"-like keyword and "typedef".
2327 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
2328 fontification of declarators which follow a "}".
2329 (c-font-lock-declarations): Fontify declarators according to the
2330 presence/absence of "typedef".
2332 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
2334 (c-typedef-decl-key): New lang variable built from
2335 c-typedef-decl-kwds.
2337 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2339 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
2340 since that's too annoying. Move the filter groups commands to
2343 * epa.el (epa-passphrase-callback-function): Say what we're
2344 querying the password for.
2346 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
2347 behaviour, don't bury the ibuffer buffer when visiting other buffers.
2349 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
2351 * cus-edit.el (custom-commands, custom-buffer-create-internal)
2352 (custom-magic-value-create): Pad button tags with spaces.
2353 (custom-face-edit): New variable.
2354 (custom-face-value-create): Determine whether to use the usual
2355 face editor here, instead of using custom-face-selected.
2356 Pass face defaults to custom-face-edit widget.
2357 (custom-face-selected, custom-display-unselected): Delete widgets.
2358 (custom-display-unselected-match): Function removed.
2359 (custom-face-set, custom-face-mark-to-save):
2360 Accept custom-face-edit widgets as the direct widget child.
2362 * wid-edit.el (widget--completing-widget): New var.
2363 (widget-default-complete): Bind it when doing completion.
2364 (widget-string-complete, widget-file-complete): Use it.
2366 2010-10-09 Glenn Morris <rgm@gnu.org>
2368 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
2369 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
2370 (holiday-hebrew-misc): Small simplifications.
2372 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
2374 * net/browse-url.el: Don't require thingatpt, term, dired,
2375 executable, or w3-auto when compiling.
2376 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
2378 (browse-url-text-emacs): Require term.
2380 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
2382 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
2384 2010-10-08 Glenn Morris <rgm@gnu.org>
2386 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
2388 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
2389 (shadows-compare-text-p): Make it an obsolete alias for...
2390 (load-path-shadows-compare-text): ... new name.
2391 (find-emacs-lisp-shadows): Update for above name change.
2392 (load-path-shadows-same-file-or-nonexistent): New name for the old
2393 shadow-same-file-or-nonexistent.
2395 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
2397 * minibuffer.el (completion--some, completion--do-completion)
2398 (minibuffer-complete-and-exit, minibuffer-completion-help)
2399 (completion-basic-try-completion)
2400 (completion-basic-all-completions)
2401 (completion-pcm--find-all-completions): Use lexical-let to
2402 avoid some false matches in variable completion (Bug#7056)
2404 2010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
2406 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
2408 2010-10-08 Leo <sdl.web@gmail.com>
2410 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
2411 return non-nil if the file exists (Bug#7090).
2413 2010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2415 * minibuffer.el (completion--replace):
2416 Better preserve markers (bug#7138).
2418 2010-10-08 Juanma Barranquero <lekktu@gmail.com>
2420 * server.el (server-process-filter): Doc fix.
2422 2010-10-08 Drew Adams <drew.adams@oracle.com>
2424 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
2426 2010-10-08 Glenn Morris <rgm@gnu.org>
2428 * vc/ediff-wind.el (ediff-setup-control-frame):
2429 * vc/ediff-ptch.el (ediff-default-backup-extension):
2430 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
2431 (ediff-exec-process): Remove system-types emx, windows-95.
2433 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
2435 2010-10-07 Chong Yidong <cyd@stupidchicken.com>
2437 * cus-edit.el (custom-variable, custom-face): Doc fix.
2438 (custom-face-edit): Add value-create attribute.
2439 (custom-face-edit-value-create)
2440 (custom-face-edit-value-visibility-action): New functions.
2441 Hide unused face attributes by default, and add a visibility toggle.
2442 (custom-face-edit-deactivate): Show empty values with shadow face.
2443 (custom-face-selected): Only use this for face specs with default
2445 (custom-face-value-create): Cleanup.
2447 * wid-edit.el (widget-checklist-value-create): Use dolist.
2448 (widget-checklist-match-find): Make second arg optional.
2450 2010-10-07 Glenn Morris <rgm@gnu.org>
2452 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
2455 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
2456 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
2457 load-path-shadows-mode, update references.
2458 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
2459 Rename variable and button.
2460 (list-load-path-shadows): Update button caller.
2462 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2464 * emacs-lisp/smie.el (smie-bnf-classify): New function.
2465 (smie-bnf-precedence-table): Use it to remember the closers/openers.
2466 (smie-merge-prec2s): Handle those new entries.
2467 (smie-prec2-levels): Only set precedence to nil for actual
2469 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
2470 that is now unnecessary.
2472 2010-10-07 Miles Bader <miles@gnu.org>
2474 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
2476 2010-10-07 Glenn Morris <rgm@gnu.org>
2478 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
2479 (mail-position-on-field): Remove declarations.
2480 (mail-position-on-field): Autoload it.
2481 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
2482 and mail-header-end. Don't require sendmail.
2484 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
2485 (shadow-mode): New mode.
2486 (shadow-find-file): New button.
2487 (list-load-path-shadows): Use shadow-mode and buttons.
2489 * iimage.el (iimage-version): Remove.
2490 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
2491 Turn into defcustoms.
2492 (iimage-mode-map): Give it a doc string.
2494 * calendar/appt.el (appt-activate): Give a warning rather than an error
2495 if there is no diary-file.
2497 2010-10-06 Michael Albinus <michael.albinus@gmx.de>
2499 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2500 Use `tramp-handle-find-backup-file-name'.
2502 2010-10-06 Glenn Morris <rgm@gnu.org>
2504 * font-core.el (font-lock-defaults-alist): Remove variable.
2505 (font-lock-mode): Doc fix.
2506 (font-lock-default-function): Do not consult font-lock-defaults-alist.
2507 * font-lock.el (font-lock-refresh-defaults): Doc fix.
2508 (font-lock-set-defaults): Doc fix.
2509 Do not consult font-lock-defaults-alist.
2511 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
2513 * emacs-lisp/cl.el: No longer provide cl-19.
2515 2010-10-05 Michael Albinus <michael.albinus@gmx.de>
2517 * net/tramp.el (tramp-handle-directory-files-and-attributes)
2518 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
2519 New defuns, taken from tramp-smb.el.
2520 (tramp-coding-system-change-eol-conversion)
2521 (tramp-set-process-query-on-exit-flag): Remove.
2523 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
2524 (tramp-compat-coding-system-change-eol-conversion)
2525 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
2528 * net/tramp-gvfs.el:
2529 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
2530 by `tramp-compat-set-process-query-on-exit-flag'.
2532 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
2533 Use `tramp-handle-directory-files-and-attributes',
2534 `tramp-handle-file-exists-p' and
2535 `tramp-handle-file-newer-than-file-p'.
2536 (tramp-imap-handle-file-exists-p)
2537 (tramp-imap-handle-file-executable-p)
2538 (tramp-imap-handle-file-readable-p)
2539 (tramp-imap-handle-directory-files-and-attributes)
2540 (tramp-imap-handle-file-newer-than-file-p): Remove.
2542 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
2543 by `tramp-compat-set-process-query-on-exit-flag' and
2544 `tramp-coding-system-change-eol-conversion' by
2545 `tramp-compat-coding-system-change-eol-conversion'.
2547 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2548 Use `tramp-handle-directory-files-and-attributes',
2549 `tramp-handle-file-exists-p' and
2550 `tramp-handle-file-newer-than-file-p'.
2551 (tramp-smb-handle-directory-files-and-attributes)
2552 (tramp-smb-handle-file-exists-p)
2553 (tramp-smb-handle-file-newer-than-file-p): Remove.
2554 (tramp-smb-maybe-open-connection):
2555 Replace `tramp-set-process-query-on-exit-flag' by
2556 `tramp-compat-set-process-query-on-exit-flag'.
2558 2010-10-05 Glenn Morris <rgm@gnu.org>
2560 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
2562 2010-10-04 Michael Albinus <michael.albinus@gmx.de>
2564 Continue reorganization of load dependencies. (Bug#7156)
2566 * net/tramp.el (tramp-handle-file-local-copy-hook)
2567 (tramp-delete-temp-file-function): Move down.
2568 (tramp-exists-file-name-handler): Move up.
2569 (tramp-register-file-name-handlers): Simplify autoload.
2570 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
2571 (tramp-handle-directory-files, tramp-handle-dired-uncache)
2572 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
2573 (tramp-handle-file-name-completion)
2574 (tramp-handle-file-name-directory)
2575 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
2576 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
2577 (tramp-handle-find-backup-file-name)
2578 (tramp-handle-insert-file-contents, tramp-handle-load)
2579 (tramp-handle-substitute-in-file-name)
2580 (tramp-handle-unhandled-file-name-directory)
2581 (tramp-mode-string-to-int, tramp-local-host-p)
2582 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
2584 * net/tramp-gvfs.el (top):
2585 * net/tramp-smb.el (top): Do not require 'tramp-sh.
2587 * net/tramp-sh.el (all): Move several objects to tramp.el, see
2588 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
2590 2010-10-04 Glenn Morris <rgm@gnu.org>
2592 * calendar/appt.el (appt-add): Ensure reminders are enabled.
2593 (appt-activate): Give status messages.
2595 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
2597 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
2598 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
2599 `gnutls-negotiate' (formerly `starttls-negotiate').
2600 Remove trivial wrapper `starttls-open-stream'.
2602 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
2604 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
2605 log-outgoing commands.
2606 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
2607 to create a buffer local revert-buffer-function variable.
2608 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
2609 revert-buffer-function lambda.
2611 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
2613 * net/gnutls.el (starttls-negotiate): Use the plist interface to
2614 `gnutls-boot'. Make TYPE the only required parameter.
2615 Allow TRUSTFILES and KEYFILES to be lists.
2616 (open-ssl-stream): Use it.
2618 2010-10-03 Glenn Morris <rgm@gnu.org>
2620 * subr.el (directory-sep-char): Remove obsolete variable.
2621 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
2624 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
2625 * vc/vc.el (vc-static-header-alist): Doc fix.
2626 * vc/vc-cvs.el (vc-cvs-header):
2627 * vc/vc-rcs.el (vc-rcs-header):
2628 * vc/vc-sccs.el (vc-sccs-header):
2629 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
2630 * obsolete/vc-mcvs.el (vc-mcvs-header):
2631 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
2634 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
2636 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
2637 Remove obsolete use of binary-overwrite-mode (Bug#7001).
2639 2010-10-03 Glenn Morris <rgm@gnu.org>
2641 * obsolete/x-menu.el: Remove file, obsolete since 21.1
2643 * textmodes/rst.el (rst-font-lock-keywords-function):
2646 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
2648 * printing.el: Drop Emacs 20 code.
2650 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
2651 without having used appt.el already).
2653 * subr.el (make-local-hook): Remove function obsolete since 21.1.
2654 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
2655 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
2657 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
2658 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
2660 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
2661 (charset-width, find-charset-region, chars-in-region, forward-point)
2662 (encode-coding-string, coding-system-p, ccl-execute-on-string)
2663 (define-ccl-program, multibyte-string-p, string-make-multibyte):
2664 Remove compatibility cruft (none of these are used by ps*.el).
2666 2010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
2668 * subr.el (booleanp): Return t instead of a list (Bug#7086).
2670 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
2672 * server.el (server-process-filter, server-return-error):
2673 Give emacsclient time to shut down after receiving an error string.
2675 2010-10-02 Michael Albinus <michael.albinus@gmx.de>
2677 * files.el (remote-file-name-inhibit-cache): New defcustom.
2679 * time.el (display-time-file-nonempty-p):
2680 Use `remote-file-name-inhibit-cache'.
2682 * net/tramp.el (tramp-completion-reread-directory-timeout):
2685 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
2686 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
2687 `remote-file-name-inhibit-cache'. Check also for an integer
2688 value. Add/increase counter when `tramp-verbose' >= 10.
2689 (tramp-set-file-property): Add/increase counter when
2690 `tramp-verbose' >= 10.
2692 * net/tramp-cmds.el (tramp-cleanup-all-connections)
2693 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
2694 (tramp-bug): Set tramp-autoload cookie. Report all interned
2695 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
2696 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
2697 characters only in strings.
2699 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
2700 to backward compatibility.
2702 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
2703 (tramp-handle-file-name-all-completions)
2704 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
2705 (tramp-open-connection-setup-interactive-shell):
2706 Call `tramp-cleanup-connection' directly.
2708 2010-10-02 Glenn Morris <rgm@gnu.org>
2710 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
2712 * subr.el (char-bytes): Remove obsolete function.
2714 * isearch.el (isearch-return-char): Remove obsolete function.
2716 * mouse.el: No longer provide mldrag.
2717 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
2718 Remove obsolete aliases.
2720 * comint.el (comint-kill-output): Remove obsolete alias.
2722 * composite.el (decompose-composite-char): Remove obsolete function.
2723 * ps-def.el (decompose-composite-char): Remove unused function.
2725 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
2727 * outline.el (outline-visible): Remove obsolete function.
2729 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
2730 * faces.el (internal-find-face, internal-get-face)
2731 (frame-update-faces, frame-update-face-colors)
2732 (x-frob-font-weight, x-frob-font-slant)
2733 (internal-frob-font-weight, internal-frob-font-slant)
2734 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
2735 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
2736 (x-make-font-bold-italic): Remove functions and aliases, obsolete
2738 * emulation/viper-util.el (viper-get-face):
2739 * obsolete/lucid.el (find-face, get-face): Use facep.
2740 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
2741 Remove unused functions.
2742 * vc/ediff-util.el (ediff-submit-report): Doc fix.
2744 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
2745 delete tempfile if interrupted during compilation.
2747 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2749 * net/tls.el (tls-starttls-switches): Give up on using starttls with
2751 (tls-program): Add --insecure to be consistent with the defaults from
2752 openssl s_client. Now all three commands are insecure.
2754 2010-10-01 Eli Zaretskii <eliz@gnu.org>
2756 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
2757 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
2758 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
2760 2010-10-01 Glenn Morris <rgm@gnu.org>
2762 * obsolete/sc.el: Remove file.
2764 * files.el (temporary-file-directory): On darwin, also try
2765 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
2767 2010-10-01 Juanma Barranquero <lekktu@gmail.com>
2769 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
2770 Let's not break compatibility gratuitously, shall we?
2772 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2774 * net/tls.el (tls-starttls-switches): New variable.
2775 (tls-find-starttls-argument): Use it.
2776 (open-tls-stream): Ditto.
2778 * net/netrc.el (netrc-credentials): Return the value of the "default"
2780 (netrc-machine): Ditto.
2782 2010-09-30 Eli Zaretskii <eliz@gnu.org>
2784 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
2786 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
2788 * server.el (server-start): Don't write pid to the authentication file.
2789 (server-create-tty-frame): Don't send pid.
2790 (server-process-filter): Send pid at the start of every connection.
2792 2010-09-30 Glenn Morris <rgm@gnu.org>
2794 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
2795 (show-all-diary-entries): Remove obsolete function aliases.
2797 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
2798 Remove options, obsolete since 22.1.
2799 (appt-display-format, appt-display-message):
2800 Remove backwards-compatibility code.
2801 (appt-check): No longer check appt-issue-message.
2802 (appt-make-list): No longer autoload it. Doc fix. No longer
2803 activate the package.
2805 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2807 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
2808 (starttls-negotiate): Just call boot, and let the handshake be
2809 triggered from the read loop.
2811 2010-09-29 Glenn Morris <rgm@gnu.org>
2813 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
2814 not displaying the diary.
2815 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
2816 * calendar/appt.el (appt-check): No longer need to kill diary.
2818 * calendar/diary-lib.el (diary-list-entries): Move the
2819 "Preparing..." message entirely here.
2820 (diary-simple-display, diary-fancy-display): Move "Preparing..."
2821 messages to diary-list-entries.
2822 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
2823 diary-display-function.
2825 * calendar/diary-lib.el (diary-include-other-diary-files):
2826 Trap some recursive includes.
2828 * calendar/appt.el (appt-activate): Check diary file.
2830 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
2832 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2835 * calendar/time-date.el: No need to require cl for Emacs 21.
2837 2010-09-28 Glenn Morris <rgm@gnu.org>
2839 * calendar/appt.el (appt-check): Minor simplification.
2841 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
2843 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
2846 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
2848 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2849 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
2851 2010-09-27 Kenichi Handa <handa@m17n.org>
2853 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
2856 2010-09-27 Kenichi Handa <handa@m17n.org>
2858 * international/mule.el (define-coding-system): Docstring fixed.
2860 * international/mule-diag.el (describe-character-set): Use princ
2861 with proper print-length and print-level instead of insert.
2863 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
2865 * window.el (walk-windows): Doc fix (bug#7105).
2867 2010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2869 * emacs-lisp/float-sup.el (e): Remove.
2871 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
2873 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
2875 (starttls-negotiate): Use it.
2877 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2879 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
2882 2010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
2884 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
2886 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2888 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
2890 * net/netrc.el (netrc-store-data): New function.
2892 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
2894 * net/gnutls.el: GnuTLS glue code to set up a connection.
2896 2010-09-25 Julien Danjou <julien@danjou.info>
2898 * notifications.el: Call dbus-register-signal only if it is bound.
2900 2010-09-25 Glenn Morris <rgm@gnu.org>
2902 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
2903 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
2904 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
2905 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
2906 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
2907 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
2908 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
2909 * eshell/esh-util.el, eshell/esh-var.el:
2910 Remove leading `*' from docs of faces and defcustoms.
2912 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
2914 * eshell/em-ls.el (eshell-ls-archive-regexp):
2915 * eshell/esh-util.el (eshell-tar-regexp):
2916 * ibuffer.el (ibuffer-compressed-file-name-regexp):
2917 * info.el (Info-suffix-list):
2918 * international/mule.el (auto-coding-alist):
2919 * woman.el (woman-file-regexp, woman-file-compression-regexp):
2920 * progmodes/etags.el (tags-compression-info-list):
2921 Support xz compression.
2923 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
2925 * files.el (get-free-disk-space): Don't assume the "df" output
2926 columns line up (Bug#6995).
2928 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
2930 * finder.el (finder-unknown-keywords):
2931 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
2932 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
2934 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
2936 * server.el (server-start): Revert part of 2010-08-08 change. Using
2937 address 127.0.0.1 for local host is now done in Fmake_network_process.
2939 2010-09-24 Glenn Morris <rgm@gnu.org>
2941 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
2942 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
2943 * textmodes/css-mode.el, textmodes/dns-mode.el:
2944 Move autoloaded auto-mode-alist entries to files.el.
2945 * files.el (auto-mode-alist): Move entries here.
2947 2010-09-23 Glenn Morris <rgm@gnu.org>
2949 * isearch.el (isearch-lazy-highlight-cleanup)
2950 (isearch-lazy-highlight-initial-delay)
2951 (isearch-lazy-highlight-interval)
2952 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
2953 * net/net-utils.el (ipconfig-program-options):
2954 Move aliases to options before the associated definitions.
2956 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2958 * newcomment.el (comment-normalize-vars): Better test validity of
2961 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2963 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
2964 (float-e): New name for `e'.
2965 (degrees-to-radians, radians-to-degrees):
2966 * calendar/solar.el (solar-longitude):
2967 * calculator.el (calculator-registers, calculator-funcall):
2968 * textmodes/artist.el (artist-spray-random-points):
2969 * play/bubbles.el (bubbles--initialize-images): Use new names.
2971 2010-09-23 Eric M. Ludlam <zappo@gnu.org>
2973 Update to CEDET 1.0's version of EIEIO.
2975 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
2977 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
2978 (eieio-default-eval-maybe): Eval val instead of unquoting only.
2979 (class-precedence-list): If class is nil, return nil.
2980 (eieio-generic-call): If class of first input arg is nil, don't
2981 look up static methods, and do check for primary methods.
2982 (initialize-instance): See if the default needs to be evaluated
2983 during the constructor.
2984 (eieio-perform-slot-validation-for-default): Don't do the check
2985 for values that will eventually be evaluated.
2986 (eieio-eval-default-p): New function.
2987 (eieio-default-eval-maybe): Use it.
2989 2010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
2991 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
2992 method-invocation-order.
2993 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
2994 (eieio-class-precedence-dfs): Compute class precedence list using
2996 (eieio-class-precedence-bfs): Compute class precedence list using
2998 (eieio-class-precedence-c3): Compute class precedence list using
3000 (class-precedence-list): New function.
3001 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
3002 (inconsistent-class-hierarchy): New error symbol.
3003 (call-next-method): Stow the replacement argument list for future
3004 call-next-method invocations.
3006 2010-09-23 Glenn Morris <rgm@gnu.org>
3008 * calendar/appt.el (appt-check): If not displaying the diary,
3009 use (diary 1) to only get the entries we need.
3010 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
3011 that it is in day order. (Bug#7019)
3013 * calendar/appt.el (appt-check): Rather than showing the diary,
3014 just turn off invisible display, and only if needed.
3016 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
3018 2010-09-23 Glenn Morris <rgm@gnu.org>
3020 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
3021 (byte-compile-defvar, byte-compile-cl-warn):
3022 Start warnings with lower-case, like the majority.
3024 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
3026 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
3028 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
3029 * files.el (auto-mode-alist): Move ld-script entries here, further down
3032 * vc/add-log.el: Don't require timezone when compiling.
3033 (timezone-make-date-sortable): Autoload it.
3034 (change-log-sortable-date-at): Don't require timezone.
3035 Use `ignore-errors'.
3037 * comint.el (comint-use-prompt-regexp-instead-of-fields):
3038 Move alias before definition, so it does not need autoloading.
3040 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
3041 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
3042 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
3043 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
3044 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
3045 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
3046 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
3047 * textmodes/tex-mode.el, textmodes/two-column.el:
3048 Remove leading `*' from docs of defcustoms etc.
3050 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
3052 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
3054 2010-09-22 Dan Christensen <jdc@uwo.ca>
3056 * calendar/time-date.el (date-to-time): Try using parse-time-string
3057 first before using the slower timezone-make-date-arpa-standard.
3059 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
3061 * calendar/time-date.el (format-seconds): Comment fix.
3063 2010-09-22 Glenn Morris <rgm@gnu.org>
3065 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
3066 is not automatically buffer-local.
3068 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3070 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
3071 (smie-indent-comment): Be more careful with comment-start-skip.
3072 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
3073 (smie-indent-functions): Use them.
3075 2010-09-21 Michael Albinus <michael.albinus@gmx.de>
3077 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
3079 2010-09-21 Jan Djärv <jan.h.d@swipnet.se>
3081 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
3082 tool-bar-position. Don't modify frame parameters here.
3083 (menu-bar-options-save): Add tool-bar-position.
3085 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
3087 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3089 * textmodes/reftex-parse.el (reftex-what-macro)
3090 (reftex-context-substring): Let-bind forward-sexp-function to nil
3091 since we don't need/want to treat \begin...\end as a block (bug#7053).
3093 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
3095 * simple.el (blink-matching-open): Use syntax-class.
3097 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
3098 Set invisibility spec for pascal's outline mode.
3099 (pascal-outline-change): Clean up calling convention.
3100 (pascal-show-all, pascal-hide-other-defuns): Update callers.
3102 * progmodes/prolog.el (prolog-smie-forward-token)
3103 (prolog-smie-backward-token): New functions.
3104 (prolog-mode-variables): Use them to parse "!," correctly.
3105 Set up smie-blink-matching for ".".
3107 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
3109 (ispell-region, ispell-process-line): Update users.
3111 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
3114 * textmodes/ispell.el: Fix commenting convention.
3115 (ispell-parse-output): Simplify, use push.
3116 (ispell-region): Use match-string-no-properties.
3117 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
3118 (ispell-minor-mode): Use define-minor-mode.
3119 (ispell-message): Remove unused var `skip-regexp'.
3120 (ispell-add-per-file-word-list): Use dynamic let-binding.
3121 Try and use the proper comment marker.
3123 * mail/sendmail.el: Fix commenting convention.
3124 (sendmail-send-it): Use line-beginning-position.
3126 * help-fns.el (describe-variable): Add original value, if applicable.
3128 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
3130 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
3132 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
3134 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3136 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
3137 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
3138 (smie-prec2-levels): Use them to better diagnose precedence cycles.
3139 (smie-blink-matching-check): Don't signal a mismatch if car is t.
3140 (smie-blink-matching-open): Rewrite to remove assumptions, so that
3141 something like "." can also be a closer.
3142 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
3143 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
3144 Rename internal functions to use "--". Update callers.
3146 * frame.el (make-frame-names-alist): Don't list frames on other displays.
3148 * fringe.el (fringe-styles): New var.
3149 (fringe-mode, fringe-query-style): Use it.
3151 2010-09-18 Michael R. Mauger <mmaug@yahoo.com>
3153 * progmodes/sql.el: Version 2.8
3154 (sql-login-params): Update widget structure; changes still needed.
3155 (sql-product-alist): Add :list-all and :list-table features for
3156 SQLite, Postgres and MySQL products.
3157 (sql-redirect): Handle default value.
3158 (sql-execute, sql-execute-feature): New functions.
3159 (sql-read-table-name): New function.
3160 (sql-list-all, sql-list-table): New functions. User API.
3161 (sql-mode-map, sql-interactive-mode-map): Add key definitions
3162 for above functions.
3163 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
3164 for above functions.
3165 (sql-postgres-login-params): Add user and database defaults.
3166 (sql-buffer-live-p): Bug fix.
3167 (sql-product-history): New variable.
3168 (sql-read-product): New function. Use it.
3169 (sql-set-product, sql-product-interactive): Use it.
3170 (sql-connection-history): New variable.
3171 (sql-read-connection): New function. Use it.
3172 (sql-connect): New function.
3173 (sql-for-each-login): Redesign function interface.
3174 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
3175 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
3176 (sql-comint): Check for program. Existing live buffer.
3177 (sql-comint-postgres): Add port parameter.
3179 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3181 * emacs-lisp/warnings.el: Fix commenting convention.
3182 (display-warning): Use special mode and make the buffer read-only.
3184 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
3186 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
3187 empty string when it follows a repeated or optional pattern.
3189 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
3191 * indent.el (indent-according-to-mode): Apply syntax-propertize.
3192 (indent-region): Use indent-according-to-mode.
3194 2010-09-18 Eli Zaretskii <eliz@gnu.org>
3196 * fringe.el (fringe-mode): Doc fix.
3198 2010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
3200 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
3201 refreshing the preview buffer.
3203 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
3205 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
3206 (latex-syntax-propertize-rules): New consts; replace
3207 tex-font-lock-syntactic-keywords.
3208 (tex-env-mark, latex-env-before-change): New functions.
3209 (latex-electric-env-pair-mode): New minor mode.
3210 (tex-font-lock-verb): Change arguments; do move point.
3211 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
3212 representation as a form of comment.
3213 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
3214 (doctex-syntax-propertize-rules): New const; replaces
3215 doctex-font-lock-syntactic-keywords.
3216 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
3218 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
3219 (fortran-make-syntax-propertize-function): New function; replaces
3220 fortran-font-lock-syntactic-keywords.
3221 (fortran-mode): Use it.
3222 (fortran-line-length): Use it. Improve interactive spec.
3224 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
3225 (syntax-propertize-rules): Add var-ref case. Fix offset computation
3226 when adding surrounding \(..\).
3228 * progmodes/js.el (js-mode): Fix last change (bug#7054).
3230 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3232 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
3233 Use with-current-buffer.
3235 * isearch.el (isearch-face): Rename from `isearch'.
3236 (isearch-highlight): Use new name.
3238 2010-09-17 Eli Zaretskii <eliz@gnu.org>
3240 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
3241 5, for `half' width fringes. (Bug#6933)
3243 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3245 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
3246 (byte-compile-defvar): "foo/bar" does not lack a prefix.
3248 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
3250 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
3252 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
3253 in calculating new frame position. Add more space between new and
3254 parent on the left (Bug#7048).
3256 2010-09-17 Michael Albinus <michael.albinus@gmx.de>
3258 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
3261 2010-09-16 Chong Yidong <cyd@stupidchicken.com>
3263 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
3265 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
3266 obsolete alias for x-selection-value.
3268 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
3270 2010-09-16 Michael Albinus <michael.albinus@gmx.de>
3272 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
3275 2010-09-15 Michael Albinus <michael.albinus@gmx.de>
3277 * net/tramp-compat.el (tramp-compat-with-temp-message)
3278 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
3279 (tramp-compat-process-put): New defuns.
3281 * net/tramp.el (top):
3282 * net/tramp-gvfs.el (top):
3283 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
3285 * net/tramp.el (tramp-progress-reporter-update):
3286 Use `tramp-compat-funcall'.
3288 * net/tramp.el (tramp-process-actions):
3289 * net/tramp-gvfs.el (tramp-handle-vc-registered):
3290 * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
3291 (tramp-get-remote-stat, tramp-get-remote-readlink):
3292 Use `tramp-compat-with-temp-message'.
3294 * net/tramp-sh.el (top): Require 'cl.
3295 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
3296 (tramp-open-connection-setup-interactive-shell):
3297 Use `tramp-compat-process-put'.
3299 2010-09-15 Alan Mackenzie <acm@muc.de>
3301 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
3303 (c-forward-<>-arglist-recur): Fix an infinite recursion.
3305 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
3307 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3308 `lexical' for warnings related to lexical scoping.
3309 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
3310 global vars which don't have a prefix and could hence affect lexical
3311 scoping in unrelated files.
3313 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3315 * net/imap.el: Revert back to version
3316 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3319 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
3321 * obsolete/old-whitespace.el (whitespace-unload-function):
3322 Explicitly pass `obarray' to `unintern' to avoid a warning.
3324 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3326 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
3327 Add `when' argument. Update callers.
3329 * subr.el (unintern): Declare the obarray arg mandatory.
3331 2010-09-14 Glenn Morris <rgm@gnu.org>
3333 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
3336 * calendar/diary-lib.el (diary-included-files): New variable.
3337 (diary-list-entries): Maybe initialize diary-included-files.
3338 (diary-include-other-diary-files): Append to diary-included-files.
3339 * calendar/appt.el (appt-update-list): Also check the members of
3340 diary-included-files. (Bug#6999)
3341 (appt-check): Doc fix.
3343 2010-09-14 David Reitter <david.reitter@gmail.com>
3345 * simple.el (line-move-visual): Do not truncate goal column to
3346 integer size. (Bug#7020)
3348 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3350 * repeat.el (repeat): Allow repeating when the last event is a click.
3351 Suggested by Drew Adams (bug#6256).
3353 2010-09-14 Sascha Wilde <wilde@sha-bang.de>
3355 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
3356 Replace setting HGRCPATH to "" by some less invasive --config options.
3358 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3360 * font-lock.el (font-lock-beginning-of-syntax-function):
3363 2010-09-14 Glenn Morris <rgm@gnu.org>
3365 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
3366 and tool-bar modes. (Bug#6211)
3367 (menu-bar-mode): Move setting of standard-value after the
3368 minor-mode definition, otherwise it seems to have no effect.
3370 2010-09-14 Masatake YAMATO <yamato@redhat.com>
3372 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
3373 Fix typo. (Bug#6976)
3375 2010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3377 * whitespace.el: Allow cleaning up blanks without blank
3378 visualization (Bug#6651). Adjust help window for
3379 whitespace-toggle-options (Bug#6479). Allow to use fill-column
3380 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
3381 (whitespace-style): Add new value 'face. Adjust docstring.
3382 (whitespace-space, whitespace-hspace, whitespace-tab):
3383 Adjust foreground property face.
3384 (whitespace-line-column): Adjust docstring and type declaration.
3385 (whitespace-style-value-list, whitespace-toggle-option-alist)
3386 (whitespace-help-text): Adjust const initialization.
3387 (whitespace-toggle-options, global-whitespace-toggle-options):
3389 (whitespace-display-window, whitespace-interactive-char)
3390 (whitespace-style-face-p, whitespace-color-on): Adjust code.
3391 (whitespace-help-scroll): New fun.
3393 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
3395 * calendar/time-date.el (format-seconds): Comment fix.
3397 2010-09-13 Michael R. Mauger <mmaug@yahoo.com>
3399 * progmodes/sql.el: Version 2.7.
3400 (sql-buffer-live-p): Improve detection.
3401 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
3402 (sql-set-sqli-buffer): Use it.
3403 (sql-product-interactive): Run `sql-set-sqli-hook'.
3404 (sql-rename-buffer): Code cleanup.
3405 (sql-redirect, sql-redirect-value): New functions. More to come.
3407 2010-09-13 Juanma Barranquero <lekktu@gmail.com>
3409 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.
3410 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
3411 (TRAMP_SRC): New macro.
3412 ($(lisp)/net/tramp-loaddefs.el): New target.
3414 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
3416 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
3418 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
3420 * net/tramp.el (top): Don't show loading message. Require just
3421 'tramp-compat, everything else is required there.
3422 Use `ignore-errors' where appropriate.
3423 (tramp-inline-compress-start-size, tramp-copy-size-limit)
3424 (tramp-terminal-type, tramp-end-of-output)
3425 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
3426 (tramp-completion-function-alist-ssh)
3427 (tramp-completion-function-alist-telnet)
3428 (tramp-completion-function-alist-su)
3429 (tramp-completion-function-alist-putty, tramp-remote-path)
3430 (tramp-remote-process-environment, tramp-sh-extra-args)
3431 (tramp-actions-before-shell, tramp-uudecode)
3432 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
3433 (tramp-perl-file-attributes)
3434 (tramp-perl-directory-files-and-attributes)
3435 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
3436 (tramp-perl-encode, tramp-perl-decode)
3437 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
3438 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
3439 (tramp-handle-make-symbolic-link, tramp-handle-load)
3440 (tramp-handle-file-name-as-directory)
3441 (tramp-handle-file-name-directory)
3442 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
3443 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
3444 (tramp-do-file-attributes-with-ls)
3445 (tramp-do-file-attributes-with-perl)
3446 (tramp-do-file-attributes-with-stat)
3447 (tramp-handle-set-visited-file-modtime)
3448 (tramp-handle-verify-visited-file-modtime)
3449 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
3450 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
3451 (tramp-handle-file-selinux-context)
3452 (tramp-handle-set-file-selinux-context)
3453 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
3454 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
3455 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
3456 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
3457 (tramp-handle-file-ownership-preserved-p)
3458 (tramp-handle-directory-file-name, tramp-handle-directory-files)
3459 (tramp-handle-directory-files-and-attributes)
3460 (tramp-do-directory-files-and-attributes-with-perl)
3461 (tramp-do-directory-files-and-attributes-with-stat)
3462 (tramp-handle-file-name-all-completions)
3463 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
3464 (tramp-handle-copy-file, tramp-handle-copy-directory)
3465 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
3466 (tramp-do-copy-or-rename-file-via-buffer)
3467 (tramp-do-copy-or-rename-file-directly)
3468 (tramp-do-copy-or-rename-file-out-of-band)
3469 (tramp-handle-make-directory, tramp-handle-delete-directory)
3470 (tramp-handle-delete-file)
3471 (tramp-handle-dired-recursive-delete-directory)
3472 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
3473 (tramp-handle-insert-directory)
3474 (tramp-handle-unhandled-file-name-directory)
3475 (tramp-handle-expand-file-name)
3476 (tramp-handle-substitute-in-file-name)
3477 (tramp-handle-executable-find, tramp-process-sentinel)
3478 (tramp-handle-start-file-process, tramp-handle-process-file)
3479 (tramp-handle-call-process-region, tramp-handle-shell-command)
3480 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
3481 (tramp-handle-insert-file-contents)
3482 (tramp-handle-insert-file-contents-literally)
3483 (tramp-handle-find-backup-file-name)
3484 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
3485 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
3486 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
3487 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
3488 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
3489 (tramp-find-file-exists-command, tramp-open-shell)
3490 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
3491 (tramp-open-connection-setup-interactive-shell)
3492 (tramp-local-coding-commands, tramp-remote-coding-commands)
3493 (tramp-find-inline-encoding, tramp-call-local-coding-command)
3494 (tramp-inline-compress-commands, tramp-find-inline-compress)
3495 (tramp-compute-multi-hops, tramp-maybe-open-connection)
3496 (tramp-send-command, tramp-wait-for-output)
3497 (tramp-send-command-and-check, tramp-barf-unless-okay)
3498 (tramp-send-command-and-read, tramp-mode-string-to-int)
3499 (tramp-convert-file-attributes, tramp-check-cached-permissions)
3500 (tramp-file-mode-from-int, tramp-file-mode-permissions)
3501 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
3502 (tramp-method-out-of-band-p, tramp-local-host-p)
3503 (tramp-get-remote-path, tramp-get-remote-tmpdir)
3504 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
3505 (tramp-get-test-command, tramp-get-test-nt-command)
3506 (tramp-get-file-exists-command, tramp-get-remote-ln)
3507 (tramp-get-remote-perl, tramp-get-remote-stat)
3508 (tramp-get-remote-readlink, tramp-get-remote-trash)
3509 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
3510 (tramp-get-local-uid, tramp-get-local-gid)
3511 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
3513 (tramp-methods, tramp-default-method-alist)
3514 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
3515 Move initialization to tramp-sh.el.
3516 (tramp-temp-name-prefix): Make it a defconst.
3517 (tramp-dissect-file-name): Don't check anymore for multi-hop
3519 (tramp-debug-outline-regexp): Add a docstring.
3520 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
3521 (tramp-get-debug-buffer): Use it.
3523 * net/tramp-cache.el (top): Set tramp-autoload cookie for
3524 initialization forms.
3525 (tramp-set-connection-property): Don't protect `tramp-message'
3526 call, it isn't necessary any longer.
3527 (tramp-dump-connection-properties): Use `ignore-errors'.
3529 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
3530 'password-cache and 'auth-source.
3532 * net/tramp-gvfs.el (top):
3533 * net/tramp-smb.el (top): Require 'tramp-sh.
3535 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
3537 * net/tramp-sh.el: New file, derived from tramp.el.
3538 (top): Initialize `tramp-methods', `tramp-default-method-alist',
3539 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
3540 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
3541 Use `ignore-errors' where appropriate.
3542 (tramp-sh-file-name-handler-alist): Rename from
3543 `tramp-file-name-handler-alist'.
3544 (tramp-send-command-and-check): Return t or nil. Remove all
3545 `zerop' checks, where called.
3546 (tramp-handle-set-file-modes)
3547 (tramp-do-copy-or-rename-file-directly)
3548 (tramp-handle-delete-directory, tramp-handle-delete-file)
3549 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
3550 (tramp-sh-file-name-handler, tramp-send-command-and-check)
3551 (tramp-get-remote-ln): Set tramp-autoload cookie.
3553 * net/tramp-fish.el: Remove file.
3555 2010-09-13 Daiki Ueno <ueno@unixuser.org>
3557 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
3558 buffer-file-name to avoid file-locking. (Bug#7026)
3560 2010-09-13 Julien Danjou <julien@danjou.info>
3562 * notifications.el (notifications-notify): Add support for
3563 image-path and sound-name.
3564 (notifications-specification-version): Add this variable.
3566 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3568 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
3570 2010-09-12 Leo <sdl.web@gmail.com>
3572 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
3573 (rcirc-completion-start): New variables.
3574 (rcirc-nick-completions): Rename to rcirc-completions.
3575 (rcirc-nick-completion-start-offset): Delete.
3576 (rcirc-completion-at-point): New function for constructing
3577 completion data for both nicks and irc commands. Add to
3578 completion-at-point-functions in rcirc mode.
3579 (rcirc-complete): Rename from rcirc-nick-complete; use
3580 rcirc-completion-at-point.
3581 (defun-rcirc-command): Update rcirc-client-commands.
3583 2010-09-11 Glenn Morris <rgm@gnu.org>
3585 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
3586 atomically, to avoid parallel build errors. (Bug#4196)
3588 2010-09-11 Michael R. Mauger <mmaug@yahoo.com>
3590 * progmodes/sql.el: Version 2.6
3591 (sql-dialect): Synonym for "sql-product".
3592 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
3593 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
3594 Set "sql-buffer" to buffer name not buffer object so multiple sql
3595 interactive buffers work properly. Reverts misguided changes in
3597 (sql-comint): Make sure different buffer name is used if "*SQL*"
3598 buffer is for a different product.
3599 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
3601 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
3602 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
3603 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
3604 Accept new buffer name or prompt for one.
3605 (sql-port): Default to zero.
3606 (sql-comint-mysql): Handle "sql-port" as a numeric.
3607 (sql-port-history): Delete unused variable.
3608 (sql-get-login): Default "sql-port" to a number.
3609 (sql-product-alist): Correct Postgres prompt and terminator regexp.
3610 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
3611 "sqlite3" executables.
3612 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
3613 (sql-buffer-live-p): New function.
3614 (sql-mode-menu, sql-send-string): Use it.
3615 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
3617 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
3618 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
3620 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3622 * net/netrc.el (netrc-credentials): New convenience function.
3624 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3626 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
3627 to replace texinfo-font-lock-syntactic-keywords.
3628 (texinfo-mode): Use it.
3630 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
3631 Use syntax-propertize-function.
3633 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
3634 replace sgml-font-lock-syntactic-keywords.
3635 (sgml-mode): Use it.
3637 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
3638 since we don't use it.
3640 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
3642 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
3644 (vhdl-fontify-buffer): Adjust.
3646 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
3647 replace tcl-font-lock-syntactic-keywords.
3650 * progmodes/simula.el (simula-syntax-propertize-function): New var to
3651 replace simula-font-lock-syntactic-keywords.
3652 (simula-mode): Use it.
3654 * progmodes/sh-script.el (sh-st-symbol): Remove.
3655 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
3656 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
3657 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
3658 (sh-font-lock-paren): Set syntax-multiline.
3659 (sh-font-lock-syntactic-keywords): Remove.
3660 (sh-syntax-propertize-function): New function to replace it.
3663 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
3664 Define while compiling.
3665 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
3666 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
3667 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
3668 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
3669 (ruby-here-doc-end-syntax): Only define when
3670 syntax-propertize is not available.
3671 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
3673 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
3674 (electric-indent-chars): Silence bytecompiler.
3675 (ruby-mode): Use prog-mode, syntax-propertize-function, and
3676 electric-indent-chars.
3678 * progmodes/python.el (python-syntax-propertize-function): New var to
3679 replace python-font-lock-syntactic-keywords.
3680 (python-mode): Use it.
3681 (python-quote-syntax): Simplify and adjust to new use.
3683 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
3684 replace perl-font-lock-syntactic-keywords.
3685 (perl-syntax-propertize-special-constructs): New fun to replace
3686 perl-font-lock-special-syntactic-constructs.
3687 (perl-font-lock-syntactic-face-function): New fun.
3688 (perl-mode): Use it.
3690 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
3691 to replace octave-font-lock-close-quotes.
3692 (octave-syntax-propertize-function): New function to replace
3693 octave-font-lock-syntactic-keywords.
3694 (octave-mode): Use it.
3696 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
3697 replaces mixal-font-lock-syntactic-keywords.
3698 (mixal-mode): Use it.
3700 * progmodes/make-mode.el (makefile-syntax-propertize-function):
3701 New var; replaces makefile-font-lock-syntactic-keywords.
3702 (makefile-mode): Use it.
3703 (makefile-imake-mode): Adjust.
3705 * progmodes/js.el (js--regexp-literal): Define while compiling.
3706 (js-syntax-propertize-function): New var; replaces
3707 js-font-lock-syntactic-keywords.
3710 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
3711 replaces gdb-script-font-lock-syntactic-keywords.
3712 (gdb-script-mode): Use it.
3714 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
3715 (fortran--font-lock-syntactic-keywords): New var.
3716 (fortran-line-length): Update syntax-propertize-function and
3717 fortran--font-lock-syntactic-keywords.
3719 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
3721 * progmodes/cfengine.el (cfengine-mode):
3722 Use syntax-propertize-function.
3723 (cfengine-font-lock-syntactic-keywords): Remove.
3725 * progmodes/autoconf.el (autoconf-mode):
3726 Use syntax-propertize-function.
3727 (autoconf-font-lock-syntactic-keywords): Remove.
3729 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
3730 (ada-after-change-function, ada-initialize-syntax-table-properties)
3731 (ada-handle-syntax-table-properties): Only define when
3732 syntax-propertize is not available.
3733 (ada-mode): Use syntax-propertize-function.
3735 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
3736 (font-lock-fontify-syntactic-keywords-region): Move handling of
3737 font-lock-syntactically-fontified to...
3738 (font-lock-default-fontify-region): ...here.
3739 Let syntax-propertize-function take precedence.
3740 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
3742 * emacs-lisp/syntax.el (syntax-propertize-function)
3743 (syntax-propertize-chunk-size, syntax-propertize--done)
3744 (syntax-propertize-extend-region-functions): New vars.
3745 (syntax-propertize-wholelines, syntax-propertize-multiline)
3746 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
3747 (syntax-propertize): New functions.
3748 (syntax-propertize-rules): New macro.
3749 (syntax-ppss-flush-cache): Set syntax-propertize--done.
3750 (syntax-ppss): Call syntax-propertize.
3752 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
3754 2010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
3756 * textmodes/ispell.el (ispell-init-process): Improve comments.
3757 XEmacs compatibility changes regarding (add-hook) 'local option
3758 and (set-process-query-on-exit-flag).
3760 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
3762 * net/tramp-cache.el (tramp-parse-connection-properties):
3763 Set tramp-autoload cookie.
3765 2010-09-09 Glenn Morris <rgm@gnu.org>
3767 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
3768 (imagemagick-register-types): Doc fix.
3770 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
3772 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
3774 * progmodes/js.el (require): Require is already "eval-and-compile".
3775 (js--re-search-forward): Avoid `eval'. Preserve the error data.
3776 (js--re-search-backward): Use js--re-search-forward.
3778 * progmodes/fortran.el (fortran-line-length): Don't recompute
3779 syntactic keywords redundantly a second time.
3781 * progmodes/ada-mode.el: Replace "(set '" with setq.
3782 (ada-mode): Simplify.
3783 (ada-create-case-exception, ada-adjust-case-interactive)
3784 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
3785 (ada-search-ignore-string-comment, ada-move-to-start)
3786 (ada-move-to-end): Use with-syntax-table.
3788 * font-lock.el (save-buffer-state): Remove `varlist' arg.
3789 (font-lock-unfontify-region, font-lock-default-fontify-region):
3790 Update usage correspondingly.
3791 (font-lock-fontify-syntactic-keywords-region):
3792 Set parse-sexp-lookup-properties buffer-locally here.
3793 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
3795 * simple.el (blink-matching-open): Don't burp if we can't find a match.
3797 2010-09-08 Glenn Morris <rgm@gnu.org>
3799 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
3800 Error if not compiled with -DBYTE_CODE_METER.
3802 * emacs-lisp/bytecomp.el (byte-recompile-directory):
3803 Ignore dir-locals-file.
3805 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
3807 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3809 (compilation-error-regexp-alist-alist): Rule out ": " in file names
3810 for the `gnu' messages.
3811 (compilation-set-skip-threshold): New command.
3812 (compilation-start): Use \' rather than $.
3813 (compilation-forget-errors): Use clrhash.
3815 2010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
3817 * textmodes/ispell.el (ispell-valid-dictionary-list):
3820 2010-09-08 Michael Albinus <michael.albinus@gmx.de>
3822 Migrate to Tramp 2.2. Rearrange load dependencies.
3823 (Bug#1529, Bug#5448, Bug#5705)
3825 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
3826 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
3827 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
3829 * net/tramp.el (top): Remove all other tramp-* loads except
3830 tramp-compat.el. Remove all changes to tramp-unload-hook for
3831 other tramp-* packages. Rearrange defun order. Change calls of
3832 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
3833 `tramp-compat-octal-to-decimal' to new function names.
3834 (tramp-terminal-type, tramp-initial-end-of-output)
3835 (tramp-methods, tramp-foreign-file-name-handler-alist)
3836 (tramp-tramp-file-p, tramp-completion-mode-p)
3837 (tramp-send-command-and-check, tramp-get-remote-path)
3838 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
3839 (tramp-shell-quote-argument): Set tramp-autoload cookie.
3840 (with-file-property, with-connection-property): Move to
3842 (tramp-local-call-process, tramp-decimal-to-octal)
3843 (tramp-octal-to-decimal): Move to tramp-compat.el.
3844 (tramp-handle-shell-command): Do not require 'shell.
3845 (tramp-compute-multi-hops): No special handling for tramp-gw-*
3847 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
3849 * net/tramp-cache.el (top): Require 'tramp. Add to
3850 `tramp-unload-hook'.
3851 (tramp-cache-data, tramp-get-file-property)
3852 (tramp-set-file-property, tramp-flush-file-property)
3853 (tramp-flush-directory-property, tramp-get-connection-property)
3854 (tramp-set-connection-property, tramp-flush-connection-property)
3855 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
3857 (with-file-property, with-connection-property): New defuns, moved
3859 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
3862 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
3863 (tramp-version): Set tramp-autoload cookie.
3865 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
3866 changes to tramp-unload-hook for other tramp-* packages. Add to
3867 `tramp-unload-hook'.
3868 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
3869 (tramp-compat-call-process): New defuns, moved from tramp.el.
3871 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
3872 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
3873 Add to `tramp-unload-hook'. Change call of
3874 `tramp-compat-decimal-to-octal' to new function name.
3875 (tramp-fish-method): Make it a defconst.
3876 (tramp-fish-file-name-p): Make it a defsubst.
3877 (tramp-fish-method, tramp-fish-file-name-handler)
3878 (tramp-fish-file-name-p): Set tramp-autoload cookie.
3880 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
3881 `tramp-foreign-file-name-handler-alist'. Add to
3882 `tramp-unload-hook'.
3883 (tramp-ftp-method): Make it a defconst.
3884 (tramp-ftp-file-name-p): Make it a defsubst.
3885 (tramp-ftp-method, tramp-ftp-file-name-handler)
3886 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
3888 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
3889 `tramp-foreign-file-name-handler-alist'. Add to
3890 `tramp-unload-hook'. Change checks, whether package can be
3892 (tramp-gvfs-file-name-p): Make it a defsubst.
3893 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
3894 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
3895 (tramp-gvfs-handle-file-directory-p): New defun.
3896 (tramp-gvfs-file-name-handler-alist): Use it.
3898 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
3899 `tramp-foreign-file-name-handler-alist'. Add to
3900 `tramp-unload-hook'.
3901 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
3902 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
3904 (tramp-gw-tunnel-method, tramp-gw-socks-method)
3905 (tramp-gw-open-connection): Set tramp-autoload cookie.
3907 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
3908 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
3909 Add to `tramp-unload-hook'. Change checks, whether package can be
3911 (tramp-imap-file-name-p): Make it a defsubst.
3912 (tramp-imap-method, tramp-imaps-method)
3913 (tramp-imap-file-name-handler)
3914 (tramp-imap-file-name-p): Set tramp-autoload cookie.
3916 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
3917 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
3918 Add to `tramp-unload-hook'. Change checks, whether package can be
3919 loaded. Change call of `tramp-compat-decimal-to-octal' to new
3921 (tramp-smb-tunnel-method): Make it a defconst.
3922 (tramp-smb-file-name-p): Make it a defsubst.
3923 (tramp-smb-method, tramp-smb-file-name-handler)
3924 (tramp-smb-file-name-p): Set tramp-autoload cookie.
3926 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
3927 (tramp-uuencode-region): Set tramp-autoload cookie.
3929 * net/trampver.el (top) Add to `tramp-unload-hook'.
3930 (tramp-version, tramp-bug-report-address): Set tramp-autoload
3931 cookie. Update release number.
3933 2010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
3935 * textmodes/ispell.el (ispell-start-process): Make sure original
3936 arg list is properly initialized (Bug#6993, Bug#6994).
3938 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3940 * files.el (directory-abbrev-alist): Use \` as default regexp.
3942 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
3943 chars like - or ] (bug#6984).
3944 (rx-any-condense-range): Explode 2-char ranges.
3946 2010-09-06 Glenn Morris <rgm@gnu.org>
3948 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
3950 2010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3952 * textmodes/bibtex.el:
3953 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
3955 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3957 * net/imap.el (imap-message-map): Remove optional buffer parameter,
3958 since no callers use it.
3959 (imap-message-get): Ditto.
3960 (imap-message-put): Ditto.
3961 (imap-mailbox-map): Ditto.
3962 (imap-mailbox-put): Ditto.
3963 (imap-mailbox-get): Ditto.
3964 (imap-mailbox-get): Revert last change for this function.
3966 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3968 * net/imap.el (imap-fetch-safe): Remove function, and alter all
3969 callers to use `imap-fetch' instead. According to the comments, this
3970 should be safe, since all other IMAP clients use the 1:* syntax.
3971 (imap-enable-exchange-bug-workaround): Remove.
3972 (imap-debug): Remove -- doesn't seem very useful.
3974 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3976 * net/imap.el (imap-log): New convenience function used throughout
3977 instead of repeating the same code all over the place.
3979 2010-09-05 David De La Harpe Golden <david@harpegolden.net>
3981 * mouse.el (mouse-save-then-kill): Save region to kill-ring
3982 when mouse-drag-copy-region is non-nil (Bug#6956).
3984 2010-09-05 Chong Yidong <cyd@stupidchicken.com>
3986 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
3987 Improve regexps (Bug#6987).
3988 (dired-sort-toggle): Search more robustly for -t flag.
3990 * files.el (get-free-disk-space): Search more robustly for
3991 "available" column. Suggested by Ehud Karni
3992 <ehud@unix.mvs.co.il>.
3994 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
3996 * international/uni-bidi.el:
3997 * international/uni-category.el:
3998 * international/uni-combining.el:
3999 * international/uni-decimal.el:
4000 * international/uni-mirrored.el:
4001 * international/uni-name.el: Regenerate.
4003 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
4005 * electric.el (electric-indent-post-self-insert-function):
4006 Don't reindent with a sloppy indentation function.
4008 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
4009 border case in change-log-mode.
4011 2010-09-04 Chong Yidong <cyd@stupidchicken.com>
4013 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4014 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
4015 Recognize leading tab in gcc-include regexp. Ignore names with
4016 leading "from" or "in" in gnu regexp (Bug#6937).
4018 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
4020 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
4021 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
4022 (ispell-start-process): Avoid setq and simplify logic.
4023 (ispell-init-process): Setup kill-buffer-hook locally when needed.
4024 (kill-buffer-hook): Don't use it globally with code that uses
4025 expand-file-name since that may call kill-buffer via
4026 code_conversion_restore.
4028 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
4030 * emacs-lisp/package.el (package-directory-list): Only call
4031 file-name-nondirectory on a string.
4033 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
4035 * emacs-lisp/package.el (package--download-one-archive):
4036 Ensure that archive-contents is valid before saving it.
4037 (package-activate-1, package-mark-obsolete, define-package)
4038 (package-compute-transaction, package-list-maybe-add): Use push.
4040 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
4042 Use SMIE's blink-paren for octave-mode.
4043 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
4044 Backslashes do not escape single-quotes, single-quotes do.
4045 (octave-block-else-regexp, octave-block-end-regexp)
4046 (octave-block-match-alist): Remove.
4047 (octave-smie-bnf-table): New var, with old content.
4048 (octave-smie-op-levels): Use it.
4049 (octave-smie-closer-alist): New var.
4050 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
4051 (octave-blink-matching-block-open): Remove.
4052 (octave-reindent-then-newline-and-indent, octave-electric-semi)
4053 (octave-electric-space): Let self-insert-command run expand-abbrev and
4056 * electric.el (electricity): New group.
4057 (electric-indent-chars): New var.
4058 (electric-indent-post-self-insert-function): New fun.
4059 (electric-indent-mode): New minor mode.
4060 (electric-pair-skip-self): New custom.
4061 (electric-pair-post-self-insert-function): New function.
4062 (electric-pair-mode): New minor mode.
4064 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
4065 calcAlg-blink-matching-open.
4066 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
4067 (calc-do-alg-entry): Only touch the part of the keymap that varies.
4068 Use the new blink-matching-check-function.
4070 Provide blink-matching support to SMIE.
4071 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
4072 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
4073 (smie-blink-matching-check, smie-blink-matching-open): New functions.
4075 * simple.el (newline): Fix last change to properly remove itself from
4078 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
4080 * simple.el (newline): Eliminate optimization.
4081 Use post-self-insert-hook to set hard-newline and things before
4082 running post-self-insert-hook.
4083 (blink-matching-check-mismatch): New function.
4084 (blink-matching-check-function): New variable.
4085 (blink-matching-open): Use them.
4086 Skip back forward over prefix chars skipped by forward-sexp.
4087 Don't check if the parens are backslash escaped.
4088 (blink-paren-post-self-insert-function): Check backslash escaping here.
4090 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
4092 * emacs-lisp/package.el (package-menu-mode-map):
4093 Change package-menu-revert bindings to revert-buffer.
4094 (package-menu-mode): Set revert-buffer-function.
4095 (package-menu-revert): Doc fix.
4097 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
4099 * textmodes/ispell.el (ispell-init-process): Use "~/" as
4100 `default-directory' unless using Ispell per-directory personal
4101 dictionaries and not in a mini-buffer under XEmacs.
4102 (kill-buffer-hook): Do not kill ispell process on exit when
4103 `ispell-process-directory' is "~/". (Bug#6143)
4105 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
4107 * simple.el (kill-new): Call interprogram-cut-function with only
4110 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
4111 Remove cut buffer from error message.
4113 * term/x-win.el (x-select-text):
4114 * term/pc-win.el (x-selection-value):
4115 * term/ns-win.el (x-selection-value):
4116 * eshell/em-term.el:
4117 * w32-fns.el (x-get-selection-value):
4118 * mouse-sel.el (mouse-sel-set-selection-function):
4119 * frame.el (display-selections-p): Remove cut-buffer in documentation.
4121 * term/x-win.el: Update documentation for x-last-selected-text-*.
4122 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
4123 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
4124 (x-select-text): Remove argument PUSH, update documentation.
4125 Remove cut-buffer code.
4126 (x-selection-value-internal): Was previously x-selection-value.
4127 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
4128 Update documentation, remove cut-buffer code.
4129 Call x-selection-value-internal.
4130 (x-clipboard-yank): Call x-selection-value-internal.
4131 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
4133 * term/pc-win.el (x-last-selected-text):
4134 x-cut-buffer-or-selection-value renamed to x-selection-value
4135 (x-select-text): Remove argument PUSH, update documentation.
4137 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
4138 x-cut-buffer-or-selection-value renamed to x-selection-value
4139 (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
4140 (x-select-text): Remove argument PUSH, update documentation.
4142 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
4144 * w32-fns.el (x-last-selected-text):
4145 x-cut-buffer-or-selection-value renamed to x-selection-value.
4146 (x-cut-buffer-max): Remove.
4147 (x-select-text): Remove argument PUSH, update documentation.
4149 * simple.el (interprogram-cut-function): Remove mention of PUSH.
4151 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
4153 * mouse-sel.el (mouse-sel-get-selection-function):
4154 x-cut-buffer-or-selection-value renamed to x-selection-value.
4155 (x-select-text): Remove optional push.
4157 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4159 * simple.el (blink-paren-function): Move from C to here.
4160 (blink-paren-post-self-insert-function): New function.
4161 (post-self-insert-hook): Use it.
4163 * emacs-lisp/pcase.el (pcase-split-memq):
4164 Fix overenthusiastic optimisation.
4165 (pcase-u1): Handle the case of a lambda pred.
4167 2010-08-31 Kenichi Handa <handa@m17n.org>
4169 * international/mule-cmds.el (standard-display-european-internal):
4170 Setup standard-display-table for 8-bit characters by storing 8-bit
4171 characters in the element vector.
4173 * disp-table.el (standard-display-8bit):
4174 Setup standard-display-table for 8-bit characters by storing 8-bit
4175 characters in the element vector.
4176 (standard-display-european): Likewise.
4178 2010-08-31 Masatake YAMATO <yamato@redhat.com>
4180 * textmodes/nroff-mode.el (nroff-view): New command.
4181 (nroff-mode-map): Bind it to C-c C-c.
4183 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
4185 * emacs-lisp/smie.el (smie-down-list): New command.
4187 Remove old indentation and navigation code on octave-mode.
4188 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
4189 smie-down-list rather than add a binding for octave-down-block.
4190 (octave-mark-block, octave-blink-matching-block-open):
4191 Rely on forward-sexp-function.
4192 (octave-fill-paragraph): Don't narrow, so you can use
4193 indent-according-to-mode.
4194 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
4195 (octave-in-block-p, octave-re-search-forward-kw)
4196 (octave-re-search-backward-kw, octave-indent-calculate)
4197 (octave-end-as-array-index-p, octave-block-end-offset)
4198 (octave-scan-blocks, octave-forward-block, octave-backward-block)
4199 (octave-down-block, octave-backward-up-block, octave-up-block)
4200 (octave-before-magic-comment-p, octave-indent-line): Remove.
4202 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
4204 * emacs-lisp/package.el (package--read-archive-file): Just use
4205 `read', to avoid copying an additional string.
4206 (package-menu-mode): Set header-line-format here.
4207 (package-menu-refresh, package-menu-revert): Signal an error if
4208 not in the Package Menu.
4209 (package-menu-package-list): New var.
4210 (package--generate-package-list): Operate on the current buffer;
4211 don't assume that it is *Packages*, since the user may rename it.
4212 Allow persistent package listings and sort keys using
4213 package-menu-package-list and package-menu-package-sort-key.
4214 (package-menu--version-predicate): Fix version calculation.
4215 (package-menu-sort-by-column): Don't select the window.
4216 (package--list-packages): Create the *Packages* buffer.
4217 Set package-menu-package-list-key.
4218 (list-packages): Sorting by status is now the default.
4219 (package-buffer-info): Use match-string-no-properties.
4220 (define-package): Add a &rest argument for future proofing, but
4222 (package-install-from-buffer, package-install-buffer-internal):
4223 Merge into a single function, package-install-from-buffer.
4224 (package-install-file): Change caller.
4226 * finder.el: Load finder-inf using `require'.
4227 (finder-list-matches): Sorting by status is now the default.
4228 (finder-compile-keywords): Simpify printing.
4230 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
4232 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
4233 (octave-mode-map): Remove special bindings for forward/backward-block
4234 and octave-backward-up-block. Use smie-close-block.
4235 (octave-continuation-marker-regexp): New var.
4236 (octave-continuation-regexp): Use it.
4237 (octave-operator-table, octave-smie-op-levels)
4238 (octave-operator-regexp, octave-smie-indent-rules): New vars.
4239 (octave-smie-backward-token, octave-smie-forward-token): New funs.
4240 (octave-mode): Use SMIE.
4241 (octave-close-block): Delete.
4243 2010-08-30 Eli Zaretskii <eliz@gnu.org>
4245 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
4246 CLIPBOARD, not in PRIMARY. (Bug#6944)
4248 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
4250 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
4252 (smie-indent-column): Allow indirection through variables.
4254 * composite.el (save-buffer-state): Delete, unused.
4255 * font-lock.el (save-buffer-state): Use with-silent-modifications.
4256 (font-lock-default-fontify-region): Use with-syntax-table.
4257 * jit-lock.el (with-buffer-unmodified): Remove.
4258 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
4260 Use `declare' in defmacros.
4261 * window.el (save-selected-window):
4262 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
4263 * progmodes/python.el (def-python-skeleton):
4264 * net/dbus.el (dbus-ignore-errors):
4265 * jka-cmpr-hook.el (with-auto-compression-mode):
4266 * international/mule.el (with-category-table):
4267 * emacs-lisp/timer.el (with-timeout):
4268 * emacs-lisp/lisp-mnt.el (lm-with-file):
4269 * emacs-lisp/eieio.el (with-slots):
4270 * emacs-lisp/easymenu.el (easy-menu-define):
4271 * emacs-lisp/debug.el (debugger-env-macro):
4272 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
4273 (Multiple-value-call, Multiple-value-prog1):
4274 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
4275 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
4276 edebug rule to definition.
4277 * emacs-lisp/lisp-mode.el (save-selected-window)
4278 (with-current-buffer, combine-after-change-calls)
4279 (with-output-to-string, with-temp-file, with-temp-buffer)
4280 (with-temp-message, with-syntax-table, read-if, eval-after-load)
4281 (dolist, dotimes, when, unless):
4282 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
4284 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
4286 * finder.el: Require `package'.
4287 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
4288 (finder-package-info): Var deleted.
4289 (finder-keywords-hash, finder--builtins-alist): New vars.
4290 (finder-compile-keywords): Compute package--builtins and
4291 finder-keywords-hash instead of finder-keywords-hash, respecting
4292 the "Package" header.
4293 (finder-unknown-keywords, finder-list-matches):
4294 Use finder-keywords-hash and package--list-packages.
4295 (finder-mode): Don't set font-lock-defaults.
4296 (finder-exit): We don't use "*Finder-package*" and "*Finder
4297 Category*" buffers anymore.
4299 * emacs-lisp/package.el (package--builtins-base): Var deleted.
4300 (package--builtins): Set default value to nil.
4301 (package-initialize): Load precomputed value of package--builtins
4303 (package-alist, package-compute-transaction)
4304 (package-download-transaction): Improve docstring.
4305 (package-read-all-archive-contents): Do not change
4306 package--builtins here.
4307 (list-packages): Make package-list-packages an alias for this.
4308 Sort by status by default.
4309 (package--list-packages): Add optional PACKAGES arg.
4310 (describe-package-1): Use font-lock-face property. For built-in
4311 packages, insert file commentary.
4312 (package--generate-package-list): Rename from
4313 package-list-packages-internal; all callers changed. Add optional
4314 PACKAGES arg. Add alphabetical sort fallbacks.
4315 (package-menu--version-predicate, package-menu--status-predicate)
4316 (package-menu--description-predicate)
4317 (package-menu--name-predicate): New functions.
4319 * info.el (Info-finder-find-node): Search package-alist instead of
4320 finder-package-info.
4322 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
4324 * subr.el (version-regexp-alist): Don't use "a" and "b" for
4326 (version-to-list): Handle versions like "10.3d".
4328 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4330 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
4331 (macroexp-accumulate): Use `declare'.
4333 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4335 * whitespace.el (whitespace-style): Adjust type declaration.
4337 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
4339 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
4340 empty argument to gvfs-copy.
4342 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
4344 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
4345 handle new TRASH arg of `delete-file'.
4347 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
4349 * net/tramp.el (tramp-handle-insert-directory): Don't use
4350 `forward-word', its default syntax could be changed.
4352 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4353 Michael Albinus <michael.albinus@gmx.de>
4355 Implement compression for inline methods.
4357 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
4358 (tramp-copy-size-limit): Allow also nil.
4359 (tramp-inline-compress-commands): New defconst.
4360 (tramp-find-inline-compress, tramp-get-inline-compress)
4361 (tramp-get-inline-coding): New defuns.
4362 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
4363 replaced by `tramp-get-inline-coding'.
4364 (tramp-handle-file-local-copy, tramp-handle-write-region)
4365 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
4367 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
4369 Detect ssh 'ControlMaster' argument automatically in some cases.
4371 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
4372 (tramp-default-method): Use it.
4374 2010-08-26 Karel Klíč <kklic@redhat.com>
4376 * net/tramp.el (tramp-file-name-for-operation):
4377 Add file-selinux-context.
4379 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
4381 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
4383 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
4385 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
4388 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
4390 * progmodes/js.el: Make indentation more customizable (Bug#6914).
4391 (js-paren-indent-offset, js-square-indent-offset)
4392 (js-curly-indent-offset): New options.
4393 (js--proper-indentation): Use them.
4395 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
4397 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
4398 instead of inspecting font-lock properties (Bug#6916).
4400 2010-08-26 David Reitter <david.reitter@gmail.com>
4402 * server.el (server-visit-files): Run pre-command-hook and
4403 post-command-hook for each buffer while it is current (Bug#6910).
4404 (server-execute): Do not run hooks here.
4406 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
4408 Sync with Tramp 2.1.19.
4410 * net/tramp-cmds.el (tramp-cleanup-all-connections)
4411 (tramp-reporter-dump-variable, tramp-load-report-modules)
4412 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
4413 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
4415 * net/tramp-compat.el (top): Do not autoload
4416 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
4417 only when `start-file-process' is not bound.
4418 (byte-compile-not-obsolete-vars): Define if not bound.
4419 (tramp-compat-funcall): New defmacro.
4420 (tramp-compat-line-beginning-position)
4421 (tramp-compat-line-end-position)
4422 (tramp-compat-temporary-file-directory)
4423 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
4424 (tramp-compat-copy-file, tramp-compat-copy-directory)
4425 (tramp-compat-delete-file, tramp-compat-delete-directory)
4426 (tramp-compat-number-sequence, tramp-compat-process-running-p):
4428 (tramp-advice-file-expand-wildcards): Do not use
4429 `tramp-handle-file-remote-p'.
4430 (tramp-compat-make-temp-file): Simplify fallback implementation.
4431 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
4432 (tramp-compat-copy-tree): Remove function.
4433 (tramp-compat-delete-file): New defun.
4434 (tramp-compat-delete-directory): Provide implementation for older
4436 (tramp-compat-file-attributes): Handle only
4437 `wrong-number-of-arguments' error.
4439 * net/tramp-fish.el (tramp-fish-handle-copy-file):
4440 Add PRESERVE_SELINUX_CONTEXT.
4441 (tramp-fish-handle-delete-file): Add TRASH arg.
4442 (tramp-fish-handle-directory-files-and-attributes):
4443 Do not use `tramp-fish-handle-file-attributes.
4444 (tramp-fish-handle-file-local-copy)
4445 (tramp-fish-handle-insert-file-contents)
4446 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
4448 * net/tramp-gvfs.el (top): Require url-util.
4449 (tramp-gvfs-mount-point): Remove.
4450 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
4451 and `set-file-selinux-context'.
4452 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
4453 (tramp-gvfs-handle-file-selinux-context)
4454 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
4455 (with-tramp-dbus-call-method): Format trace message.
4456 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
4457 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
4458 Implement backup call, when operation on local files fails.
4459 Use progress reporter. Flush properties of changed files.
4460 (tramp-gvfs-handle-delete-file): Add TRASH arg.
4461 Use `tramp-compat-delete-file'.
4462 (tramp-gvfs-handle-expand-file-name): Expand "~/".
4463 (tramp-gvfs-handle-make-directory): Make more traces.
4464 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
4465 (tramp-gvfs-url-file-name): Hexify file name in url.
4466 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
4467 into account for the resulting file name.
4468 (tramp-gvfs-handler-askquestion): Preserve current message, in
4469 order to let progress reporter continue afterwards. (Bug#6257)
4470 Return dummy mountpoint, when the answer is "no".
4471 See `tramp-gvfs-maybe-open-connection'.
4472 (tramp-gvfs-handler-mounted-unmounted)
4473 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
4474 attribute "default_location". Set "prefix" property.
4475 Handle default-location.
4476 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
4477 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
4478 exists. Raise an error, if not (due to a corresponding answer
4479 "no" in interactive questions, for example).
4480 Use `tramp-compat-funcall'.
4482 * net/tramp-imap.el (top): Autoload `epg-make-context'.
4483 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
4484 (tramp-imap-do-copy-or-rename-file)
4485 (tramp-imap-handle-insert-file-contents)
4486 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
4487 (tramp-imap-handle-delete-file): Add TRASH arg.
4489 * net/tramp-smb.el (tramp-smb-handle-copy-file):
4490 Add PRESERVE-SELINUX-CONTEXT.
4491 (tramp-smb-handle-copy-file)
4492 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4493 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
4494 Use `with-progress-reporter'.
4495 (tramp-smb-handle-delete-file): Add TRASH arg.
4497 * net/tramp.el (tramp-methods): Move hostname to the end in all
4498 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
4500 (tramp-verbose): Describe verbose level 9.
4501 (tramp-completion-function-alist)
4502 (tramp-file-name-regexp, tramp-chunksize)
4503 (tramp-local-coding-commands, tramp-remote-coding-commands)
4504 (with-connection-property, tramp-completion-mode-p)
4505 (tramp-action-process-alive, tramp-action-out-of-band)
4506 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
4507 (tramp-exists-file-name-handler): Fix docstring.
4508 (tramp-remote-process-environment): Use `format' instead of
4509 `concat'. Protect version string by apostroph.
4510 (tramp-shell-prompt-pattern): Do not use a shy group in case of
4512 (tramp-file-name-regexp-unified)
4513 (tramp-completion-file-name-regexp-unified): On W32 systems, do
4514 not regard the volume letter as remote filename. (Bug#5447)
4515 (tramp-perl-file-attributes)
4516 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
4517 (tramp-vc-registered-read-file-names): Read input as
4518 here-document, otherwise the command could exceed maximum length
4520 (tramp-file-name-handler-alist): Add `file-selinux-context' and
4521 `set-file-selinux-context'.
4522 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
4523 backtrace functions.
4524 (tramp-error-with-buffer): Don't show the connection buffer when
4525 we are in completion mode.
4526 (tramp-progress-reporter-update, tramp-remote-selinux-p)
4527 (tramp-handle-file-selinux-context)
4528 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
4529 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
4531 (with-progress-reporter): New defmacro.
4532 (tramp-debug-outline-regexp): New defconst.
4533 (top, tramp-rfn-eshadow-setup-minibuffer)
4534 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
4535 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
4536 (tramp-completion-mode-p, tramp-check-for-regexp)
4537 (tramp-open-connection-setup-interactive-shell)
4538 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
4539 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
4540 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
4541 Use `tramp-compat-funcall'.
4542 (tramp-handle-make-symbolic-link): Flush file properties.
4543 (tramp-handle-load, tramp-handle-file-local-copy)
4544 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4545 (tramp-handle-vc-registered, tramp-maybe-send-script)
4546 (tramp-find-shell): Use `with-progress-reporter'.
4547 (tramp-do-file-attributes-with-stat): Add space in format string,
4548 in order to work around a bug in pdksh. Reported by Gilles Pion
4550 (tramp-handle-verify-visited-file-modtime): Do not send a command
4551 when the connection is not established.
4552 (tramp-handle-set-file-times): Simplify the check for utc.
4553 (tramp-handle-directory-files-and-attributes)
4554 (tramp-get-remote-path): Use `copy-tree'.
4555 (tramp-completion-handle-file-name-all-completions): Ensure, that
4556 non remote files are still checked. Oops.
4557 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
4558 Handle PRESERVE-SELINUX-CONTEXT.
4559 (tramp-do-copy-or-rename-file): Add progress reporter.
4560 (tramp-do-copy-or-rename-file-directly): Do not use
4561 `tramp-handle-file-remote-p'.
4562 (tramp-do-copy-or-rename-file-out-of-band):
4563 Use `tramp-compat-delete-directory'.
4564 (tramp-do-copy-or-rename-file-out-of-band)
4565 (tramp-compute-multi-hops, tramp-maybe-open-connection):
4566 Use `format-spec-make'.
4567 (tramp-handle-delete-file): Add TRASH arg.
4568 (tramp-handle-dired-uncache): Flush directory cache, not only file
4570 (tramp-handle-expand-file-name)
4571 (tramp-completion-handle-file-name-all-completions)
4572 (tramp-completion-handle-file-name-completion):
4573 Use `tramp-connectable-p'.
4574 (tramp-handle-start-file-process): Set connection property "vec".
4575 Use it, in order to invalidate file caches. Check only for
4576 `remote-tty' process property.
4577 Implement tty setting. (Bug#4604, Bug#6360)
4578 (tramp-file-name-for-operation): Add `call-process-region' and
4579 `set-file-selinux-context'.
4580 (tramp-find-foreign-file-name-handler)
4581 (tramp-advice-make-auto-save-file-name)
4582 (tramp-set-auto-save-file-modes): Remove superfluous check for
4583 `stringp'. This is done inside `tramp-tramp-file-p'.
4584 (tramp-file-name-handler): Trace 'quit. Catch the error for some
4585 operations when we are in completion mode. This gives the user
4586 the chance to correct the file name in the minibuffer.
4587 (tramp-completion-mode-p): Use `non-essential'.
4588 (tramp-handle-file-name-all-completions): Backward/ XEmacs
4589 compatibility: Use `completion-ignore-case' if
4590 `read-file-name-completion-ignore-case' does not exist.
4591 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
4592 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4594 (tramp-action-password): Hide password prompt before next run.
4595 (tramp-process-actions): Widen connection buffer for the trace.
4596 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
4597 process property. Trace stty settings if `tramp-verbose' >= 9.
4598 Apply workaround for IRIX64 bug. Move argument of last
4599 `tramp-send-command' where it belongs to.
4600 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
4601 front of `login-args'.
4602 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
4603 on "/dev/null" instead of "/".
4604 (tramp-get-ls-command-with-dired): Make test for "--dired"
4606 (tramp-set-auto-save-file-modes): Adapt version check.
4607 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
4608 (tramp-handle-process-file): Call the program in a subshell, in
4609 order to preserve working directory.
4610 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
4611 `tramp-remote-sh' from `tramp-methods'.
4612 (tramp-get-ls-command): Make test for "--color=never" stronger.
4613 (tramp-check-for-regexp): Use (forward-line 1).
4615 * net/trampver.el: Update release number.
4617 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
4619 * help.el (help-map): Bind `C-h P' to describe-package.
4621 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
4623 * emacs-lisp/package.el (package-refresh-contents): Catch errors
4624 when downloading archives.
4625 (describe-package-1): Add package commentary.
4626 (package-install-button-action): New function.
4627 (package-menu-mode-map): Bind ? to package-menu-describe-package.
4628 (package-menu-view-commentary): Function removed.
4629 (package-list-packages-internal): Hide the `package' package too.
4631 2010-08-25 Kenichi Handa <handa@m17n.org>
4633 * language/misc-lang.el ("Arabic"): New language environment.
4634 Setup composition-function-table for Arabic characters.
4636 * international/fontset.el (setup-default-fontset): Fix typo for
4637 arabic OTF spec (fini->fina).
4639 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
4641 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
4644 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4646 * whitespace.el: Allow cleaning up blanks without blank
4647 visualization (Bug#6651). Adjust help window for
4648 whitespace-toggle-options (Bug#6479). Allow to use fill-column
4649 instead of whitespace-line-column (from EmacsWiki). New version
4651 (whitespace-style): Added new value 'face. Adjust docstring.
4652 (whitespace-space, whitespace-hspace, whitespace-tab):
4653 Adjust foreground property face.
4654 (whitespace-line-column): Adjust docstring and type declaration.
4655 (whitespace-style-value-list, whitespace-toggle-option-alist)
4656 (whitespace-help-text): Adjust const initialization.
4657 (whitespace-toggle-options, global-whitespace-toggle-options):
4659 (whitespace-display-window, whitespace-interactive-char)
4660 (whitespace-style-face-p, whitespace-color-on): Adjust code.
4661 (whitespace-help-scroll): New fun.
4663 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
4665 * emacs-lisp/package.el (list-packages): Alias for
4666 package-list-packages.
4668 2010-08-24 Kevin Ryde <user42@zip.com.au>
4670 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
4673 * progmodes/ruby-mode.el (ruby): Add defgroup.
4675 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
4677 * progmodes/python.el: Add Ipython support (Bug#5390).
4678 (python-shell-prompt-alist)
4679 (python-shell-continuation-prompt-alist): New options.
4680 (python--set-prompt-regexp): New function.
4681 (inferior-python-mode, run-python, python-shell):
4682 Require ansi-color. Use python--set-prompt-regexp to set the comint
4683 prompt based on the Python interpreter.
4684 (python--prompt-regexp): New var.
4685 (python-check-comint-prompt)
4686 (python-comint-output-filter-function): Use it.
4687 (run-python): Use a pipe (Bug#5694).
4689 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
4691 * progmodes/python.el (python-send-region): Send a different
4692 Python command if Ipython is in use.
4693 (python-check-version): Use a Python command to find the version.
4695 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
4697 * mouse.el (mouse-yank-primary): Avoid setting primary when
4698 deactivating the mark (Bug#6872).
4700 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
4702 * progmodes/python.el (python-block-pairs): Allow use of "finally"
4703 with "else" (Bug#3991).
4705 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
4707 * net/dbus.el: Accept UNIX domain sockets as bus address.
4708 (top): Don't initialize `dbus-registered-objects-table' anymore,
4709 this is done in dbusbind,c.
4710 (dbus-check-event): Adapt test for bus.
4711 (dbus-return-values-table, dbus-unregister-service)
4712 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
4715 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
4717 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
4719 2010-08-22 Juri Linkov <juri@jurta.org>
4721 * simple.el (read-extended-command): New function with the logic
4722 for `completing-read' moved to Elisp from `execute-extended-command'.
4723 Use `function-called-at-point' in `minibuffer-default-add-function'
4724 to get a command name for M-n (bug#5364, bug#5214).
4726 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4728 * startup.el (command-line-1): Issue warning for ignored arguments
4729 --unibyte, etc (Bug#6886).
4731 2010-08-22 Leo <sdl.web@gmail.com>
4733 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
4734 (ignore, bright, dim, keyword): Split list of nicknames before
4735 passing to rcirc-add-or-remove (Bug#6894).
4737 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4739 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
4741 2010-08-22 Leo <sdl.web@gmail.com>
4743 Fix buffer-list rename&refresh after killing a buffer in ido.
4744 * ido.el: Revert Óscar's.
4745 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
4746 Remember the buffers at head, rather than their name.
4747 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
4749 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
4750 Stefan Monnier <monnier@iro.umontreal.ca>
4752 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
4753 extra backslash added to each line (bug#6890).
4755 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
4757 * subr.el (read-key): Don't echo keystrokes (bug#6883).
4759 2010-08-22 Glenn Morris <rgm@gnu.org>
4761 * menu-bar.el (menu-bar-games-menu): Add landmark.
4763 2010-08-22 Glenn Morris <rgm@gnu.org>
4765 * align.el (align-regexp): Make group and spacing arguments
4766 use the interactive defaults when non-interactive. (Bug#6698)
4768 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
4769 expansion, so as not to need sendmail.
4770 (mail-text-start): Remove declaration.
4771 (rmail-retry-failure): Require sendmail.
4773 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4775 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
4777 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
4779 * progmodes/flymake.el (flymake-start-syntax-check-process):
4780 Use `start-file-process' in order to let it run also on remote hosts.
4782 2010-08-22 Kenichi Handa <handa@m17n.org>
4784 * files.el: Add `word-wrap' as safe local variable.
4786 2010-08-22 Glenn Morris <rgm@gnu.org>
4788 * woman.el (woman-translate): Case matters. (Bug#6849)
4790 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4792 * simple.el (kill-region): Doc fix (Bug#6787).
4794 2010-08-22 Glenn Morris <rgm@gnu.org>
4796 * calendar/diary-lib.el (diary-header-line-format):
4797 Fit it to the window, not the frame.
4799 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
4801 * subr.el (ignore-errors): Add debug declaration.
4803 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
4805 * whitespace.el (whitespace-color-off): Remove post-command-hook
4808 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
4810 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
4812 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
4814 * cus-edit.el (custom-group-value-create): Add extra newline
4815 before end line (Bug#6876).
4817 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
4819 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
4820 when extending it. Before killing on the second click, check if
4821 the buffer is the correct one. Doc fix.
4822 (mouse-secondary-save-then-kill): Allow usage without first
4823 calling mouse-start-secondary, by defaulting to point. Don't save
4824 an empty secondary selection. Doc fix.
4826 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4828 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
4829 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
4831 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
4832 Adjust initialization.
4833 (whitespace-bob-marker, whitespace-eob-marker)
4834 (whitespace-buffer-changed): New vars.
4835 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
4836 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
4837 (whitespace-post-command-hook, whitespace-display-char-on):
4839 (whitespace-looking-back, whitespace-buffer-changed): New funs.
4840 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
4842 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
4844 * files.el (locate-file-completion-table): Only list the .el and .elc
4845 extensions if there's no other choice (bug#5955).
4847 * facemenu.el (facemenu-self-insert-data): New var.
4848 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
4850 (facemenu-add-face): Use them.
4852 * simple.el (blink-matching-open): Obey forward-sexp-function.
4854 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
4856 * simple.el (prog-mode-map): New var.
4857 (prog-indent-sexp): New command.
4859 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
4861 * progmodes/prolog.el (smie): Require.
4863 * emacs-lisp/smie.el (smie-default-backward-token)
4864 (smie-default-forward-token): Strip properties.
4865 (smie-next-sexp): Be more careful with associative operators.
4866 (smie-forward-sexp-command): Generalize.
4867 (smie-backward-sexp-command): Simplify.
4868 (smie-closer-alist): New var.
4869 (smie-close-block): New command.
4870 (smie-indent-debug-log): New var.
4871 (smie-indent-offset-rule): Add a few more cases.
4872 (smie-indent-column): New function.
4873 (smie-indent-after-keyword): Use it.
4874 (smie-indent-keyword): Use it.
4875 Fix up the opener code's point position.
4876 (smie-indent-comment): Only applies at BOL.
4877 (smie-indent-debug): New command.
4879 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
4880 declarations that are useful before running the macro.
4882 2010-08-18 Joakim Verona <joakim@verona.se>
4884 * image.el (imagemagick-types-inhibit): New variable.
4885 (imagemagick-register-types): New function.
4886 * image-mode.el (image-transform-properties): New function.
4887 (image-transform-set-scale, image-transform-fit-to-height)
4888 (image-transform-set-rotation, image-transform-set-resize)
4889 (image-transform-fit-to-width, image-transform-fit-to-height):
4891 (image-toggle-display-image): Support image transforms.
4893 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
4895 * image.el (create-animated-image): Don't add heuristic mask to image
4898 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
4900 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
4901 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
4903 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
4905 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
4907 Font-lock '...' strings, plus various simplifications and fixes.
4908 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
4909 (octave-font-lock-close-quotes): New function.
4910 (octave-font-lock-syntactic-keywords): New var.
4911 (octave-mode): Use it. Set beginning-of-defun-function.
4912 (octave-mode-map): Don't override the <foo>-defun commands.
4913 (octave-mode-menu): Pass it directly to easy-menu-define;
4914 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
4915 (octave-block-match-alist): Fix up last change so that
4916 octave-close-block uses the more specific keyword.
4917 (info-lookup-mode): Silence byte-compiler.
4918 (octave-beginning-of-defun): Not interactive any more.
4920 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
4921 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
4922 (octave-completion-at-point-function): Make sure point is within
4924 (octave-reindent-then-newline-and-indent):
4925 Use reindent-then-newline-and-indent.
4926 (octave-add-octave-menu): Remove.
4928 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
4930 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
4931 (report-emacs-bug-can-use-xdg-email): New functions.
4932 (report-emacs-bug): Set can-xdg-email to result of
4933 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
4934 \C-cm to report-emacs-bug-insert-to-mailer and add help text
4937 * net/browse-url.el (browse-url-default-browser): Add cond
4938 for browse-url-xdg-open.
4939 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
4941 2010-08-17 Glenn Morris <rgm@gnu.org>
4943 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
4944 (c-fontify-recorded-types-and-refs): Define for compiler.
4945 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
4948 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
4951 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
4953 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
4955 (tramp-handle-process-file): Call the program in a subshell, in
4956 order to preserve working directory.
4957 (tramp-action-password): Hide password prompt before next run.
4958 (tramp-process-actions): Widen connection buffer for the trace.
4960 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4962 * net/rcirc.el (rcirc-log-process-buffers): New option.
4963 (rcirc-print): Use it.
4964 (rcirc-generate-log-filename): New function.
4965 (rcirc-log-filename-function): Change default to
4966 rcirc-generate-log-filename (Bug#6828).
4968 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
4970 * simple.el (deactivate-mark): If select-active-regions is `only',
4971 only set selection for temporarily active regions.
4973 * cus-start.el: Change defcustom for select-active-regions.
4975 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
4977 * mouse.el (mouse--drag-set-mark-and-point): New function.
4978 (mouse-drag-track): Use LOCATION arg to push-mark.
4979 Use mouse--drag-set-mark-and-point to take click-count into
4980 consideration when updating point and mark (Bug#6840).
4982 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
4984 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4985 Give the Ruby rule a lower priority than Gnu (Bug#6778).
4987 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
4989 * font-lock.el (lisp-font-lock-keywords-2):
4990 Add combine-after-change-calls, condition-case-no-debug,
4991 with-demoted-errors, and with-silent-modifications (Bug#6025).
4993 2010-08-14 Kevin Ryde <user42@zip.com.au>
4995 * emacs-lisp/copyright.el (copyright-update-year)
4996 (copyright-update): Temporary switch-to-buffer to ensure the
4997 buffer change being queried is visible (Bug#5394).
4999 2010-08-14 Tom Tromey <tromey@redhat.com>
5001 * progmodes/etags.el (tags-file-name): Mark safe if stringp
5004 2010-08-14 Eli Zaretskii <eliz@gnu.org>
5006 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
5009 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
5011 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
5012 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
5013 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
5014 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
5015 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
5016 Call menu-bar-set-tool-bar-position.
5018 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5020 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
5021 comment style (bug#6834).
5022 * progmodes/scheme.el (scheme-mode-syntax-table):
5023 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
5024 "b" flag in "' 14b" syntax.
5026 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
5027 for (un)commenting the region and performing completion.
5028 (octave-mode-menu): Use standard commands for help and completion.
5029 (octave-mode-syntax-table): Support %{..%} comments (sort of).
5030 (octave-mode): Use define-derived-mode.
5031 Set completion-at-point-functions and don't set columns.
5032 Don't disable adaptive-fill-regexp.
5033 (octave-describe-major-mode, octave-comment-region)
5034 (octave-uncomment-region, octave-comment-indent)
5035 (octave-indent-for-comment): Remove.
5036 (octave-indent-calculate): Rename from calculate-octave-indent.
5037 (octave-indent-line, octave-fill-paragraph): Update caller.
5038 (octave-initialize-completions): No need to make an alist.
5039 (octave-completion-at-point-function): New function.
5040 (octave-complete-symbol): Use it.
5041 (octave-insert-defun): Use define-skeleton.
5043 * progmodes/octave-mod.el (octave-mode): Set comment-add.
5044 (octave-mode-map): Use comment-dwim (bug#6829).
5046 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
5048 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
5049 indentation of inserted comment.
5051 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
5053 * faces.el (region): Add type gtk that uses gtk colors.
5055 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
5056 Handle theme-name change.
5058 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
5060 * progmodes/sql.el: Version 2.5
5061 (sql-product-alist): Add :prompt-cont-regexp property for several
5063 (sql-prompt-cont-regexp): New variable.
5064 (sql-output-newline-count, sql-output-by-send):
5065 New variables. Record number of newlines in input text.
5066 (sql-send-string): Handle multiple filters and count newlines.
5067 (sql-send-magic-terminator): Count terminator newline.
5068 (sql-interactive-remove-continuation-prompt): Filters output to
5069 remove continuation prompts; one for each newline.
5070 (sql-interactive-mode): Set up new variables, prompt regexp and
5072 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
5073 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
5075 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5077 * emacs-lisp/pcase.el: New file.
5079 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
5081 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
5082 as here-document, otherwise the command could exceed maximum
5083 length of command line.
5084 (tramp-handle-vc-registered): Call script accordingly.
5085 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
5087 2010-08-10 Kenichi Handa <handa@m17n.org>
5089 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
5092 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
5094 * emacs-lisp/package.el (package-version-split)
5095 (package--version-first-nonzero, package-version-compare):
5097 (package-directory-list, package-load-all-descriptors)
5098 (package--built-in, package-activate, define-package)
5099 (package-installed-p, package-compute-transaction)
5100 (package-read-all-archive-contents)
5101 (package--add-to-archive-contents, package-buffer-info)
5102 (package-tar-file-info, package-list-packages-internal):
5103 Use version-to-list and version-list-*.
5105 * emacs-lisp/package-x.el (package-upload-buffer-internal):
5106 Use version-to-list.
5107 (package-upload-buffer-internal): Use version-list-<=.
5109 2010-08-09 Kenichi Handa <handa@m17n.org>
5111 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
5114 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
5116 * tutorial.el (tutorial--default-keys): C-d is now bound to
5117 delete-forward-char (Bug#6826).
5119 * mouse.el (mouse-drag-track): Remove accidentally-removed check
5120 for `double' value of mouse-1-click-follows-link (Bug#6807).
5122 2010-08-08 Johan Bockgård <bojohan@gnu.org>
5124 * replace.el (replace-highlight): Bind isearch-forward and
5125 isearch-error, ensuring that highlighting is updated if the user
5126 switches the search direction (Bug#6808).
5128 * isearch.el (isearch-lazy-highlight-forward): New var.
5129 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
5130 (isearch-lazy-highlight-update): Use it.
5132 2010-08-08 Kenichi Handa <handa@m17n.org>
5134 * international/mule.el (define-charset): Store NAME as :base property.
5135 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
5136 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
5137 current priority. Force using the designation of the specific
5138 charset by adding `charset' text property. Improve the whole algorithm.
5140 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
5142 * emulation/pc-select.el (pc-selection-mode-hook)
5143 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
5144 (pc-selection-mode): Fix typos in docstrings.
5146 2010-08-08 Kenichi Handa <handa@m17n.org>
5148 * language/cyrillic.el: Don't add "microsoft-cp1251" to
5149 ctext-non-standard-encodings-alist here.
5151 * international/mule.el (ctext-non-standard-encodings-alist):
5152 Add "koi8-r" and "microsoft-cp1251".
5153 (ctext-standard-encodings): New variable.
5154 (ctext-non-standard-encodings-table): List only elements for
5155 non-standard encodings.
5156 (ctext-pre-write-conversion): Adjust for the above change.
5157 Check ctext-standard-encodings.
5159 * international/mule-conf.el (compound-text): Doc fix.
5160 (ctext-no-compositions): Doc fix.
5161 (compound-text-with-extensions): Doc fix.
5163 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5165 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
5167 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
5169 * progmodes/which-func.el (which-func-format): Split help-echo text
5170 into lines, like other mode-line tooltips.
5172 * server.el (server-start): When using TCP sockets, force IPv4
5173 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
5175 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5177 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
5179 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
5181 * term.el (term-delimiter-argument-list): Reflow docstring.
5182 (term-read-input-ring, term-write-input-ring, term-send-input)
5183 (term-bol, term-erase-in-display, serial-supported-or-barf):
5184 Fix typos in docstrings.
5186 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5188 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
5190 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
5192 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
5194 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
5196 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
5197 Fix typo in docstring (bug#6747).
5199 2010-08-08 Leo <sdl.web@gmail.com>
5201 * eshell/esh-io.el (eshell-get-target): Better detection of
5202 read-only file (Bug#6762).
5204 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
5206 * align.el (align-default-spacing): Doc fix.
5207 (align-region-heuristic, align-regexp): Fix typos in docstrings.
5209 2010-08-08 Stephen Peters <speters@itasoftware.com>
5211 * calendar/icalendar.el
5212 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
5213 (icalendar--get-weekday-numbers): New.
5214 (icalendar--convert-recurring-to-diary): Handle multiple byday
5215 values in weekly rules. (Bug#6766)
5217 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
5219 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
5220 (icalendar--create-uid, icalendar-export-region)
5221 (icalendar--parse-summary-and-rest): Code formatting.
5223 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
5225 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
5226 to italicize headers.
5227 (calc-highlight-selections-with-faces): New variable.
5228 (calc-selected-face, calc-nonselected-face): New faces.
5230 * calc/calccomp.el (math-comp-highlight-string): Use
5231 `calc-highlight-selections-with-faces' to determine how to highlight
5234 * calc/calc-sel.el (calc-show-selections): Change message to when
5235 using faces to highlight selections.
5237 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
5239 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
5240 Add SQLite 3 keywords, functions and datatypes.
5241 (sql-interactive-mode): Remove `comint-process-echoes' set to t
5244 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
5246 * simple.el (select-active-regions): Move to keyboard.c.
5247 (deactivate-mark): Used saved-region-selection.
5248 (select-active-region): Function removed.
5249 (activate-mark, set-mark, push-mark-command)
5250 (handle-shift-selection): Don't call it.
5251 (keyboard-quit): Avoid adding the region to the window selection.
5253 * mouse.el (mouse-drag-track): Remove hacks to deal with old
5254 select-active-regions implementation.
5255 (mouse-yank-at-click): Doc fix.
5257 * cus-start.el: Add custom declaration for select-active-regions.
5259 2010-08-07 Eli Zaretskii <eliz@gnu.org>
5261 * simple.el (delete-forward-char): Doc fix.
5263 * tutorial.el (help-with-tutorial): Hack safe file-local variables
5264 after reading the tutorial.
5266 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
5268 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
5269 Fix for the case that a C style comment has its delimiters alone on
5270 their respective lines.
5272 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
5274 * net/tramp.el (tramp-handle-start-file-process): Set connection
5276 (tramp-process-sentinel): Use it for flushing the cache.
5277 We cannot do it via the process buffer, the buffer could be deleted
5278 already when running the sentinel.
5280 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
5282 * comint.el (comint-mode): Make directory tracking functions
5283 functional on remote files. (Bug#6764)
5285 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
5287 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
5289 2010-08-05 Eli Zaretskii <eliz@gnu.org>
5291 * emacs-lisp/find-gc.el (find-gc-source-files):
5292 Rename unexec.c => unexcoff.c.
5294 * emacs-lisp/authors.el (authors-fixed-entries):
5295 Rename unexec.c => unexcoff.c.
5297 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
5299 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
5300 cache, not only file cache.
5301 (tramp-process-sentinel): New defun.
5302 (tramp-handle-start-file-process): Use it, in order to invalidate
5305 2010-08-03 Leo <sdl.web@gmail.com>
5307 * server.el (server-start): Simplify loop.
5309 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
5311 * frame.el (screen-height, screen-width, set-screen-width)
5312 (set-screen-height): Remove ancient compatibility aliases.
5314 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
5315 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
5317 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
5318 that change current buffer.
5320 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5322 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
5323 beginning of the string. Use `string-match-p'. (Bug#6765)
5325 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
5327 * cus-start.el (x-gtk-use-system-tooltips): New variable.
5329 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
5331 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
5332 (package--builtins): Tweak descriptions.
5333 (package-print-package): Upcase descriptions if necessary.
5334 Show all built-in packages in font-lock-builtin-face.
5335 (package-list-packages-internal): Omit "emacs" package.
5336 Show status of built-in packages as "built-in".
5338 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
5340 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
5341 before killing to preserve the primary selection (Bug#6701).
5343 * term/x-win.el (x-select-text): Doc fix.
5345 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
5347 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
5348 (objc-font-lock-extra-types):
5349 * progmodes/cc-mode.el (c-basic-common-init):
5350 * progmodes/cc-langs.el (c-make-mode-syntax-table)
5351 (c++-make-template-syntax-table)
5352 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
5353 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
5354 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
5355 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
5356 * progmodes/cc-fonts.el (c-make-inverse-face)
5357 (c-basic-matchers-after):
5358 * progmodes/cc-engine.el (c-forward-keyword-clause)
5359 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
5360 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
5361 (c-guess-continued-construct, c-guess-basic-syntax):
5362 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
5363 The above functions were modified or created.
5365 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
5367 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
5369 2010-07-31 Eli Zaretskii <eliz@gnu.org>
5371 * files.el (bidi-paragraph-direction): Define safe local values.
5373 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
5374 language-info-alist. Remove outdated FIXME in a comment.
5376 2010-07-31 Alan Mackenzie <acm@muc.de>
5378 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
5379 Auto-fill broken in C/C++ modes.
5381 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
5383 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
5384 (menu-bar-showhide-tool-bar-menu-customize-disable)
5385 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
5386 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
5387 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
5388 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
5389 make a menu for Options => toolbar that can move it.
5391 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
5393 * emacs-lisp/package-x.el (package--make-rss-entry):
5394 (package-maint-add-news-item, package--update-news)
5395 (package-upload-buffer-internal): New arg ARCHIVE-URL.
5397 * emacs-lisp/package.el (package-archive-url): Rename from
5399 (package-install): Doc fix.
5400 (package-download-single, package-download-tar, package-install)
5401 (package-menu-view-commentary): Callers changed.
5403 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
5405 * net/tramp.el (tramp-handle-start-file-process): Check only for
5406 `remote-tty' process property.
5407 (tramp-open-shell): Don't check for tty.
5408 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
5411 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
5414 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
5416 * emacs-lisp/package.el (package-load-list, package-archives)
5417 (package-archive-contents, package-user-dir)
5418 (package-directory-list, package--builtins, package-alist)
5419 (package-activated-list, package-obsolete-alist): Mark as risky.
5421 2010-07-28 Phil Hagelberg <phil@evri.com>
5423 Add support for non-default package repositories.
5424 * emacs-lisp/package.el (package-archive-base): Var deleted.
5425 (package-archives): New variable.
5426 (package-archive-contents): Doc fix.
5427 (package-load-descriptor): Do nothing if descriptor file is missing.
5428 (package--write-file-no-coding): New function.
5429 (package-unpack-single): Use it.
5430 (package-archive-id): New function.
5431 (package-download-single, package-download-tar)
5432 (package-menu-view-commentary): Use it.
5433 (package-installed-p): Make second argument optional.
5434 (package-read-all-archive-contents): New function.
5435 (package-initialize): Use it.
5436 (package-read-archive-contents): Add ARCHIVE argument.
5437 (package--add-to-archive-contents): New function.
5438 (package-install): Don't call package-read-archive-contents.
5439 (package--download-one-archive): Store archive file in a
5440 subdirectory of package-user-dir.
5441 (package-menu-execute): Remove spurious line movement.
5443 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
5445 * cus-start.el (tool-bar-style): Add text-image-horiz.
5447 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
5449 * progmodes/gud.el (gud-common-init): Check for remoteness of
5450 `file', and not of `default-directory'.
5452 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
5454 * net/tramp.el (tramp-methods): Move hostname to the end in all
5455 ssh `tramp-login-args'.
5456 (tramp-verbose): Describe verbose level 9.
5457 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
5458 (tramp-open-connection-setup-interactive-shell): Trace stty
5459 settings if `tramp-verbose' >= 9.
5460 (tramp-handle-start-file-process): Implement tty setting.
5461 (Bug#4604, Bug#6360)
5463 * net/tramp-cmds.el (tramp-bug): Recommend setting of
5464 `tramp-verbose' to 9.
5466 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
5468 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
5469 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
5470 Remove references to package `lisp-re' (bug#4369).
5472 2010-07-27 Tom Tromey <tromey@redhat.com>
5474 * progmodes/js.el (js-mode):
5475 * progmodes/make-mode.el (makefile-mode):
5476 * progmodes/simula.el (simula-mode):
5477 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
5479 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
5481 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
5483 * time.el (display-time-day-and-date): Remove spurious * in docstring.
5484 (display-time-world-buffer-name, display-time-world-mode-map):
5485 Fix typos in docstrings.
5487 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
5489 * image-mode.el (image-display-size): New function.
5490 (image-forward-hscroll, image-next-line, image-eol, image-eob)
5491 (image-mode-fit-frame): Use it (Bug#6639).
5493 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
5495 * dired.el (dired-buffers-for-dir): Handle list values of
5496 dired-directory (Bug#6636).
5498 2010-07-26 Sam Steingold <sds@gnu.org>
5500 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
5501 Do not call `x-get-selection' the second time, reuse the value.
5503 2010-07-26 Daiki Ueno <ueno@unixuser.org>
5505 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
5506 which consist of control chars only. Suggested by Richard Stallman.
5508 2010-07-25 Daiki Ueno <ueno@unixuser.org>
5510 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
5511 exists before passing an error to find-file-not-found-functions
5514 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
5516 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
5517 Remove leading nil element, adjust values.
5518 (tetris-shapes, tetris-shape-scores):
5519 Change representation of shapes and remove some redundancy.
5520 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
5521 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
5522 Adjust for working with new representation of shapes.
5523 (tetris-shape-rotations): New function.
5524 (tetris-move-bottom, tetris-move-left, tetris-move-right)
5525 (tetris-rotate-prev, tetris-rotate-next):
5526 Adjust for working with the new version of tetris-test-shape.
5528 2010-07-23 Markus Triska <markus.triska@gmx.at>
5530 * progmodes/ps-mode.el: Use comint (bug#5954).
5531 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
5532 (ps-mode-other-newline): Simplify.
5533 (ps-run-mode): Derive from comint-mode instead of
5534 fundamental-mode, yielding input history etc.
5535 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
5536 (ps-run-send-string): Adapt for comint-mode.
5537 (ps-run-newline): Remove now unneeded function.
5539 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
5541 * net/tramp.el (tramp-methods): Move hostname to the end in all
5542 plink `tramp-login-args'.
5544 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
5546 * net/tramp.el (tramp-open-shell): New defun.
5547 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5550 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
5552 * net/tramp.el (tramp-file-name-regexp-unified)
5553 (tramp-completion-file-name-regexp-unified): On W32 systems, do
5554 not regard the volume letter as remote filename. (Bug#5447)
5556 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
5558 * custom.el (custom-declare-variable): Give a clearer error message
5559 when the docstring is missing (bug#6476).
5561 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
5563 * progmodes/sql.el: Version 2.4. Improved Login prompting.
5564 (sql-login-params): New widget definition.
5565 (sql-oracle-login-params, sql-mysql-login-params)
5566 (sql-solid-login-params, sql-sybase-login-params)
5567 (sql-informix-login-params, sql-ingres-login-params)
5568 (sql-ms-login-params, sql-postgres-login-params)
5569 (sql-interbase-login-params, sql-db2-login-params)
5570 (sql-linter-login-params): Use it.
5571 (sql-sqlite-login-params): Use it; Define "database" parameter as
5573 (sql-sqlite-program): Change to "sqlite3".
5574 (sql-comint-sqlite): Make sure database name is complete.
5575 (sql-for-each-login): New function.
5576 (sql-connect, sql-save-connection): Use it.
5577 (sql-get-login-ext): New function.
5578 (sql-get-login): Use it.
5579 (sql-make-alternate-buffer-name): Handle :file parameters.
5581 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
5583 * dired.el (dired-no-confirm): Document value t and fix defcustom to
5584 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
5586 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
5588 * dired.el (dired-mode-map): Use command remapping (bug#6632).
5590 2010-07-22 Lawrence Mitchell <wence@gmx.li>
5592 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
5594 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
5596 * net/tramp.el (tramp-get-ls-command)
5597 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
5600 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
5602 * progmodes/sql.el: Version 2.3.
5603 (sql-connection-alist): Changed keys from symbols to strings;
5604 enhanced the widget definition.
5605 (sql-mode-menu): Added submenu to select connections.
5606 (sql-interactive-mode-menu): Added "Save Connection" item.
5607 (sql-add-product): Fixed menu item.
5608 (sql-get-product-feature): Improved error handling.
5609 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
5610 (sql-make-alternate-buffer-name): Simplified.
5611 (sql-product-interactive): Handle missing product.
5612 (sql-connect): Support string keys, minor improvements.
5613 (sql-save-connection): New function.
5614 (sql-connection-menu-filter): New function.
5616 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
5618 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
5619 (tramp-open-connection-setup-interactive-shell):
5620 Apply workaround for IRIX64 bug. Move argument of last
5621 `tramp-send-command' where it belongs to.
5623 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
5625 * net/tramp.el (tramp-perl-file-attributes)
5626 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
5627 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
5628 front of `login-args'.
5630 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
5632 * time.el (display-time-world-mode): Define with `define-derived-mode'.
5633 Set `show-trailing-whitespace' to nil.
5634 (display-time-world-display): Simplify.
5636 2010-07-18 Alan Mackenzie <acm@muc.de>
5638 Enhance `c-file-style' in file/directory local variables.
5639 * progmodes/cc-mode.el (c-count-cfss): New function.
5640 (c-before-hack-hook): Call `c-set-style' differently according to
5641 whether c-file-style was set in file or directory local
5644 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
5646 * progmodes/sql.el: Version 2.2.
5647 (sql-product, sql-user, sql-database, sql-server, sql-port):
5648 Use defcustom :safe keyword rather than putting safe-local-variable
5650 (sql-password): Use defcustom :risky keyword rather than putting
5651 risky-local-variable property.
5652 (sql-oracle-login-params, sql-sqlite-login-params)
5653 (sql-solid-login-params, sql-sybase-login-params)
5654 (sql-informix-login-params, sql-ingres-login-params)
5655 (sql-ms-login-params, sql-postgres-login-params)
5656 (sql-interbase-login-params, sql-db2-login-params)
5657 (sql-linter-login-params): Add `port' option.
5658 (sql-get-product-feature): Added NO-INDIRECT parameter.
5659 (sql-comint-oracle, sql-comint-sybase)
5660 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
5661 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
5662 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
5663 (sql-comint-linter): Renamed sql-connect-* functions to
5665 (sql-product-alist, sql-mode-menu): Renamed as above and
5666 :sqli-connect-func to :sqli-comint-func.
5667 (sql-connection): New variable.
5668 (sql-interactive-mode): Set it.
5669 (sql-connection-alist): New variable.
5670 (sql-connect): New function.
5671 (sql--alt-buffer-part, sql--alt-if-not-empty)
5672 (sql-make-alternate-buffer-name): Improved alternative buffer name.
5674 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5676 * image-mode.el (image-bookmark-make-record): Do not set context
5677 in an image (Bug#6650).
5679 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
5681 * simple.el (select-active-region): New function.
5682 (push-mark-command, set-mark, activate-mark)
5683 (handle-shift-selection): Use it.
5684 (deactivate-mark): Don't check for size of region.
5686 * mouse.el (mouse-drag-track): Use select-active-region.
5688 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
5690 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
5693 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
5695 * term/x-win.el (x-select-enable-primary): Change default to nil.
5696 (x-select-enable-clipboard): Add :version keyword.
5698 * mouse.el (mouse-drag-copy-region):
5699 * simple.el (select-active-regions): Likewise.
5701 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
5703 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
5704 (vc-coding-system-for-diff): Use it to decide whether to inherit
5705 from the file the EOL format for reading the diffs of that file.
5708 2010-07-16 Eli Zaretskii <eliz@gnu.org>
5710 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
5711 unibyte, so compressed attachments are not compressed again.
5713 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
5715 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
5716 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
5717 (tramp-find-shell): Simplify setting connection property.
5718 (tramp-get-ls-command): Make test for "--color=never" stronger.
5720 2010-07-15 Simon South <ssouth@member.fsf.org>
5722 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
5723 blocks within record declarations (i.e. variant parts) correctly.
5725 2010-07-15 Simon South <ssouth@member.fsf.org>
5727 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
5728 over literal tokens when parsing so newlines aren't "absorbed" by
5729 single-line comments. Corrects the indentation of case blocks
5730 that have a comment on the first line.
5732 2010-07-14 Karl Fogel <kfogel@red-bean.com>
5734 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
5735 by Drew Adams (Bug#5504).
5737 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
5739 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
5740 now that Unicode is used (Bug#6594).
5742 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
5744 * term/x-win.el (x-select-enable-clipboard): Default to t.
5745 (x-initialize-window-system): Don't overwrite Paste menu item.
5747 * simple.el (select-active-regions): Default to t.
5748 (push-mark-command): Don't overwrite primary with empty string.
5750 * mouse.el: Bind mouse-2 to mouse-yank-primary.
5751 (mouse-drag-copy-region): Default to nil.
5753 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
5754 Cut/Copy/Paste menu bar items.
5756 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5758 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5759 Patch applied by Karl Fogel.
5761 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
5762 and `bookmark-current-buffer' if they have been already set in
5763 another buffer (e.g gnus-art).
5765 2010-07-13 Karl Fogel <kfogel@red-bean.com>
5766 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5768 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
5770 * bookmark.el (bookmark-make-record-default): Allow unneeded
5771 information to be omitted from the record.
5773 Adjust declarations and calls:
5775 * info.el (bookmark-make-record-default): Adjust declaration.
5776 (Info-bookmark-make-record): Adjust call.
5778 * woman.el (bookmark-make-record-default): Adjust declaration.
5779 (woman-bookmark-make-record): Adjust call.
5781 * man.el (bookmark-make-record-default): Adjust declaration.
5782 (Man-bookmark-make-record): Adjust call.
5784 * image-mode.el (bookmark-make-record-default): Adjust declaration.
5786 * doc-view.el (bookmark-make-record-default): Adjust declaration.
5788 2010-07-13 Karl Fogel <kfogel@red-bean.com>
5790 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
5791 This is also from Thierry Volpiatto's patch in bug #6444. However,
5792 because it was extraneous to the functional change in that patch,
5793 and causes a re-indendation, I am committing it separately.
5795 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5797 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
5798 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
5799 Patch applied by Karl Fogel (Bug#6444).
5801 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
5803 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
5805 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
5807 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
5808 Dempsky; bug#5084). Remove incorrect binding for S-tab.
5809 (ns-alternatives-map): Change S-tab binding to backtab
5812 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
5815 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
5817 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
5820 * language/tv-util.el (tai-viet-re): Remove format.
5822 2010-07-12 Kenichi Handa <handa@m17n.org>
5824 * language/hebrew.el: Remove no-byte-compile declaration.
5825 Change coding: tag to utf-8. Register hebrew-shape-gstring in
5826 composition-function-table for 3-character looking back.
5827 (hebrew-font-get-precomposed): New function.
5828 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
5830 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
5832 * mouse.el (mouse-drag-track): Handle select-active-regions
5835 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
5837 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
5838 empty argument to gvfs-copy.
5840 2010-07-10 Glenn Morris <rgm@gnu.org>
5842 * calendar/calendar.el (calendar-week-end-day): New function.
5843 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
5844 Respect calendar-week-start-day. (Bug#6606)
5845 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
5846 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
5847 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
5848 respect calendar-week-start-day.
5850 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
5852 * simple.el (use-region-p): Doc fix (Bug#6607).
5854 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
5856 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5857 Add regexps for cucumber and ruby.
5859 2010-07-08 Daiki Ueno <ueno@unixuser.org>
5861 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
5862 (epa-file-insert-file-contents): Hack to prevent
5863 find-file from opening empty buffer when decryption failed
5866 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
5868 * textmodes/ispell.el (ispell-alternate-dictionary):
5869 Use file-readable-p.
5870 Return nil if no word-list is found at default locations.
5871 (ispell-complete-word-dict): Default to nil.
5872 (ispell-command-loop): Use 'word-list' when using lookup-words.
5873 (lookup-words): Use ispell-complete-word-dict or
5874 ispell-alternate-dictionary. Check for word-list availability
5875 and handle errors if needed with better messages (Bug#6539).
5876 (ispell-complete-word): Use ispell-complete-word-dict or
5877 ispell-alternate-dictionary.
5879 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
5881 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
5882 builtins (BufferError, BytesWarning, WindowsError; callables
5883 bin, bytearray, bytes, format, memoryview, next, print; __package__).
5885 2010-07-07 Glenn Morris <rgm@gnu.org>
5887 * play/zone.el (top-level): Do not require timer, tabify, or cl.
5888 (zone-shift-left): Ignore intangibility, and any errors from
5890 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
5891 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
5892 deleting, and copying text properties.
5893 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
5894 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
5895 to point-max is hard.
5896 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
5897 (zone-fill-out-screen): Ignore intangibility.
5899 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
5901 * menu-bar.el (menu-bar-mode):
5902 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
5905 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
5906 word/line selection (Bug#6565).
5908 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
5910 * net/dbus.el (dbus-send-signal): Declare function.
5912 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
5914 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
5915 (dbus-register-property): New optional argument EMITS-SIGNAL.
5916 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
5918 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
5920 * mouse.el (mouse-drag-overlay): Variable deleted.
5921 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
5922 (mouse--remap-link-click-p): New function.
5923 (mouse-drag-track): Handle dragging by using temporary Transient
5924 Mark mode, instead of a special overlay.
5925 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
5928 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
5931 2010-07-02 Juri Linkov <juri@jurta.org>
5933 * autoinsert.el (auto-insert-alist): Fix readability
5934 by using dotted pair notation for lambda.
5936 2010-07-02 Juri Linkov <juri@jurta.org>
5938 * faces.el (read-face-name): Rename arg `string-describing-default'
5939 to `default'. Doc fix. Display the default value in quotes
5940 in the prompt. With empty input, return the `default' arg,
5941 unless the default value is a string (in which case return nil).
5942 (describe-face): Replace the string `default' arg of `read-face-name'
5943 with the symbol `default'.
5945 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
5947 * emulation/viper-cmd.el (viper-delete-backward-char)
5948 (viper-del-backward-char-in-insert)
5949 (viper-del-backward-char-in-replace, viper-change)
5950 (viper-backward-indent): Replace delete-backward-char with
5951 delete-char (Bug#6552).
5953 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
5955 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
5957 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
5959 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
5960 argument passed to frame-creation-function (Bug#5378).
5962 * faces.el (x-handle-named-frame-geometry)
5963 (x-handle-reverse-video, x-create-frame-with-faces)
5964 (face-set-after-frame-default, tty-create-frame-with-faces):
5965 Don't separately consult default-frame-alist. It is now passed as the
5968 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
5970 * startup.el (command-line): Don't call tool-bar-setup in a
5973 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
5975 * ruler-mode.el (ruler--save-header-line-format): New fun.
5976 (ruler-mode): Use it as a setter function, so as not to overwrite
5977 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
5979 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
5981 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
5982 (vc-root-diff, vc-print-root-log, vc-log-incoming)
5983 (vc-log-outgoing): Use it.
5984 (vc-diff-internal): Set diff-vc-backend.
5986 * vc/diff-mode.el (diff-vc-backend): New var.
5988 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
5990 * dynamic-setting.el (font-setting-change-default-font):
5991 Remove call to message.
5993 2010-06-28 Kenichi Handa <handa@m17n.org>
5995 * international/quail.el (quail-insert-kbd-layout): Fix the
5996 showing of untranslated characters.
5998 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
6000 * simple.el (delete-active-region): New option.
6001 (delete-backward-char): Implement in Lisp.
6002 (delete-forward-char): New command.
6004 * mouse.el (mouse-region-delete-keys): Deleted.
6005 (mouse-show-mark): Simplify.
6007 * bindings.el (global-map): Bind delete and DEL, the former to
6008 delete-forward-char.
6010 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
6012 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
6013 (ruby-mode): Bind indent-line-function (Bug#5119).
6015 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
6017 * startup.el (command-line): Recognize "0" X resource value.
6019 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
6021 * startup.el (command-line): Use X resources to set the value of
6022 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
6024 * menu-bar.el (menu-bar-mode):
6025 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
6026 Set init-value to t.
6028 * frame.el (frame-notice-user-settings): Don't change
6029 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
6030 vice versa (Bug#2249).
6032 2010-06-26 Eli Zaretskii <eliz@gnu.org>
6034 * w32-fns.el (w32-convert-standard-filename): Doc fix.
6036 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
6038 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
6039 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
6041 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
6042 default directories are expanded (Bug#6143).
6044 2010-06-24 Juri Linkov <juri@jurta.org>
6046 * minibuffer.el (completions-format): Change default from nil to
6047 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
6049 2010-06-24 Juri Linkov <juri@jurta.org>
6051 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
6052 buffer-locally to lambda that re-runs the vc diff command.
6055 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
6057 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
6058 echo area is in use (Bug#3412).
6060 2010-06-22 Glenn Morris <rgm@gnu.org>
6062 * textmodes/texinfmt.el (texinfo-format-region)
6063 (texinfo-raise-lower-sections, texinfo-format-separate-node)
6064 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
6065 (texinfo-format-option, texinfo-noindent):
6066 Use line-beginning-position and line-end-position.
6068 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
6069 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
6070 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
6073 2010-06-21 Karl Fogel <kfogel@red-bean.com>
6075 * play/zone.el (zone-fall-through-ws): Fix next-line ->
6076 forward-line fallout.
6078 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
6080 * mouse.el (mouse-appearance-menu): Add docstring.
6082 * help.el (describe-key): Print up-event using key-description.
6084 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
6086 * net/zeroconf.el (zeroconf-resolve-service)
6087 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
6088 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
6090 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
6092 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
6094 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
6096 Avoid displaying files with a nil state in vc-dir.
6097 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
6098 cases that cause insertion.
6099 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
6102 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
6104 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
6106 2010-06-29 Leo <sdl.web@gmail.com>
6108 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
6110 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
6112 * generic-x.el (bat-generic-mode): Fix regexp for command line
6113 switches (Bug#5719).
6115 2010-06-27 Masatake YAMATO <yamato@redhat.com>
6117 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
6118 of nconc to avoid pure storage error (Bug#6239).
6120 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
6122 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
6123 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
6124 bindings of bookmark-automatically-show-annotations (Bug#6515).
6126 2010-06-25 Eli Zaretskii <eliz@gnu.org>
6128 * arc-mode.el (archive-zip-extract): Don't quote the file name on
6129 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
6131 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
6133 * comint.el (make-comint, make-comint-in-buffer): Mention return
6134 value in the docstrings. (Bug#6498)
6136 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
6138 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
6139 since it is not present when using some non-default switches.
6141 2010-06-23 Karl Fogel <kfogel@red-bean.com>
6143 * simple.el (compose-mail): Fix doc string to refer to
6144 `compose-mail-user-agent-warnings', instead of to the
6145 nonexistent `compose-mail-check-user-agent'.
6147 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
6149 Fix an indentation bug:
6151 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
6152 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
6155 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
6156 (c-clear->-pair-props-if-match-before): now return t when they've
6157 cleared properties, nil otherwise.
6158 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
6159 by taking account of the existing value.
6161 * progmodes/cc-defs.el
6162 (c-clear-char-property-with-value-function): Fix this to clear the
6163 property rather than overwriting it with nil.
6165 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
6167 * emacs-lisp/package.el (package-print-package): Add link to
6168 package description via describe-package.
6169 (describe-package-1): List package requirements. Add button to
6170 perform installation.
6171 (package-menu-describe-package): New command.
6173 * help-mode.el (help-package): New button type.
6175 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
6177 * emacs-lisp/package.el: Move package-list-packages binding to
6179 (describe-package, describe-package-1, package--dir): New funs.
6180 (package-activate-1): Use package--dir.
6182 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
6184 * help-mode.el (help-package-def): New button type.
6186 * menu-bar.el: Move package-list-packages binding here from
6189 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
6191 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
6193 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6195 * emacs-lisp/edebug.el (edebug-read-list):
6196 Phase out old-style backquotes.
6198 2010-06-17 Juri Linkov <juri@jurta.org>
6200 * help-mode.el (help-mode): Set buffer-local variable
6201 revert-buffer-function to help-mode-revert-buffer.
6202 (help-mode-revert-buffer): New function.
6204 * info.el (Info-revert-find-node): Check for major-mode Info-mode
6205 before popping to "*info*" (like in other Info functions).
6206 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
6207 old-history-forward. Pop to old-buffer-name or "*info*" to
6208 recreate the killed buffer. Set Info-history-forward from
6209 old-history-forward.
6210 (Info-breadcrumbs-depth): Add :group and :version.
6212 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
6214 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
6216 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
6218 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
6219 for languages like Portuguese with pt_{BR,PT} and no plain pt.
6221 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
6223 * emacs-lisp/package.el (package-menu-mode-map):
6224 Move initialization into declaration.
6226 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
6228 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
6230 * emacs-lisp/package.el (package-archive-base): Point to
6232 (package-enable, package-load-list): New defcustoms.
6233 (package-user-dir, package-directory-list): Turn into defcustoms.
6234 Don't include package-user-dir in package-directory-list.
6235 (package--builtins-base): Don't include Emacs as a "package".
6236 (package-subdirectory-regexp): New var.
6237 (package-load-all-descriptors, package-compute-transaction)
6238 (package-download-transaction): Obey package-load-list.
6239 (package-activate-1): Rename from package-do-activate.
6240 (package-list-packages-internal): Check package-load-list.
6241 (package-load-descriptor, package-generate-autoloads)
6242 (package-unpack, package-unpack-single)
6243 (package--read-archive-file, package-delete):
6244 Use expand-file-name.
6246 * emacs-lisp/package-x.el: New file. Package uploading
6247 functionality split out from package.el.
6249 * startup.el (command-line): Load packages after reading init file.
6251 2010-06-17 Tom Tromey <tromey@redhat.com>
6253 * emacs-lisp/package.el: New file.
6255 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
6257 Fix vc-annotate for renamed files when using Git.
6258 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
6259 ls-files. Doe not pass the object as a file name to cat-file, it
6261 (vc-git-annotate-command): Pass the file name using -- to avoid
6262 ambiguity with the revision.
6263 (vc-git-previous-revision): Pass a relative file name.
6265 2010-06-22 Glenn Morris <rgm@gnu.org>
6267 * progmodes/js.el (js-mode-map): Use standard capitalization and
6268 ellipses for menu entries.
6270 * wid-edit.el (widget-complete): Doc fix.
6272 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
6274 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
6276 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
6278 Fix annotating other revisions for renamed files in vc-annotate.
6279 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
6280 VC backend. Use it when non-nil.
6281 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
6284 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
6285 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
6286 Do not pass the file name to the 'previous-revision call when we
6287 don't want a file diff. (Bug#6489)
6289 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
6291 Fix finding revisions for renamed files in vc-annotate.
6292 * vc/vc.el (vc-find-revision): Add an optional argument for
6293 the VC backend. Use it when non-nil.
6294 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
6295 backend to vc-find-revision. (Bug#6487)
6297 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
6299 Fix reading file names in Git annotate buffers.
6300 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
6301 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
6303 2010-06-20 Alan Mackenzie <acm@muc.de>
6305 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
6306 in file local variables, set it first.
6308 2010-06-19 Glenn Morris <rgm@gnu.org>
6310 * descr-text.el (describe-char-unicode-data): Insert separating
6311 space when needed. (Bug#6422)
6313 * progmodes/idlwave.el (idlwave-action-and-binding):
6314 Fix typo in 2009-12-03 change. (Bug#6450)
6316 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
6318 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
6319 handling for `lambda' (misunderstanding).
6321 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
6323 * calc/calc-poly.el (math-accum-factors): Make sure that
6324 constants aren't distributed after they are factored out.
6326 2010-06-16 Juri Linkov <juri@jurta.org>
6328 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
6329 `list-colors-print'. (Bug#6332)
6331 * subr.el (read-quoted-char): Fix up last change (bug#6290).
6333 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
6335 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
6336 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
6338 * font-lock.el (font-lock-major-mode): Rename from
6339 font-lock-mode-major-mode to distinguish it from
6340 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
6341 (font-lock-set-defaults):
6342 * font-core.el (font-lock-default-function): Adjust users.
6343 (font-lock-mode): Don't set it at all.
6345 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
6347 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
6349 2010-06-16 Glenn Morris <rgm@gnu.org>
6351 * calendar/appt.el (appt-time-msg-list): Doc fix.
6352 (appt-check): Let-bind appt-warn-time.
6353 (appt-add): Make the 3rd argument optional.
6354 Simplify argument names. Doc fix. Check for integer WARNTIME.
6355 Only add WARNTIME to the output list if non-nil.
6357 2010-06-16 Ivan Kanis <apple@kanis.eu>
6359 * calendar/appt.el (appt-check): Let the 3rd element of
6360 appt-time-msg-list specify the warning time.
6361 (appt-add): Add new argument with the warning time. (Bug#5176)
6363 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
6365 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
6366 older than version 1.6. (Bug#6361)
6368 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
6370 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
6371 used by cl-do-arglist. (Bug#6408)
6373 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
6375 * textmodes/ispell.el (ispell-dictionary-base-alist):
6376 Fix portuguese casechars/not-casechars for missing 'çÇ'.
6377 Suggested by Rolando Pereira (bug#6434).
6379 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
6381 * facemenu.el (list-colors-sort): Doc fix.
6383 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
6385 * progmodes/sql.el (sql-connect-mysql): Fix typo.
6387 2010-06-14 Juri Linkov <juri@jurta.org>
6389 Add sort option `list-colors-sort'. (Bug#6332)
6390 * facemenu.el (color-rgb-to-hsv): New function.
6391 (list-colors-sort): New defcustom.
6392 (list-colors-sort-key): New function.
6393 (list-colors-display): Doc fix. Sort list according to the option
6395 (list-colors-print): Add HSV values to `help-echo' property of
6398 2010-06-14 Juri Linkov <juri@jurta.org>
6400 * compare-w.el: Move to the "vc" subdirectory.
6402 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6404 * image-mode.el (image-mode-map): Remap left-char and right-char.
6406 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
6408 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
6410 * term/common-win.el (x-colors): Add all the color names defined
6411 in rgb.txt (Bug#6332).
6413 * facemenu.el (list-colors-print): Don't print extra names if it
6414 will overflow the window width.
6416 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
6419 2010-06-12 Eli Zaretskii <eliz@gnu.org>
6421 * files.el (make-directory): Doc fix (bug#6396).
6423 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
6425 * net/tramp.el (tramp-remote-process-environment): Protect version
6426 string by apostroph.
6427 (tramp-shell-prompt-pattern): Do not use a shy group in case of
6429 (tramp-file-name-for-operation): Add `call-process-region'.
6430 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
6432 * net/tramp-compat.el (top): Do not autoload
6433 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
6434 only when `start-file-process' is not bound.
6435 (tramp-advice-file-expand-wildcards): Do not use
6436 `tramp-handle-file-remote-p'.
6437 (tramp-compat-make-temp-file): Handle the case, that
6438 `make-temp-file' has no third argument EXTENSION.
6440 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
6442 * makefile.w32-in (WINS_BASIC): Include new directory vc.
6444 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
6446 2010-06-11 Juri Linkov <juri@jurta.org>
6448 * finder.el (finder-known-keywords): Add keyword "vc"
6449 for version control.
6451 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
6452 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
6453 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
6454 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
6456 2010-06-11 Juri Linkov <juri@jurta.org>
6458 Move version control related files to the "vc" subdirectory.
6459 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
6460 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
6461 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
6462 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
6463 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
6464 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
6465 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
6466 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
6467 Move files to the "vc" subdirectory.
6469 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
6471 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
6474 2010-06-11 Stephen Eglen <stephen@gnu.org>
6476 * shell.el: Bind `shell-resync-dirs' to M-RET.
6478 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
6480 * notifications.el: Move file from lisp/net, because it is
6481 supposed to talk locally to the user.
6483 2010-06-10 Julien Danjou <julien@danjou.info>
6485 * net/notifications.el (notifications-on-action-signal)
6486 (notifications-on-closed-signal): Pass notification id as first
6487 argument to the callback functions. Add docstrings.
6488 (notifications-notify): Fix docstring.
6490 2010-06-10 Glenn Morris <rgm@gnu.org>
6492 * emacs-lisp/authors.el (authors-ignored-files)
6493 (authors-valid-file-names): Add some files.
6495 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6497 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
6498 merge conflict, giving preference to the emacs-23 version of the code.
6500 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6502 * emacs-lisp/advice.el (ad-compile-function):
6503 Define warning-suppress-types before we let-bind it (bug#6275).
6505 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
6506 declare it, make it buffer-local and permanent-local (bug#6324).
6507 (vc-resynch-window): Adjust name.
6508 * vc-hooks.el (vc-find-file-hook): Adjust name.
6510 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
6512 * net/notifications.el (notifications-notify): Fix docstring.
6514 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
6516 Update to Unicode 6.0.0 beta.
6517 * international/charprop.el: Update copyright.
6518 * international/mule-cmds.el (ucs-names): Update character ranges.
6519 * international/uni-bidi.el:
6520 * international/uni-category.el:
6521 * international/uni-combining.el:
6522 * international/uni-comment.el:
6523 * international/uni-decimal.el:
6524 * international/uni-decomposition.el:
6525 * international/uni-digit.el:
6526 * international/uni-lowercase.el:
6527 * international/uni-mirrored.el:
6528 * international/uni-name.el:
6529 * international/uni-numeric.el:
6530 * international/uni-old-name.el:
6531 * international/uni-titlecase.el:
6532 * international/uni-uppercase.el: Regenerate.
6534 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
6536 * emacs-lisp/smie.el (comment-string-strip): Declare function.
6537 (smie-precs-precedence-table): Fix typo in docstring.
6539 * vc-mtn.el (log-edit-extract-headers): Declare function.
6541 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
6543 * net/notifications.el (dbus-register-signal): Declare function.
6544 (notifications-notify): Fix typos and reflow docstring.
6546 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
6548 Improve VC create/retrieve tag/branch.
6549 * vc.el (vc-create-tag): Do not read the directory name for VCs
6550 with repository revision granularity. Adjust the tag/branch
6551 prompt. Reset VC properties.
6552 (vc-retrieve-tag): Do not read the directory name for VCs
6553 with repository revision granularity. Reset VC properties.
6555 2010-06-09 Julien Danjou <julien@danjou.info>
6557 * net/notifications.el: New file.
6559 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
6561 Add optional support for resetting VC properties.
6562 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
6563 call vc-file-clearprops when true.
6564 (vc-resynch-buffer): Add new optional argument, pass it down.
6565 (vc-resynch-buffers-in-directory): Likewise.
6567 Improve support for special markup in the VC commit message.
6568 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
6569 * vc-hg.el (vc-hg-checkin): Add support for Date:.
6570 * vc-git.el (vc-git-checkin):
6571 * vc-bzr.el (vc-bzr-checkin): Likewise.
6573 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6575 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
6576 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
6578 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
6580 * iimage.el: Remove images as soon as the underlying text is modified.
6581 (iimage-modification-hook): New function.
6582 (iimage-mode-buffer): Use it.
6584 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6586 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
6587 smie-indent-offset-after. Add :prev case. Make a bit more generic.
6588 (smie-indent-virtual): Remove `virtual' arg. Update callers.
6589 (smie-indent-keyword): Add handling of open-paren keywords.
6590 (smie-indent-comment-continue): Don't assume comment-continue.
6592 2010-06-07 Martin Rudalics <rudalics@gmx.at>
6594 * window.el (pop-to-buffer): Remove the conditional that
6595 compares new-window and old-window, so it will reselect
6596 the selected window unconditionally.
6597 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
6599 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6601 * emacs-lisp/smie.el (smie-indent-offset-after)
6602 (smie-indent-forward-token, smie-indent-backward-token): New functions.
6603 (smie-indent-after-keyword): Use them.
6604 (smie-indent-fixindent): Only applies to the indentation of the BOL.
6605 (smie-indent-keyword): Tweak the black magic.
6606 (smie-indent-comment-continue): Strip comment-continue before use.
6607 (smie-indent-functions): Indent comments before keywords.
6609 2010-06-06 Juri Linkov <juri@jurta.org>
6611 * isearch.el (isearch-lazy-highlight-search): Fix looping
6612 by checking for empty match. This syncs this loop with the
6613 similar loop in `isearch-search'. (Bug#6362)
6615 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
6617 * net/dbus.el (dbus-register-method): Declare function.
6618 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
6619 (dbus-introspect): Doc fix.
6620 (dbus-event-bus-name, dbus-introspect-get-interface)
6621 (dbus-introspect-get-argument): Reflow docstrings.
6623 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
6625 vc-log-incoming/vc-log-outgoing fixes for Git.
6626 * vc-git.el (vc-git-log-view-mode): Fix font lock for
6627 incoming/outgoing logs.
6628 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
6629 instead of vc-git-compute-remote.
6630 (vc-git-compute-remote): Remove.
6632 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
6634 * term/common-win.el (x-colors): Add "dark green" and "dark
6635 turquoise" (Bug#6332).
6637 2010-06-04 Juri Linkov <juri@jurta.org>
6639 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
6640 Instead of setting `replace' to t and replacing the same string
6641 with itself, don't do certain actions when
6642 kill-do-not-save-duplicates is non-nil and string is equal to car
6643 of kill-ring: don't call menu-bar-update-yank-menu, don't push
6644 interprogram-paste strings to kill-ring, and don't push the input
6645 argument `string' to kill-ring.
6646 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
6648 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
6650 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
6652 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
6654 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
6655 (tramp-gvfs-handler-mounted-unmounted)
6656 (tramp-gvfs-connection-mounted-p): Handle default-location.
6658 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
6659 move files to trash.
6661 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
6663 * international/mule-cmds.el (nonascii-insert-offset)
6664 (nonascii-translation-table): Add obsolescence information.
6666 * international/mule.el (make-translation-table-from-vector): Doc fix.
6668 2010-06-03 Glenn Morris <rgm@gnu.org>
6670 * desktop.el (desktop-clear-preserve-buffers):
6671 Add "*Warnings*" buffer. (Bug#6336)
6673 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
6675 vc-log-incoming/vc-log-outgoing improvements for Git.
6676 * vc-git.el (vc-git-log-outgoing): Use the same format as the
6678 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
6680 Add bindings for vc-log-incoming and vc-log-outgoing.
6681 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
6682 and vc-log-outgoing.
6683 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
6684 and vc-log-outgoing.
6686 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
6688 * net/rcirc.el (rcirc-sort-nicknames): Remove.
6689 (rcirc-handler-366): Always sort nicknames.
6691 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
6693 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
6695 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
6697 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
6699 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6701 * net/rcirc.el (rcirc-sort-nicknames): Change default.
6702 (rcirc-sort-nicknames-join): Avoid setq.
6704 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
6706 * net/rcirc.el (rcirc-sort-nicknames): New custom.
6707 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
6708 (rcirc-handler-366): Use them.
6710 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6712 Split smie-indent-calculate into more manageable chunks.
6713 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
6714 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
6715 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
6716 (smie-indent-exps): Extract from smie-indent-calculate.
6717 (smie-indent-functions): New var.
6718 (smie-indent-functions): Use them.
6720 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6722 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
6723 (smie-indent-calculate): Simplify and cleanup.
6725 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
6727 * net/tramp-gvfs.el (top): Require url-util.
6728 (tramp-gvfs-mount-point): Remove.
6729 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
6731 (with-tramp-dbus-call-method): Format trace message.
6732 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
6733 Implement backup call, when operation on local files fails.
6734 Use progress reporter. Flush properties of changed files.
6735 (tramp-gvfs-handle-make-directory): Make more traces.
6736 (tramp-gvfs-url-file-name): Hexify file name in url.
6737 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
6738 into account for the resulting file name.
6739 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
6740 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
6741 (tramp-gvfs-handler-mounted-unmounted)
6742 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
6743 attribute "default_location". Set "prefix" property.
6744 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
6745 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
6746 exists. Raise an error, if not (due to a corresponding answer
6747 "no" in interactive questions, for example).
6749 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
6751 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
6753 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
6755 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
6758 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
6760 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
6761 * vc-git.el (vc-git-compute-remote): New function.
6762 (vc-git-log-outgoing): Use it instead of hard coding a value.
6763 (vc-git-log-incoming): New function.
6765 Improve state updating for VC tag commands.
6766 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
6767 to update the state of all buffers in the directory.
6769 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
6771 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6773 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
6774 `file-directory-p' to the filename part rather than to the whole text.
6776 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6778 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
6780 2010-05-31 Drew Adams <drew.adams@oracle.com>
6782 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
6784 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
6786 * subr.el (momentary-string-display): Just use read-event to read
6787 the exit event (Bug#6238).
6789 2010-05-30 Eli Zaretskii <eliz@gnu.org>
6791 * international/mule.el (define-coding-system): Doc fix (bug#6313).
6793 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
6795 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
6796 Suggested by Eli Zaretskii <eliz@gnu.org>.
6798 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6800 * minibuffer.el (completion-file-name-table): Don't return a boundary
6801 past the end of `string' (bug#6299).
6802 (completion--file-name-table): Delegate to completion-file-name-table
6803 for the `boundaries' case.
6805 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
6807 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
6810 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
6811 `path-separator', but maintain compatibility with Emacs 20.2.
6813 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
6815 * server.el (server-process-filter): Receive parent-id argument
6817 (server-create-window-system-frame): New arg. Pass parent-id as
6820 2010-05-29 Eli Zaretskii <eliz@gnu.org>
6822 Bidi-sensitive word movement with arrow keys.
6823 * subr.el (right-arrow-command, left-arrow-command): Move to
6826 * bindings.el (right-char, left-char): Move from subr.el and
6827 rename from right-arrow-command and left-arrow-command.
6828 (right-word, left-word): New functions.
6829 (global-map) <right>: Bind to right-char.
6830 (global-map) <left>: Bind to left-char.
6831 (global-map) <C-right>: Bind to right-word.
6832 (global-map) <C-left>: Bind to left-word.
6834 * ls-lisp.el (ls-lisp-classify-file): New function.
6835 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
6836 (ls-lisp-classify): Call ls-lisp-classify-file.
6837 (insert-directory): Remove blanks from switches.
6839 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
6841 * ansi-color.el: Delete unused escape sequences (Bug#6085).
6842 (ansi-color-drop-regexp): New constant.
6843 (ansi-color-apply, ansi-color-filter-region)
6844 (ansi-color-apply-on-region): Delete unrecognized control sequences.
6845 (ansi-color-apply): Build string list before calling concat.
6847 2010-05-28 Juri Linkov <juri@jurta.org>
6849 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
6850 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
6853 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
6855 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
6856 to ignored backtrace functions.
6857 (with-progress-reporter): Expand docstring.
6858 (tramp-handle-delete-file): Implement TRASH argument.
6859 (tramp-get-remote-trash): New defun.
6861 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
6863 * net/tramp-compat.el (tramp-compat-delete-file):
6864 Use `symbol-value' for backward compatibility.
6866 * net/tramp.el (tramp-handle-make-symbolic-link)
6868 (tramp-do-copy-or-rename-file-via-buffer)
6869 (tramp-do-copy-or-rename-file-directly)
6870 (tramp-do-copy-or-rename-file-out-of-band)
6871 (tramp-handle-process-file, tramp-handle-call-process-region)
6872 (tramp-handle-shell-command, tramp-handle-file-local-copy)
6873 (tramp-handle-insert-file-contents, tramp-handle-write-region)
6874 (tramp-delete-temp-file-function): Use `delete-file' instead
6875 of `tramp-compat-delete-file'.
6877 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
6878 (tramp-fish-handle-make-symbolic-link)
6879 (tramp-fish-handle-process-file): Use `delete-file' instead
6880 of `tramp-compat-delete-file'.
6882 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6883 Use `delete-file' instead of `tramp-compat-delete-file'.
6885 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
6886 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
6887 `tramp-compat-delete-file'.
6889 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
6890 Use `delete-file' instead of `tramp-compat-delete-file'.
6892 * net/tramp-smb.el (tramp-smb-handle-copy-file)
6893 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
6894 (tramp-smb-handle-write-region): Use `delete-file' instead of
6895 `tramp-compat-delete-file'.
6896 (tramp-smb-handle-delete-directory): Use 'trash as arg.
6898 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
6900 * dired.el (dired-delete-file): New arg TRASH.
6901 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
6902 (dired-do-flagged-delete, dired-do-delete): Use trash.
6904 * speedbar.el (speedbar-item-delete): Allow trashing.
6906 * files.el (delete-directory): New arg TRASH.
6908 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
6909 (ange-ftp-rename-remote-to-remote)
6910 (ange-ftp-rename-local-to-remote)
6911 (ange-ftp-rename-remote-to-local, ange-ftp-load)
6912 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
6914 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
6917 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
6918 handle new TRASH arg of `delete-file'.
6920 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
6921 (tramp-handle-make-symbolic-link, tramp-handle-load)
6922 (tramp-do-copy-or-rename-file-via-buffer)
6923 (tramp-do-copy-or-rename-file-directly)
6924 (tramp-do-copy-or-rename-file-out-of-band)
6925 (tramp-handle-process-file, tramp-handle-call-process-region)
6926 (tramp-handle-shell-command, tramp-handle-file-local-copy)
6927 (tramp-handle-insert-file-contents, tramp-handle-write-region)
6928 (tramp-delete-temp-file-function): Use null TRASH arg in
6929 tramp-compat-delete-file call.
6931 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
6932 (tramp-fish-handle-delete-file)
6933 (tramp-fish-handle-make-symbolic-link)
6934 (tramp-fish-handle-process-file): Use null TRASH arg in
6935 `tramp-compat-delete-file' call.
6937 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
6938 arg in `tramp-compat-delete-file' call.
6940 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
6941 (tramp-gvfs-handle-write-region): Use null TRASH arg in
6942 `tramp-compat-delete-file' call.
6944 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
6945 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
6946 `tramp-compat-delete-file' call.
6948 * net/tramp-smb.el (tramp-smb-handle-copy-file)
6949 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
6950 (tramp-smb-handle-write-region): Use null TRASH arg in
6951 tramp-compat-delete-file call.
6952 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
6953 (tramp-smb-handle-delete-file): Rename arg.
6955 * diff.el (diff-sentinel):
6956 * epg.el (epg--make-temp-file, epg-decrypt-string)
6957 (epg-verify-string, epg-sign-string, epg-encrypt-string):
6958 * jka-compr.el (jka-compr-partial-uncompress)
6959 (jka-compr-call-process, jka-compr-write-region):
6960 * server.el (server-sentinel): Remove optional arg from
6961 delete-file, reverting 2010-05-03 change.
6963 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
6965 * progmodes/verilog-mode.el (verilog-type-font-keywords):
6966 Use font-lock-constant-face, not obsolete font-lock-reference-face.
6968 2010-05-27 Kenichi Handa <handa@m17n.org>
6970 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
6971 element of GSTRING is nil.
6973 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
6975 * emacs-lisp/smie.el (smie-forward-token-function)
6976 (smie-backward-token-function): New vars.
6977 (smie-backward-sexp, smie-forward-sexp)
6978 (smie-indent-hanging-p, smie-indent-calculate): Use them.
6979 (smie-default-backward-token): Rename from smie-backward-token and
6981 (smie-default-forward-token): Rename from smie-forward-token and
6983 (smie-next-sexp): Handle nil results from next-token.
6984 (smie-indent-calculate): Add a new case for special `fixindent' comments.
6986 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
6988 * progmodes/verilog-mode.el (verilog-type-font-keywords):
6989 Use font-lock-constant-face, not obsolete font-lock-reference-face.
6991 2010-05-27 Masatake YAMATO <yamato@redhat.com>
6993 * htmlfontify.el (hfy-face-resolve-face): New function.
6994 (hfy-face-to-style): Use it (Bug#6279).
6996 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
6998 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
6999 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
7001 2010-05-26 Glenn Morris <rgm@gnu.org>
7003 * emulation/edt.el (edt-load-keys): Use locate-library.
7005 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
7007 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
7008 (log-edit-changelog-entries): Doc fix.
7009 (log-edit-changelog-insert-entries): Args changed.
7010 Rename relative filenames in ChangeLog entries. Delete tabs.
7011 (log-edit-insert-changelog-entries): Reorganize return value of
7012 `log-edit-changelog-entries' to pass filenames to
7013 log-edit-changelog-insert-entries.
7015 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7017 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
7018 `image-dired-dired-insert-marked-thumbs' to
7019 `image-dired-dired-toggle-marked-thumbs'.
7021 * image-dired.el: Require cl when compiling.
7022 (image-dired-dired-toggle-marked-thumbs): Rename from
7023 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
7024 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
7025 to 'no-dir. Skip files whose names don't match
7026 `image-file-name-regexp'. When file has a thumbnail overlay,
7027 delete it. (Bug#5270)
7029 2010-05-25 Juri Linkov <juri@jurta.org>
7031 * image-mode.el (image-mode): Add image-after-revert-hook to
7033 (image-after-revert-hook): New function. (Bug#5669)
7035 2010-05-25 Juri Linkov <juri@jurta.org>
7037 * image.el (image-animated-p): When delay between animated images
7038 is 0, set it to 10 (0.1 sec). (Bug#6258)
7040 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
7042 * net/tramp.el (tramp-handle-insert-directory): Don't use
7043 `forward-word', its default syntax could be changed.
7045 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
7047 * net/tramp.el (tramp-progress-reporter-update): New defun.
7048 (with-progress-reporter): Use it.
7049 (tramp-process-actions):
7050 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
7051 Preserve current message, in order to let progress reporter continue
7052 afterwards. (Bug#6257)
7054 2010-05-25 Glenn Morris <rgm@gnu.org>
7056 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
7059 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
7061 * net/rcirc.el (rcirc-default-user-name): Change to "user".
7062 (rcirc-default-full-name): Change to "unknown".
7063 (rcirc-user-name-history): Add variable.
7065 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
7066 Jonathan Rockway <jon@jrock.us>
7068 * net/rcirc.el (rcirc-server-alist): Add :pass.
7069 (rcirc): When prompting for connection parameters, also prompt for
7070 username and password.
7071 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
7072 value to server when connecting.
7074 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7076 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
7077 (smie-merge-prec2s): Pass the tables as separate args.
7078 (smie-bnf-precedence-table): Adjust call accordingly.
7079 (smie-prec2-levels): Set levels at the end.
7081 Replace Lisp calls to delete-backward-char by delete-char.
7082 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
7083 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
7084 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
7085 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
7086 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
7087 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
7088 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
7089 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
7090 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
7091 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
7092 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
7093 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
7094 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
7095 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
7096 delete-backward-char by calls to delete-char.
7098 2010-05-25 Kenichi Handa <handa@m17n.org>
7100 * language/hebrew.el (hebrew-shape-gstring): New function.
7101 Register it in composition-function-table for all Hebrew combining
7104 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7106 * epa.el (epa--select-keys): Don't explicitly delete the window since
7107 that can fail (e.g. sole window in frame). Use dedication instead.
7109 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
7111 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
7113 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
7115 * image.el (image-refresh): Define as an alias for image-flush.
7117 * image-mode.el (image-toggle-display-image): Caller changed.
7119 2010-05-21 Juri Linkov <juri@jurta.org>
7121 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
7122 Remove "all" from grep-files-aliases. Split grep-files-aliases by
7123 whitespace, call wildcard-to-regexp on substrings and concat them
7124 with "\\|". (Bug#6114)
7126 2010-05-21 Alan Mackenzie <acm@muc.de>
7128 * progmodes/cc-engine.el (c-parse-state-get-strategy):
7129 Replace parameter `here' with `here-' and `here-plus', which sandwich
7130 any pertinent CPP construct.
7131 (c-remove-stale-state-cache-backwards): Fix a bug which happens
7132 when doing (c-parse-state) in a CPP construct: Exclude any "new"
7133 CPP construct from taking part in the scanning.
7135 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
7137 * net/tramp.el (tramp-do-copy-or-rename-file)
7138 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
7139 Tune `with-progress-reporter' messages.
7140 (tramp-handle-vc-registered):
7141 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
7142 (tramp-fish-handle-insert-file-contents)
7143 (tramp-fish-maybe-open-connection):
7144 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7145 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
7146 (tramp-imap-handle-insert-file-contents)
7147 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
7149 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
7151 * add-log.el (change-log-font-lock-keywords):
7152 Highlight all authors in multi-author entries.
7154 * smerge-mode.el (smerge-refine-ignore-whitespace)
7155 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
7156 Fix typos in docstrings.
7157 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
7159 2010-05-21 Glenn Morris <rgm@gnu.org>
7161 * progmodes/fortran.el (fortran-mode):
7162 * progmodes/f90.el (f90-mode): Derive from prog-mode.
7164 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
7165 having a relative path in src/Makefile.in.
7167 2010-05-20 Kevin Ryde <user42@zip.com.au>
7169 * help-mode.el (help-make-xrefs): For Info node links turn
7170 newlines into spaces. Link node names with newlines are matched
7171 by help-xref-info-regexp and buttonized, this change ensures they
7172 can be followed successfully with RET. (Bug#6206)
7174 2010-05-20 Juri Linkov <juri@jurta.org>
7176 * locate.el (locate): Use pop-to-buffer instead of
7177 switch-to-buffer-other-window. (Bug#6204)
7179 2010-05-20 Juri Linkov <juri@jurta.org>
7181 * replace.el (replace-highlight): Fix lazy-highlighting
7182 for `M-s w str M-% str RET'.
7184 2009-12-15 Masatake YAMATO <yamato@redhat.com>
7186 * isearch.el (isearch-yank-word-or-char): Pull next subword
7187 when `subword-mode' is activated. (Bug#6220)
7189 2010-05-20 Mark A. Hershberger <mah@everybody.org>
7191 * isearch.el (isearch-update-post-hook): New hook.
7192 (isearch-update): Use the new hook. (Bug#6225)
7194 2010-05-20 Juri Linkov <juri@jurta.org>
7196 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
7197 [f1], [help], and (char-to-string help-char) instead of "\C-h".
7200 2010-05-20 Juri Linkov <juri@jurta.org>
7202 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
7205 2010-05-20 Juri Linkov <juri@jurta.org>
7207 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
7208 FILE-NAME to read from the minibuffer when called interactively
7209 with prefix argument instead of using buffer-file-name.
7210 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
7212 * dired.el: Update autoloads.
7214 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
7216 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
7217 nxml-finish-element, for consistency with SGML mode.
7219 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
7222 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
7224 * composite.el: Require cl when compiling.
7225 (reference-point-alist, compose-gstring-for-graphic)
7226 (compose-gstring-for-terminal): Fix typos in docstrings.
7228 2010-05-19 Juri Linkov <juri@jurta.org>
7230 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
7231 set-window-parameter.
7233 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
7235 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
7237 (tramp-maybe-open-connection): Use it.
7239 2010-05-19 Eli Zaretskii <eliz@gnu.org>
7241 * simple.el (move-end-of-line): Make sure we are at line beginning
7242 before backing up to end of previous line.
7244 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
7246 * password-cache.el (password-cache-remove): Fix docstring.
7248 * net/secrets.el: Autoload the widget functions.
7249 (secrets-search-items, secrets-create-item)
7250 (secrets-get-attributes, secrets-expand-item): Attributes will be
7251 stored on the password database without leading ":", as all other
7253 (secrets-mode): Fix docstring.
7254 (secrets-show-secrets): Provide it as autoloaded command only when
7255 D-Bus support is available. Check existence of Secret Service API.
7257 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7259 * indent.el (indent-region): Deactivate region (bug#6200).
7261 2010-05-19 Glenn Morris <rgm@gnu.org>
7263 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
7265 2010-05-19 Kenichi Handa <handa@m17n.org>
7267 * composite.el: Register compose-gstring-for-graphic in
7268 composition-function-table only for combining characters (Mn, Mc, Me).
7270 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
7272 * calc/calc-trail.el (calc-trail-isearch-forward)
7273 (calc-trail-isearch-backward): Ensure that the new window
7274 point is set correctly.
7276 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7278 * subr.el (read-quoted-char): Resolve modifiers after key
7279 remapping (bug#6212).
7281 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
7283 Add visualization code for secrets.
7284 * net/secrets.el (secrets-mode): New major mode.
7285 (secrets-show-secrets, secrets-show-collections)
7286 (secrets-expand-collection, secrets-expand-item)
7287 (secrets-tree-widget-after-toggle-function)
7288 (secrets-tree-widget-show-password): New defuns.
7290 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7292 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
7293 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
7294 handled in smie-next-sexp.
7295 (smie-indent-calculate): Provide a starting indentation (so the
7296 recursion is well-founded ;-).
7298 Fix handling of non-associative equal levels.
7299 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
7300 when it's not needed.
7301 (smie-op-left, smie-op-right): New functions.
7302 (smie-next-sexp): New function, extracted from smie-backward-sexp.
7303 Better handle equal levels to distinguish the associative case from
7304 the "multi-keyword construct" case.
7305 (smie-backward-sexp, smie-forward-sexp): Use it.
7307 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
7309 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
7311 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
7312 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
7314 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7316 Provide a simple generic indentation engine and use it for Prolog.
7317 * emacs-lisp/smie.el: New file.
7318 * progmodes/prolog.el (prolog-smie-op-levels)
7319 (prolog-smie-indent-rules): New var.
7320 (prolog-mode-variables): Use them to configure SMIE.
7321 (prolog-indent-line, prolog-indent-level): Remove.
7323 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
7325 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
7326 order before computing the averages.
7328 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
7330 * calc/calc-vec.el (calc-histogram):
7331 (calcFunc-histogram): Allow vectors as inputs.
7332 (math-vector-avg): New function.
7334 * calc/calc-ext.el (math-group-float): Have the number of digits
7335 being grouped depend on the radix (Bug#6189).
7337 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
7339 * version.el (emacs-copyright, emacs-version): Don't define here,
7340 now that emacs.c defines it.
7342 2010-05-15 Eli Zaretskii <eliz@gnu.org>
7344 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
7345 "Describe Language Environment" menu item.
7347 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
7349 Bidi-sensitive movement with arrow keys.
7350 * subr.el (right-arrow-command, left-arrow-command): New functions.
7352 * bindings.el (global-map): Bind them to right and left arrow keys.
7354 Don't override standard definition of convert-standard-filename.
7355 * files.el (convert-standard-filename):
7356 Call w32-convert-standard-filename and dos-convert-standard-filename on
7357 the corresponding systems.
7359 * w32-fns.el (w32-convert-standard-filename): Rename from
7360 convert-standard-filename. Doc fix.
7362 * dos-fns.el (dos-convert-standard-filename): Doc fix.
7363 (convert-standard-filename): Don't defalias.
7364 (register-name-alist, make-register, register-value)
7365 (set-register-value, intdos): Obsolete aliases for the
7366 corresponding dos-* functions and variables.
7367 (dos-intdos): Add a doc string.
7369 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
7371 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
7372 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
7373 (math-compose-tex-func):
7374 * calc/calccomp.el (math-compose-expr):
7375 * calc/calc-ext.el (math-format-flat-expr-fancy):
7376 * calc/calc-store.el (calc-read-var-name):
7377 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
7379 * calc/calc.el (var-π, var-φ, var-γ): New variables.
7380 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
7381 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
7382 (math-standard-units): Add units.
7384 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7386 * progmodes/asm-mode.el (asm-mode):
7387 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
7389 * pcomplete.el (pcomplete-completions-at-point): New function,
7390 extracted from pcomplete-std-complete.
7391 (pcomplete-std-complete): Use it.
7393 2010-05-15 Glenn Morris <rgm@gnu.org>
7395 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7396 Remove references to CVS, RCS and Old directories.
7398 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
7400 * calc/calc-bin.el (math-format-twos-complement): Group digits when
7403 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7405 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
7406 (sh-mode-syntax-table): Give it a default value instead.
7407 (sh-header-marker): Make buffer-local.
7408 (sh-mode): Move make-local-variable to the corresponding setq.
7409 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
7410 Use complete-with-action.
7412 * simple.el (prog-mode): New (abstract) major mode.
7413 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
7414 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
7416 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
7418 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
7419 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
7420 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
7421 (sql-make-alternate-buffer-name, sql-placeholders-filter)
7422 (sql-escape-newlines-filter, sql-input-sender)
7423 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
7425 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
7427 Add TeX open-block and close-block keybindings to SGML, and vice versa.
7429 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
7430 latex-open-block and C-c / to latex-close-block.
7432 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
7433 and C-c C-e to sgml-close-tag.
7435 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
7437 * net/tramp.el (with-progress-reporter): Create reporter object
7438 only when the message would be displayed. Handle nested calls.
7439 (tramp-handle-load, tramp-handle-file-local-copy)
7440 (tramp-handle-insert-file-contents, tramp-handle-write-region)
7441 (tramp-maybe-send-script, tramp-find-shell):
7442 Use `with-progress-reporter'.
7443 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
7446 * net/tramp-smb.el (tramp-smb-handle-copy-file)
7447 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
7448 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
7449 Use `with-progress-reporter'.
7451 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
7453 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
7454 process everytime when spellchecking from the minibuffer (bug#6143).
7456 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7458 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
7460 * dos-fns.el: Add "dos-" prefix for namespace control.
7461 (convert-standard-filename): Define as alias for
7462 dos-convert-standard-filename but only if applicable.
7464 2010-05-12 Alan Mackenzie <acm@muc.de>
7466 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
7467 Push the mark at the start of these functions when appropriate.
7469 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7471 * minibuffer.el (completion-cycle-threshold): New custom var.
7472 (completion--do-completion): Use it.
7473 (minibuffer-complete): Use cycling if appropriate.
7475 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
7477 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
7478 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
7480 2010-05-11 Juri Linkov <juri@jurta.org>
7482 * scroll-all.el (scroll-all-check-to-scroll):
7483 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
7485 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7487 * iimage.el (iimage-mode-map): Move initialization into declaration.
7488 (iimage-mode-buffer): Use with-silent-modifications.
7489 Simplify calling convention. Adjust callers.
7490 (iimage-mode): Don't run hook redundantly.
7492 * minibuffer.el (completion-pcm--pattern->regex):
7493 Fix last change (bug#6160).
7495 2010-05-10 Juri Linkov <juri@jurta.org>
7497 Remove nodes visited during Isearch from the Info history.
7498 * info.el (Info-isearch-initial-history)
7499 (Info-isearch-initial-history-list): New variables.
7500 (Info-isearch-start): Record initial values of
7501 Info-isearch-initial-history and Info-isearch-initial-history-list.
7502 Add Info-isearch-end to isearch-mode-end-hook.
7503 (Info-isearch-end): New function.
7505 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
7507 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
7508 format string, in order to work around a bug in pdksh.
7509 Reported by Gilles Pion <gpion@lfdj.com>.
7510 (tramp-handle-verify-visited-file-modtime): Do not send a command
7511 when the connection is not established.
7512 (tramp-handle-set-file-times): Simplify the check for utc.
7514 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
7516 Fix use of `filter-buffer-substring' (rework previous change).
7517 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
7518 (cua-repeat-replace-region):
7519 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
7520 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
7521 (cua-cut-region-to-global-mark): Use it.
7523 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
7525 * progmodes/sql.el: Version 2.1.
7526 (sql-product-alist): Redesign structure of product info.
7527 (sql-product, sql-user, sql-server, sql-database): Safe variables.
7528 (sql-port, sql-port-history): New variables.
7529 (sql-interactive-product): New variable.
7530 (sql-send-terminator): New variable.
7531 (sql-imenu-generic-expression): Add "Types" imenu entry.
7532 (sql-oracle-login-params, sql-sqlite-login-params)
7533 (sql-mysql-login-params, sql-solid-login-params)
7534 (sql-sybase-login-params, sql-informix-login-params)
7535 (sql-ingres-login-params, sql-ms-login-params)
7536 (sql-postgres-login-params, sql-interbase-login-params)
7537 (sql-db2-login-params, sql-linter-login-params)
7538 (sql-oracle-scan-on): New variables.
7539 (sql-mode-map): Add C-c C-i to start interactive mode.
7540 (sql-mode-menu): Update existing menu entries.
7541 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7542 (sql-mode-oracle-font-lock-keywords)
7543 (sql-mode-postgres-font-lock-keywords)
7544 (sql-mode-ms-font-lock-keywords)
7545 (sql-mode-sybase-font-lock-keywords)
7546 (sql-mode-informix-font-lock-keywords)
7547 (sql-mode-interbase-font-lock-keywords)
7548 (sql-mode-ingres-font-lock-keywords)
7549 (sql-mode-solid-font-lock-keywords)
7550 (sql-mode-mysql-font-lock-keywords)
7551 (sql-mode-sqlite-font-lock-keywords)
7552 (sql-mode-db2-font-lock-keywords)
7553 (sql-mode-linter-font-lock-keywords): Update initialization to
7554 reduce run-time complexity.
7555 (sql-add-product, sql-del-product): New functions.
7556 (sql-set-product-feature, sql-get-product-feature): New functions.
7557 (sql-product-font-lock): Update product API.
7558 (sql-add-product-keywords): New function.
7559 (sql-highlight-product): Update product API.
7560 (sql-help-list-products): New function.
7561 (sql-help): Dynamically lists free and non-free products.
7562 (sql-get-login): Correct bug in handling history and added
7564 (sql-copy-column): Copy without properties.
7565 (sqli-input-sender): Apply filters to SQLi input.
7566 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
7567 Implement as a filter.
7568 (sql-escape-newlines-filter): Implement as a filter.
7569 (sql-remove-tabs-filter): New function.
7570 (sql-send-magic-terminator): New function.
7571 (sql-send-string): Implement magic terminator.
7572 (sql-send-region): Use `sql-send-string'.
7573 (sql-interactive-mode): Use product API.
7574 (sql-product-interactive): Use product API.
7575 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7576 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7577 (sql-db2, sql-linter): Use `sql-product-interactive'.
7578 (sql-connect): New function.
7579 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
7580 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
7581 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
7582 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
7585 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7587 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
7588 New custom variable.
7589 (completion-pcm--string->pattern): Use it.
7590 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
7591 Make it handle any symbol as `any'.
7592 (completion-pcm--merge-completions): Extract common suffix for the new
7593 `prefix' symbol as well.
7594 (completion-substring--all-completions): Use the new `prefix' symbol.
7596 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
7598 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
7600 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
7601 (tramp-compat-funcall): New defmacro.
7602 (tramp-compat-line-beginning-position)
7603 (tramp-compat-line-end-position)
7604 (tramp-compat-temporary-file-directory)
7605 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
7606 (tramp-compat-copy-file, tramp-compat-copy-directory)
7607 (tramp-compat-delete-file, tramp-compat-delete-directory)
7608 (tramp-compat-number-sequence, tramp-compat-process-running-p)
7609 * net/tramp.el (top, with-progress-reporter)
7610 (tramp-rfn-eshadow-setup-minibuffer)
7611 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
7612 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
7613 (tramp-completion-mode-p, tramp-check-for-regexp)
7614 (tramp-open-connection-setup-interactive-shell)
7615 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
7616 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
7617 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
7618 * net/tramp-cmds.el (tramp-cleanup-all-connections)
7619 (tramp-reporter-dump-variable, tramp-load-report-modules)
7620 (tramp-append-tramp-buffers)
7621 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
7623 * net/tramp-imap.el (top): Autoload `epg-make-context'.
7625 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7627 * progmodes/compile.el (compilation-buffer-modtime): Rename from
7628 buffer-modtime. Adjust users.
7630 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
7632 * international/mule.el (auto-coding-alist): Only purecopy
7633 car of each item, not the whole list (Bug#6083).
7635 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
7637 * progmodes/js.el (js-mode): Make paragraph variables local before
7638 calling c-setup-paragraph-variables (Bug#6071).
7640 2010-05-08 Eli Zaretskii <eliz@gnu.org>
7642 * composite.el (compose-region, reference-point-alist): Fix typos
7645 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
7647 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
7648 gnuplot's "set" command.
7650 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
7652 * abbrev.el (last-abbrev-text): Doc fix.
7653 (abbrev-prefix-mark): Don't escape parenthesis.
7655 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
7657 * composite.el (find-composition): Doc fix.
7659 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
7661 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
7662 (sql-oracle-program, sql-sqlite-options)
7663 (sql-query-placeholders-and-send): Doc fixes.
7664 (sql-set-product, sql-interactive-mode): Reflow docstrings.
7665 (sql-imenu-generic-expression, sql-buffer)
7666 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
7667 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
7668 (sql-mode-sybase-font-lock-keywords)
7669 (sql-mode-informix-font-lock-keywords)
7670 (sql-mode-interbase-font-lock-keywords)
7671 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
7672 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
7673 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
7674 (sql-product-feature, sql-highlight-product)
7675 (comint-line-beginning-position, sql-rename-buffer)
7676 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
7677 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
7678 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
7679 Fix typos in docstrings.
7681 2010-05-08 Juri Linkov <juri@jurta.org>
7683 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
7684 property instead of `invisible' and `after-string' (bug#5998).
7686 2010-05-08 Juri Linkov <juri@jurta.org>
7688 * image-mode.el (image-mode-as-text): Fix typo in docstring.
7690 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
7692 * filecache.el (file-cache-add-directory-list)
7693 (file-cache-add-directory-recursively): Fix typos in docstrings.
7695 2010-05-08 Kenichi Handa <handa@m17n.org>
7697 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
7698 (gujarati-composable-pattern): Fix typo.
7700 2010-05-08 Kenichi Handa <handa@m17n.org>
7702 * language/indian.el (oriya-composable-pattern)
7703 (tamil-composable-pattern, malayalam-composable-pattern):
7704 Add two-part vowels to "v" (vowel sign).
7706 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
7708 * files.el (copy-directory): Handle symlinks (Bug#5982).
7710 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
7712 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
7713 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
7716 2010-05-08 Glenn Morris <rgm@gnu.org>
7718 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
7720 * minibuffer.el (completion-at-point): Doc fix.
7722 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7724 * electric.el (Electric-command-loop): Minor tweak.
7726 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
7727 better with dedicated windows.
7729 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
7731 * Version 23.2 released.
7733 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
7734 Stefan Monnier <monnier@iro.umontreal.ca>
7736 Highlight vendor specific properties.
7737 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
7738 (css-proprietary-property): New face.
7739 (css-font-lock-keywords): Use them.
7741 2010-05-07 Eli Zaretskii <eliz@gnu.org>
7743 * cus-start.el (all): Add native condition for tool-bar-* symbols.
7745 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7747 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
7748 * files.el (auto-mode-alist): Remove redundant entries.
7750 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
7751 * simple.el (auto-save-mode): Move from files.el.
7752 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
7754 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
7756 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
7758 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
7760 * mail/binhex.el (binhex-decode-region-internal)
7761 * mail/uudecode.el (uudecode-decode-region-internal)
7762 * net/dns.el (dns-read-string-name, dns-write, dns-read)
7763 (dns-read-type, dns-query)
7764 * pgg-parse.el (pgg-parse-armor)
7765 * pgg.el (pgg-verify-region)
7766 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
7769 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
7771 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
7773 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
7775 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
7776 * emulation/cua-base.el (cua-repeat-replace-region):
7777 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
7778 (cua-cut-region-to-global-mark):
7779 Remove text properties with `set-text-properties'.
7781 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
7783 * net/tramp.el (top, with-progress-reporter):
7784 Use `symbol-function' inside `funcall'.
7786 * net/tramp-compat.el (tramp-compat-file-attributes)
7787 (tramp-compat-delete-file, tramp-compat-delete-directory):
7788 Handle only `wrong-number-of-arguments' error.
7790 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
7791 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
7794 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7796 * minibuffer.el (completion--sreverse, completion--common-suffix):
7798 (completion-pcm--merge-completions): Extract common suffix when safe.
7800 * emacs-lisp/easy-mmode.el (define-minor-mode):
7801 Make :variable more flexible.
7802 * files.el (auto-save-mode): Use it to define using define-minor-mode.
7804 2010-05-05 Juri Linkov <juri@jurta.org>
7806 Add `slow' and `history' tags to the desktop data.
7808 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
7809 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
7810 (Info-finder-find-node): Require `finder.el' to be able
7811 to restore node from the desktop.
7812 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
7813 data `Info-history' and `slow' tag in the assoc list.
7814 (Info-restore-desktop-buffer): Don't restore nodes with the
7815 `slow' tag. Restore `Info-history'.
7817 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
7819 Add FORCE argument to `delete-file'.
7821 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
7822 forcing to delete the temporary file.
7823 (ange-ftp-delete-file): Add FORCE arg.
7824 (ange-ftp-rename-remote-to-remote)
7825 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
7826 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
7827 Force file deletion.
7829 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
7831 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
7832 (tramp-handle-make-symbolic-link, tramp-handle-load)
7833 (tramp-do-copy-or-rename-file-via-buffer)
7834 (tramp-do-copy-or-rename-file-directly)
7835 (tramp-do-copy-or-rename-file-out-of-band)
7836 (tramp-handle-process-file, tramp-handle-call-process-region)
7837 (tramp-handle-shell-command, tramp-handle-file-local-copy)
7838 (tramp-handle-insert-file-contents, tramp-handle-write-region)
7839 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
7841 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
7842 (tramp-fish-handle-make-symbolic-link)
7843 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
7845 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7846 Use `tramp-compat-delete-file'.
7848 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
7849 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
7851 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
7852 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
7854 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
7855 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
7856 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7857 Use `tramp-compat-delete-file'.
7859 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7862 * subr.el (add-minor-mode): Use push.
7863 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
7864 * emulation/edt.el (edt-select-mode): Simplify.
7866 Use define-minor-mode in more cases.
7867 * term/tvi970.el (tvi970-set-keypad-mode):
7868 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
7869 (normal-erase-is-backspace-mode):
7870 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
7871 (set-scroll-bar-mode-1): (Re)move to its sole caller.
7872 (get-scroll-bar-mode): New function.
7873 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
7875 Use define-minor-mode for less obvious cases.
7876 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
7877 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
7878 * international/iso-ascii.el (iso-ascii-mode):
7879 * frame.el (auto-raise-mode, auto-lower-mode):
7880 * composite.el (global-auto-composition-mode): Use define-minor-mode.
7882 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
7884 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
7885 in order to see error messages for failed logins.
7887 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
7889 * diff.el (diff-sentinel):
7891 * epg.el (epg--make-temp-file, epg-decrypt-string)
7892 (epg-verify-string, epg-sign-string, epg-encrypt-string):
7894 * jka-compr.el (jka-compr-partial-uncompress)
7895 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
7897 * server.el (server-sentinel): Use delete-file's new FORCE arg
7900 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7902 Use define-minor-mode where applicable.
7903 * view.el (view-mode):
7904 * type-break.el (type-break-query-mode)
7905 (type-break-mode-line-message-mode):
7906 * textmodes/reftex.el (reftex-mode):
7907 * term/vt100.el (vt100-wide-mode):
7908 * tar-mode.el (tar-subfile-mode):
7909 * savehist.el (savehist-mode):
7910 * ibuf-ext.el (ibuffer-auto-mode):
7911 * composite.el (auto-composition-mode):
7912 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
7913 Use define-minor-mode.
7914 (vhdl-mode): Use static mode-line format.
7915 (vhdl-mode-line-update): Delete.
7916 (vhdl-create-mode-menu, vhdl-activate-customizations)
7917 (vhdl-hs-minor-mode): Don't bother calling it.
7919 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
7921 * simple.el (with-wrapper-hook): Move.
7922 (buffer-substring-filters): Mark obsolete.
7923 (filter-buffer-substring-functions): New variable.
7924 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
7926 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
7927 Michael Albinus <michael.albinus@gmx.de>
7929 Implement compression for inline methods.
7931 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
7932 (tramp-copy-size-limit): Allow also nil.
7933 (tramp-inline-compress-commands): New defconst.
7934 (tramp-find-inline-compress, tramp-get-inline-compress)
7935 (tramp-get-inline-coding): New defuns.
7936 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
7937 replaced by `tramp-get-inline-coding'.
7938 (tramp-handle-file-local-copy, tramp-handle-write-region)
7939 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
7941 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
7943 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
7944 Remove unused functions.
7946 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
7947 Set find-tag-default-function as a variable rather than a property.
7949 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
7950 * progmodes/etags.el (tags-completion-at-point-function):
7951 Remove left over interactive spec. Add autoloading stub.
7952 (complete-tag): Use tags-completion-at-point-function.
7954 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
7956 * minibuffer.el (tags-completion-at-point-function): Fix return value.
7958 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
7960 * ido.el (ido-init-completion-maps): Remove C-v binding.
7961 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
7963 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
7965 * minibuffer.el (tags-completion-at-point-function): New function.
7966 (completion-at-point-functions): Use it.
7968 * progmodes/etags.el (complete-tag): Revert last change.
7970 2010-04-29 Alan Mackenzie <acm@muc.de>
7972 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
7973 off-by-one error (in end of macro position).
7975 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
7977 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
7978 firefox is absent. Don't autoload.
7979 (browse-url-galeon-program): Don't autoload.
7981 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
7983 * bindings.el (complete-symbol): Move into minibuffer.el.
7985 * minibuffer.el (complete-tag): Move from etags.el. If tags
7986 completion cannot be performed, return nil instead of signalling
7988 (completion-at-point): Make it an alias for complete-symbol.
7989 (complete-symbol): Move from bindings.el, and replace with the
7990 body of completion-at-point.
7992 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
7994 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
7996 * net/tramp.el (tramp-remote-selinux-p): New defun.
7997 (tramp-handle-file-selinux-context)
7998 (tramp-handle-set-file-selinux-context): Use it.
8000 2010-04-28 Sam Steingold <sds@gnu.org>
8002 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
8003 `safe-local-variable' if the value is a string or a symbol with
8004 the property `bug-reference-url-format'.
8006 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
8008 * progmodes/bug-reference.el (bug-reference-url-format):
8009 Revert 2010-04-27 change due to security risk.
8011 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8013 Make it possible to locally disable a globally enabled mode.
8014 * simple.el (fundamental-mode): Run fundamental-mode-hook.
8015 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
8016 rather than kill-all-local-variables so it runs fundamental-mode-hook.
8017 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8018 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
8019 that subsequent hooks get a chance to disable it.
8021 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8023 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8024 Avoid re-enabling a minor mode after the user turned the minor mode
8025 off if MODE-enable-in-buffers is run twice (typically once from
8026 fundamental-mode's after-change-major-mode-hook and a second time from
8027 run-mode-hook's own after-change-major-mode-hook).
8029 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
8031 2010-04-27 Sam Steingold <sds@gnu.org>
8033 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
8034 `safe-local-variable' if the value is a string or a function, as
8035 documented and implemented on 2010-04-02.
8037 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
8039 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
8040 when method is 'kill.
8042 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
8044 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
8045 condition in default directory check.
8046 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
8047 Kill ispell process when killing its associated buffer.
8049 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
8051 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
8052 but we aren't using it.
8054 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
8056 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
8057 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
8059 2010-04-24 Glenn Morris <rgm@gnu.org>
8061 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
8062 Ignore VCS-ignore files, and deleted nextstep preferences files.
8063 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
8064 (authors-ambiguous-files): New list.
8065 (authors-valid-file-names): Add some deleted files.
8066 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
8067 (authors-disambiguate-file-name): New function. (Bug#5501)
8068 (authors-canonical-file-name): Doc fix.
8069 Don't warn about obsolete files.
8070 (authors-canonical-file-name, authors-scan-el):
8071 Use authors-disambiguate-file-name.
8073 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
8074 Add autoload cookies.
8075 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
8076 (generated-autoload-file): Set file-local value to "htmlfontify.el".
8077 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
8078 They have definitions / compiler macros in cl.el.
8079 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
8080 Replace manual autoloads with generated ones.
8081 (htmlfontify-unload-rgb-file): Remove autoload.
8082 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
8084 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
8086 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
8087 (byte-compile-setq-default): Optimize for the
8088 single-var case and don't call byte-compile-form in this case to avoid
8089 inf-loop with byte-compile-set-default.
8091 * progmodes/compile.el (compilation-start): Abbreviate default directory.
8093 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
8095 Implement SELINUX backends.
8097 * net/tramp.el (tramp-file-name-handler-alist):
8098 Add `file-selinux-context' and `set-file-selinux-context'.
8099 (tramp-handle-file-selinux-context)
8100 (tramp-handle-set-file-selinux-context): New defuns.
8101 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
8102 Handle PRESERVE-SELINUX-CONTEXT.
8104 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8105 Add `file-selinux-context' and `set-file-selinux-context'.
8106 (tramp-gvfs-handle-file-selinux-context)
8107 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
8108 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
8110 * net/ange-ftp.el (ange-ftp-copy-file):
8111 * net/tramp-fish.el (tramp-fish-handle-copy-file):
8112 * net/tramp-imap.el (tramp-imap-handle-copy-file):
8113 * net/tramp-smb.el (tramp-smb-handle-copy-file):
8114 Add PRESERVE-SELINUX-CONTEXT.
8116 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
8118 Synchronize with Tramp repository.
8120 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
8121 (tramp-action-process-alive, tramp-action-out-of-band)
8122 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
8123 (tramp-exists-file-name-handler): Fix docstring.
8124 (with-progress-reporter): New defmacro.
8125 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
8126 (tramp-maybe-open-connection): Use it.
8128 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
8130 Detect ssh 'ControlMaster' argument automatically in some cases.
8132 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
8133 (tramp-default-method): Use it.
8135 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
8137 * net/tramp.el (tramp-handle-copy-file): Add new optional
8138 parameter `preserve-selinux-context'.
8139 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
8141 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
8143 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
8144 Ensure, that non remote files are still checked. Oops.
8146 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
8150 * icomplete.el (icomplete-completions): Use `non-essential'.
8152 * net/tramp.el (tramp-connectable-p): New defun.
8153 (tramp-handle-expand-file-name)
8154 (tramp-completion-handle-file-name-all-completions)
8155 (tramp-completion-handle-file-name-completion): Use it.
8157 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
8159 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
8161 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
8163 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
8165 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
8167 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
8170 * info.el (info-tool-bar-map): Add labels.
8172 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
8174 * cus-edit.el (custom-commands): Add labels for tool bar.
8175 (custom-buffer-create-internal, Custom-mode): Adjust for
8176 labels in custom-commands.
8178 * dynamic-setting.el: Renamed from font-setting.el.
8180 2010-04-21 John Wiegley <jwiegley@gmail.com>
8182 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
8183 toggles the use of virtual buffers.
8184 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
8185 (ido-toggle-virtual-buffers): New function.
8187 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
8189 Use `define-derived-mode'; fix window selection; doc fixes.
8190 * play/tetris.el (tetris, tetris-update-speed-function)
8191 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
8192 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
8193 (tetris-rotate-next, tetris-end-game, tetris-start-game)
8194 (tetris-pause-game): Fix typos in docstrings.
8195 (tetris-mode-map, tetris-null-map):
8196 Move initialization into declaration.
8197 (tetris-mode): Define with `define-derived-mode';
8198 set show-trailing-whitespace to nil.
8199 (tetris): Prefer window already displaying the "*Tetris*" buffer.
8201 2010-04-21 Karel Klíč <kklic@redhat.com>
8203 * files.el (backup-buffer): Handle SELinux context, and return it
8204 if a backup was made by renaming.
8205 (backup-buffer-copy): Set SELinux context to the target file.
8206 (basic-save-buffer): Set SELinux context of the newly written file.
8207 (basic-save-buffer-1): Now it also returns any SELinux context.
8208 (basic-save-buffer-2): Set SELinux context of the newly created file,
8210 * net/tramp.el (tramp-file-name-for-operation):
8211 Add file-selinux-context.
8213 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
8215 Make the log-edit comments use RFC822 format throughout.
8217 * vc.el (vc-checkin, vc-modify-change-comment):
8218 Adjust to new vc-start/finish-logentry.
8219 (vc-find-conflicted-file): New command.
8220 (vc-transfer-file): Adjust to new vc-checkin.
8221 (vc-next-action): Improve scoping.
8223 * vc-hg.el (vc-hg-log-edit-mode): Remove.
8224 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
8226 * vc-git.el (vc-git-log-edit-mode): Remove.
8227 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
8228 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
8230 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
8231 (vc-start-logentry): Remove argument `extra'.
8232 (vc-finish-logentry): Remove extra args.
8234 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
8235 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
8236 (vc-bzr-conflicted-files): New function.
8238 * log-edit.el (log-edit-extra-flags)
8239 (log-edit-before-checkin-process): Remove.
8240 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
8241 (log-edit-headers-alist): New var.
8242 (log-edit-header-contents-regexp): New const.
8243 (log-edit-match-to-eoh): New function.
8244 (log-edit-font-lock-keywords): Use them.
8245 (log-edit): Insert a "Summary:" header as default.
8246 (log-edit-mode): Mark font-lock rules as case-insensitive.
8247 (log-edit-done): Cleanup headers.
8248 (log-view-process-buffer): Remove.
8249 (log-edit-extract-headers): New function to replace it.
8251 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
8253 * subr.el (default-direction-reversed): Remove obsolescence info.
8255 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8257 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
8260 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
8261 I.e. include text after point in the completion region.
8262 Also, return nil when we're not after/in a symbol.
8264 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
8265 default enable-multibyte-characters.
8267 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8269 * international/mule.el: Help the user choose a valid coding-system.
8270 (read-buffer-file-coding-system): New function.
8271 (set-buffer-file-coding-system): Use it. Prompt the user if the
8272 coding-system cannot encode all the chars.
8274 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
8275 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
8276 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
8277 Don't use *vc-bzr-shelve*.
8279 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
8281 Fix the version number for added files.
8282 * vc-hg.el (vc-hg-working-revision): Check if the file is
8283 registered after hg parent fails (Bug#5961).
8285 2010-04-19 Glenn Morris <rgm@gnu.org>
8287 * htmlfontify.el (htmlfontify-buffer)
8288 (htmlfontify-copy-and-link-dir): Autoload entry points.
8290 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
8292 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
8293 name relative to the project root (Bug#5960).
8295 2010-04-19 Glenn Morris <rgm@gnu.org>
8297 * vc-git.el (vc-git-print-log): Doc fix.
8299 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
8301 * ido.el (ido-file-internal): Fix 2009-12-02 change.
8303 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
8305 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
8306 default settings (Bug#5928).
8308 2010-04-19 Glenn Morris <rgm@gnu.org>
8310 * progmodes/fortran.el (fortran-match-and-skip-declaration):
8312 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
8314 2010-04-19 Kenichi Handa <handa@m17n.org>
8316 * language/indian.el (malayalam-composable-pattern): Fix previous
8317 change (add U+0D4D "SIGN VIRAMA").
8318 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
8319 (tamil-composable-pattern): Fix typo in the regexp.
8320 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
8321 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
8322 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
8324 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
8326 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
8327 paragraph-separate (Bug#5821).
8329 2010-04-19 Juri Linkov <juri@jurta.org>
8331 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
8333 * info.el (Info-find-node-2): Comment out code that skips
8335 (Info-mouse-follow-link): New command.
8336 (Info-link-keymap): New keymap.
8337 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
8338 Return a string with links instead of inserting breadcrumbs
8340 (Info-fontify-node): Comment out code that inserts breadcrumbs.
8341 Instead of putting the `invisible' text property over the Info
8342 header, make an overlay over the Info header with the `invisible'
8343 property and `after-string' set to the string returned by
8346 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
8348 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
8349 Reported by monkey@sandpframing.com.
8351 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8353 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
8354 (tmm-get-keymap): Add key-binding shortcuts now that they're not
8355 available in the "keyseq cache" any more.
8357 * custom.el (defcustom): Add edebug spec.
8359 2010-04-18 Juri Linkov <juri@jurta.org>
8361 Test for special mode-class in view-buffer instead of view-file (bug#5513).
8363 * view.el (view-file, view-buffer): Move test for special mode-class
8364 from view-file to view-buffer.
8366 * tar-mode.el (tar-extract): Turn if's into one cond
8367 like in arc-mode.el.
8369 2010-04-18 Juri Linkov <juri@jurta.org>
8371 Add 7z archive format support (bug#5475).
8373 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
8374 (archive-7z-extract): New defcustom.
8375 (archive-find-type): Add magic string for 7z.
8376 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
8377 If `stderr-file' is non-nil, use `(t stderr-file)' for the
8378 `buffer' arg of `call-process'.
8379 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
8380 call the function `archive-7z-extract' with the variable
8381 `archive-7z-extract' let-bound to `archive-zip-extract'.
8382 (archive-7z-summarize, archive-7z-extract): New functions.
8384 * international/mule.el (auto-coding-alist):
8385 * files.el (auto-mode-alist): Add 7z file extension.
8387 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8389 * loadup.el: Setup hash-cons for pure data.
8391 Fix duplicate entries in cedet's loaddefs.el files.
8392 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
8393 Should make most file-local generated-autoload-file unnecessary.
8394 (print-readably): Silence warnings.
8395 (autoload-find-destination): Take load-name as an arg to make sure
8396 it's the same as the one that will be in the file.
8397 (autoload-generate-file-autoloads): Adjust to above changes.
8398 Try to make the dataflow a bit simpler.
8400 * cvs-status.el (cvs-refontify): Remove unused.
8402 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
8404 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
8406 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
8407 twos-complement mode.
8409 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
8411 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
8412 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
8413 (calc-inverse): Add "Option" to message, as appropriate.
8414 (calc-hyperbolic): Add "Option" to message, as appropriate.
8415 (calc-option, calc-is-option): New functions.
8417 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
8418 (calc-option-prefix-help): New function.
8420 * calc/calc-misc.el (calc-help): Add "Option" entry.
8422 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
8423 (calc-option-flag): New variable.
8424 (calc-do): Set `calc-option-flag to nil.
8425 (calc-set-mode-line): Add "Opt " as appropriate.
8427 2010-04-16 Juri Linkov <juri@jurta.org>
8429 Move scrolling commands from simple.el to window.el
8430 because their primitives are implemented in window.c.
8432 * simple.el (scroll-error-top-bottom)
8433 (scroll-up-command, scroll-down-command, scroll-up-line)
8434 (scroll-down-line, scroll-other-window-down)
8435 (beginning-of-buffer-other-window, end-of-buffer-other-window):
8436 * window.el (scroll-error-top-bottom)
8437 (scroll-up-command, scroll-down-command, scroll-up-line)
8438 (scroll-down-line, scroll-other-window-down)
8439 (beginning-of-buffer-other-window, end-of-buffer-other-window):
8440 Move from simple.el to window.el because their primitives are
8441 implemented in window.c.
8443 2010-04-16 Juri Linkov <juri@jurta.org>
8445 * isearch.el (isearch-lookup-scroll-key): Check both
8446 `isearch-scroll' and `scroll-command' properties.
8447 (scroll-up, scroll-down): Remove `isearch-scroll' property.
8449 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
8451 * simple.el (scroll-up-command, scroll-down-command)
8452 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
8454 2010-04-15 Juri Linkov <juri@jurta.org>
8456 * simple.el (scroll-up-command, scroll-down-command)
8457 (scroll-up-line, scroll-down-line): Put `scroll-command'
8458 property on the these symbols. Remove them from
8459 `scroll-preserve-screen-position-commands'.
8461 * mwheel.el (mwheel-scroll): Put `scroll-command' and
8462 `isearch-scroll' properties on the `mwheel-scroll' symbol.
8463 Remove it from `scroll-preserve-screen-position-commands'.
8465 * isearch.el (isearch-allow-scroll): Doc fix.
8467 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
8469 * net/tramp.el (tramp-error-with-buffer): Don't show the
8470 connection buffer when we are in completion mode.
8471 (tramp-file-name-handler): Catch the error for some operations
8472 when we are in completion mode. This gives the user the chance to
8473 correct the file name in the minibuffer.
8475 2010-04-15 Glenn Morris <rgm@gnu.org>
8477 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
8479 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
8481 Simplify by using `define-derived-mode'.
8482 * info.el (Info-mode):
8483 * calendar/todo-mode.el (todo-mode):
8484 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
8485 (gomoku-mode-map): Move initialization into declaration.
8487 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
8490 * ido.el (ido-file-name-all-completions-1):
8491 * minibuffer.el (minibuffer-completion-help):
8492 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
8494 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8496 * simple.el (non-essential): New var.
8498 Add a new field `location' to bookmarks for non-file bookmarks.
8499 * bookmark.el (bookmark-location): Use the new field, if present.
8500 (bookmark-insert-location): Undo last change, not needed any more.
8501 * man.el (Man-bookmark-make-record):
8502 * woman.el (woman-bookmark-make-record): Add `location' field.
8504 2010-04-14 Juri Linkov <juri@jurta.org>
8506 * simple.el (scroll-error-top-bottom): New defcustom.
8507 (scroll-up-command, scroll-down-command): Use it. Doc fix.
8509 * emulation/pc-select.el (pc-select-override-scroll-error):
8510 Obsolete in favor of `scroll-error-top-bottom'.
8512 2010-04-14 Juri Linkov <juri@jurta.org>
8514 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
8515 `scroll-up-command' and `M-v' to `scroll-down-command'.
8517 * emulation/cua-rect.el (cua--init-rectangles):
8518 * forms.el (forms--change-commands):
8519 * image-mode.el (image-mode-map):
8520 Remap scroll-down-command and scroll-up-command
8521 in addition to scroll-down and scroll-up.
8523 2010-04-14 Juri Linkov <juri@jurta.org>
8525 * mwheel.el (scroll-preserve-screen-position-commands):
8526 Add mwheel-scroll to this list of commands.
8528 * simple.el (scroll-preserve-screen-position-commands):
8529 Add scroll-up-command, scroll-down-command, scroll-up-line,
8530 scroll-down-line to this list of commands.
8532 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
8534 * obsolete/complete.el: Move from lisp/complete.el.
8536 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
8538 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
8539 to the minor mode function now turns the mode ON unconditionally.
8541 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8543 * vc-dir.el (vc-dir-kill-line): New command.
8544 (vc-dir-mode-map): Bind it to C-k.
8546 * bookmark.el (bookmark-insert-location): Handle a nil filename.
8548 * woman.el: Add bookmark declarations to silence the compiler.
8549 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
8550 step to compatibility between man and woman bookmarks.
8551 Adjust for Man-default-bookmark-title renaming.
8552 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
8554 * man.el: Add bookmark declarations to silence the compiler.
8555 (Man-name-local-regexp): Make it match NAME as well.
8556 (Man-getpage-in-background): Return the buffer.
8557 (Man-notify-when-ready): Use `case'.
8558 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
8559 Don't hardcode "NAME". Simplify.
8560 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
8561 Rename from Man-bookmark-make-record.
8562 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
8563 we have the actual man-args. Use Man-getpage-in-background rather
8564 than `man' since the arg is already processed. Let bookmark.el do the
8565 window handling. Only wait for the relevant process.
8566 Don't forget to autoload.
8568 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
8570 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8572 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
8574 (woman-mode): Setup bookmark support.
8576 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
8577 (man-bookmark-jump): New functions.
8578 (Man-mode): Setup bookmark support.
8580 2010-04-10 Jari Aalto <jari.aalto@cante.net>
8582 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
8583 recognize ssh-keygen prompt (Bug#2817).
8585 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
8587 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
8589 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
8591 Synchronize with Tramp repository.
8593 * net/tramp.el (tramp-completion-function-alist)
8594 (tramp-file-name-regexp, tramp-chunksize)
8595 (tramp-local-coding-commands, tramp-remote-coding-commands):
8597 (tramp-remote-process-environment): Use `format' instead of `concat'.
8598 (tramp-handle-directory-files-and-attributes)
8599 (tramp-get-remote-path): Use `copy-tree'.
8600 (tramp-handle-file-name-all-completions): Backward/ XEmacs
8601 compatibility: Use `completion-ignore-case' if
8602 `read-file-name-completion-ignore-case' does not exist.
8603 (tramp-do-copy-or-rename-file-directly): Do not use
8604 `tramp-handle-file-remote-p'.
8605 (tramp-do-copy-or-rename-file-out-of-band):
8606 Use `tramp-compat-delete-directory'.
8607 (tramp-do-copy-or-rename-file-out-of-band)
8608 (tramp-compute-multi-hops, tramp-maybe-open-connection):
8609 Use `format-spec-make'.
8610 (tramp-find-foreign-file-name-handler)
8611 (tramp-advice-make-auto-save-file-name)
8612 (tramp-set-auto-save-file-modes): Remove superfluous check for
8613 `stringp'. This is done inside `tramp-tramp-file-p'.
8614 (tramp-debug-outline-regexp): New defconst.
8615 (tramp-get-debug-buffer): Use it.
8616 (tramp-check-for-regexp): Use (forward-line 1).
8617 (tramp-set-auto-save-file-modes): Adapt version check.
8619 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
8620 Wrap call of `featurep' for 2nd argument.
8621 (tramp-compat-make-temp-file): Simplify fallback implementation.
8622 (tramp-compat-copy-tree): Remove function.
8623 (tramp-compat-delete-directory): Provide implementation for older
8626 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
8627 Do not use `tramp-fish-handle-file-attributes.
8629 * net/trampver.el: Update release number.
8631 2010-04-10 Glenn Morris <rgm@gnu.org>
8633 * progmodes/compile.el (compilation-save-buffers-predicate):
8634 Add missing :version tag.
8636 2010-04-09 Sam Steingold <sds@gnu.org>
8638 * progmodes/compile.el (compilation-save-buffers-predicate):
8639 Remove the "autoload" cookie.
8641 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
8642 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
8643 and `bug-reference-prog-mode' can be used in hooks directly.
8645 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
8647 Add --author support to git commit.
8648 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
8649 (vc-git-log-edit-mode): New minor mode.
8650 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
8653 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
8655 * vc-hooks.el, vc-git.el: Improve documentation comments.
8657 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
8659 Fix some of the problems in defsubst* (bug#5728).
8660 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
8661 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
8663 2010-04-07 Sam Steingold <sds@gnu.org>
8665 * progmodes/compile.el (compilation-save-buffers-predicate):
8666 New custom variable.
8667 (compile, recompile): Pass it to `save-some-buffers'.
8669 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
8671 * wid-edit.el (widget-choose): Move cursor to the second line of
8672 the buffer (Bug#5695).
8674 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
8676 Add new VC methods: vc-log-incoming and vc-log-outgoing.
8677 * vc.el (vc-print-log-setup-buttons): New function split out from
8678 vc-print-log-internal.
8679 (vc-log-internal-common): New function, a parametrized version of
8680 vc-print-log-internal.
8681 (vc-print-log-internal): Just call vc-log-internal-common with the
8683 (vc-incoming-outgoing-internal):
8684 (vc-log-incoming, vc-log-outgoing): New functions.
8685 (vc-log-view-type): New permanent local variable.
8687 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
8689 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
8690 of the dynamic bound vc-short-log.
8691 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
8693 * vc-git.el (vc-git-log-outgoing): New function.
8694 (vc-git-log-view-mode): Use vc-log-view-type instead
8695 of the dynamic bound vc-short-log.
8697 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
8698 of the dynamic bound vc-short-log. Highlight the tag.
8699 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
8700 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
8701 (vc-hg-incoming-mode): Remove.
8702 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
8704 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
8706 Fix default-directory for vc-root-diff.
8707 * vc.el (vc-root-diff): Bind default-directory to the root
8708 directory for the diff command.
8710 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
8712 * progmodes/verilog-mode.el (verilog-forward-sexp):
8713 (verilog-calc-1): Support "disable fork" and "fork wait" multi
8714 word keywords, suggested by Steve Pearlmutter.
8715 (verilog-pretty-declarations): Support lineup of declarations in
8717 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
8718 fix bug for /* / comments.
8719 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
8720 Speed up and simplfy as this is never called with a bound.
8721 (verilog-pretty-declarations): Enhance to line up declarations
8722 inside a parameter list, suggested by Alan Morgan.
8723 (verilog-pretty-expr): Tune assignment regular expression match
8724 string for corner cases; also use markers instead of character
8725 number as indent changes the later.
8727 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
8729 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
8731 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
8732 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
8733 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
8734 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
8737 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
8738 1800-2009 keywords, including "global.".
8740 2010-04-06 John Wiegley <jwiegley@gmail.com>
8742 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
8743 appearing in buffer list (if a live buffer name matched a recentf
8744 file basename). Should use uniquify to offer a real solution.
8746 2010-04-06 John Wiegley <jwiegley@gmail.com>
8748 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
8749 comment to code, and add a :version tag.
8750 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
8752 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
8754 Enable recentf-mode if using virtual buffers.
8755 * ido.el (recentf-list): Declare for byte-compiler.
8756 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
8757 (ido-make-buffer-list): Simplify.
8758 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
8760 2010-04-05 Juri Linkov <juri@jurta.org>
8762 Scrolling commands which scroll a line instead of full screen.
8763 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
8765 * simple.el (scroll-up-line, scroll-down-line): New commands.
8766 Put property isearch-scroll=t on them.
8768 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
8771 2010-04-05 Juri Linkov <juri@jurta.org>
8773 Scrolling commands which do not signal errors at top/bottom.
8774 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
8776 * simple.el (scroll-up-command, scroll-down-command): New commands.
8777 Put property isearch-scroll=t on them.
8779 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
8780 `scroll-down-command' and [next] from `scroll-up' to
8781 `scroll-up-command'.
8783 * emulation/cua-base.el: Put property CUA=move on
8784 `scroll-up-command' and `scroll-down-command'.
8785 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
8786 and `scroll-down-command' to `cua-scroll-down'.
8788 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
8790 * help.el (describe-mode): Return nil.
8792 2010-04-04 John Wiegley <jwiegley@gmail.com>
8794 * ido.el (ido-use-virtual-buffers): New variable to indicate
8795 whether "virtual buffer" support is enabled for IDO.
8796 (ido-virtual): Face used to indicate virtual buffers in the list.
8797 (ido-buffer-internal): If a buffer is chosen, and no such buffer
8798 exists, but a virtual buffer of that name does (which would be why
8799 it was in the list), recreate the buffer by reopening the file.
8800 (ido-make-buffer-list): If virtual buffers are being used, call
8801 `ido-add-virtual-buffers-to-list' before the make list hook.
8802 (ido-virtual-buffers): New variable which contains a copy of the
8803 current contents of the `recentf-list', albeit pared down for the
8804 sake of speed, and with proper faces applied.
8805 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
8806 create a list of "virtual buffers" to present to the user in
8807 addition to the currently open set. Note that this logic could
8808 get rather slow if that list is too large. With the default
8809 `recentf-max-saved-items' of 200, there is little speed penalty.
8811 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8813 * font-lock.el: Require CL when compiling.
8814 (font-lock-turn-on-thing-lock): Use `case'.
8816 2010-04-03 Eli Zaretskii <eliz@gnu.org>
8818 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
8821 2010-04-02 Juri Linkov <juri@jurta.org>
8823 * ehelp.el (electric-help-orig-major-mode):
8824 New buffer-local variable.
8825 (electric-help-mode): Set it to original major-mode. Doc fix.
8826 (with-electric-help): Use `electric-help-orig-major-mode' instead
8827 of (default-value 'major-mode). Doc fix.
8828 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
8830 2010-04-02 Sam Steingold <sds@gnu.org>
8832 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
8833 `vc-hg-command' with a list of flags.
8835 * progmodes/bug-reference.el (bug-reference-bug-regexp):
8836 Also accept "patch" and "RFE".
8837 (bug-reference-fontify): `bug-reference-url-format' can also be a
8838 function to be able to handle the bug kind.
8839 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
8841 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
8843 * tmm.el (tmm-get-keymap): Check with symbolp before passing
8844 value to fboundp, it may not be a symbol.
8846 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
8848 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
8850 2010-03-31 Juri Linkov <juri@jurta.org>
8852 * simple.el (next-line, previous-line): Re-throw a signal
8853 with `signal' instead of using `ding'.
8854 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
8856 2010-03-31 Juri Linkov <juri@jurta.org>
8858 * simple.el (keyboard-escape-quit): Raise deselecting the active
8859 region higher than exiting the minibuffer.
8860 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
8862 2010-03-31 Juri Linkov <juri@jurta.org>
8864 * image.el (image-animated-p): Use `image-metadata' instead of
8865 `image-extension-data'. Get GIF extenstion data from metadata
8866 property `extension-data'.
8868 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
8870 * simple.el (append-to-buffer): Simplify.
8872 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
8874 * textmodes/artist.el (artist-mode): Fix typo in docstring.
8875 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
8877 2010-03-31 Kenichi Handa <handa@m17n.org>
8879 * language/sinhala.el (composition-function-table): Fix regexp for
8880 the new Unicode specification.
8882 * language/indian.el (devanagari-composable-pattern)
8883 (tamil-composable-pattern, kannada-composable-pattern)
8884 (malayalam-composable-pattern): Adjust for the new Unicode
8886 (bengali-composable-pattern, gurmukhi-composable-pattern)
8887 (gujarati-composable-pattern, oriya-composable-pattern)
8888 (telugu-composable-pattern): New variables to cope with the new
8889 Unicode specification. Use them in composition-function-table.
8891 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
8893 Make tmm-menubar work for the Buffers menu again (bug#5726).
8894 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
8895 vectors rather than cons cells, as used in menu-bar-update-buffers.
8897 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
8899 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
8900 (js-insert-and-indent): Revert 2009-08-15 change, restoring
8901 electric punctuation for "{}();,:" (Bug#5586).
8903 * mail/sendmail.el (mail-default-directory): Doc fix.
8905 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
8907 * mail/sendmail.el (mail-default-directory): Doc fix.
8909 2010-03-31 Eli Zaretskii <eliz@gnu.org>
8911 * subr.el (version-regexp-alist, version-to-list)
8912 (version-list-<, version-list-=, version-list-<=)
8913 (version-list-not-zero, version<, version<=, version=): Doc fix.
8916 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
8918 * vc.el (vc-root-diff): Doc fix.
8920 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
8922 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
8924 * simple.el (append-to-buffer): Fix last change.
8926 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
8928 * simple.el (append-to-buffer): Ensure that point is preserved if
8929 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
8932 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
8934 * files.el (auto-mode-case-fold): Change default to t.
8936 2010-03-30 Juri Linkov <juri@jurta.org>
8938 * dired-x.el (dired-omit-mode): Doc fix.
8940 2010-03-30 Juri Linkov <juri@jurta.org>
8942 * replace.el (occur-accumulate-lines): Move occur-engine related
8943 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
8944 to be located after `occur-engine'.
8946 2010-03-30 Juri Linkov <juri@jurta.org>
8948 Make occur handle multi-line matches cleanly with context.
8949 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
8951 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
8952 (occur-engine): Add local variables `ret', `prev-after-lines',
8953 `prev-lines'. Use more arguments for `occur-context-lines'.
8954 Set first elem of its returned list to `data', and the second elem
8955 to `prev-after-lines'. Don't print the separator line.
8956 In the end, print remaining context after-lines.
8957 (occur-context-lines): Add new arguments `begpt', `endpt',
8958 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
8959 after-lines of the previous match with before-lines of the
8960 current match and not overlap them. Return a list with two
8961 values: the output line and the list of context after-lines.
8963 2010-03-30 Juri Linkov <juri@jurta.org>
8965 * replace.el (occur-accumulate-lines): Fix a bug where the first
8966 context line at the beginning of the buffer was missing.
8968 2010-03-30 Eli Zaretskii <eliz@gnu.org>
8970 * files.el: Make bidi-display-reordering safe variable for boolean
8973 2010-03-29 Phil Hagelberg <phil@evri.com>
8974 Chong Yidong <cyd@stupidchicken.com>
8976 * subr.el: Extend progress reporters to perform "spinning".
8977 (progress-reporter-update, progress-reporter-do-update):
8978 Handle non-numeric value arguments.
8979 (progress-reporter--pulse-characters): New var.
8981 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
8983 * progmodes/compile.el (compilation-start): Fix regexp detection
8984 of initial cd command (Bug#5771).
8986 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
8988 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
8990 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
8992 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
8993 * progmodes/gdb-mi.el: Restore.
8994 * progmodes/gdb-ui.el: Remove.
8995 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
8997 2010-03-25 Glenn Morris <rgm@gnu.org>
8999 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
9000 all dired buffers, even tramp ones. (Bug#5755)
9002 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
9004 Add "union tags" in mpc.el.
9005 * mpc.el: Remove backward compatibility code.
9006 (mpc-browser-tags): Change default.
9007 (mpc--find-memoize-union-tags): New var.
9008 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
9009 (mpc-cmd-find): Handle the case where the playlist does not exist.
9011 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
9012 (mpc-cmd-add): Use mpc-cmd-flush.
9013 (mpc-tagbrowser-tag-name): New fun.
9014 (mpc-tagbrowser-buf): Use it.
9015 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
9017 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
9020 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
9021 Use replace-regexp-in-string.
9022 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
9023 (makefile-imake-mode-syntax-table): Move init into defvar.
9024 (makefile-mode): Use define-derived-mode.
9026 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
9027 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
9028 not be present any more.
9030 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
9032 * faces.el (set-face-attribute): Fix typo in docstring.
9033 (face-valid-attribute-values): Reflow docstring.
9035 2010-03-24 Glenn Morris <rgm@gnu.org>
9037 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
9039 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
9041 * indent.el (indent-for-tab-command): Doc fix.
9043 2010-03-24 Alan Mackenzie <acm@muc.de>
9045 * progmodes/cc-engine.el (c-remove-stale-state-cache):
9046 Fix off-by-one error. Fixes bug #5747.
9048 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
9050 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
9051 (image-dired-read-comment): Doc fix.
9053 * json.el (json-object-type, json-array-type, json-key-type)
9054 (json-false, json-null, json-read-number):
9055 * minibuffer.el (completion-in-region-functions):
9056 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
9057 (cal-tex-cursor-week):
9058 * emacs-lisp/trace.el (trace-function):
9059 * eshell/em-basic.el (eshell/printnl):
9060 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
9061 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
9062 * obsolete/levents.el (allocate-event, event-key, event-object)
9063 (event-point, event-process, event-timestamp, event-to-character)
9064 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
9065 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
9066 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
9067 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
9068 (reftex-highlight-selection): Fix typos in docstrings.
9070 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
9072 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
9074 2010-03-24 Glenn Morris <rgm@gnu.org>
9076 * mail/rmail.el (rmail-highlight-face): Restore option deleted
9077 2008-02-13 without comment; mark it obsolete.
9078 (rmail-highlight-headers): Use rmail-highlight-face once more.
9080 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
9082 * woman.el (woman2-process-escapes): Only consume the newline if
9083 the filler character is on a line by itself (Bug#5729).
9085 2010-03-24 Kenichi Handa <handa@m17n.org>
9087 * language/indian.el (devanagari-composable-pattern): Add more
9090 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
9092 * net/trampver.el: Update release number.
9094 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
9096 * net/tramp.el (tramp-find-executable):
9097 Use `tramp-get-connection-buffer'. Make the regexp for checking
9098 output of "wc -l" more robust.
9099 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
9100 (tramp-open-connection-setup-interactive-shell): Remove workaround
9101 for OpenSolaris bug, it is not needed anymore.
9103 2010-03-24 Glenn Morris <rgm@gnu.org>
9105 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
9107 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
9109 * files.el (auto-mode-alist): Accept more verilog file patterns.
9111 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
9113 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
9115 2010-03-24 Glenn Morris <rgm@gnu.org>
9117 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
9118 log-edit-before-checkin-process.
9120 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
9122 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
9124 * vc-dispatcher.el (vc-start-logentry): Doc fix.
9125 (log-view-process-buffer, log-edit-extra-flags): Declare.
9127 * log-edit.el (log-edit-before-checkin-process): Doc fix.
9129 2010-03-23 Sam Steingold <sds@gnu.org>
9131 Fix bug#5620: recalculate all markers on compilation buffer
9132 modifications, not on file modifications.
9133 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
9134 the buffer modification time, for buffers not associated with files.
9135 (compilation-mode): Create it.
9136 (compilation-filter): Update it.
9137 (compilation-next-error-function): Use it instead of
9138 `visited-file-modtime' for timestamp.
9140 2010-03-23 Juri Linkov <juri@jurta.org>
9142 Implement Occur multi-line matches.
9143 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
9145 * replace.el (occur): Doc fix.
9146 (occur-engine): Set `begpt' to the beginning of the first line.
9147 Set `endpt' to the end of the last match line. At first, count
9148 line numbers between `origpt' and `begpt'. Split out code from
9149 `out-line' variable to new let-bindings `match-prefix' and
9150 `match-str'. In `out-line' add non-numeric prefix to all
9151 non-first lines of multi-line matches. Finally, count lines
9152 between `begpt' and `endpt' and add to `lines'.
9154 2010-03-23 Juri Linkov <juri@jurta.org>
9156 * replace.el (occur-accumulate-lines, occur-engine):
9157 Use `occur-engine-line' instead of duplicate code.
9158 (occur-engine-line): New function created from duplicate code
9159 in `occur-accumulate-lines' and `occur-engine'.
9161 * replace.el (occur-engine-line): Add optional arg `keep-props'.
9162 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
9164 2010-03-23 Juri Linkov <juri@jurta.org>
9166 * finder.el: Remove TODO tasks.
9168 * info.el (Info-finder-find-node): Add node "all"
9169 with all package info. Handle a list of multiple keywords
9171 (info-finder): In interactive use with a prefix argument,
9172 use `completing-read-multiple' to read a list of keywords
9175 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
9177 Add a new completion style `substring'.
9178 * minibuffer.el (completion-basic--pattern): New function.
9179 (completion-basic-try-completion, completion-basic-all-completions):
9181 (completion-substring--all-completions)
9182 (completion-substring-try-completion)
9183 (completion-substring-all-completions): New functions.
9184 (completion-styles-alist): New style `substring'.
9186 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
9188 Get rid of .elc files after removal of the corresponding .el.
9189 * Makefile.in (compile-clean): New target.
9190 (compile-main): Use it.
9192 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
9194 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
9195 don't do make there. When compiling with separate object dir, there
9196 is no Makefile there.
9198 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
9200 Get rid of the ELCFILES abomination, again.
9201 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
9202 (all, compile): Don't call compile-last.
9203 (compile-main): Build the "elcfiles" list dynamically.
9204 (compile-targets): New (internal) target.
9206 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
9208 * Makefile.in (top_srcdir): Define.
9209 (abs_top_builddir): Define.
9210 (srcdir): Don't append `/..'.
9211 (EMACS): Use ${abs_top_builddir}.
9212 (all, compile, compile-always, compile-last): Don't set emacswd.
9213 (update-subdirs, update-authors): Use $(top_srcdir) instead of
9215 (lisp): Use $(srcdir) instead of @srcdir@.
9217 2010-03-21 Juri Linkov <juri@jurta.org>
9219 Fix message of multi-line occur regexps and multi-buffer header lines.
9220 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
9222 * replace.el (occur-1): Don't display regexp if it is longer
9223 than window-width. Use `query-replace-descr' to display regexp.
9224 (occur-engine): Don't display regexp in the buffer header for
9225 multi-buffer occur. Display a separate header line with total
9226 match count and regexp for multi-buffer occur.
9227 Use `query-replace-descr' to display regexp.
9229 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
9231 * net/secrets.el: Fix parenthesis.
9232 (secrets-enabled): Fix parenthesis.
9234 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9236 Use more relative file and directory names.
9237 * Makefile.in (EMACS): Arrange for it to work when we chdir.
9238 (setwins, setwins_almost, setwins_for_subdirs):
9239 Don't `cd'; output relative names.
9240 (all, compile, compile-always, compile-last): Set emacswd.
9241 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
9242 Just cd to the lisp source dir so we can use relative file names.
9244 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
9246 2010-03-20 Glenn Morris <rgm@gnu.org>
9248 * textmodes/rst.el: Use faces for font-lock customization, and make the
9249 old -face variables obsolete.
9250 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
9251 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
9252 (rst-block-face, rst-external-face, rst-definition-face)
9253 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
9254 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
9256 (rst-font-lock-keywords-function): Update for above changes.
9258 2010-03-20 Juri Linkov <juri@jurta.org>
9261 * obsolete/s-region.el: Move to obsolete.
9263 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
9265 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
9267 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
9269 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
9271 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
9273 Add special markup processing for commit logs.
9274 * log-edit.el (log-edit-extra-flags): New variable.
9275 (log-edit): Add new argument MODE. Use that mode when non-nil
9276 instead of the log-view-mode.
9277 (log-view-process-buffer): New function.
9279 * vc.el: Document that the checkin method takes optional
9280 arguments. Document new backend specific method: log-view-mode.
9281 (vc-default-log-edit-mode): New function.
9282 (vc-checkin): Use a backend specific log-view-mode.
9283 Pass extra arguments to the checkin method.
9284 (vc-modify-change-comment): Pass a dummy extra argument.
9286 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
9288 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
9289 (vc-finish-logentry): Process the log buffer before passing it
9290 down. Pass log-edit-extra-flags.
9292 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
9294 (log-edit-extra-flags, log-edit-before-checkin-process):
9297 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
9299 (log-edit-extra-flags, log-edit-before-checkin-process):
9301 (vc-hg-log-edit-mode): New derived mode.
9303 * vc-arch.el (vc-arch-checkin):
9304 * vc-cvs.el (vc-cvs-checkin):
9305 * vc-git.el (vc-git-checkin):
9306 * vc-mtn.el (vc-mtn-checkin):
9307 * vc-rcs.el (vc-rcs-checkin):
9308 * vc-sccs.el (vc-sccs-checkin):
9309 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
9311 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
9313 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
9316 2010-03-19 Glenn Morris <rgm@gnu.org>
9318 * password-cache.el (password-cache, password-cache-expiry): Autoload.
9320 2010-03-18 Glenn Morris <rgm@gnu.org>
9322 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
9324 * replace.el (query-replace-history): Give it a doc string.
9325 (map-query-replace-regexp): Use query-replace-from-history-variable
9326 and query-replace-to-history-variable.
9328 * mail/hashcash.el (declare-function): Remove duplicate definition.
9330 * mail/emacsbug.el (report-emacs-bug-pretest-address):
9331 Make it an obsolete alias for report-emacs-bug-address.
9332 (message-strip-special-text-properties): Declare.
9333 (report-emacs-bug): Remove test for a pretest bug address.
9334 Combine message-mode-specific code.
9336 * mail/supercite.el: Don't require sendmail.
9337 (mh-in-header-p): Declare rather than using with-no-warnings.
9338 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
9339 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
9341 * calendar/cal-french.el: Convert to utf-8.
9343 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
9346 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
9348 * net/secrets.el (secrets-enabled): New variable. Use it instead
9351 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
9353 * net/secrets.el (top): Register the D-Bus signals only when the
9354 service "org.freedesktop.secrets" can be pinged.
9355 Provide subfeature `enabled'.
9357 2010-03-14 Juri Linkov <juri@jurta.org>
9359 Add finder unknown keywords.
9361 * finder.el (finder-unknown-keywords): New function.
9363 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
9364 to create a Finder node with unknown keywords.
9366 2010-03-14 Juri Linkov <juri@jurta.org>
9368 * finder.el (finder-compile-keywords): Replace `princ' with
9369 `prin1' on a list of symbols interned from keyword strings.
9371 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
9372 a comma, then split keywords using a comma and optional whitespace.
9373 Otherwise, split by whitespace.
9381 * progmodes/mixal-mode.el: Fix keywords.
9383 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
9385 * Makefile.in (ELCFILES): Add net/secrets.elc.
9387 * net/secrets.el: New file.
9389 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
9391 * facemenu.el (list-colors-display, list-colors-print): New arg
9392 callback. Use it to allow selecting colors.
9394 * wid-edit.el (widget-image-insert): Insert image prop even if the
9395 current display is non-graphic.
9396 (widget-field-value-set): New fun.
9397 (editable-field): Use it.
9398 (widget-field-value-get): Clean up unused var.
9399 (widget-color-value-create, widget-color--choose-action):
9400 New funs. Allow using list-colors-display to choose color.
9402 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
9404 * cus-edit.el: Resort topmost custom groups.
9405 (custom-buffer-sort-alphabetically): Default to t.
9406 (customize-apropos): Use apropos-parse-pattern.
9407 (custom-search-field): New var.
9408 (custom-buffer-create-internal): Add custom-apropos search field.
9409 (custom-add-parent-links): Don't display parent doc.
9410 (custom-group-value-create): Don't sort top-level custom group.
9411 (custom-magic-value-create): Show visibility button before option name.
9413 (custom-variable-state): New fun, from custom-variable-state-set.
9414 (custom-variable-state-set): Use it.
9415 (custom-group-value-create): Hide options with standard values
9416 using the :hidden-states property. Use progress reporter.
9418 (custom-show): Simplify.
9419 (custom-visibility): Disable images by default.
9420 (custom-variable): New property :hidden-states.
9421 (custom-variable-value-create): Enable images for
9422 custom-visibility widgets. Use :hidden-states property to
9423 determine initial visibility.
9425 * wid-edit.el (widget-image-find): Give images center ascent.
9426 (visibility): Add :on-image and :off-image properties.
9427 (widget-visibility-value-create): Use them.
9429 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
9431 * cus-edit.el (processes): Remove from development group.
9432 (oop, hypermedia): Delete group.
9433 (comm): Promote to top-level group.
9435 * net/browse-url.el (browse-url):
9436 * net/xesam.el (xesam):
9437 * net/tramp.el (tramp):
9438 * net/goto-addr.el (goto-address):
9439 * net/ange-ftp.el (ange-ftp): Put in comm group.
9441 * view.el (view): Remove from editing group.
9443 * uniquify.el (uniquify): Put in files group.
9445 * net/browse-url.el (browse-url):
9446 * ps-print.el (postscript): Put in external group.
9448 * cus-edit.el (outlines):
9449 * textmodes/text-mode.el (text-mode-hook):
9450 * textmodes/table.el (table):
9451 * textmodes/picture.el (picture):
9452 * outline.el (outlines): Put in wp group.
9454 * nxml/nxml-mode.el (nxml): Remove from wp group.
9456 * net/tramp-imap.el (tramp-imap): Put in tramp group.
9458 * mail/metamail.el (metamail): Remove from hypermedia group.
9460 * cus-edit.el (abbrev):
9461 * whitespace.el (whitespace):
9462 * vcursor.el (vcursor):
9463 * reveal.el (reveal):
9464 * hl-line.el (hl-line): Put in convenience group.
9466 * epg-config.el (epg): Put in data group.
9468 * emulation/pc-select.el (pc-select): Put in emulations group.
9470 * calculator.el (calculator): Put in applications group.
9472 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
9474 Add .dir-locals.el support for file-less buffers.
9475 * files.el (hack-local-variables): Split out code to apply local
9476 variable settings ...
9477 (hack-local-variables-apply): ... here. New function.
9478 (hack-dir-local-variables): Use the default directory for when the
9479 buffer does not have an associated file.
9480 (hack-dir-local-variables-non-file-buffer): New function.
9481 * diff-mode.el (diff-mode):
9482 * vc-annotate.el (vc-annotate-mode):
9483 * vc-dir.el (vc-dir-mode):
9484 * log-edit.el (log-edit-mode):
9485 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
9487 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
9489 Add support for shelving snapshots and for showing shelves.
9490 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
9491 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
9493 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
9494 (vc-bzr-extra-menu-map): Map them.
9496 2010-03-11 Glenn Morris <rgm@gnu.org>
9498 * cus-edit.el (customize-changed-options-previous-release):
9501 * image.el (image-animate-max-time): Fix :version tag.
9503 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
9507 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
9509 * vc-git.el (vc-git-revision-table): Include remote branches.
9511 2010-03-10 Kim F. Storm <storm@cua.dk>
9514 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
9516 * image.el (image-animate-max-time): New defcustom.
9517 (image-animated-types): New defconst.
9518 (create-animated-image, image-animate-timer)
9519 (image-animate-start, image-animate-stop, image-animate-timeout)
9520 (image-animated-p): New functions.
9522 * image-mode.el (image-toggle-display-image):
9523 Replace `create-image' with `create-animated-image'.
9525 2010-03-09 Miles Bader <miles@gnu.org>
9527 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
9528 instead of "format:"; this ensures that the output is
9531 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
9533 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
9534 that all errors are caught, and that the return value is always a
9537 2010-03-08 Kenichi Handa <handa@m17n.org>
9539 * language/misc-lang.el (windows-1256): New coding system.
9540 (cp1256): New alias of windows-1256 (bug#5690).
9542 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
9544 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
9545 call to rfc822-bad-address. (Bug#5692)
9547 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
9549 * vc-git.el (vc-git-annotate-extract-revision-at-line):
9550 Use vc-git-root as default directory for revision path (Bug#5657).
9552 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
9554 * calculator.el (calculator): Don't bind split-window-keep-point
9557 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
9559 * vc-git.el: Re-flow to fit into 80 columns.
9560 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
9561 Remove spurious `quote' element in each case alternative.
9562 (vc-git-show-log-entry): Use prog1.
9563 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
9565 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
9567 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
9569 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
9571 * macros.el (insert-kbd-macro): Look up keyboard macro using the
9572 definition, not the name (Bug#5481).
9574 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
9576 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
9577 argument with a local variable. (Bug#5670)
9579 2010-03-02 Juri Linkov <juri@jurta.org>
9581 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
9583 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
9585 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
9586 error when FILENAME and NEWNAME are existing remote directories.
9588 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
9591 2010-03-02 Glenn Morris <rgm@gnu.org>
9593 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
9594 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
9596 2010-03-01 Kenichi Handa <handa@m17n.org>
9598 * language/burmese.el (burmese-composable-pattern): Rename from
9599 myanmar-composable-pattern.
9601 * international/characters.el (script-list):
9602 * international/fontset.el (script-representative-chars):
9603 Change myanmar to burmese.
9604 (otf-script-alist): Likewise.
9605 (setup-default-fontset): Likewise. Re-fix :otf spec.
9607 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
9609 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
9611 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
9613 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
9615 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
9617 * net/tramp.el (tramp-handle-write-region): START can be a string.
9618 Take care in the checks. Reported by Dan Davison
9619 <davison@stats.ox.ac.uk>.
9621 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
9623 * net/dbus.el (dbus-introspect, dbus-get-property)
9624 (dbus-set-property, dbus-get-all-properties):
9625 Use `dbus-call-method' when noninteractive. (Bug#5645)
9627 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
9629 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
9630 * emacs-lisp/elint.el (elint-add-required-env):
9631 * calendar/icalendar.el (icalendar--add-diary-entry):
9632 * calc/calcalg2.el (math-tracing-integral):
9633 * files.el (recover-session-finish): Use with-current-buffer
9634 instead of save-excursion.
9636 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
9638 Fix in-buffer completion when after-change-functions modify the buffer.
9639 * minibuffer.el (completion--replace): New function.
9640 (completion--do-completion): Use it and use relative movement.
9642 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
9644 * international/fontset.el (setup-default-fontset): Fix :otf spec.
9646 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
9648 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
9649 Allow the characters _<> in the stack entry (Bug#5653).
9651 2010-02-26 Kenichi Handa <handa@m17n.org>
9653 * language/burmese.el: Fix entries in composition-function-table.
9654 (myanmar-composable-pattern): New variable.
9656 * international/fontset.el (setup-default-fontset): Add an entry
9659 * international/characters.el (script-list): Add Myanmar
9662 2010-02-26 Glenn Morris <rgm@gnu.org>
9664 * custom.el (custom-initialize-delay): Doc fix.
9666 * mail/sendmail.el (send-mail-function): Autoload the call
9667 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
9669 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
9671 * files.el (hack-local-variables-filter): For eval forms, also
9672 check safe-local-variable-p (Bug#5636).
9674 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
9676 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
9677 setting the modes by `ignore-errors'. It might fail, for example
9678 if the file is not owned by the user but the group.
9679 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
9681 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
9683 * files.el (directory-listing-before-filename-regexp):
9684 Use stricter matching for iso-style dates, to avoid false matches with
9685 date-like filenames (Bug#5597).
9687 * htmlfontify.el (htmlfontify): Doc fix.
9689 * eshell/eshell.el (eshell): Doc fix.
9691 * startup.el (fancy-about-screen): In mode-line, apply
9692 mode-line-buffer-id face only to the buffer name (Bug#5613).
9694 2010-02-20 Kevin Ryde <user42@zip.com.au>
9696 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9697 In `watcom' anchor regexp to start of line, to avoid slowness
9700 2010-02-20 Eli Zaretskii <eliz@gnu.org>
9702 * subr.el (remove-yank-excluded-properties): Explain in a comment
9703 why `category' property is removed.
9705 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
9707 * isearch.el (isearch-update-post-hook, isearch-update):
9708 Revert 2010-02-17 change.
9710 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
9712 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
9713 (icalendar--convert-weekly-to-ical)
9714 (icalendar--convert-yearly-to-ical)
9715 (icalendar--convert-block-to-ical)
9716 (icalendar--convert-cyclic-to-ical)
9717 (icalendar--convert-anniversary-to-ical): Take care of time
9718 specifications where hour has 1-digit only (Bug#5549).
9720 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
9722 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
9723 of disassemble output in GDB 7.1.
9725 2010-02-19 Glenn Morris <rgm@gnu.org>
9727 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
9728 property. (Bug#5593)
9730 2010-02-18 Sam Steingold <sds@gnu.org>
9732 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9734 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
9736 Use abbreviated file names in bookmarks (bug#5591).
9737 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
9738 calls to expand-file-name.
9739 (bookmark-relocate): Use abbreviated file names in bookmarks.
9740 (bookmark-load): Use abbreviated file names in messages.
9742 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
9744 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
9745 expand "." and "..". Reported by Thierry Volpiatto
9746 <thierry.volpiatto@gmail.com>.
9748 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
9750 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
9751 permissions of the temporary file to "0600". In case the remote
9752 file has no read permissions for the owner, there might be
9753 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
9755 22010-02-18 Glenn Morris <rgm@gnu.org>
9757 * emacs-lisp/authors.el (authors-renamed-files-alist):
9758 Add entries for INSTALL.CVS.
9760 2010-02-17 Mark A. Hershberger <mah@everybody.org>
9762 * vc-bzr.el: Fix typo in Known Bugs section.
9764 * isearch.el (isearch-update-post-hook): New hook.
9765 (isearch-update): Use the new hook.
9767 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
9769 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
9770 Fix errors in copying directories.
9771 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
9772 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
9773 (tramp-handle-delete-file)
9774 (tramp-handle-dired-recursive-delete-directory)
9775 (tramp-handle-write-region): Flush also the cache for the upper
9778 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
9780 * simple.el (save-interprogram-paste-before-kill): Doc fix.
9782 * cus-edit.el (hardware): Doc fix.
9784 * man.el (man): Add to external custom group.
9786 * delim-col.el (columns): Move to wp custom group.
9788 * doc-view.el (doc-view): Add to data custom group.
9790 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
9792 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
9793 by ispell-parse-output (Bug#5575).
9795 2010-02-16 Kenichi Handa <handa@m17n.org>
9797 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
9798 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
9799 (skkdic-convert): Use `euc-japan' coding system for writing.
9801 2010-02-16 Glenn Morris <rgm@gnu.org>
9803 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
9804 tex-main-file before using it. (Bug#5562)
9806 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
9808 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
9809 warnings, since it is annoying for the user to see them each time he
9812 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
9814 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
9815 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
9816 instead of PROC for caching "first-password-request". Otherwise,
9817 new processes would not profit from passwords already entered.
9819 * net/tramp-cache.el (tramp-dump-connection-properties):
9820 Don't save "first-password-request" property.
9822 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
9824 * outline.el (outline-head-from-level):
9825 * simple.el (with-wrapper-hook):
9826 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
9827 (elint-defun, elint-buffer-env, elint-top-form-logged)
9828 (elint-unbound-variable):
9829 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
9830 Fix typos in docstrings.
9832 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
9834 * files.el (insert-directory): When WILDCARD-REGEXP and
9835 FULL-DIRECTORY-P are nil, insert the file entry instead of the
9836 whole directory. (Bug#5551)
9838 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
9839 dired's alignment sanity. (Bug#5516)
9841 2010-02-14 Juri Linkov <juri@jurta.org>
9843 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
9844 Remove remaining ^H with their preceding chars. (Bug#5566)
9846 2010-02-13 Glenn Morris <rgm@gnu.org>
9848 * simple.el (transpose-subr): Give it a doc-string.
9850 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
9853 2010-02-12 Juri Linkov <juri@jurta.org>
9855 * arc-mode.el (archive-unique-fname): Make directories for nested
9856 archives. (Bug#5540)
9858 2010-02-12 Juri Linkov <juri@jurta.org>
9860 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
9862 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
9864 * subr.el (copy-overlay): Handle deleted overlays.
9866 * man.el (Man-completion-table): Don't signal an error if we can't run
9867 manual-program (bug#4056).
9869 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
9871 * textmodes/artist.el (artist-mt): Fix typos in docstring.
9873 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9875 * info.el (Info-bookmark-jump): Simplify.
9877 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
9878 (bookmark-default-handler): Accept new bookmark field `buffer'.
9880 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
9882 * iswitchb.el (iswitchb-completions): Revert last change.
9884 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
9886 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
9887 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
9888 This prevents file names like "~/" being listed literally.
9890 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
9892 * term/xterm.el (xterm-maybe-set-dark-background-mode):
9893 Remove dead code. (Bug#5546)
9895 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
9897 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
9898 correctly (Bug#5548).
9900 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
9902 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
9903 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
9905 2010-02-08 Kenichi Handa <handa@m17n.org>
9907 * international/mule-util.el (with-coding-priority): Add autoload
9908 cookie for putting `lisp-indent-function'.
9910 2010-02-07 Glenn Morris <rgm@gnu.org>
9912 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
9913 Move F2003 named interfaces from keywords-2 to keywords-1, and
9914 use function-name-face rather than constant-face.
9915 Simplify "abstract interface" regexp.
9917 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
9919 * eshell/esh-util.el (eshell-file-attributes): New optional arg
9920 ID-FORMAT. Pass it to `file-attributes'.
9922 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
9924 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
9926 * faces.el (set-face-attribute): Allow calling
9927 internal-set-lisp-face-attribute with 'unspecified family and
9928 foundry argument (Bug#5536).
9930 2010-02-07 Glenn Morris <rgm@gnu.org>
9932 * progmodes/f90.el (f90-font-lock-keywords-2)
9933 (f90-looking-at-type-like, f90-looking-at-program-block-end):
9934 Handle F2003 named interfaces.
9936 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
9938 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
9939 beg and end before calling c-get-state-before-change-functions.
9941 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
9943 * vc-bzr.el (vc-bzr-dir-extra-headers):
9944 Disable the pending merges header.
9946 2010-02-05 Juri Linkov <juri@jurta.org>
9948 * doc-view.el (doc-view-mode):
9949 * image-mode.el (image-mode): Put property mode-class=special.
9952 2010-02-05 Mark A. Hershberger <mah@everybody.org>
9954 * vc-svn.el (vc-svn-revision-table): New function.
9956 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
9958 * net/ange-ftp.el (ange-ftp-insert-directory):
9959 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
9960 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
9961 Handle also directories. (Bug#5478)
9963 2010-02-05 Glenn Morris <rgm@gnu.org>
9965 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
9967 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
9969 * startup.el (command-line-1): Convert options beginning with a
9970 single dash as well (Bug#5519).
9972 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
9974 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
9975 * minibuffer.el (completion-initials-expand): Only check the presence
9976 of delims *within* the boundaries, since otherwise the / delim is
9977 always found for files.
9979 Fix up various corner case problems.
9980 * doc-view.el (doc-view-last-page-number): New function.
9981 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
9982 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
9983 (doc-view-kill-proc): Avoid inf-loop in freak cases.
9984 (doc-view-reconvert-doc): Use the new recursive delete-directory.
9985 (doc-view-convert-current-doc): Don't create the resolution.el file
9987 (doc-view-pdf/ps->png): Do it here instead.
9988 (doc-view-already-converted-p): Check that resolution.el is present.
9989 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
9990 windows that are not yet showing images.
9992 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
9994 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
9995 `dired-uncache' for every elemnt which is an absolute file name.
9997 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
9998 directory, handle its directory component.
9999 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
10000 function is called permanently and creates noise, otherwise.
10002 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
10003 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
10004 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
10006 2010-02-04 David Burger <dburger@google.com> (tiny change)
10008 * macros.el (apply-macro-to-region-lines):
10009 Minor simplification. (Bug#5485)
10011 2010-02-04 Glenn Morris <rgm@gnu.org>
10013 * mail/rmail.el (rmail-show-message-1): Handle malformed
10014 quoted-printable text. (Bug#5441)
10016 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
10018 * simple.el (visual-line-mode): Capitalize lighter.
10020 2010-02-03 John Wiegley <jwiegley@gmail.com>
10022 * iswitchb.el (iswitchb-completions): Add bookmark files to the
10023 list of files considered for "virtual buffer" completions.
10025 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
10027 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
10028 also in case of (and (not full) (not wildcard)). This is needed
10029 when dired is called with a list of files, which are not in
10030 `default-directory'. (Bug#5478)
10032 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
10034 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
10036 2010-02-02 Juri Linkov <juri@jurta.org>
10038 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
10039 from unidiff to allow function-line after @@.
10041 2010-02-02 Juri Linkov <juri@jurta.org>
10043 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
10044 '(RCS SCCS) with inverted condition.
10046 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
10048 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
10051 2010-02-01 Juri Linkov <juri@jurta.org>
10053 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
10054 compare with "pkunzip" and "pkzip" instead of only "pkzip".
10055 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
10056 only when (car archive-zip-extract) is "unzip". (Bug#5475)
10058 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
10060 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
10061 (doc-view-revert-buffer): New command.
10062 (doc-view-mode-map): Use it.
10064 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
10066 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
10067 pending merge is detected.
10069 2010-01-31 Juri Linkov <juri@jurta.org>
10071 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
10072 beginning of interactive spec like all other grep commands do.
10073 Put "all" in front of "gz". (Bug#5260)
10075 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
10077 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
10079 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
10081 * dirtrack.el (dirtrack): Warn instead of signalling error if the
10082 regexp is incorrect (Bug#5476).
10084 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
10086 * net/tramp.el (tramp-handle-insert-directory): Handle also
10087 symlinks, when FILENAME is not in `default-directory'.
10089 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
10091 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
10092 FILE is not in `default-directory'. (Bug#5478)
10094 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
10095 of SWITCHES. Handle the case, FILENAME is not in
10096 `default-directory'. (Bug#5478)
10097 (tramp-register-file-name-handlers): Add safe-magic property.
10099 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
10101 * arc-mode.el (archive-zip-extract): Quote the argument passed to
10104 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
10106 * progmodes/flymake.el (flymake-allowed-file-name-masks)
10107 (flymake-master-make-header-init): Add other C++ filename masks.
10108 (flymake-find-possible-master-files)
10109 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
10111 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
10113 Fix some busybox annoyances.
10115 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
10116 not responding." string.
10117 (tramp-open-connection-setup-interactive-shell): Dump stty
10118 settings. Enable "neveropen" arg for all `tramp-send-command'
10119 calls. Handle "=" in variable values properly.
10120 (tramp-find-inline-encoding): Raise an error, when no encoding is
10122 (tramp-wait-for-output): Check, whether PROC buffer is available.
10123 Remove spurious " ^H" sequences, sent by busybox.
10124 (tramp-get-ls-command): Suppress coloring, if possible.
10126 2010-01-28 Glenn Morris <rgm@gnu.org>
10128 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
10130 * log-edit.el (log-edit-strip-single-file-name): Add missing
10131 :safe, :group, and :version tags.
10133 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
10135 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
10136 buffers. (Bug#5477)
10138 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
10140 * files.el (delete-directory): Handle moving to trash without
10141 first doing recursion (Bug#5436).
10143 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
10145 * vc-hooks.el (vc-path): Mark as obsolete.
10147 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
10149 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
10152 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
10154 (vc-bzr-log-view-mode): Adjust regexp for the above change.
10156 2010-01-25 Mark A. Hershberger <mah@everybody.org>
10158 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
10160 * vc-bzr.el (vc-bzr-revision-table): New function.
10162 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
10164 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
10165 diff-index command. This requires at least git-1.5.5. (Bug#1589).
10167 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
10169 Remove support for adding --signoff on commit.
10170 Future support will use an incompatible generic mechanism.
10171 * vc-git.el (vc-git-add-signoff): Remove variable.
10172 (vc-git-toggle-signoff): Remove function.
10173 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
10175 * term/xterm.el (xterm-maybe-set-dark-background-mode):
10176 Rename from xterm-set-background-mode. Return t if the background mode
10178 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
10179 earlier, call it again in case the background mode has changed.
10181 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
10183 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
10186 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
10188 * emacs-lisp/assoc.el (aelement): Doc fix.
10189 (aput, adelete, amake): Use lexical-let (Bug#5450).
10191 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
10193 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
10194 is the same as subprogram call, not declaration. (Bug#5435).
10196 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
10198 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
10199 (tramp-smb-maybe-open-connection): Use it.
10201 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
10203 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
10205 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
10207 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
10208 just because we see "encoding: 8bit".
10209 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
10211 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
10213 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
10215 2010-01-22 Eli Zaretskii <eliz@gnu.org>
10217 * jka-compr.el (jka-compr-load): If load-file is not in
10218 load-history, try its file-truename version. (bug#5447)
10220 2010-01-21 Alan Mackenzie <acm@muc.de>
10222 Fix a situation where deletion of a cpp construct throws an error.
10223 * progmodes/cc-engine.el (c-invalidate-state-cache):
10224 Before invoking c-with-all-but-one-cpps-commented-out, check that the
10225 special cpp construct is still in the buffer.
10226 (c-parse-state): Record the special cpp with markers, not numbers.
10228 2010-01-21 Kenichi Handa <handa@m17n.org>
10230 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
10231 process last-command-event, as it is now decoded first (Bug#5380).
10233 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
10235 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
10237 2010-01-20 Glenn Morris <rgm@gnu.org>
10239 * indent.el (tab-always-indent): Fix custom-type.
10241 2010-01-19 Alan Mackenzie <acm@muc.de>
10243 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
10244 buffer throws "args out of range".
10245 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
10246 playing the role of delimiter.
10248 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
10250 * progmodes/ada-mode.el: Fix bug#5400.
10251 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
10252 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
10253 changed. Delete RECURSIVE parameter; never used. Improve doc string.
10254 Improve comments in "is" portion. Handle null procedure declaration.
10255 (ada-move-to-end): Improve doc string.
10257 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
10259 * ido.el (ido-cur-list): Initialize to nil.
10260 Remove obsolete information from commentary.
10261 (ido-choice-list): Initialize to nil.
10262 (ido-get-bufname): Reject minibuffers.
10263 (ido-make-buffer-list): If "default" is a nonexistent
10264 buffer, ignore it, as per the function's comment.
10265 (ido-kill-buffer-internal): New function.
10266 (ido-kill-buffer-at-head): Use it.
10267 (ido-visit-buffer): Likewise.
10269 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
10271 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
10273 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
10275 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
10276 Fix typos in chart titles.
10278 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
10279 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
10280 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
10281 (describe-class, eieio-describe-generic, describe-generic):
10282 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
10283 (eieio-speedbar-expand):
10284 * emulation/viper-cmd.el (viper-exec-form-in-vi)
10285 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
10286 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
10287 (viper-del-backward-char-in-replace, viper-backward-indent)
10288 (viper-brac-function, viper-register-to-point, viper-submit-report):
10289 * net/tramp.el (tramp-remote-coding-commands):
10290 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
10291 Fix typos in docstrings.
10293 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
10295 * mail/sendmail.el (mail-yank-original): Set the mark if the
10296 specified function for yanking does not do it.
10298 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
10300 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
10302 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
10303 resyncing a directory.
10305 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
10307 * progmodes/ada-mode.el: Fix bug#1920.
10308 (ada-ident-re): Delete ., allow multibyte characters.
10309 (ada-goto-label-re): New; matches goto labels.
10310 (ada-block-label-re): New; matches block labels.
10311 (ada-label-re): New; matches both.
10312 (ada-named-block-re): Deleted; callers changed to use
10313 `ada-block-label-re' instead.
10314 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
10315 Use `ada-block-label-re'.
10316 (ada-indent-on-previous-lines): Improve handling of goto labels.
10317 (ada-get-indent-block-start): Special-case block label.
10318 (ada-get-indent-label): Split into `ada-indent-block-label' and
10319 `ada-indent-goto-label'.
10320 (ada-goto-stmt-start, ada-goto-next-non-ws):
10321 Optionally ignore goto labels.
10322 (ada-goto-next-word): Simplify.
10323 (ada-indent-newline-indent-conditional): Insert newline before
10324 trying to fix indentation; doc fix.
10326 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
10328 * calc/calc.el (calc-command-flags): Give it an initial value.
10330 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
10332 * files.el (minibuffer-with-setup-hook):
10333 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
10334 (artist-key-draw-continously, artist-key-do-continously-continously)
10335 (artist-key-set-point-continously, artist-mouse-draw-continously):
10336 Fix typos in docstrings.
10338 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
10340 * nxml/nxml-mode.el (nxml-extend-after-change-region):
10341 Never return t (Bug#3898).
10343 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
10345 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
10346 can parse the output of the external commands (Bug#5279).
10348 2010-01-16 Jari Aalto <jari.aalto@cante.net>
10350 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
10352 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
10354 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
10356 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
10358 * startup.el (command-line): Remove unused --icon-type arg.
10359 Handle --display arg, passing it to command-line-1 (Bug#5392).
10361 2010-01-16 Mario Lang <mlang@delysid.org>
10363 * emacs-lisp/chart.el (chart-translate-namezone):
10364 * textmodes/artist.el (artist-compute-popup-menu-table):
10365 Remove duplicated words in doc-strings.
10367 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
10369 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
10370 to mairix-search to suppress threading (Bug#5342).
10372 2010-01-15 Kenichi Handa <handa@m17n.org>
10374 * international/mule-cmds.el (canonicalize-coding-system-name):
10375 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
10377 2010-01-15 Glenn Morris <rgm@gnu.org>
10379 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
10381 * wid-edit.el (widget-keymap): Doc fix.
10383 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
10384 former seems to be more widely accepted by various svn versions.
10386 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
10388 * find-cmd.el (find-constituents):
10389 * vc-arch.el (vc-arch-root):
10390 * window.el (window-body-height, pop-up-frames):
10391 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
10392 * progmodes/ada-stmt.el (ada-if):
10393 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
10394 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
10395 (ispell-encoding8-command, ispell-aspell-supports-utf8)
10396 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
10398 * progmodes/flymake.el (flymake-post-syntax-check):
10399 Fix typo in error message.
10401 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
10403 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
10404 which is always a string. (Bug#5313)
10406 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
10408 * progmodes/ada-xref.el (ada-default-prj-properties):
10409 Simplify previous change.
10411 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
10413 * progmodes/ada-xref.el (ada-default-prj-properties):
10414 Default ada_project_path to $ADA_PROJECT_PATH.
10416 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
10418 * progmodes/ada-mode.el (ada-create-keymap):
10419 Override `narrow-to-defun' with `ada-narrow-to-defun'.
10421 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
10423 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
10424 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
10425 (ada-get-current-indent, ada-imenu-generic-expression)
10426 (ada-which-function): Check for it.
10428 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
10430 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
10431 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
10433 2010-01-14 Glenn Morris <rgm@gnu.org>
10435 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
10437 2010-01-14 Kenichi Handa <handa@m17n.org>
10439 * composite.el (auto-composition-mode): Make it a buffer local
10440 variable (permanent-local).
10441 (auto-composition-function): Set the default value to
10442 auto-compose-chars.
10443 (auto-composition-mode): Make it a simple function, not a minor mode.
10444 (global-auto-composition-mode): Likewise.
10445 (turn-on-auto-composition-if-enabled): Delete it.
10447 2010-01-13 Karl Fogel <kfogel@red-bean.com>
10449 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
10451 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
10453 * files.el (copy-directory): Compute target for recursive
10454 directories with identical names. (Bug#5343)
10456 2010-01-12 Glenn Morris <rgm@gnu.org>
10458 * mail/emacsbug.el (report-emacs-bug-pretest-address):
10459 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
10461 2010-01-11 Sam Steingold <sds@gnu.org>
10463 * imenu.el (imenu-default-create-index-function): Detect infinite
10464 loops caused by imenu-prev-index-position-function.
10466 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
10468 * htmlfontify.el (htmlfontify-load-rgb-file)
10469 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
10470 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
10471 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
10472 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
10473 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
10474 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
10475 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
10476 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
10477 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
10478 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
10479 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
10480 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
10481 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
10482 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
10483 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
10484 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
10485 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
10486 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
10487 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
10488 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
10489 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
10490 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
10491 backslash-quoting from parentheses, etc.
10493 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
10495 * progmodes/js.el: Autoload javascript-mode alias.
10497 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
10499 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
10500 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
10501 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
10502 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
10503 Fix typos in docstrings.
10504 (ffap-url-regexp): Doc fix.
10505 (ffap-at-mouse): Fix typo in message.
10507 2010-01-11 Glenn Morris <rgm@gnu.org>
10509 * version.el (emacs-copyright): Set copyright year to 2010.
10511 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
10513 * format.el (format-annotate-function): Only set
10514 write-region-post-annotation-function after running to-fn so as not to
10515 affect nested write-region calls (bug#5273).
10517 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
10519 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
10522 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
10524 * man.el (Man-goto-section): Signal error if the section is not
10527 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
10529 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
10530 URLs with a leading triple slash in the file: scheme. (Bug#5345)
10532 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
10534 * progmodes/compile.el: Don't treat compile-command as safe if
10535 compilation-read-command might be nil (Bug#4218).
10537 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
10539 * startup.el (command-line-1): Use orig-argi to check for ignored X and
10542 2010-01-08 Kenichi Handa <handa@m17n.org>
10544 * international/fontset.el (build-default-fontset-data):
10545 Exclude characters in scripts kana, hangul, han, or cjk-misc.
10547 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
10549 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
10550 to `create-file-buffer' as it expects, not just a buffer name.
10551 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
10552 to help uniquify. (Bug#3224)
10554 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
10556 * font-setting.el (font-setting-change-default-font): Use user-spec
10559 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
10561 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
10563 2010-01-05 Tom Tromey <tromey@redhat.com>
10565 * progmodes/python.el (python-font-lock-keywords):
10566 Handle qualified decorators (Bug#881).
10568 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
10570 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
10571 in a lightweight checkout.
10573 2010-01-05 Kenichi Handa <handa@m17n.org>
10575 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
10577 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
10579 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
10581 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
10583 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
10584 checkouts. (Bug#618)
10585 (vc-bzr-log-view-mode): Also highlight the author.
10586 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
10587 (vc-bzr-shelve-menu-map):
10588 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
10589 (vc-bzr-shelve-apply): Make prompt more explicit.
10591 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
10593 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
10594 They are valid characters in URL paths (rfc3986), and at least
10595 Firefox does not understand the encoded version (Bug#3166).
10597 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
10599 * progmodes/octave-mod.el (octave-end-keywords)
10600 (octave-block-begin-or-end-regexp, octave-block-match-alist):
10601 Add "end" keyword (Bug#3061).
10602 (octave-end-as-array-index-p): New function.
10603 (calculate-octave-indent): Use it.
10605 2010-01-02 Karl Fogel <kfogel@red-bean.com>
10607 * bookmark.el: Consistently put the text property on the bookmark name.
10608 (bookmark-bmenu-marks-width): Bump back to 2, to include
10610 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
10611 property on the bookmark name, instead of not putting it at all.
10612 (bookmark-bmenu-list): Fix where we put the text property.
10614 2010-01-02 Karl Fogel <kfogel@red-bean.com>
10616 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
10617 for showing buffer modified state (as added in the previous change).
10619 2010-01-02 Karl Fogel <kfogel@red-bean.com>
10621 * bookmark.el: Show modified state of bookmark buffer more accurately.
10622 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
10623 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
10624 (with-buffer-modified-unmodified): New macro.
10625 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
10626 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
10627 Use new macro to preserve the buffer modified state.
10629 2010-01-02 Karl Fogel <kfogel@red-bean.com>
10631 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
10632 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
10633 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
10634 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
10635 (bookmark-bmenu-rename, bookmark-bmenu-locate)
10636 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
10637 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
10639 2010-01-02 Eli Zaretskii <eliz@gnu.org>
10641 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10642 Make the lines in the generated doc string shorter. (Bug#4668)
10644 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
10646 * net/rcirc.el: Add follow-link binding (Bug#4738).
10648 2010-01-02 Eli Zaretskii <eliz@gnu.org>
10650 * Makefile.in (bzr-update): Rename from cvs-update.
10651 (cvs-update): New target for backward compatibility.
10653 * makefile.w32-in (bzr-update): Rename from cvs-update.
10654 (cvs-update): New target for backward compatibility.
10656 2010-01-02 Karl Fogel <kfogel@red-bean.com>
10658 * bookmark.el: Remove gratuitous gratitude.
10660 2010-01-02 Karl Fogel <kfogel@red-bean.com>
10662 * bookmark.el (bookmark-bmenu-any-marks): New function.
10663 (bookmark-bmenu-save): Clear buffer modification if no marks.
10665 2010-01-02 Karl Fogel <kfogel@red-bean.com>
10667 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
10668 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
10669 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
10670 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
10672 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
10673 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
10674 To: emacs-devel {_AT_} gnu.org
10675 Subject: bookmark.el bug report
10676 Date: Mon, 28 Dec 2009 14:19:16 +0800
10677 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
10679 2010-01-02 Karl Fogel <kfogel@red-bean.com>
10681 * bookmark.el: Improvements suggested by Drew Adams:
10682 (bookmark-bmenu-ensure-position): New name for
10683 `bookmark-bmenu-check-position'. Just ensure the position,
10684 don't return any meaningful value.
10685 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
10688 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
10690 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
10691 (bookmark-yank-point, bookmark-bmenu-check-position):
10692 Fix typos in docstrings.
10693 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
10694 (bookmark-name-from-full-record, bookmark-get-position)
10695 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
10696 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
10697 Remove useless quoting of parenthesis, etc. in docstrings.
10699 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
10700 (ediff-append-custom-diff): Fix typo in error message.
10701 (ediff-meta-mark-equal-files): Fix typos in messages.
10703 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
10705 * net/imap-hash.el (imap-hash-make): Doc fix.
10706 (imap-hash-test): Fix typo in error message; reflow docstring.
10707 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
10708 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
10709 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
10710 Fix typos in docstrings.
10711 (imap-hash-open-connection): Fix typo in error message.
10713 * play/gomoku.el (gomoku): Fix typos in docstring.
10715 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
10716 (gdb-jsonify-buffer): Fix typos in docstring.
10717 (gdb-goto-breakpoint): Fix typo in error message.
10718 ("Display Other Windows"): Fix typo in help message.
10719 (gdb-speedbar-expand-node): Fix typo in question.
10721 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
10722 (idlwave-html-system-help-location, idlwave-html-help-location)
10723 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
10724 (idlwave-help-browser-generic-args, idlwave-help-directory)
10725 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
10726 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
10727 (idlwave-online-help, idlwave-help-html-link)
10728 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
10729 Fix typos in docstrings.
10730 (idlwave-help-with-source, idlwave-help-find-routine-definition):
10732 (idlwave-help-assistant-start): Fix typo in error message.
10734 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
10735 (octave-electric-space): Fix typos in docstrings.
10737 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
10739 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
10741 2010-01-01 Juri Linkov <juri@jurta.org>
10743 * comint.el (comint-input-ring-size): Make it a defcustom and
10744 increase the default to 500 (Bug#5148).
10746 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
10748 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
10749 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
10750 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
10752 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
10754 Show working revision correctly for mercurial.
10755 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
10756 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
10758 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
10760 Declare some functions for the byte-compiler.
10761 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
10762 (speedbar-timer-fn, speedbar-change-expand-button-char)
10763 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
10765 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
10767 This changeset reverts GDB Graphical Interface to use annotations.
10768 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
10770 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
10772 Make vc-dir work on subdirectories of the bzr root.
10773 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
10774 Return file names relative to it.
10775 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
10776 relative directory to vc-bzr-after-dir-status.
10778 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
10780 * font-lock.el (font-lock-refresh-defaults): New function, which
10781 can be used to let font-lock react to external changes in
10782 variables like font-lock-defaults and keywords.
10783 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
10785 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
10787 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
10789 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
10791 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
10793 Supersede color.diff settings in git log (bug#5211).
10795 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
10796 escape chars in its output when the user has color.diff set to `always'.
10797 This fix works on git 1.4.2 and newer (released on 2006-08-13).
10799 2009-12-26 Kevin Ryde <user42@zip.com.au>
10801 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
10802 node. Keep previous "Index" name to work with past coreutils too.
10804 * man.el (man): Revise docstring a bit to show -a and -l as
10805 examples. Add -k description since support for it has otherwise
10806 been a secret. (Further to bug#3717.)
10807 (Man-bgproc-sentinel): When "-k foo" produces no output show error
10808 "no matches" rather than "Can't find manpage", as the latter reads
10809 like -k was interpreted as a page name, which is not so. (Bug#5431)
10811 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
10813 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
10814 switches. Check also for //SUBDIRED// line.
10816 2009-12-25 Kenichi Handa <handa@m17n.org>
10818 * language/indian.el (devanagari-composable-pattern): Fixed to
10819 handle ZWNJ and ZWJ. Use it in composition-function-table for
10821 (malayalam-composable-pattern): Fix previous change.
10823 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10825 * ps-print.el (ps-face-attributes): It was not returning the
10826 attribute face for faces specified as string. Reported by harven
10827 <harven@free.fr>. (Bug#5254)
10828 (ps-print-version): New version 7.3.5.
10830 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
10832 * calendar/icalendar.el (icalendar--convert-tz-offset):
10833 Fixed timezone names.
10834 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
10835 (icalendar--add-diary-entry): Remove the trailing blank that
10836 diary-make-entry inserts.
10838 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
10840 Make `file-expand-wildcards' work for remote files.
10842 * files.el (file-expand-wildcards): In case of remote files, check
10843 only local file name part for wildcards. Provide feature 'files
10844 and subfeature 'remote-wildcards. (Bug#5198)
10846 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
10847 if there is already an established connection.
10848 (tramp-advice-file-expand-wildcards): Remove it.
10850 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
10851 (tramp-advice-file-expand-wildcards): Move from tramp.el.
10852 Activate advice for older GNU Emacs versions. (Bug#5237)
10854 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
10856 Some doc fixes (more needed).
10858 * find-cmd.el (find-constituents): Reflow docstring.
10859 (find-cmd, find-prune, find-command): Fix typos in docstrings.
10860 (find-generic): Doc fix.
10862 2009-12-17 Juri Linkov <juri@jurta.org>
10864 Fix regression from 23.1 to allow multiple modes in Local Variables.
10866 * files.el (hack-local-variables-filter): While ignoring duplicates,
10867 don't take `mode' into account.
10868 (hack-local-variables-filter, hack-dir-local-variables):
10869 Don't remove duplicate `mode' from local-variables-alist (like `eval').
10871 2009-12-17 Juri Linkov <juri@jurta.org>
10873 Make `dired-diff' safer. (Bug#5225)
10875 * dired-aux.el (dired-diff): Signal an error when `file' equals to
10876 `current' or when `file' is a directory of the `current' file.
10878 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
10880 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
10881 unconditionally preloaded files.
10883 2009-12-16 Juri Linkov <juri@jurta.org>
10885 Revert to old 23.1 logic of using the file at the mark as default.
10886 * dired-aux.el (dired-diff): Use the file at the mark as default
10887 if it's not the same as the current file, and the target dir is
10888 the current dir or the mark is active. Add the current file
10889 as the arg of `dired-dwim-target-defaults'. Use the default file
10890 in the prompt. (Bug#5225)
10892 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
10894 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
10895 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
10896 (tramp-check-for-regexp): Check also, when an echoing shell stops
10897 to echo sent commands.
10899 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
10901 * Makefile.in: Revert last change (Bug#5191).
10903 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
10905 * vc-hg.el (vc-hg-print-log): Fix argument order.
10906 (vc-hg-working-revision): Make sure the command is executed in a
10907 known environment so that we can parse the output. (Bug#4417)
10909 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
10911 * progmodes/python.el (python-symbol-completions): Remove text
10912 properties from symbol string before calling python-send-receive.
10914 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
10916 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
10917 when there are values for both file and line. (Bug#5060)
10919 2009-12-14 Juri Linkov <juri@jurta.org>
10921 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
10922 whitespace after the file name of the first line of unified format,
10923 because git-diff doesn't output whitespace and file modification time
10924 after the file name.
10926 2009-12-14 David Kastrup <dak@gnu.org>
10928 * info.el (Info-hide-cookies-node): Before hiding a cookie,
10929 check if it already has the `display' property added by
10930 `Info-display-images-node', and not put the `invisible' property
10933 2009-12-13 Glenn Morris <rgm@gnu.org>
10935 * mail/emacsbug.el (message-sort-headers): Define for compiler.
10936 (report-emacs-bug): In message-mode, sort manually before storing
10937 original report text. (Bug#5178)
10938 Remove superfluous save-excursion.
10940 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
10942 * net/dbus.el (dbus-property-handler): Filter lambda forms out
10943 when responding to "GetAll" properties.
10945 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
10947 * simple.el (compose-mail): Remove mail-setup-with-from from
10948 customization checks.
10950 2009-12-12 Eli Zaretskii <eliz@gnu.org>
10952 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
10953 RAR archives created on Unix systems.
10955 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
10957 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
10958 the varalias that was accidentally removed by the 2009-11-19 change
10961 2009-12-12 Kenichi Handa <handa@m17n.org>
10963 * language/indian.el (indian-compose-regexp): New function.
10964 (malayalam-composable-pattern): Fix the pattern.
10965 (composition-function-table): Set malayalam-composable-pattern for
10966 Malayalam characters.
10968 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
10970 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
10971 rather than down-mouse-1, based on follow-link conventions.
10973 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
10976 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
10978 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
10979 (verilog-vmm-statement-re, verilog-ovm-statement-re)
10980 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
10981 (verilog-leap-to-head, verilog-backward-token):
10982 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
10984 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
10986 * progmodes/verilog-mode.el (verilog-auto-lineup)
10987 (verilog-nameable-item-re): Cleanup user-visible spelling and
10988 documentation errors. One reported by Gary Delp.
10989 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
10990 (verilog-read-decls): Fix AUTOWIRE with types declared in a
10991 package, bug195. Reported by Pierre-David Pfister.
10993 2009-12-11 Glenn Morris <rgm@gnu.org>
10995 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
10997 * mail/emacsbug.el: No longer require sendmail.
10998 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
10999 (report-emacs-bug-orig-text): Doc fix.
11000 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
11001 New local variables, to adapt to different mail-user-agents.
11002 (report-emacs-bug): Fix test for a gnu.org address.
11003 Use overlays for emphasis, since font-lock defeats 'face property.
11004 Pretest bugs also end up at the newsgroup these days.
11005 Stop message-mode stripping text properties.
11006 Set and use the new buffer-local variables.
11007 (report-emacs-bug-hook): Add doc-string.
11008 Remove some unnecessary save-excursions and simplify.
11009 Use the appropriate hook and send-command.
11011 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
11012 capitalization of some menu entries.
11014 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11016 * whitespace.el (whitespace-display-char-on):
11017 Ensure `buffer-display-table' is unique when two or more windows are
11018 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
11021 2009-12-10 Eli Zaretskii <eliz@gnu.org>
11023 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
11024 characters in the Attribute field.
11026 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
11028 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
11030 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
11032 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
11033 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11034 Disregard autoload-excludes.
11035 (update-directory-autoloads): Obey autoload-excludes here instead.
11036 But don't store its contents in no-autoloads and remove entries that
11037 refer to excludes files.
11039 2009-12-10 Glenn Morris <rgm@gnu.org>
11041 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
11042 (expand-mail-aliases): Define for compiler.
11044 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
11045 Define for compiler.
11047 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
11048 appropriate for the mail-user-agent in use.
11050 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
11052 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
11054 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
11056 Fix short log parsing and fontification.
11057 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
11058 Fix fontification for the [merge] label.
11060 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
11062 Drop some properties to avoid surprises (bug#5002).
11063 * htmlfontify.el (hfy-ignored-properties): New defcustom.
11064 (hfy-fontify-buffer): Use it.
11066 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
11069 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
11070 Adjust all callers.
11071 (ffap-locate-file): Remove unused arg `dir-ok' and make other
11072 args compulsory. Adjust callers.
11073 (ffap-gopher-at-point): Remove unused var `name'.
11075 Get rid of the ELCFILES abomination.
11076 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
11077 (compile-elcfiles): New phony target.
11078 (compile-main): Compute ELCFILES dynamically.
11079 (compile-clean): New target to remove left-over elc files.
11080 (compile, all): Use it.
11082 2009-12-09 Kenichi Handa <handa@etlken>
11084 * international/mule-diag.el: Require help-mode instead of help-fns.
11086 2009-12-09 Kenichi Handa <handa@m17n.org>
11088 * international/mule-cmds.el (ucs-names): Supply sufficiently
11089 fine ranges instead of pre-calculating accurate ranges.
11090 Iterate with bigger gc-cons-threshold.
11092 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
11094 Add support for stashing a snapshot of the current tree.
11095 * vc-git.el (vc-git-stash-snapshot): New function.
11096 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
11098 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
11100 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
11101 instead of `(beginning|end)-of-line'.
11103 2009-12-08 Glenn Morris <rgm@gnu.org>
11105 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
11107 * Makefile.in (ELCFILES): Regenerate.
11109 2009-12-07 Juri Linkov <juri@jurta.org>
11111 Don't lazy-highlight the comint output in history Isearch mode.
11113 * comint.el (comint-history-isearch-search): Instead of
11114 `comint-line-beginning-position', use `comint-after-pmark-p'
11115 to check if point if before the process mark, and go to
11116 `process-mark' in this case.
11118 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
11120 * textmodes/tex-mode.el (latex-complete)
11121 (latex-indent-or-complete): Remove.
11122 (latex-mode): Set completion-at-point-functions instead.
11124 Provide a standard completion command and hook it into TAB.
11125 * minibuffer.el (completion-at-point-functions): New var.
11126 (completion-at-point): New command.
11127 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
11128 * progmodes/python.el (python-mode-map): Use completion-at-point.
11129 (python-completion-at-point): Rename from python-partial-symbol and
11130 adjust for use in completion-at-point-functions.
11131 (python-mode): Setup completion-at-point for Python completion.
11132 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
11133 extracted from lisp-complete-symbol.
11134 (lisp-complete-symbol): Use it.
11135 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
11136 setup completion-at-point for Elisp completion.
11137 (emacs-lisp-mode-map, lisp-interaction-mode-map):
11138 Use completion-at-point.
11139 * ielm.el (ielm-map): Use completion-at-point.
11140 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
11141 * progmodes/sym-comp.el: Move to...
11142 * obsolete/sym-comp.el: Move from progmodes.
11144 2009-12-07 Eli Zaretskii <eliz@gnu.org>
11146 Prevent save-buffer in Rmail buffers from using the coding-system
11147 of the current message, and from clobbering the encoding mnemonics
11148 in the mode line (Bug#4623).
11150 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
11152 (rmail-message-encoding): New variable.
11153 (rmail-write-region-annotate): Record the encoding of the current
11154 message in rmail-message-encoding.
11155 (rmail-after-save-hook): New function, restores the encoding of
11156 the current message after the message collection is saved.
11158 2009-12-07 Juri Linkov <juri@jurta.org>
11160 * progmodes/grep.el (grep-read-files): Use `completing-read'
11161 instead of `read-string'. Set its `collection' arg to
11162 `read-file-name-internal'. (Bug#4301)
11164 2009-12-07 Juri Linkov <juri@jurta.org>
11166 Correctly restore original Isearch point. (Bug#4994)
11168 * isearch.el (isearch-mode): Move `isearch-push-state' after
11169 `(run-hooks 'isearch-mode-hook)'.
11170 (isearch-cancel): When `isearch-push-state-function' is defined,
11171 let-bind `isearch-cmds' to the first state (the last element of
11172 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
11173 function and restores the original point). Otherwise, move point
11174 to `isearch-opoint'.
11176 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
11178 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
11179 chars that don't have names, so the table can be built much faster at
11182 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
11184 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
11185 change. Suggested by David Kastrup.
11187 * simple.el (compose-mail): Check for incompatibilities and warn.
11188 (compose-mail-user-agent-warnings): New option.
11190 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
11192 Support showing a single log entry from vc-annotate.
11193 * vc.el (print-log): Add a new argument: START-REVISION.
11194 (vc-print-log-internal): Add a new optional argument and
11195 pass it to the backend.
11196 (vc-print-log, vc-print-root-log): Adjust callers.
11197 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
11198 buffer already displays the requested log entry, use it.
11199 Otherwise display only the log entry in question.
11200 * vc-svn.el (vc-svn-print-log):
11201 * vc-mtn.el (vc-mtn-print-log):
11202 * vc-hg.el (vc-hg-state):
11203 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
11204 (vc-git-show-log-entry): Return t on success.
11205 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
11206 (vc-bzr-show-log-entry): Return t on success.
11207 * vc-rcs.el (vc-rcs-print-log):
11208 * vc-sccs.el (vc-sccs-print-log):
11209 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
11211 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
11213 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
11214 Add menus to the meta mode. (Bug#5043)
11216 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
11218 * ediff-init.el (ediff-event-key): Use event-to-character instead of
11221 * ediff.el (ediff-buffers-internal): Add unwind-protect.
11223 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
11225 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
11226 Berbain <raphael.berbain@gmail.com>.
11228 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
11230 (tramp-initial-end-of-output): New defconst.
11231 (tramp-methods, tramp-find-shell)
11232 (tramp-open-connection-setup-interactive-shell)
11233 (tramp-maybe-open-connection): Use it.
11234 (tramp-shell-prompt-pattern, tramp-wait-for-output):
11235 Handle existence of `#' and `$'.
11237 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
11238 Use `tramp-initial-end-of-output'.
11240 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
11242 Get the background mode from the terminal for xterm, and set
11244 * term/xterm.el (xterm-set-background-mode): New function.
11245 (terminal-init-xterm): Use it in case xterm supports background
11246 color queries. Recompute faces after getting the background
11249 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
11251 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
11252 number comment back on its own line, for easier parsing.
11254 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
11256 Make it work for non-file buffers (bug#5102).
11257 * doc-view.el (doc-view-current-cache-dir):
11258 Use doc-view-buffer-file-name rather than buffer-file-name.
11259 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
11261 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
11263 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
11264 author field is too short.
11266 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
11268 * vc-git.el (vc-git-print-log): Handle a limit argument.
11269 Display the short log in graph form and with labels.
11270 (vc-git-log-view-mode): Handle labels.
11272 Make vc-revert change VC state from 'added to 'unregistered.
11273 * vc-git.el (vc-git-revert): Call git reset first.
11275 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
11277 * net/newst-backend.el, net/newst-plainview.el:
11278 * net/newst-reader.el, net/newst-ticker.el:
11279 * net/newst-treeview.el, net/newsticker.el:
11280 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
11282 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
11284 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
11286 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
11287 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
11288 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
11289 Update annotation regexp.
11291 * simple.el (beginning-of-visual-line): Constrain to field
11292 boundaries (Bug#5106).
11294 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
11296 * xml.el (xml-substitute-numeric-entities):
11297 Move newsticker--decode-numeric-entities in newst-backend.el to
11298 xml-substitute-numeric-entities in xml.el. (Bug#5008)
11299 * net/newst-backend.el (newsticker--parse-generic-feed)
11300 (newsticker--parse-generic-items)
11301 (newsticker--decode-numeric-entities):
11302 Move newsticker--decode-numeric-entities in newst-backend.el to
11303 xml-substitute-numeric-entities in xml.el. (Bug#5008)
11305 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
11307 * progmodes/js.el (js--js-not): Add null to the list of values.
11309 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
11311 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
11313 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11315 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
11316 delimiter if it is at the end of the current line.
11317 (bibtex-generate-url-list): Fix docstring.
11319 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11321 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
11322 minibuffer's content with itself.
11323 Fold the confirm-after-completion case into the `confirm' case.
11324 (completion-pcm-word-delimiters): Add : and / to the delimiters.
11326 2009-12-06 Kevin Ryde <user42@zip.com.au>
11328 * ffap.el (ffap-rfc-path): Make this a defcustom since
11329 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
11331 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
11332 manuals, similar to existing setup for help-mode. (Bug#3913.)
11334 2009-12-05 Juri Linkov <juri@jurta.org>
11336 Save and restore dired buffer's point positions too. (Bug#4880)
11338 * dired.el (dired-save-positions): Return in the first element
11339 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
11341 (dired-restore-positions): First restore buffer's position.
11342 While restoring window's positions, check if window still displays
11343 the original buffer.
11345 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
11347 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
11350 * shell.el (shell): Require ansi-color (Bug#5113).
11352 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
11354 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
11356 2009-12-05 Alan Mackenzie <acm@muc.de>
11358 * progmodes/cc-mode.el (c-before-hack-hook)
11359 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
11360 `c-file-style' to work again. This reversion restores the current
11361 software to its state in Emacs 23.1. (Bug#4146)
11363 2009-12-05 Kevin Ryde <user42@zip.com.au>
11365 * textmodes/sgml-mode.el (sgml-lexical-context):
11366 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
11368 2009-12-05 Juri Linkov <juri@jurta.org>
11370 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
11371 for virtual nodes. (Bug#4147)
11372 (Info-find-node-2): Set `Info-current-node-virtual' to nil
11373 when moving from a virtual node.
11374 (Info-mode-menu): Add `Info-virtual-index' to the menu.
11375 (Info-mode): Add `Info-virtual-index' to the docstring.
11377 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11379 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
11380 track of the buffer position of the end of a BibTeX entry as this
11381 position may change during reformatting.
11382 (bibtex-format-entry): Remove whitespace before processing
11383 numerical fields so that we recognize the latter properly.
11384 (bibtex-reformat): Do not use push which changes the global value
11385 of bibtex-entry-format.
11386 (bibtex-field-braces-alist, bibtex-field-strings-alist)
11387 (bibtex-field-re-init): Replace only space characters by regexp
11389 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
11390 (bibtex-initialize): Also update bibtex-strings.
11391 (bibtex-kill-field): Preserve white space at end of entry.
11392 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
11393 Update bibtex-reference-keys.
11395 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
11397 * minibuffer.el (completion-pcm--merge-try): Also consider placing
11398 point after a star, if that's the only place where modifications can
11401 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
11403 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
11406 2009-12-04 Juri Linkov <juri@jurta.org>
11408 * proced.el (proced): Call `(proced-update t)' to update process
11409 information instead of only running proced-post-display-hook.
11410 (proced-send-signal): Add a leading space to the buffer name
11411 " *Marked Processes*" to make this buffer ephemeral.
11413 2009-12-04 Juri Linkov <juri@jurta.org>
11415 * dired.el (dired-auto-revert-buffer): New defcustom.
11416 (dired-internal-noselect): Use it.
11418 2009-12-04 Juri Linkov <juri@jurta.org>
11420 Change roles of modes and functions in image-mode.el (Bug#5062).
11422 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
11423 in `auto-mode-alist'.
11424 (image-mode-previous-major-mode): New variable.
11425 (image-minor-mode-map): Rename from `image-mode-text-map'.
11426 (image-mode): Move graceful error-handling code from
11427 `image-minor-mode' to here. On errors call `image-mode-as-text'.
11428 (image-minor-mode): Remove all image-handling code.
11429 Replace `image-mode-text-map' with `image-minor-mode-map'.
11430 Check for `image-type' in mode-line format string.
11431 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
11432 (image-mode-as-text): New function with most code from
11433 `image-mode-maybe'.
11434 (image-toggle-display-text): Move code that removes image
11435 properties from `image-toggle-display' to here.
11436 (image-toggle-display-image): New function with code that adds
11437 image properties copied from `image-toggle-display'.
11438 (image-toggle-display): Remove most code with leaving only code
11439 that toggles between `image-mode-as-text' and `image-mode'.
11441 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
11443 * net/newst-treeview.el
11444 (newsticker--treeview-list-highlight-start): Restored call to
11445 save-excursion: Selected item was stuck.
11446 (newsticker--treeview-list-select): New.
11447 (newsticker--treeview-item-show-text)
11448 (newsticker--treeview-item-show)
11449 (newsticker--treeview-item-update): Use new
11450 newsticker-treeview-item-mode.
11451 (newsticker-treeview-update): Keep current item.
11452 (newsticker-treeview-next-new-or-immortal-item): Doc change.
11453 (newsticker--treeview-first-feed): Doc change.
11454 (newsticker-treeview-list-menu)
11455 (newsticker-treeview-item-menu): Added menu entries.
11456 (newsticker-treeview-item-mode): New.
11458 * net/newst-backend.el (newsticker-customize): Delete other
11461 2009-12-04 Sam Steingold <sds@gnu.org>
11463 * log-view.el (log-view-mode-map): "q" calls quit-window,
11464 like in all the other non-self-insert buffers.
11466 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
11469 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
11470 key decoding rather than do it manually via last-input-event +
11472 (term-exec): Use delete-and-extract-region.
11473 (term-handle-ansi-terminal-messages): Remove unused var `end'.
11474 (term-process-pager): Remove unused var `i'.
11475 (term-dynamic-simple-complete): Make obsolete.
11476 (serial-update-config-menu): Remove unused vars `y' and `str'.
11477 (term-update-mode-line): Remove unused var `temp'.
11479 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
11481 Limit the number of log entries displayed by default.
11482 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
11483 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
11484 using a prefix argument.
11486 2009-12-03 Glenn Morris <rgm@gnu.org>
11488 * progmodes/idlwave.el (class): Restore still useful declaration.
11490 2009-12-03 Alan Mackenzie <acm@muc.de>
11492 Enhance `c-parse-state' to run efficiently in "brace deserts".
11494 * progmodes/cc-mode.el (c-basic-common-init):
11495 Call c-state-cache-init.
11496 (c-neutralize-syntax-in-and-mark-CPP): Rename from
11497 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
11498 placing `category' properties value 'c-cpp-delimiter at its boundaries.
11500 * progmodes/cc-langs.el (c-before-font-lock-function):
11501 c-extend-and-neutralize-syntax-in-CPP has been renamed
11502 c-neutralize-syntax-in-and-mark-CPP.
11504 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
11505 with `category' properties now, not `syntax-table' ones.
11507 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
11508 enhanced (but slower) version of c-end-of-macro that won't land
11509 inside a literal or on another awkward character.
11510 (c-state-cache-too-far, c-state-cache-start)
11511 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
11512 (c-state-nonlit-pos-cache-limit, c-state-point-min)
11513 (c-state-point-min-lit-type, c-state-point-min-lit-start)
11514 (c-state-min-scan-pos, c-state-brace-pair-desert)
11515 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
11516 buffer local variables.
11517 (c-state-literal-at, c-state-lit-beg)
11518 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
11519 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
11520 (c-state-cache-top-paren, c-state-cache-after-top-paren)
11521 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
11522 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
11523 (c-renarrow-state-cache)
11524 (c-append-lower-brace-pair-to-state-cache)
11525 (c-state-push-any-brace-pair, c-append-to-state-cache)
11526 (c-remove-stale-state-cache)
11527 (c-remove-stale-state-cache-backwards, c-state-cache-init)
11528 (c-invalidate-state-cache-1, c-parse-state-1)
11529 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
11530 (c-parse-state): Enhance and refactor.
11531 (c-debug-parse-state): Amend to deal with all the new variables.
11533 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
11534 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
11535 modify to use category text properties rather than syntax-table ones.
11536 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
11537 to switch off/on the syntactic paren property of C++ template
11538 delimiters using the category property.
11539 (c-with-<->-as-parens-suppressed): Macro to invoke code with
11540 template delims suppressed.
11541 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
11542 New constant/macros which apply category properties to the start
11543 and end of preprocessor constructs.
11544 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
11545 "comment out" the syntactic value of characters in preprocessor
11547 (c-with-cpps-commented-out)
11548 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
11549 with characters in all or all but one preprocessor constructs
11552 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11554 * proced.el (proced-filter-alist): Use regexp-quote.
11556 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
11559 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
11560 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
11561 arguments. Expand `default-directory'.
11563 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
11564 the benefit of returning an expanded localname.
11565 (tramp-tramp-file-p): Handle the case NAME is not a string.
11567 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
11569 Add support for bzr shelve/unshelve.
11570 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
11571 (vc-bzr-extra-menu-map): New variables.
11572 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
11573 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
11574 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
11575 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
11576 (vc-bzr-dir-extra-headers): Display shelves.
11578 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
11580 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
11582 * textmodes/bibtex.el (bibtex-complete-internal):
11583 Use completion-in-region.
11584 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
11586 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
11588 Support applying stashes. Improve UI.
11589 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
11590 (vc-git-stash-apply, vc-git-stash-pop)
11591 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
11592 (vc-git-stash-menu): New functions.
11593 (vc-git-stash-menu-map): New variable.
11594 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
11596 2009-12-03 Glenn Morris <rgm@gnu.org>
11598 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
11599 (vc-print-log-internal): Fix previous change.
11600 (vc-revert): Correct pluralization.
11602 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
11604 * progmodes/make-mode.el (makefile-special-targets-list): No need for
11605 it to be an alist any more.
11606 (makefile-complete): Use completion-in-region.
11608 * progmodes/octave-mod.el (octave-complete-symbol):
11609 Use completion-in-region.
11612 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
11613 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
11614 (idlwave-complete-class): Don't quote lambda.
11615 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
11616 (idlwave-mode-map): Move initialization into declaration.
11617 (idlwave-action-and-binding): Use backquotes.
11618 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
11620 (idlwave-is-pointer-dereference): Remove unused var `pos'.
11621 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
11622 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
11623 `parts', and `all-parts'.
11624 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
11625 (idlwave-convert-xml-system-routine-info): Remove unused string
11627 (idlwave-display-user-catalog-widget): Use dolist.
11628 (idlwave-scanning-lib): Declare dynamically-scoped var.
11629 (idlwave-scan-library-catalogs): Remove unused var `flags'.
11630 (completion-highlight-first-word-only): Declare to silence bytecomp.
11631 (idlwave-popup-select): Tighten scope of `resp'.
11632 (idlwave-find-struct-tag): Remove unused var `beg'.
11633 (idlwave-after-load-rinfo-hook): Declare.
11634 (idlwave-sintern-class-info): Remove unused var `taglist'.
11635 (idlwave-find-class-definition): Remove unused var `list'.
11636 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
11637 (idlwave-what-module-find-class): Remove unused var `classes'.
11639 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
11641 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
11643 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
11645 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
11646 buffers visited. Remove redundant current-buffer-saving.
11648 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11650 Use completion-in-buffer and remove uses of dynamic scoping.
11651 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
11652 (pascal-buffer-to-use, pascal-flag): Don't declare.
11653 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
11654 (pascal-get-completion-decl, pascal-keyword-completion):
11655 Add `pascal-str' argument, save-excursion,
11656 return the found completions, and don't filter with pascal-pred.
11657 (pascal-completion-cache): New var.
11658 (pascal-completion): Don't switch buffer any more (it was never
11659 necessary). Don't save-excursion any more (it's done by the called
11660 subroutines). Use a cache to avoid redundant computations.
11661 Use complete-with-action rather than pascal-completion-response and
11662 let it apply the predicate as well.
11663 (pascal-complete-word): Use completion-in-buffer when
11664 pascal-toggle-completions is nil.
11665 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
11667 (pascal-comp-defun): Don't change buffer any more.
11668 Use complete-with-action rather than pascal-completion-response and
11669 let it apply the predicate as well.
11670 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
11673 2009-12-02 Kenichi Handa <handa@m17n.org>
11675 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
11676 shape for all Indic scripts.
11678 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11680 Use completion-in-buffer.
11681 * wid-edit.el (widget-field-text-end): New function.
11682 (widget-field-value-get): Use it.
11683 (widget-string-complete, widget-file-complete)
11684 (widget-color-complete): Use it and completion-in-region.
11685 (widget-complete): Don't narrow the buffer.
11687 2009-12-02 Glenn Morris <rgm@gnu.org>
11689 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
11690 (rmail-select-summary): Use rmail-pop-to-buffer.
11691 * mail/rmailsum.el: Replace all pop-to-buffer calls with
11692 rmail-pop-to-buffer, to prevent horizontal splits.
11694 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
11695 save-excursion with save-current-buffer.
11696 Widen before searching. (Bug#5093)
11697 (diary-list-sexp-entries): Remove superfluous save-excursion.
11699 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
11701 * woman.el (woman-make-bufname): Handle man-pages with "." in the
11704 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
11706 * ido.el (ido-file-internal): Handle filenames at point that do
11707 not have a directory part. (Bug#5049)
11709 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
11711 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
11712 (mpc-songs-jump-to, mpc-resume): Doc fixes.
11714 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
11716 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
11717 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
11720 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
11722 * comint.el (comint-insert-input): Ignore clicks to the right of
11723 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
11725 * vc.el (vc-print-log-internal): Don't wait for the process to
11726 terminate before setting up the major mode.
11728 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
11731 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
11734 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
11736 2009-12-01 Glenn Morris <rgm@gnu.org>
11738 * window.el (window--display-buffer-2): Fix previous changes.
11740 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
11742 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
11744 2009-12-01 Glenn Morris <rgm@gnu.org>
11746 * Makefile.in (ELCFILES): Add mpc.elc.
11748 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
11750 * mpc.el: New file.
11752 2009-12-01 Glenn Morris <rgm@gnu.org>
11754 * window.el (window-to-use): Define for compiler.
11756 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
11757 consistent with others (no final period).
11759 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
11760 (rmail-mime-show): Downcase the encoding. (Bug#5070)
11762 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
11764 Make vc-print-log buttons work.
11765 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
11767 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
11769 * savehist.el (savehist-autosave-interval): Allow setting to nil
11770 through customize. (Bug#5056)
11772 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
11774 Fix references to jit-lock properties.
11775 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11776 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
11777 (perl-font-lock-special-syntactic-constructs):
11778 Quote jit-lock-defer-multiline property.
11780 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
11782 * vc-git.el (vc-git-registered): Call vc-git-root only once.
11784 2009-11-30 Juri Linkov <juri@jurta.org>
11786 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
11787 value `buffer' of `multi-isearch-next-buffer-current-function'.
11788 Use `(current-buffer)' when `buffer' is nil.
11789 (multi-isearch-next-buffer-from-list): Don't fallback to
11790 `(current-buffer)' when `buffer' is nil. (Bug#4947)
11792 2009-11-30 Juri Linkov <juri@jurta.org>
11794 * misearch.el (multi-isearch-read-buffers): Move canonicalization
11795 of buffers with `get-buffer' to `multi-isearch-buffers'.
11796 (multi-isearch-buffers, multi-isearch-buffers-regexp):
11797 Canonicalize BUFFERS with `get-buffer'. Doc fix.
11798 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
11799 FILES with `expand-file-name' converting relative file names
11800 to absolute. Doc fix. (Bug#4727)
11802 2009-11-30 Juri Linkov <juri@jurta.org>
11804 * misearch.el (multi-isearch-read-buffers)
11805 (multi-isearch-read-matching-buffers): New functions.
11806 (multi-isearch-buffers, multi-isearch-buffers-regexp):
11807 Use them in the `interactive' spec. Doc fix.
11808 (multi-isearch-read-files, multi-isearch-read-matching-files):
11810 (multi-isearch-files, multi-isearch-files-regexp):
11811 Use them in the `interactive' spec. Doc fix. (Bug#4725)
11813 2009-11-30 Juri Linkov <juri@jurta.org>
11815 * doc-view.el (doc-view-continuous):
11816 Rename from `doc-view-continuous-mode'.
11817 (doc-view-menu): Move "Toggle display" to the top.
11818 Add submenu "Continuous" with radio buttons "Off"/"On"
11819 and "Save as Default".
11820 (doc-view-scroll-up-or-next-page)
11821 (doc-view-scroll-down-or-previous-page)
11822 (doc-view-next-line-or-next-page)
11823 (doc-view-previous-line-or-previous-page):
11824 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
11826 2009-11-30 Juri Linkov <juri@jurta.org>
11828 * comint.el (comint-mode-map): Rebind `M-r' from
11829 `comint-previous-matching-input' to
11830 `comint-history-isearch-backward-regexp'.
11831 Unbind `M-s' to allow global key binding `M-s'.
11832 Add menu items for `comint-history-isearch-backward' and
11833 `comint-history-isearch-backward-regexp'. (Bug#3746)
11835 2009-11-30 Juri Linkov <juri@jurta.org>
11837 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
11838 For def=recenter, replace `recenter' with `recenter-top-bottom'
11839 that is called with `this-command' and `last-command' let-bound
11840 to `recenter-top-bottom'. When the last `def' was not `recenter',
11841 set `recenter-last-op' to nil. (Bug#4981)
11843 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
11845 Minor cleanup and simplification.
11846 * filecache.el (file-cache-add-directory)
11847 (file-cache-add-directory-recursively)
11848 (file-cache-add-from-file-cache-buffer)
11849 (file-cache-delete-file-regexp, file-cache-delete-directory)
11850 (file-cache-files-matching-internal, file-cache-display): Use dolist.
11851 (file-cache-temp-minibuffer-message): Delete function.
11852 (file-cache-minibuffer-complete): Use minibuffer-message instead.
11854 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
11855 Don't signal an error when bumping into EOB in tr, s, or y.
11857 2009-11-29 Juri Linkov <juri@jurta.org>
11859 * startup.el (fancy-about-text): Fix wording of Guided Tour.
11862 * descr-text.el (describe-char-unidata-list): Use lowercase name
11863 for "Unicode name" like in other tags.
11865 2009-11-29 Juri Linkov <juri@jurta.org>
11867 * ediff-util.el (ediff-minibuffer-with-setup-hook):
11868 New compatibility macro.
11869 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
11871 2009-11-29 Juri Linkov <juri@jurta.org>
11873 Add defcustom to define the cycling order of `recenter-top-bottom'.
11876 * window.el (recenter-last-op): Doc fix.
11877 (recenter-positions): New defcustom.
11878 (recenter-top-bottom): Rewrite to use `recenter-positions'.
11879 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
11881 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
11883 Improve integration of Tramp and ange-ftp in eshell.
11885 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
11886 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
11887 (eshell/sudo): Flatten args. Let-bind `default-directory'.
11889 * eshell/esh-util.el (top): Require also Tramp when compiling.
11890 (eshell-directory-files-and-attributes): Check for FTP remote
11892 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
11893 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
11894 (eshell-file-attributes): Handle ".". Return `entry'.
11896 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
11897 (ange-ftp-directory-files-and-attributes)
11898 (ange-ftp-real-directory-files-and-attributes): New defuns.
11900 * net/tramp.el (tramp-maybe-open-connection): Open the remote
11901 shell with "exec" when possible. This prevents trailing prompts
11902 in `start-file-process'.
11904 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
11906 Try and remove assumptions about point-min==1.
11907 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
11908 (rng-compute-mode-line-string): Show the validation percentage in
11909 terms of the narrowed text, not the widened text.
11910 (rng-do-some-validation): Don't catch internal errors when debugging.
11911 (rng-first-error): Simplify.
11912 (rng-after-change-function): Remove work around. AFAIK the bug has
11913 been fixed a while ago.
11915 * image-mode.el (image-minor-mode): Exit more gracefully when the image
11916 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
11918 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
11920 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
11921 `cd' doesn't always do it for us (bug#5067).
11923 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
11924 on 2009-10-25 as part of some other change (bug#5067).
11926 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
11928 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
11930 (byte-compile-warnings): Use byte-compile-warning-types.
11931 (byte-compile-save-excursion): Warn about use of set-buffer right
11932 after save-excursion.
11934 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
11935 the excursion as well.
11937 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
11939 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
11940 providing a Tramp related implementation of "su" and "sudo".
11941 (eshell-unix-initialize): Add "su" and "sudo".
11943 2009-11-27 Daiki Ueno <ueno@unixuser.org>
11945 * net/socks.el (socks-send-command): Convert binary request to
11946 unibyte before sending. This fixes mishandling of some port
11947 numbers such as 129.
11949 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
11951 * help.el (describe-bindings-internal): Remove `interactive'.
11953 * man.el (Man-completion-table): Trim a terminating "(".
11954 Remove the space between name page a section.
11955 Add the command's description on the `help-echo' property.
11956 Remove `process-connection-type' binding since it's unused by
11958 Provide completion for the "<section> <name>" format as well.
11959 (Man-default-man-entry): Remove spurious var shadowing the argument.
11961 2009-11-26 Kevin Ryde <user42@zip.com.au>
11963 * log-view.el: Add "Keywords: tools", since its other keywords
11964 aren't in finder-known-keywords, and following vc.el.
11966 * sha1.el (sha1-string-external): default-directory "/" in case
11967 otherwise non-existent. process-connection-type pipe for touch of
11968 efficiency recommended by elisp manual. (An aside in Bug#3911.)
11970 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
11972 Misc coding convention cleanups.
11973 * htmlfontify.el (hfy-init-kludge-hook): Rename from
11974 hfy-init-kludge-hooks.
11975 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
11976 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
11977 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
11979 (hfy-slant, hfy-weight): Use tables rather than code.
11980 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
11981 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
11982 (hfy-face-attr-for-class): Initialize `face-spec' directly.
11983 (hfy-face-to-css): Remove `nconc' with single arg.
11984 (hfy-p-to-face-lennart): Use `or'.
11985 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
11986 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
11987 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
11988 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
11989 (hfy-force-fontification): Use run-hooks.
11991 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
11993 Various minor fixes.
11994 * htmlfontify.el (hfy-default-header): Add toggle_invis since
11995 Javascript belongs in the header, not the body.
11996 (hfy-javascript): Remove.
11997 (hfy-fontify-buffer): Don't insert it any more.
11998 (hfy-face-at): Handle (face0 face1 face2) style face properties.
11999 Fix bug in invis handling when there were no invis props in a chunk.
12001 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
12003 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
12005 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
12007 * finder.el (finder-mode-map): Add a menu.
12009 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
12011 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
12012 "unsigned" structs.
12014 (verilog-leap-to-head, verilog-backward-token): Handle "disable
12015 fork" statement better.
12017 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
12019 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
12020 (verilog-delete-auto, verilog-delete-empty-auto-pair)
12021 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
12022 Reported by Clay Douglass.
12024 (verilog-auto-inst, verilog-auto-star-safe)
12025 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
12026 Fix removing "// Interfaces" when saving .* expansions.
12027 Reported by Pierre-David Pfister.
12029 2009-11-26 Glenn Morris <rgm@gnu.org>
12031 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
12034 2009-11-25 Johan Bockgård <bojohan@gnu.org>
12036 * vc-annotate.el (vc-annotate-revision-previous-to-line):
12037 Really use previous revision.
12039 2009-11-25 Kevin Ryde <user42@zip.com.au>
12041 * man.el (Man-completion-table): default-directory "/" in case
12042 doesn't otherwise exist. process-environment COLUMNS=999 so as
12043 not to truncate long names. process-connection-type pipe to avoid
12044 any chance of hitting the pseudo-tty TIOCGWINSZ.
12045 (man): completion-ignore-case t for friendliness and since man
12046 itself is case-insensitive on the command line.
12047 Further to Bug#3717.
12049 * arc-mode.el: Add "Keywords: files", so the details in its
12050 commentary can be reached from finder-by-keyword.
12051 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
12052 editing mode, but it's comms related and sgml-mode.el has "comm"
12054 * textmodes/bibtex-style.el: Add "Keywords: tex".
12055 * international/isearch-x.el, international/ja-dic-cnv.el:
12056 * international/ja-dic-utl.el, international/kkc.el:
12057 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
12059 2009-11-25 Juri Linkov <juri@jurta.org>
12061 * man.el (Man-completion-table): Modify regexp to include
12062 section names to completion strings. (Bug#3717)
12064 2009-11-25 Juri Linkov <juri@jurta.org>
12066 Search recursively in gzipped files. (Bug#4982)
12068 * progmodes/grep.el (grep-highlight-matches): Add new options
12069 `always' and `auto'. Doc fix.
12070 (grep-process-setup): Check `grep-highlight-matches' for
12071 `auto-detect' to determine the need to compute grep defaults.
12072 Move Windows/DOS specific --colors settings handling
12073 to `grep-compute-defaults'. Check `grep-highlight-matches'
12074 to get the value of "--color=".
12075 (grep-compute-defaults): Compute `grep-highlight-matches' when it
12076 has the value `auto-detect'. Move Windows/DOS specific settings
12077 from `grep-process-setup'.
12078 (zrgrep): New command with alias `rzgrep'.
12080 2009-11-25 Juri Linkov <juri@jurta.org>
12082 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
12083 to nil instead of switching off view-mode. (Bug#4896)
12085 2009-11-25 Juri Linkov <juri@jurta.org>
12087 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
12089 * mwheel.el (mwheel-scroll-up-function)
12090 (mwheel-scroll-down-function): New defvars.
12091 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
12092 `scroll-up', and `mwheel-scroll-down-function' instead of
12095 * doc-view.el (doc-view-scroll-up-or-next-page)
12096 (doc-view-scroll-down-or-previous-page): Add optional ARG.
12097 Use this ARG in the call to image-scroll-up/image-scroll-down.
12098 Change `interactive' spec to "P". Goto next/previous page only
12099 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
12100 SPC/DEL case). Doc fix.
12101 (doc-view-next-line-or-next-page)
12102 (doc-view-previous-line-or-previous-page): Rename arg to ARG
12104 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
12105 `doc-view-scroll-up-or-next-page', and buffer-local
12106 `mwheel-scroll-down-function' to
12107 `doc-view-scroll-down-or-previous-page'.
12109 2009-11-25 Juri Linkov <juri@jurta.org>
12111 Provide additional default values (directories at other Dired
12112 windows) via M-n in the minibuffer of some Dired commands.
12114 * dired-aux.el (dired-diff, dired-compare-directories)
12115 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
12116 `minibuffer-default' in `minibuffer-with-setup-hook'.
12117 (dired-dwim-target-directory): Find a window that displays Dired
12118 buffer instead of failing when the next window is not Dired.
12119 Use `get-window-with-predicate' to find for the next Dired window.
12120 (dired-dwim-target-defaults): New function.
12122 * ediff-util.el (ediff-read-file-name):
12123 Use `dired-dwim-target-defaults' to set `minibuffer-default'
12124 in `minibuffer-with-setup-hook'.
12126 2009-11-25 Juri Linkov <juri@jurta.org>
12128 Provide additional default values (file name at point or at the
12129 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
12131 * minibuffer.el (read-file-name-defaults): New function.
12132 (read-file-name): Reset `minibuffer-default' to nil when
12133 it duplicates initial input `insdef'.
12134 Bind `minibuffer-default-add-function' to lambda that
12135 calls `read-file-name-defaults' in `minibuffer-selected-window'.
12136 (minibuffer-insert-file-name-at-point): New command.
12138 * files.el (file-name-at-point-functions): New defcustom.
12139 (find-file-default): Remove defvar.
12140 (find-file-read-args): Don't use `find-file-default'.
12141 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
12142 to `read-file-name'.
12143 (find-file-literally): Use `read-file-name' with
12144 `confirm-nonexistent-file-or-buffer'.
12146 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
12148 * dired.el (dired-read-dir-and-switches):
12149 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
12150 to `read-file-name'.
12151 (dired-file-name-at-point): New function.
12152 (dired-mode): Add hook `dired-file-name-at-point' to
12153 `file-name-at-point-functions'.
12155 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
12157 Really make the *Completions* window soft-dedicated (bug#5030).
12158 * window.el (window--display-buffer-2): Add `dedicated' argument.
12159 (display-buffer): Pass it when needed so the dedicated flag is set
12160 after calling set-window-buffer, which would otherwise reset it.
12162 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
12164 * progmodes/meta-mode.el (meta-complete-symbol):
12165 * progmodes/etags.el (complete-tag):
12166 * mail/mailabbrev.el (mail-abbrev-complete-alias):
12167 Use completion-in-region.
12169 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
12170 (dabbrev-completion): Use completion-in-region.
12171 (dabbrev--abbrev-at-point): Simplify regexp.
12173 * abbrev.el (abbrev--before-point): Use word-motion functions
12174 if :regexp is not specified (bug#5031).
12176 * subr.el (string-prefix-p): New function.
12178 * man.el (Man-completion-cache): New var.
12179 (Man-completion-table): Use it.
12181 * vc.el (vc-print-log-internal): Make `limit' optional for better
12182 compatibility (e.g. with vc-annotate.el).
12184 2009-11-24 Kevin Ryde <user42@zip.com.au>
12186 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
12187 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
12189 * emacs-lisp/elint.el (elint-add-required-env): Better error message
12190 when .el source file not found or other error.
12192 2009-11-24 Markus Triska <markus.triska@gmx.at>
12194 * linum.el (linum-update-window): Ignore intangible (bug#4996).
12196 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
12198 Handle the [back] button properly (bug#4979).
12199 * descr-text.el (describe-text-properties): Add a `buffer' argument.
12200 Use help-setup-xref, help-buffer, and with-help-window.
12201 (describe-char): Add `buffer' argument.
12202 Pass proper command to help-setup-xref. Don't meddle with
12203 help-xref-stack-item directly.
12204 (describe-text-category): Use with-help-window and help-buffer.
12206 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
12207 for the displayed buffer (bug#4887).
12209 * man.el (Man-completion-table): New function.
12212 2009-11-24 David Reitter <david.reitter@gmail.com>
12214 * vc-git.el (vc-git-registered): Use checkout directory (where
12215 .git is) rather than the file's directory and a relative path spec
12216 to work around a bug in git.
12218 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
12220 Improve handling of processes on remote hosts.
12222 * eshell/esh-util.el (eshell-path-env): New defvar.
12223 (eshell-parse-colon-path): New defun.
12224 (eshell-file-attributes): Use `eshell-parse-colon-path'.
12226 * eshell/esh-ext.el (eshell-search-path):
12227 Use `eshell-parse-colon-path'.
12228 (eshell-remote-command): Remove argument HANDLER.
12229 (eshell-external-command): Check for FTP remote connection.
12231 * eshell/esh-proc.el (eshell-gather-process-output):
12232 Use `file-truename', in order to start also symlinked files.
12233 Apply `start-file-process' instead of `start-process'.
12234 Shorten `command' to the local file name part.
12236 * eshell/em-cmpl.el (eshell-complete-commands-list):
12237 Use `eshell-parse-colon-path'.
12239 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
12241 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
12242 to `eshell-directory-change-hook'.
12244 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
12246 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
12247 because it could be enabled automatically if view-read-only is non-nil.
12249 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
12251 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
12252 made on 2009-11-22.
12254 2009-11-24 Glenn Morris <rgm@gnu.org>
12256 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
12257 deleted variable bookmark-bmenu-bookmark-column.
12259 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
12261 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
12263 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
12265 * net/browse-url.el (browse-url-filename-alist): On Windows, add
12266 two slashes to the "file:" prefix.
12267 (browse-url-file-url): De-munge Cygwin filenames before passing
12268 them to Windows browser.
12269 (browse-url-default-windows-browser): Use call-process.
12271 2009-11-23 Juri Linkov <juri@jurta.org>
12273 Implement DocView Continuous mode. (Bug#4896)
12274 * doc-view.el (doc-view-continuous-mode): New defcustom.
12275 (doc-view-mode-map): Bind C-n/<down> to
12276 `doc-view-next-line-or-next-page', C-p/<up> to
12277 `doc-view-previous-line-or-previous-page'.
12278 (doc-view-next-line-or-next-page)
12279 (doc-view-previous-line-or-previous-page): New commands.
12281 2009-11-23 Juri Linkov <juri@jurta.org>
12283 Implement Isearch in comint input history. (Bug#3746)
12284 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
12285 `isearch-mode-hook'.
12286 (comint-history-isearch): New defcustom.
12287 (comint-history-isearch-backward)
12288 (comint-history-isearch-backward-regexp): New commands.
12289 (comint-history-isearch-message-overlay): New buffer-local variable.
12290 (comint-history-isearch-setup, comint-history-isearch-end)
12291 (comint-goto-input, comint-history-isearch-search)
12292 (comint-history-isearch-message, comint-history-isearch-wrap)
12293 (comint-history-isearch-push-state)
12294 (comint-history-isearch-pop-state): New functions.
12296 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
12298 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
12300 (tramp-handle-make-symbolic-link)
12301 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
12303 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
12304 (tramp-handle-process-file): Use it.
12306 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
12308 * window.el (move-to-window-line-last-op): Remove.
12309 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
12311 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
12313 Make M-r mirror the new cycling behavior of C-l.
12314 * window.el (move-to-window-line-last-op): New var.
12315 (move-to-window-line-top-bottom): New command.
12316 (global-map): Bind M-r move-to-window-line-top-bottom.
12318 2009-11-23 Sven Joachim <svenjoac@gmx.de>
12320 * dired-x.el (dired-guess-shell-alist-default):
12321 Support xz format. (Bug#4953)
12323 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
12325 * emulation/viper-cmd.el: Use viper-last-command-char instead of
12326 last-command-char/last-command-event.
12327 (viper-prefix-arg-value): Do correct conversion of event-char for
12330 * emulation/viper-util.el, emulation/viper.el:
12331 Use viper-last-command-char instead of
12332 last-command-char/last-command-event.
12334 * ediff-init.el, ediff-mult.el, ediff-util.el:
12335 Replace last-command-char and last-command-event
12336 with (ediff-last-command-char) everywhere.
12338 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
12339 created in fundamental mode.
12341 * ediff.el (ediff-version): Revert the change of interactive-p to
12342 called-interactively-p.
12344 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
12346 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
12347 generation from word-movement command names.
12349 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
12351 * cus-start.el (all): Add native condition for font-use-system-font.
12353 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
12355 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
12356 Correct the patch from 2009-11-18. (Bug#3910)
12358 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
12360 * progmodes/subword.el: Rename from lisp/subword.el.
12362 * subword.el: Rename to progmodes/subword.el.
12364 * Makefile.in (ELCFILES): Adapt to subword.el move.
12366 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12367 Stefan Monnier <monnier@iro.umontreal.ca>
12369 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
12370 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
12371 (bookmark-bmenu-show-filenames): Use push.
12372 (bookmark-bmenu-hide-filenames): Use local var instead of
12373 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
12374 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
12375 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
12376 filenames now that the bookmark names are always available.
12378 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12380 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
12381 (bookmark-search-pattern): Move and leave unbound.
12382 (bookmark-bmenu-mode-map): Change binding.
12383 (bookmark-read-search-input): Simplify.
12384 Don't use text-char-description. Don't error on non-char events.
12385 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
12386 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
12387 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
12388 Use a local var for the timer.
12389 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
12390 (i.e. bookmark-bmenu-search).
12392 2009-11-21 Glenn Morris <rgm@gnu.org>
12394 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
12396 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
12398 * net/browse-url.el (browse-url-default-windows-browser):
12399 Use cygstart for cygwin.
12401 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
12403 * bookmark.el: Formatting and doc fixes only:
12404 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
12405 (bookmark-bmenu-search): Wrap to fit within 80 columns.
12406 Minor grammar and punctuation fixes in doc string.
12407 (bookmark-read-search-input): Adjust to fit within 80 columns.
12409 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
12411 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
12412 (c-backward-into-nomenclature): Adapt to subword renaming.
12414 * subword.el (subword-forward, subword-backward, subword-mark)
12415 (subword-kill, subword-backward-kill, subword-transpose)
12416 (subword-downcase, subword-upcase, subword-capitalize)
12417 (subword-forward-internal, subword-backward-internal):
12418 Rename from forward-subword, backward-subword, mark-subword,
12419 kill-subword, backward-kill-subword, transpose-subwords,
12420 downcase-subword, upcase-subword, capitalize-subword,
12421 forward-subword-internal, backward-subword-internal.
12423 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12425 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
12427 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
12429 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
12430 (bookmark-bmenu-filter-alist-by-regexp)
12431 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
12432 (bookmark-bmenu-search): New command.
12433 (bookmark-bmenu-mode-map): Bind it.
12435 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
12437 * progmodes/cc-cmds.el: declare-functioned forward-subword and
12438 backward-subword to quit the byte-compiler.
12440 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
12442 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
12444 * progmodes/cc-cmds.el (c-update-modeline)
12445 (c-forward-into-nomenclature, c-backward-into-nomenclature):
12446 Refer to subword.el functions instead of cc-subword.el.
12448 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
12449 subword.el functions instead of cc-subword.el.
12451 * progmodes/cc-subword.el: Rename to subword.el.
12452 * subword.el: Rename from progmodes/cc-subword.el.
12453 (subword-mode-map): Rename from c-subword-mode-map.
12454 (subword-mode): Rename from c-subword-mode.
12455 (global-subword-mode): New global minor mode.
12456 (forward-subword): Rename from c-forward-subword.
12457 (backward-subword): Rename from c-backward-subword.
12458 (mark-subword): Rename from c-mark-subword.
12459 (kill-subword): Rename from c-kill-subword.
12460 (backward-kill-subword): Rename from c-backward-kill-subword.
12461 (transpose-subwords): Rename from c-tranpose-subword.
12462 (downcase-subword): Rename from c-downcase-subword.
12463 (capitalize-subword): Rename from c-capitalize-subword.
12464 (forward-subword-internal): Rename from c-forward-subword-internal.
12465 (backward-subword-internal): Rename from c-backward-subword-internal.
12467 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
12469 * vc.el (vc-deduce-fileset): Allow non-state changing operations
12470 from a dired buffer.
12471 (vc-dired-deduce-fileset): New function.
12472 (vc-root-diff, vc-print-root-log): Use it.
12474 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
12475 nil LIMIT argument to vc-print-log-internal.
12477 2009-11-20 Glenn Morris <rgm@gnu.org>
12479 * Makefile.in (ELCFILES): Regenerate.
12481 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
12483 * calc/calc.el (calc-set-mode-line):
12484 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
12485 (math-format-number): Rename `math-format-complement-signed' to
12486 `math-format-twos-complement'.
12488 * calc/calc-bin.el (math-format-twos-complement): Rename from
12489 math-format-complement-signed.
12490 (calc-radix): Rename `calc-complement-signed-mode' to
12491 `calc-twos-complement-mode'.
12492 (calc-octal-radix, calc-hex-radix): Add an argument for
12495 * calc/calc-embed.el (calc-embedded-mode-vars):
12496 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
12498 * calc/calc-ext.el (calc-init-extensions):
12499 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
12500 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
12502 * calc/calc-units.el (math-build-units-table-buffer):
12503 Let `calc-twos-complement-mode' be nil.
12505 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
12508 * calc/calc-vec.el (calcFunc-vunpack):
12509 * calc/calc-aent.el (calc-do-calc-eval):
12510 * calc/calc-forms.el (math-format-date):
12511 * calc/calc-graph.el (calc-graph-plot):
12512 * calc/calc-math.el (math-use-emacs-fn):
12513 * calc/calccomp.el (math-compose-expr):
12514 Let `calc-twos-complement-mode' be nil.
12516 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
12518 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
12519 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
12520 * minibuffer.el (completion-in-region-functions): New hook.
12521 (completion-in-region): New function.
12522 * emacs-lisp/lisp.el (lisp-complete-symbol):
12523 * pcomplete.el (pcomplete-std-complete): Use it.
12525 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
12527 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
12528 (latex-complete-alist): New vars.
12529 (latex-string-prefix-p, latex-complete-bibtex-keys)
12530 (latex-complete-envnames, latex-complete-refkeys)
12531 (latex-complete-data): New functions.
12532 (latex-complete, latex-indent-or-complete): New commands.
12534 * window.el (display-buffer-mark-dedicated): New var.
12535 (display-buffer): Obey it.
12536 * minibuffer.el (minibuffer-completion-help): Use it.
12538 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
12540 * filecache.el (file-cache-add-file): Use push and cons.
12541 (file-cache-delete-file-regexp): Use push.
12542 (file-cache-complete): Use completion-in-region.
12544 * simple.el (with-wrapper-hook): Fix thinko.
12546 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
12547 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
12548 Use with-current-buffer and string-to-number.
12549 (hfy-fallback-colour-values): Use assoc-string.
12550 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
12551 (hfy-face-at): Remove unused var `found-face'.
12552 (hfy-compile-stylesheet): Remove unused var `css'.
12553 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
12555 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
12556 Use with-current-buffer.
12557 (hfy-text-p): Use expand-file-name and fewer setq.
12559 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
12561 * htmlfontify.el, hfy-cmap.el: New files.
12563 2009-11-19 Juri Linkov <juri@jurta.org>
12565 * minibuffer.el (completions-format): New defcustom.
12566 (completion--insert-strings): Implement vertical format.
12568 * simple.el (switch-to-completions): Move point to the first
12569 completion when point was at the beginning of the buffer.
12571 2009-11-19 Juri Linkov <juri@jurta.org>
12573 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
12575 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
12577 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
12579 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
12580 (mail-signature): Change default to t.
12581 (mail-from-style): Deprecate `system-default' value.
12582 (mail-insert-from-field): For default value of mail-from-style,
12583 default to `angles' unless `angles' needs quoting and `parens'
12585 (mail-citation-prefix-regexp): Use citation regexp from
12588 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
12590 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
12591 Set variables for computing the prompt for reading password.
12593 2009-11-19 Glenn Morris <rgm@gnu.org>
12595 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
12597 * textmodes/flyspell.el (sgml-lexical-context): Declare.
12599 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
12600 (newsticker-treeview-listwindow-height): Fix custom type.
12602 2009-11-19 Kenichi Handa <handa@m17n.org>
12604 * descr-text.el (describe-char-padded-string): Compose with TAB
12605 only if there's a font for CH.
12606 (describe-char): Fix the condition for detecting a trivial composition.
12608 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
12610 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
12611 more accurate version of the regexp. (Bug#3910)
12613 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
12615 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
12617 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
12619 * font-setting.el (font-use-system-font): Declare for byte-compiler.
12620 (font-setting-change-default-font): Fix typo in docstring.
12622 2009-11-18 Alan Mackenzie <acm@muc.de>
12624 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
12626 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
12628 * font-setting.el (font-use-system-font): Move ...
12630 * cus-start.el (all): ... to here.
12632 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
12634 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
12635 Don't set `ad-return-value' if `ad-do-it' doesn't.
12637 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
12640 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
12642 * menu-bar.el: Put "Use system font" in Option-menu.
12643 (menu-bar-options-save): Add font-use-system-font.
12645 * loadup.el: If feature system-font-setting or font-render-setting is
12646 there, load font-setting.
12648 * Makefile.in (ELCFILES): Add font-settings.el.
12649 * font-setting.el: New file.
12651 2009-11-17 Glenn Morris <rgm@gnu.org>
12653 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
12655 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
12656 Preserve point in the list buffer. (Bug#4939)
12658 (newsticker--treeview-list-update-highlight)
12659 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
12661 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
12663 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
12666 * calc/calc-ext.el (calc-init-extensions): Remove references to
12669 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
12671 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
12672 * calc/calc-help.el (calc-b-prefix-help): Remove references to
12675 2009-11-16 Kevin Ryde <user42@zip.com.au>
12677 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
12678 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
12680 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
12681 (lm-keywords-list): Allow comma-only separator like "foo,bar".
12682 Ignore trailing spaces by omit-nulls to split-string (fixing
12683 regression from Emacs 21 due to the incompatible split-string
12684 change). (Bug #4928.)
12686 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
12688 * vc.el (vc-log-show-limit): Default to 2000.
12689 (vc-print-log-internal): Insert buttons to request more entries
12690 when limiting the output.
12692 * vc-sccs.el (vc-sccs-print-log):
12693 * vc-rcs.el (vc-rcs-print-log):
12694 * vc-cvs.el (vc-cvs-print-log):
12695 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
12698 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
12700 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
12701 error when `tramp-gvfs-dbus-event-vector' is set.
12702 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
12704 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12706 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
12708 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
12710 * net/dbus.el (dbus-unregister-service): New defun.
12711 (dbus-register-property): Register the handlers of
12712 "org.freedesktop.DBus.Properties" for SERVICE.
12713 (dbus-property-handler): Fix docstring.
12715 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12717 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
12718 Quote doc string reference in defvaralias as it is not in special form.
12719 (byte-compile-output-docform): Doc fix.
12721 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
12723 * calc/calc.el (math-2-word-size, math-half-2-word-size)
12724 (calc-complement-signed-mode): New variables.
12725 (calc-set-mode-line): Add indicator for twos-complements.
12726 (math-format-number): Format twos-complement notation.
12728 * calc/calc-bin.el (calc-word-size): Reset the variables
12729 `math-2-word-size' and `math-half-2-word-size'.
12730 (math-format-complement-signed, math-symclip, calcFunc-symclip)
12731 (calc-symclip): New functions.
12733 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
12735 * calc/calc-embed.el (calc-embedded-mode-vars):
12736 Add `calc-complement-signed-mode' to the list of modes.
12738 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
12739 (calc-b-oper-keys): Add `calc-symclip' to list.
12741 * calc/calc-ext.el (math-read-number-fancy): Read complement
12743 (calc-init-extensions): Add binding for `calc-symclip'.
12744 Add autoload for `calcFunc-symclip' and `calc-symclip'.
12746 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
12748 (calc-modes-menu): Add item for twos complement mode.
12750 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
12752 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
12754 * register.el (jump-to-register, insert-register): Handle Semantic
12755 tags. From commented-out advice in semantic/senator.el.
12757 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
12759 * vc.el (vc-log-show-limit): New variable.
12760 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
12761 when using a prefix argument.
12762 (vc-print-log-internal): Add new argument LIMIT.
12764 * vc-svn.el (vc-svn-print-log):
12765 * vc-mtn.el (vc-mtn-print-log):
12766 * vc-hg.el (vc-hg-print-log):
12767 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
12768 pass it to the log command when set. Make the BUFFER argument
12771 * vc-sccs.el (vc-sccs-print-log):
12772 * vc-rcs.el (vc-rcs-print-log):
12773 * vc-git.el (vc-git-print-log):
12774 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
12775 ignore it. Make the BUFFER argument non-optional
12777 * bindings.el (mode-line-buffer-identification): Do not purecopy.
12779 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
12781 * dired.el (dired-mode-map): Move encryption items to "Operate"
12784 * strokes.el (strokes-update-window-configuration): Make strokes
12785 buffer current before erasing (Bug#4906).
12787 2009-11-15 Juri Linkov <juri@jurta.org>
12789 * simple.el (set-mark-default-inactive): Add :type, :group
12790 and :version. (Bug#4876)
12792 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
12794 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
12795 (archive-unique-fname): ... here. (Bug#4929)
12797 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
12799 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
12802 * novice.el (disabled-command-function): Add useful args.
12803 Setup the help buffer so that [back] works.
12804 Remove redundant call to help-mode.
12805 (disabled-command-function): Use `case'.
12806 (en/disable-command): New function extracted from enable-command.
12807 (enable-command, disable-command): Use it.
12809 2009-11-14 Glenn Morris <rgm@gnu.org>
12811 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
12812 constants. (Bug#4913)
12814 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
12816 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
12818 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
12819 defined in C that have no doc-strings. (Bug#1063)
12821 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
12823 * cus-edit.el (data, files):
12824 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
12826 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
12828 * simple.el (shell-command): Doc fix (Bug#4891).
12830 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
12832 2009-11-14 Glenn Morris <rgm@gnu.org>
12834 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
12835 statements for vc-diff, emerge-quit, and rmail-cease-edit.
12836 If they are already loaded, eval-after-load will do the right thing.
12838 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
12841 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
12843 * simple.el (x-selection-owner-p): Declare.
12844 (read-mail-command): Use custom radio type rather than choice.
12845 (completion-no-auto-exit): Doc fix.
12847 * custom.el (defgroup):
12848 * epg-config.el (epg): Doc fixes.
12850 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
12852 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
12853 * international/ccl.el (define-ccl-program): Do not purecopy the
12854 docstring, defconst does it anyway.
12856 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
12858 * add-log.el (add-change-log-entry): Avoid displaying the changelog
12861 * x-dnd.el (x-dnd-maybe-call-test-function):
12862 * window.el (split-window-vertically):
12863 * whitespace.el (whitespace-help-on):
12864 * vc-rcs.el (vc-rcs-consult-headers):
12865 * userlock.el (ask-user-about-lock-help)
12866 (ask-user-about-supersession-help):
12867 * type-break.el (type-break-force-mode-line-update):
12868 * time-stamp.el (time-stamp-conv-warn):
12869 * terminal.el (te-set-output-log, te-more-break, te-filter)
12870 (te-sentinel, terminal-emulator):
12871 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
12872 (term-write-input-ring, term-check-source, term-start-output-log):
12873 (term-display-buffer-line, term-dynamic-list-completions):
12874 (term-ansi-make-term, serial-term):
12875 * subr.el (selective-display):
12876 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
12877 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
12878 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
12879 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
12880 (speedbar-remove-localized-speedbar-support)
12881 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
12882 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
12883 (speedbar-buffers-line-directory):
12884 * simple.el (shell-command-on-region, append-to-buffer)
12885 (prepend-to-buffer):
12886 * shadowfile.el (shadow-save-todo-file):
12887 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
12888 (scroll-bar-maybe-set-window-start):
12889 * sb-image.el (speedbar-image-dump):
12890 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
12891 (load-save-place-alist-from-file):
12892 * ps-samp.el (ps-print-message-from-summary):
12893 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
12894 (ps-background-image, ps-begin-job, ps-do-despool):
12895 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
12896 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
12897 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
12898 (pr-call-process, pr-file-list, pr-interface-save):
12899 * novice.el (disabled-command-function)
12900 (enable-command, disable-command):
12901 * mouse.el (mouse-buffer-menu-alist):
12902 * mouse-copy.el (mouse-kill-preserving-secondary):
12903 * macros.el (kbd-macro-query):
12904 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
12905 * informat.el (batch-info-validate):
12906 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
12907 * hippie-exp.el (try-expand-dabbrev-visible):
12908 * help-mode.el (help-make-xrefs):
12909 * help-fns.el (describe-variable):
12910 * generic-x.el (bat-generic-mode-run-as-comint):
12911 * finder.el (finder-mouse-select):
12912 * find-dired.el (find-dired-sentinel):
12913 * filesets.el (filesets-file-close):
12914 * files.el (list-directory):
12915 * faces.el (list-faces-display, describe-face):
12916 * facemenu.el (list-colors-display):
12917 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
12918 * epg.el (epg--process-filter, epg-cancel):
12919 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
12920 (epa--read-signature-type):
12921 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
12922 (emerge-file-names):
12923 * ehelp.el (electric-helpify):
12924 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
12925 * ediff-vers.el (rcs-ediff-view-revision):
12926 * ediff-util.el (ediff-setup):
12927 * ediff-mult.el (ediff-append-custom-diff):
12928 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
12930 * echistory.el (Electric-command-history-redo-expression):
12931 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
12932 * disp-table.el (describe-display-table):
12933 * dired.el (dired-find-buffer-nocreate):
12934 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
12935 * dabbrev.el (dabbrev--same-major-mode-p):
12936 * chistory.el (list-command-history):
12937 * apropos.el (apropos-documentation):
12938 * allout.el (allout-obtain-passphrase):
12939 (allout-copy-exposed-to-buffer):
12940 (allout-verify-passphrase): Use with-current-buffer.
12942 2009-11-13 Glenn Morris <rgm@gnu.org>
12944 * Makefile.in (ELCFILES): Regenerate.
12946 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
12948 * net/dbus.el (dbus-registered-objects-table): Rename from
12949 `dbus-registered-functions-table', because it contains also properties.
12950 (dbus-unregister-object): Unregister also properties.
12951 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
12952 Use a timeout of 500 msec, in order to not block.
12953 (dbus-register-property, dbus-property-handler): New defuns.
12955 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
12957 * simple.el (minibuffer-default-add-completions): Drop deprecated
12960 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
12962 * textmodes/artist.el (artist-mouse-choose-operation):
12963 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
12964 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
12965 (artist-compute-up-event-key): New function.
12966 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
12968 2009-11-13 Kenichi Handa <handa@m17n.org>
12970 * language/japan-util.el: Make sure that the value of jisx0208
12971 property is jisx0208 character.
12973 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
12975 * international/mule.el (auto-coding-regexp-alist): Only purecopy
12976 car or each item, not the whole list.
12978 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
12980 * minibuffer.el (minibuffer-completion-help):
12981 Use minibuffer-hide-completions.
12983 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
12985 * dired.el (dired-save-positions, dired-restore-positions): New funs.
12986 (dired-revert): Use them (bug#4880).
12988 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
12990 * tooltip.el (tooltip-frame-parameters): Undo previous change.
12992 2009-11-12 Juri Linkov <juri@jurta.org>
12994 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
12996 (find-file-literally-at-point): Alias of `ffap-literally'.
12998 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
13000 * textmodes/ispell.el (ispell-skip-region-alist):
13001 * textmodes/css-mode.el (auto-mode-alist):
13002 * progmodes/compile.el (auto-mode-alist):
13003 * international/mule.el (ctext-non-standard-encodings-alist)
13004 (ctext-non-standard-encodings-regexp):
13005 * simple.el (shell-command-switch, text-read-only):
13006 * replace.el (occur-mode-map):
13007 * paths.el (rmail-file-name):
13008 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
13009 * find-file.el (ff-special-constructs):
13010 * files.el (file-name-handler-alist):
13011 * composite.el: Purecopy strings.
13013 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
13015 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
13017 * widget.el (define-widget): Purecopy the docstring.
13018 * international/mule-cmds.el (charset): Do not purecopy the
13019 docstring here, define-widget does it.
13021 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
13022 * textmodes/bibtex-style.el (auto-mode-alist):
13023 * progmodes/inf-lisp.el (inferior-lisp-prompt):
13024 * progmodes/compile.el (compile-command):
13025 * language/korea-util.el (default-korean-keyboard):
13026 * international/mule-conf.el (file-coding-system-alist):
13027 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
13028 * tooltip.el (tooltip-frame-parameters):
13029 * newcomment.el (comment-end, comment-padding):
13030 * dired.el (dired-trivial-filenames):
13031 * comint.el (comint-file-name-prefix): Purecopy initial values.
13033 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
13035 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
13036 (tramp-advice-minibuffer-electric-tilde): Unload advices via
13038 (tramp-advice-make-auto-save-file-name)
13039 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
13040 after removing the advice.
13042 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
13044 * progmodes/grep.el (grep-regexp-alist):
13045 * international/mule-cmds.el (iso-2022-control-alist):
13046 * emacs-lisp/timer.el (timer-duration-words):
13047 * subr.el (version-separator, version-regexp-alist):
13048 * minibuffer.el (completion-styles-alist):
13049 * faces.el (face-attribute-name-alist, list-faces-sample-text):
13050 Change defvars to defconsts.
13052 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
13053 * loadup.el ("international/mule-conf"): Load the byte compiled version.
13054 * international/mule-conf.el: Allow to be byte compiled.
13056 * international/mule.el (define-charset): Purecopy props.
13057 (load-with-code-conversion): Purecopy doc string and file name.
13058 (put-charset-property): Purecopy strings.
13059 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
13061 * international/mule-cmds.el (register-input-method): Purecopy arguments.
13062 (define-char-code-property): Correctly purecopy the table.
13064 * international/ccl.el (define-ccl-program): Purecopy the docstring.
13066 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
13068 * subr.el (add-hook): Purecopy strings.
13069 (eval-after-load): Purecopy load-history-regexp and the form.
13071 * custom.el (custom-declare-group): Purecopy load-file-name.
13073 * subr.el (menu-bar-separator): New defconst.
13074 * net/eudc.el (eudc-tools-menu):
13075 * international/mule-cmds.el (set-coding-system-map)
13076 (mule-menu-keymap):
13077 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
13078 * vc-hooks.el (vc-menu-map):
13079 * replace.el (occur-mode-map):
13080 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
13081 (menu-bar-edit-menu, menu-bar-goto-menu)
13082 (menu-bar-custom-menu, menu-bar-showhide-menu)
13083 (menu-bar-options-menu, menu-bar-tools-menu)
13084 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
13085 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
13086 (menu-bar-help-menu):
13087 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
13088 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
13090 * term/x-win.el (x-gtk-stock-map):
13091 * progmodes/vera-mode.el (auto-mode-alist):
13092 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
13093 (inferior-lisp-program, inferior-lisp-load-command):
13094 * progmodes/hideshow.el (hs-special-modes-alist):
13095 * progmodes/gud.el (same-window-regexps):
13096 * progmodes/grep.el (grep-program, find-program, xargs-program):
13097 * net/telnet.el (same-window-regexps):
13098 * net/rlogin.el (same-window-regexps):
13099 * language/ethiopic.el (font-ccl-encoder-alist):
13100 * vc-sccs.el (vc-sccs-master-templates):
13101 * vc-rcs.el (vc-rcs-master-templates):
13102 * subr.el (cl-assertion-failed):
13103 * simple.el (next-error-overlay-arrow-position):
13104 * lpr.el (lpr-command):
13105 * locate.el (locate-ls-subdir-switches):
13106 * info.el (same-window-regexps, info)
13107 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
13108 * image-mode.el (image-mode, auto-mode-alist):
13109 * hippie-exp.el (hippie-expand-ignore-buffers):
13110 * format.el (format-alist):
13111 * find-dired.el (find-ls-subdir-switches, find-grep-options)
13113 * facemenu.el (facemenu-keybindings):
13114 * dired.el (dired-listing-switches, dired-chown-program):
13115 * diff.el (diff-switches, diff-command):
13116 * cus-edit.el (same-window-regexps):
13117 * bindings.el (mode-line-mule-info)
13118 (mode-line-buffer-identification): Purecopy strings.
13120 2009-11-11 Juri Linkov <juri@jurta.org>
13122 * simple.el (dired-get-filename) <declare-function>:
13123 Tell the byte-compiler about dired-get-filename.
13124 (shell-command): In Dired mode, get filename from the current line
13125 as the default value.
13127 2009-11-10 Glenn Morris <rgm@gnu.org>
13129 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
13130 * calendar/holidays.el, progmodes/cperl-mode.el:
13131 Update x-popup-menu declarations.
13133 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
13134 (list-load-path-shadows): Use dolist.
13135 (list-load-path-shadows): Use with-current-buffer.
13137 2009-11-10 Juri Linkov <juri@jurta.org>
13139 * minibuffer.el (read-file-name): Support a list of default values
13140 in `default-filename'. Use the first file name where only one
13141 element is required. Doc fix.
13143 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
13145 * net/dbus.el (dbus-unregister-object): Release service, if no
13146 other method is registered for it.
13148 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
13150 * bookmark.el (bookmark-completing-read): Sort bookmark names if
13151 bookmark-sort-flag is non-nil (Bug#4653).
13153 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
13155 * emulation/cua-base.el: Add CUA property to some CC mode commands
13158 2009-11-08 Kevin Ryde <user42@zip.com.au>
13160 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
13161 at end of sentence (Bug#4818).
13163 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
13165 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13166 Handle "see declaration of" MSFT statements (Bug#4100).
13168 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
13170 * net/tramp.el (tramp-advice-make-auto-save-file-name)
13171 (tramp-advice-file-expand-wildcards): Unload via
13172 `ad-remove-advice'.
13174 * net/trampver.el: Update release number.
13176 2009-11-08 Kevin Ryde <user42@zip.com.au>
13178 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
13181 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
13183 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
13184 in order to keep context in SELinux.
13186 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
13188 * dired-aux.el (dired-query): Place cursor in echo area and allow
13191 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
13192 menu item if not on a directory (Bug#4701).
13194 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
13196 Sync with Tramp 2.1.17.
13198 * net/tramp.el (tramp-handle-copy-directory): Don't use
13199 `file-remote-p' (due to compatibility).
13201 * net/tramp-compat.el (tramp-compat-copy-directory)
13202 (tramp-compat-delete-directory): New defuns.
13204 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
13205 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
13206 Use `tramp-compat-delete-directory'.
13208 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
13209 (tramp-smb-handle-delete-directory):
13210 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
13212 * net/trampver.el: Update release number.
13214 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
13216 * tar-mode.el (tar-copy): Call write-region on the right buffer
13219 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
13220 by hand, if necessary (Bug#4878).
13222 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
13224 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
13225 align size column (Bug#4839).
13227 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
13230 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
13232 * progmodes/ld-script.el (auto-mode-alist):
13233 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
13235 * cus-face.el (custom-declare-face): Purecopy face spec.
13237 2009-11-06 Kenichi Handa <handa@m17n.org>
13239 * international/uni-bidi.el: Re-generated.
13240 * international/uni-category.el: Re-generated.
13241 * international/uni-combining.el: Re-generated.
13242 * international/uni-mirrored.el: Re-generated.
13244 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
13246 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
13247 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
13248 (tex-start-options, slitex-run-command, latex-run-command)
13249 (tex-run-command, tex-directory):
13250 * textmodes/ispell.el (ispell-html-skip-alists)
13251 (ispell-tex-skip-alists, ispell-tex-skip-alists):
13252 * textmodes/fill.el (adaptive-fill-first-line-regexp):
13253 (adaptive-fill-regexp):
13254 * textmodes/dns-mode.el (auto-mode-alist):
13255 * progmodes/python.el (interpreter-mode-alist):
13256 * progmodes/etags.el (tags-compression-info-list):
13257 * progmodes/etags.el (tags-file-name):
13258 * net/browse-url.el (browse-url-galeon-program)
13259 (browse-url-firefox-program):
13260 * mail/sendmail.el (mail-signature-file)
13261 (mail-citation-prefix-regexp):
13262 * international/mule-conf.el (eight-bit):
13263 * international/latexenc.el (latex-inputenc-coding-alist):
13264 * international/fontset.el (x-pixel-size-width-font-regexp):
13265 * emacs-lisp/warnings.el (warning-type-format):
13266 * emacs-lisp/trace.el (trace-buffer):
13267 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
13268 (emacs-lisp-mode-map):
13269 * calendar/holidays.el (holiday-solar-holidays)
13270 (holiday-bahai-holidays, holiday-islamic-holidays)
13271 (holiday-christian-holidays, holiday-hebrew-holidays)
13272 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
13273 (hebrew-holidays-1, holiday-oriental-holidays)
13274 (holiday-general-holidays):
13275 * x-dnd.el (x-dnd-known-types):
13276 * tool-bar.el (tool-bar):
13277 * startup.el (site-run-file):
13278 * shell.el (shell-dumb-shell-regexp):
13279 * rfn-eshadow.el (file-name-shadow-tty-properties)
13280 (file-name-shadow-properties):
13281 * paths.el (remote-shell-program, news-directory):
13282 * mouse.el ([C-down-mouse-3]):
13283 * menu-bar.el (menu-bar-tools-menu):
13284 * jka-cmpr-hook.el (jka-compr-load-suffixes)
13285 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
13286 (jka-compr-compression-info-list):
13287 * isearch.el (search-whitespace-regexp):
13288 * image-file.el (image-file-name-extensions):
13289 * find-dired.el (find-ls-option):
13290 * files.el (directory-listing-before-filename-regexp)
13291 (directory-free-space-args, insert-directory-program)
13292 (list-directory-brief-switches, magic-fallback-mode-alist)
13293 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
13294 (automount-dir-prefix):
13295 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
13296 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
13297 (face-font-registry-alternatives, face-font-registry-alternatives)
13298 (face-font-family-alternatives):
13299 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
13300 (facemenu-foreground-menu, facemenu-face-menu):
13301 * epa-hook.el (epa-file-name-regexp):
13302 * dnd.el (dnd-protocol-alist):
13303 * textmodes/rst.el (auto-mode-alist):
13304 * button.el (default-button): Purecopy strings.
13306 2009-11-06 Glenn Morris <rgm@gnu.org>
13308 * Makefile.in (ELCFILES): Update.
13310 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
13312 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
13313 * emacs-lisp/levents.el: Move to obsolete/levents.el.
13315 * nxml/xsd-regexp.el (xsdre-gen-categories):
13316 * nxml/xmltok.el (xmltok-parse-entity):
13317 * nxml/rng-parse.el (rng-parse-validate-file):
13318 * nxml/rng-maint.el (rng-format-manual)
13319 (rng-manual-output-force-new-line):
13320 * nxml/rng-loc.el (rng-save-schema-location-1):
13321 * nxml/rng-cmpct.el (rng-c-parse-file):
13322 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
13323 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
13325 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
13327 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
13328 Remove extra save-excursions and make-variable-buffer-local's.
13329 Suggested by Stefan Monnier.
13331 (verilog-getopt-file, verilog-module-inside-filename-p)
13332 (verilog-set-define): Merge GNU 1.35 and repair changes from
13333 switching to using with-current-buffer.
13335 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
13336 being treated as a number and confusing AUTORESET.
13337 Reported by Dan Dever.
13339 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
13340 Add verilog-auto-ignore-concat to fix backward compatibility with
13341 older verilog-modes. Reported by Dan Katz.
13343 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
13344 containing closing anchors "...$".
13346 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
13347 Reported by Wade Smith.
13349 (verilog-batch-execute-func): Comment on function usage.
13351 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
13353 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
13356 (verilog-label-re, verilog-calc-1): Support proper indent of named
13359 (verilog-backward-token, verilog-basic-complete-re)
13360 (verilog-beg-of-statement, verilog-indent-re): Support proper
13361 indent of the assert statement at the beginning of a block of text.
13363 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
13364 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
13367 2009-11-05 Glenn Morris <rgm@gnu.org>
13369 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
13370 Emacs 19. (Bug#1531)
13371 (byte-compile-fix-header): Update for the above change.
13372 Drop test for epoch::version.
13374 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
13375 * cus-dep.el (custom-make-dependencies):
13376 * finder.el (finder-compile-keywords):
13377 Use autoload-rubric's feature argument.
13379 * calendar/diary-lib.el (top-level): Make load behave more like require.
13381 * vc-git.el (vc-git-stash-map): Move definition before use.
13383 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
13385 * custom.el (custom-declare-group): Purecopy standard-value.
13386 (custom-declare-group): Purecopy custom-prefix.
13388 * international/mule.el (load-with-code-conversion):
13389 Call do-after-load-evaluation unconditionally.
13391 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
13393 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
13395 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
13397 2009-11-04 Glenn Morris <rgm@gnu.org>
13399 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
13400 (byte-compile-compatibility): Remove option.
13401 (byte-compile-close-variables, byte-compile-fix-header)
13402 (byte-compile-insert-header, byte-compile-output-docform)
13403 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
13404 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
13405 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
13406 (byte-compile-insert, byte-compile-defun):
13407 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
13408 (byte-defop-compiler19): Remove.
13409 Without byte-compile-compatibility, the 'emacs19-opcode property is not
13410 used by anything. Replace all calls with byte-defop-compiler.
13412 2009-11-04 Juri Linkov <juri@jurta.org>
13414 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
13415 (menu-bar-options-menu): Don't quote the `prop' arg of
13416 `menu-bar-make-mm-toggle'.
13418 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
13420 * calendar/calendar.el (cal-loaddefs):
13421 * calendar/diary-lib.el (diary-loaddefs):
13422 * calendar/holidays.el (hol-loaddefs):
13423 * eshell/esh-module.el (esh-groups): Load rather than require.
13425 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
13427 * calendar/todo-mode.el (todo-add-category): Don't hardcode
13429 (todo-top-priorities): Only display-buffer when called interactively.
13430 (todo-item-start): Don't save excursion point.
13431 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
13432 (todo-insert-item-here, todo-file-item, todo-remove-item):
13433 Adjust uses of todo-item-start and todo-item-end.
13435 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
13436 (autoload-rubric): Don't use any more.
13438 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
13439 and only put a prop if it is non-nil.
13441 2009-11-03 Juri Linkov <juri@jurta.org>
13443 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
13444 (menu-bar-options-menu): Fix list quoting (Bug#4429).
13446 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
13447 and "Menu" to make top-level menu item visually one unit (like
13448 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
13449 multi-word menu items). Fix :help string for quit-window.
13451 2009-11-03 Glenn Morris <rgm@gnu.org>
13453 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
13454 (byte-compile-file-form-define-abbrev-table)
13455 (byte-compile-file-form-custom-declare-variable)
13456 (byte-compile-variable-ref, byte-compile-defvar):
13457 Whether or not a warning is enabled should only affect whether we issue
13458 the warning, not whether or not we collect the relevant data.
13459 Eg warnings can be turned on and off throughout the course of a file.
13461 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
13462 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
13464 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
13466 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
13467 * play/mpuz.el (mpuz-create-buffer):
13468 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
13469 (lm-print-y,s,noise, lm-print-w0, lm-init):
13470 * play/gomoku.el (gomoku-prompt-for-move):
13471 * play/fortune.el (fortune-in-buffer):
13472 * play/dissociate.el (dissociated-press):
13473 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
13474 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
13475 * mail/supercite.el (sc-eref-show):
13476 * mail/smtpmail.el (smtpmail-send-it):
13477 * mail/rmailsum.el (rmail-summary-next-labeled-message)
13478 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
13479 (rmail-summary-undelete-many, rmail-summary-rmail-update)
13480 (rmail-summary-goto-msg, rmail-summary-expunge)
13481 (rmail-summary-get-new-mail, rmail-summary-search-backward)
13482 (rmail-summary-add-label, rmail-summary-output-menu)
13483 (rmail-summary-output-body):
13484 * mail/rfc822.el (rfc822-addresses):
13485 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
13486 * mail/mailpost.el (post-mail-send-it):
13487 * mail/hashcash.el (hashcash-generate-payment):
13488 * mail/feedmail.el (feedmail-run-the-queue)
13489 (feedmail-queue-send-edit-prompt-help-first)
13490 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
13491 (feedmail-deduce-address-list):
13492 * eshell/esh-ext.el (eshell-remote-command):
13493 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
13494 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
13495 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
13496 (viper-save-string-in-file, viper-valid-marker):
13497 * emulation/viper-keym.el (viper-toggle-key):
13498 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
13499 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
13500 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
13501 * emulation/viper-cmd.el (viper-exec-form-in-vi)
13502 (viper-exec-form-in-emacs, viper-brac-function):
13503 * emulation/viper.el (viper-delocalize-var):
13504 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
13505 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
13506 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
13507 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
13508 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
13509 * emulation/edt.el (edt-electric-helpify):
13510 * emulation/cua-rect.el (cua--rectangle-aux-replace):
13511 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
13512 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
13513 (cua-indent-to-global-mark-column):
13514 * calendar/diary-lib.el (calendar-mark-1):
13515 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
13516 Use with-current-buffer.
13517 * emulation/viper.el (viper-delocalize-var): Use dolist.
13519 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
13521 * comint.el (comint-replace-by-expanded-history-before-point):
13522 Replace !! with the previous input string literally (Bug#1795).
13524 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
13526 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
13527 to be made up of whitespace.
13529 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
13531 * minibuffer.el (read-file-name): Don't use file dialogs for
13532 remote directories (Bug#99).
13534 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
13536 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
13538 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
13540 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
13541 instead of deleting the window or frame.
13543 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
13545 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
13546 Support face colors.
13548 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
13549 New function. Support face colors (Bug#1168).
13550 (tex-common-initialization): Use it.
13552 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
13553 mode allows it (Bug#1168).
13555 2009-10-31 Juri Linkov <juri@jurta.org>
13557 * facemenu.el (list-colors-display): Don't mark buffer as
13558 modified (Bug#3948).
13560 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
13562 * international/mule-diag.el (list-character-sets-1):
13563 Minor message fix (Bug#3526).
13565 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
13566 Fix face property (Bug#4834).
13567 (etags-list-tags, etags-tags-apropos-additional)
13568 (etags-tags-apropos, tags-select-tags-table): Add follow-link
13571 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
13574 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
13576 * textmodes/two-column.el (2C-split):
13577 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
13578 * textmodes/tex-mode.el (tex-set-buffer-directory):
13579 * textmodes/spell.el (spell-region, spell-string):
13580 * textmodes/reftex.el (reftex-erase-buffer):
13581 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
13582 * textmodes/reftex-toc.el (reftex-toc-promote-action):
13583 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
13584 (reftex-select-item):
13585 * textmodes/reftex-ref.el (reftex-label-info-update)
13586 (reftex-offer-label-menu):
13587 * textmodes/reftex-index.el (reftex-index-change-entry)
13588 (reftex-index-phrases-info):
13589 * textmodes/reftex-global.el (reftex-create-tags-file)
13590 (reftex-save-all-document-buffers, reftex-ensure-write-access):
13591 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
13592 (reftex-view-crossref-from-bibtex):
13593 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
13594 (reftex-extract-bib-entries-from-thebibliography)
13595 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
13596 * textmodes/refbib.el (r2b-capitalize-title):
13597 (r2b-convert-buffer, r2b-help):
13598 * textmodes/page-ext.el (pages-directory)
13599 (pages-directory-goto-with-mouse):
13600 * textmodes/bibtex.el (bibtex-validate-globally):
13601 * textmodes/bib-mode.el (bib-capitalize-title):
13602 * textmodes/artist.el (artist-clear-buffer, artist-system):
13603 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
13604 (local-set-scheme-interaction-buffer, xscheme-process-filter)
13605 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
13606 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
13607 (xscheme-send-control-g-interrupt, xscheme-start-process)
13608 (xscheme-process-sentinel, xscheme-cd):
13609 * progmodes/verilog-mode.el (verilog-read-always-signals)
13610 (verilog-set-define, verilog-getopt-file)
13611 (verilog-module-inside-filename-p):
13612 * progmodes/sh-script.el:
13613 * progmodes/python.el (python-pdbtrack-get-source-buffer)
13614 (python-pdbtrack-grub-for-buffer, python-execute-file):
13615 * progmodes/octave-inf.el (inferior-octave):
13616 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
13617 (idlwave-shell-compile-helper-routines, idlwave-set-local)
13618 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
13619 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
13620 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
13621 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
13622 (idlwave-shell-filter, idlwave-shell-examine-highlight)
13623 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
13624 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
13625 (idlwave-shell-examine-display, idlwave-shell-run-region)
13626 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
13627 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
13628 * progmodes/idlw-help.el (idlwave-help-get-special-help)
13629 (idlwave-help-get-help-buffer):
13630 * progmodes/gud.el (gud-basic-call, gud-find-class)
13631 (gud-tooltip-activate-mouse-motions-if-enabled):
13632 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
13633 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
13634 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
13635 (ebrowse-tags-next-file):
13636 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
13637 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
13638 (ebnf-eps-finish-and-write):
13639 * progmodes/cpp.el (cpp-edit-save):
13640 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
13641 * progmodes/cc-defs.el (c-emacs-features):
13642 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
13643 (antlr-directory-dependencies):
13644 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
13645 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
13646 (ada-find-any-references, ada-make-filename-from-adaname)
13647 (ada-make-body-gnatstub):
13648 * obsolete/rnews.el (news-list-news-groups):
13649 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
13650 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
13651 * net/rcirc.el (rcirc-debug):
13652 * net/newst-treeview.el (newsticker--treeview-list-add-item)
13653 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
13654 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
13655 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
13656 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
13657 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
13658 (newsticker--treeview-list-clear-highlight)
13659 (newsticker--treeview-list-update-highlight)
13660 (newsticker--treeview-list-highlight-start)
13661 (newsticker--treeview-tree-update-highlight)
13662 (newsticker--treeview-get-selected-item)
13663 (newsticker-treeview-mark-list-items-old)
13664 (newsticker--treeview-set-current-node):
13665 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
13666 * net/newst-backend.el (newsticker--get-news-by-funcall)
13667 (newsticker--get-news-by-wget, newsticker--image-get)
13668 (newsticker--image-sentinel):
13669 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
13670 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
13671 (eudc-ph-close-session):
13672 * net/eudc.el (eudc-save-options):
13673 * language/thai-word.el (thai-update-word-table):
13674 * language/japan-util.el (japanese-string-conversion):
13675 * international/titdic-cnv.el (tsang-quick-converter)
13676 (ziranma-converter, ctlau-converter):
13677 * international/mule-cmds.el (describe-language-environment):
13678 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
13679 (skkdic-convert-postfix, skkdic-convert-prefix):
13680 (skkdic-convert-okuri-nasi, skkdic-convert):
13681 * emacs-lisp/re-builder.el (reb-update-overlays):
13682 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
13683 * emacs-lisp/gulp.el (gulp-send-requests):
13684 * emacs-lisp/find-gc.el (trace-call-tree):
13685 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
13686 (eieio-describe-generic):
13687 * emacs-lisp/eieio-base.el (eieio-persistent-read):
13688 * emacs-lisp/edebug.el (edebug-outside-excursion):
13689 * emacs-lisp/debug.el (debugger-make-xrefs):
13690 * emacs-lisp/cust-print.el (custom-prin1-to-string):
13691 * emacs-lisp/chart.el (chart-new-buffer):
13692 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
13693 Use with-current-buffer.
13694 * textmodes/artist.el (artist-system): Don't call
13695 copy-sequence on a fresh string.
13696 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
13698 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
13700 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
13701 is no item to edit. (Bug#4820)
13702 (todo-top-priorities): Restore point and restore narrowing in Todo
13705 2009-10-31 Glenn Morris <rgm@gnu.org>
13707 * net/ange-ftp.el (top-level): Don't require dired when compiling.
13708 (comint-last-output-start, comint-last-input-start)
13709 (comint-last-input-end): Don't defvar when compiling.
13710 (ange-ftp-process-file): Use bound-and-true-p.
13712 * pcmpl-rpm.el (top-level): Move provide statement to end.
13713 (pcmpl-rpm): Remove unused custom group.
13715 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
13717 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
13719 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
13720 (byte-compile-warnings): Add `constants' as an option.
13721 (byte-compile-callargs-warn, byte-compile-arglist-warn)
13722 (display-call-tree): Update for byte-compile-fdefinition possibly
13723 returning `(macro lambda ...)'. (Bug#4778)
13724 (byte-compile-variable-ref, byte-compile-setq-default):
13725 Respect `constants' member of byte-compile-warnings.
13727 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
13729 * vc-bzr.el (vc-bzr-revision-keywords): New var.
13730 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
13733 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
13735 * textmodes/ispell.el (ispell-skip-region-alist):
13736 * international/mule-conf.el (eight-bit):
13737 * international/fontset.el (font-encoding-alist):
13738 * startup.el (pure-space-overflow-message):
13739 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
13740 * paths.el (gnus-nntp-service, rmail-spool-directory)
13741 (term-file-prefix):
13742 * files.el (save-some-buffers-action-alist):
13743 * cmuscheme.el (same-window-buffer-names):
13744 * ielm.el (same-window-buffer-names):
13745 * shell.el (same-window-buffer-names):
13746 * mail/sendmail.el (same-window-buffer-names):
13747 * progmodes/inf-lisp.el (same-window-buffer-names):
13748 * bindings.el (mode-line-client)
13749 (mode-line-column-line-number-mode-map):
13750 * language/tibetan.el (tibetan-precomposition-rule-regexp)
13751 (tibetan-precomposed-regexp): Purecopy string arguments.
13753 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13755 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
13756 (calcDigit-nondigit):
13757 * calc/calc-yank.el (calc-copy-to-buffer):
13758 * calc/calc-units.el (calc-invalidate-units-table):
13759 * calc/calc-trail.el (calc-trail-yank):
13760 * calc/calc-store.el (calc-insert-variables):
13761 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
13762 * calc/calc-prog.el (calc-read-parse-table):
13763 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
13764 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
13765 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
13766 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
13767 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
13768 (calc-graph-name, calc-graph-find-command, calc-graph-view)
13769 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
13770 * calc/calc-ext.el (calc-realign):
13771 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
13772 (calc-embedded-finish-edit, calc-embedded-make-info)
13773 (calc-embedded-finish-command, calc-embedded-stack-change):
13774 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
13776 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
13777 shell-dynamic-complete-filename in preference to
13778 comint-dynamic-complete-filename.
13780 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13781 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
13782 Don't consider whether the display supports colors.
13783 (bookmark-import-new-list): Use dolist.
13784 (bookmark-bmenu-mode-map): Move initialization into declaration.
13785 (bookmark-bmenu-list): Use dolist, simplify.
13786 (bookmark-show-all-annotations): Use save-selected-window and dolist.
13787 (menu-bar-final-items): Use push.
13789 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
13791 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
13792 it works on remote files.
13793 (vc-hg-diff): Don't pass any `--cwd' argument.
13795 2009-10-27 Kevin Ryde <user42@zip.com.au>
13797 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
13798 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
13799 (Further to Bug#3921).
13801 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
13803 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
13804 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
13805 calling `tramp-imap-put-file'. Add file size to the call.
13806 (tramp-imap-get-file-entries): Compute also user name, file size,
13808 (tramp-imap-handle-insert-directory): Insert uid and gid.
13809 (tramp-imap-handle-file-attributes): Transform uid and gid
13810 according to `id-format'.
13811 (tramp-imap-put-file): New optional parameter SIZE. Encode file
13812 size in header X-Size.
13814 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
13816 * simple.el (transpose-subr): Give clearer error when the mark
13817 is not set. (Bug#4807)
13819 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
13821 * net/tramp.el (tramp-perl-file-truename): New defconst.
13822 Perl code contributed by yary <not.com@gmail.com> (tiny change).
13823 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
13824 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
13825 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
13827 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
13828 Ignore `dired-call-process'.
13829 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
13831 2009-10-26 Julian Scheid <julians37@gmail.com>
13833 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
13834 (tramp-get-remote-readlink): New defun.
13835 (tramp-handle-file-truename): Use it.
13836 (tramp-handle-file-exists-p): Check file-attributes cache, assume
13837 file exists if cache value present.
13838 (tramp-check-cached-permissions): New defun.
13839 (tramp-handle-file-readable-p): Use it.
13840 (tramp-handle-file-writable-p): Likewise.
13841 (tramp-handle-file-executable-p): Likewise.
13842 (tramp-handle-file-name-all-completions): Try using Perl to get
13843 partial completions. When perl not available, combine `cd' and
13844 `ls' into single remote operation and use shell expansion to get
13845 partial remote directory contents. Set `file-exists-p' cache for
13846 directory and any files returned by ls. Change cache handling to
13847 support partial directory contents. Use error message emitted by
13848 remote `cd' or Perl code for local tramp-error.
13849 (tramp-do-copy-or-rename-file-directly): Avoid separate
13850 tramp-send-command-and-check call.
13851 (tramp-handle-process-file): Merge three remote ops into one.
13852 Do not flush all caches when `process-file-side-effects' is set.
13853 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
13854 file-attributes shows uid/gid to be set already.
13856 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
13858 * textmodes/tex-mode.el (tex-dvi-view-command)
13859 (tex-show-queue-command, tex-open-quote):
13860 * progmodes/ruby-mode.el (auto-mode-alist)
13861 (interpreter-mode-alist): Purecopy strings.
13863 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
13865 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
13866 string for the hook, keymap and abbrev table.
13868 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
13870 * x-dnd.el (x-dnd-xdnd-to-action):
13871 * startup.el (fancy-startup-text, fancy-about-text): Change to
13872 defconst from defvar.
13874 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
13876 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
13877 Purecopy initialization strings.
13879 * mail/sendmail.el (mail-header-separator)
13880 (mail-personal-alias-file):
13881 * mail/rmail.el (rmail-default-dont-reply-to-names)
13882 (rmail-ignored-headers, rmail-retry-ignored-headers)
13883 (rmail-highlighted-headers, rmail-secondary-file-directory)
13884 (rmail-secondary-file-regexp):
13885 * files.el (null-device, file-name-invalid-regexp)
13886 (locate-dominating-stop-dir-regexp)
13887 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
13888 (interpreter-mode-alist): Use mapcar instead of mapc.
13890 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
13892 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
13893 (completion-ignored-extensions):
13894 (debug-ignored-errors): Purecopy strings.
13896 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
13898 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
13899 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
13900 (pcomplete--here): Use push.
13902 * subr.el (all-completions): Declare the 4th arg obsolete.
13904 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13906 * pcomplete.el (pcomplete-unquote-argument-function): New var.
13907 (pcomplete-unquote-argument): New function.
13908 (pcomplete--common-suffix): Always pay attention to case.
13909 (pcomplete--table-subvert): Quote and unquote the text.
13910 (pcomplete--common-quoted-suffix): New function.
13911 (pcomplete-std-complete): Use it and pcomplete-begin.
13913 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
13914 we're inside a dedicated or minibuffer window.
13916 2009-10-24 Karl Fogel <kfogel@red-bean.com>
13918 * bookmark.el: Update documentation, especially documentation
13919 of `bookmark-alist' and of the bookmark file format.
13920 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
13922 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
13924 * mail/emacsbug.el (report-emacs-bug): Clarify that the
13925 keybindings apply to the mail buffer (Bug#4003). Shrink help
13928 * whitespace.el (whitespace-mode, whitespace-newline-mode)
13929 (global-whitespace-mode, global-whitespace-newline-mode)
13930 (whitespace-toggle-options, global-whitespace-toggle-options):
13931 Doc fix (Bug#3660).
13933 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
13934 of xmltok-start before the end tag was inserted (Bug#2840).
13936 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
13937 patterns that are preceded by an open-paren (Bug#1320).
13939 2009-10-24 Sven Joachim <svenjoac@gmx.de>
13941 * files.el (delete-directory): Delete symlinks to directories with
13942 delete-file (Bug#4739).
13944 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
13946 * vc.el (vc-backend-for-registration): Rename from
13947 vc-get-backend-for-registration. Update callers.
13949 * international/mule-cmds.el (set-language-info-alist):
13951 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
13952 (charset): Purecopy the name.
13953 (define-char-code-property): Purecopy string arguments.
13955 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
13956 Purecopy string arguments.
13958 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
13959 * ediff-hook.el (menu-bar-ediff-menu):
13960 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
13961 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
13963 2009-10-24 Glenn Morris <rgm@gnu.org>
13965 * comint.el (comint-dynamic-list-completions):
13966 * term.el (term-dynamic-list-completions): Use choose-completion rather
13967 than obsolete alias mouse-choose-completion.
13969 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
13970 file-cache-choose-completion.
13971 (file-cache-choose-completion): Handle an optional event argument.
13972 (file-cache-mouse-choose-completion): Make it an obsolete alias.
13974 * progmodes/octave-mod.el (octave-complete-symbol):
13975 Use choose-completion if mouse-choose-completion is ever removed.
13977 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
13980 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
13983 * vc-hooks.el (vc-responsible-backend): Fix declaration.
13985 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
13987 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
13988 Ignore `pred' now that we receive one.
13989 Handle test-completion specially.
13991 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
13993 * vc.el (vc-responsible-backend): Throw an error if not backend is
13994 found. Remove the REGISTER argument. Move the code dealing with
13996 (vc-get-backend-for-registration): ... here. New function.
13997 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
13998 of vc-responsible-backend, pass the file name instead of the
14001 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
14003 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
14005 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
14006 (pcomplete-comint-setup): Don't modify a global var via
14007 accidental side-effects.
14008 (pcomplete-shell-setup): Adjust call accordingly.
14009 (pcomplete-parse-comint-arguments): Use push.
14011 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
14013 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
14014 Allow uncapitalized info node names (Bug#3921).
14016 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
14017 to the DEBUG file (Bug#3781).
14019 2009-10-23 Jari Aalto <jari.aalto@cante.net>
14021 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
14022 dictionary entry (Bug#4579).
14024 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
14026 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
14027 from `rfn-eshadow-update-overlay-hook' when unloading.
14028 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
14029 "rsyncc". Adjust doc string.
14030 (tramp-temp-buffer-file-name): New buffer-local defvar.
14031 (tramp-handle-insert-file-contents, tramp-handle-write-region):
14032 Keep temporary file when indicated by method ("rsync" and
14034 (tramp-handle-write-region): Handle APPEND.
14035 (tramp-delete-temp-file-function): New defun. Added to
14036 `kill-buffer-hook'.
14038 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
14040 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
14042 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
14044 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
14045 (color-name-rgb-alist, tty-standard-colors)
14046 (tty-color-mode-alist): Change to defconst.
14048 * simple.el (mark-inactive): Purecopy message.
14050 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
14051 (global-map, yank-menu):
14052 * textmodes/ispell.el (ispell-menu-map):
14053 * net/eudc.el (eudc-tools-menu):
14054 * international/mule-cmds.el (describe-language-environment-map)
14055 (setup-language-environment-map, set-coding-system-map)
14056 (mule-menu-keymap):
14057 * vc-hooks.el (vc-menu-entry, vc-menu-map):
14058 * replace.el (occur-mode-map):
14059 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
14061 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
14063 * calc/calc.el (math-read-number, math-read-number-simple):
14064 Use `save-match-data'.
14066 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
14068 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
14069 rather than fiddling with global-map bindings, since it should only
14070 affect per-terminal settings.
14071 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
14073 * minibuffer.el (completion-table-with-terminator): Allow to specify
14074 the terminator-regexp.
14076 * simple.el (switch-to-completions): Look for *Completions* in other
14079 * pcomplete.el: Allow the use of completion-tables.
14080 (pcomplete-std-complete): New command.
14081 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
14082 (pcomplete--here): Use a function for `form' rather than an expression,
14083 so it can be byte-compiled.
14084 (pcomplete-here, pcomplete-here*): Adjust accordingly.
14085 Add edebug declaration.
14086 (pcomplete-show-completions): Remove unused var `curbuf'.
14087 (pcomplete-do-complete, pcomplete-stub):
14088 Don't assume `completions' is a list of strings any more.
14090 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
14092 * find-dired.el (find-name-arg): Fix typo in docstring.
14094 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
14096 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
14097 (pcmpl-linux-fs-types): Same, and update to new modules layout.
14099 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
14102 * comint.el (comint-read-input-ring, comint-write-input-ring)
14103 (comint-substitute-in-file-name)
14104 (comint-dynamic-complete-as-filename)
14105 (comint-dynamic-simple-complete)
14106 (comint-dynamic-list-filename-completions)
14107 (comint-dynamic-list-completions)
14108 (comint-redirect-results-list-from-process): Minor simplifications.
14110 2009-10-21 Kevin Ryde <user42@zip.com.au>
14112 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
14113 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
14114 the first form. And insert a blank line after ";;; Code" since
14115 that's usual style. (Bug#4612)
14117 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
14119 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
14121 * minibuffer.el (completion-table-with-terminator): Properly implement
14122 boundaries, in case `terminator' appears in the suffix.
14123 (completion--embedded-envvar-table): Don't return boundaries if
14124 there's no valid completion. Simplify.
14125 (completion-file-name-table): New completion table extracted from
14126 completion--file-name-table.
14127 (completion--file-name-table): Use it.
14128 (read-file-name-predicate): Declare obsolete.
14129 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
14130 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
14131 completion-file-name-table, and use the `pred' argument.
14132 * files.el (locate-file-completion-table): Use the `pred' arg rather
14133 than read-file-name-predicate.
14134 (abbreviate-file-name): Use \` rather than ^ for BOS.
14136 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
14138 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
14139 vc-responsible-backend to register, it causes problems.
14141 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
14143 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
14145 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
14147 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
14148 (tramp-smb-handle-file-attributes): Use it.
14149 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
14150 (tramp-smb-handle-insert-directory): Use `mapc' rather than
14151 `mapcar'. Use `tramp-smb-get-stat-capability'.
14152 Add `dired-filename' text properties.
14153 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
14154 (tramp-smb-maybe-open-connection): Simplify check for smbclient
14157 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
14159 * subr.el (read-key-delay): Reduce to 0.01.
14160 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
14163 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
14165 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
14167 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
14168 (Info-menu): Remove unused vars `last' and `completions'.
14169 (Info-index-nodes): Remove unused var `node'.
14171 * info.el (Info-complete-menu-item): Use complete-with-action.
14173 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
14175 Make vc-annotate work through copies and renames.
14176 * vc-annotate.el (vc-annotate-extract-revision-at-line):
14177 Return the file name too.
14178 (vc-annotate-revision-at-line)
14179 (vc-annotate-find-revision-at-line)
14180 (vc-annotate-revision-previous-to-line)
14181 (vc-annotate-show-log-revision-at-line): Update to get the file
14182 name from vc-annotate-extract-revision-at-line.
14183 (vc-annotate-show-diff-revision-at-line-internal): Change the
14184 argument to mean whether to show a file diff or not. Get the file
14185 name from vc-annotate-extract-revision-at-line.
14186 (vc-annotate-show-diff-revision-at-line):
14187 Update vc-annotate-show-diff-revision-at-line call.
14188 (vc-annotate-warp-revision): Add an optional file argument.
14190 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
14191 (vc-git-annotate-extract-revision-at-line): Also return the file
14194 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
14195 command. Remove unused code.
14196 (vc-hg-annotate-re): Update to match --follow output.
14197 (vc-hg-annotate-extract-revision-at-line): Also return the file
14200 * vc.el: Update annotate-extract-revision-at-line documentation.
14202 2009-10-18 Kevin Ryde <user42@zip.com.au>
14204 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
14205 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
14207 * net/browse-url.el (browse-url): Identify alist with "consp and
14208 not functionp" and let all other things go down the `apply' leg,
14209 as suggested by Stefan. (Further to bug#4531.)
14211 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
14213 * minibuffer.el (read-file-name): Check for repeat before putting
14214 a default argument in file-name-history (Bug#4657).
14216 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
14217 read syntax (Bug#4737).
14219 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
14221 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14223 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
14224 (html-tag-alist, html-tag-help): Add descriptions for undocumented
14225 entries and make note of obsolete tags.
14227 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
14229 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
14231 2009-10-18 Glenn Morris <rgm@gnu.org>
14233 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
14234 grep, so that binary files (eg international/uni-bidi.el) can match.
14235 Remove test for "UnicodeData" files, since it is hopefully unnecessary
14236 now, and in any case the file header format has changed.
14238 2009-10-17 Glenn Morris <rgm@gnu.org>
14240 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
14241 (flyspell-get-word, flyspell-large-region)
14242 (flyspell-auto-correct-previous-word): Doc/error message fixes.
14244 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
14246 * Makefile.in (ELCFILES): Add ede/shell.
14248 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
14250 * term/common-win.el (x-colors): Purecopy it.
14252 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
14254 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
14255 permissive for when the buffer is empty.
14256 (tar-header-block-tokenize): Decode the username and groupname.
14257 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
14259 2009-10-17 Eric Ludlam <zappo@gnu.org>
14261 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
14262 contains multibyte characters, choose first applicable coding
14263 system automatically.
14265 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
14267 * international/mule-cmds.el (select-safe-coding-system): If the file
14268 has a coding cookie, use it regardless of any other setting (bug#4712).
14270 2009-10-17 Glenn Morris <rgm@gnu.org>
14272 * foldout.el (foldout-mouse-swallow-events):
14273 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
14275 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
14276 (dired-keep-marker-copy, dired-keep-marker-hardlink)
14277 (dired-keep-marker-symlink, dired-dwim-target)
14278 (dired-copy-preserve-time): Do not autoload these defcustoms.
14280 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
14281 messages from messing up the file coding. (Bug#4623)
14283 2009-10-17 Jari Aalto <jari.aalto@cante.net>
14285 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
14286 if no match is found for the current dictionary. (Bug#4578)
14288 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
14289 optional, since that is how it is documented, and this is often called
14290 with a nil argument. (Bug#4577)
14291 (flyspell-external-point-words, flyspell-auto-correct-word)
14292 (flyspell-correct-word-before-point, flyspell-word-search-forward)
14293 (flyspell-word-search-backward): Remove nil argument in calls to
14294 flyspell-get-word, since it is not needed now.
14296 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
14298 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
14300 2009-10-16 Glenn Morris <rgm@gnu.org>
14302 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
14304 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
14306 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
14307 (ange-ftp-file-size): New function.
14308 (ange-ftp-file-attributes): Use it.
14310 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
14312 * net/tramp-smb.el (tramp-smb-version): New defvar.
14313 (tramp-smb-maybe-open-connection): Use it, in order to avoid
14316 2009-10-16 Glenn Morris <rgm@gnu.org>
14318 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
14319 Maybe copy some custom properties from old to new name. (Bug#4706)
14321 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
14323 * subr.el (error, sit-for, start-process-shell-command)
14324 (start-file-process-shell-command): Set the calling convention
14325 after the function definition.
14327 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
14329 * subr.el (error, sit-for, start-process-shell-command)
14330 (start-file-process-shell-command): Use the new
14331 set-advertised-calling-convention feature.
14333 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
14335 * international/ucs-normalize.el (ucs-normalize-version):
14337 (check-range): Adjust for Unicode 5.2.
14339 2009-10-15 Juri Linkov <juri@jurta.org>
14341 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
14342 to the `menu-item' format.
14344 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
14346 * net/tramp.el (tramp-replace-environment-variables): Do not fail
14347 if the environment variable does not exist.
14349 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
14350 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
14352 (tramp-smb-handle-add-name-to-file)
14353 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
14354 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
14355 (tramp-smb-handle-file-attributes)
14356 (tramp-smb-do-file-attributes-with-stat)
14357 (tramp-smb-handle-file-local-copy)
14358 (tramp-smb-handle-insert-directory)
14359 (tramp-smb-handle-make-directory)
14360 (tramp-smb-handle-make-directory-internal)
14361 (tramp-smb-handle-make-symbolic-link)
14362 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
14363 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
14364 (tramp-smb-maybe-open-connection): Apply the changed parameters.
14365 (tramp-smb-read-file-entry): Read Disk names in compressed format.
14366 Handle long file names.
14367 (tramp-smb-get-cifs-capabilities): Check, whether the connection
14368 process is running.
14369 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
14370 Read share names with "-g" option.
14372 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
14374 * net/rcirc.el (rcirc-view-log-file): New command.
14375 (rcirc-track-minor-mode-map): Remove C-c ` binding.
14376 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
14379 2009-10-15 Glenn Morris <rgm@gnu.org>
14381 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
14382 from the second command-line argument.
14383 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
14384 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
14385 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
14386 w32-batch-update-autoloads.
14387 * emacs-lisp/autoload.el (autoload-make-program): New variable.
14388 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
14390 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
14391 the headers cannot be located. Simplify, subtracting superflous
14394 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
14396 Replace completion-base-size by completion-base-position to fix bugs
14397 such as (bug#4699).
14398 * simple.el (completion-base-position): New var.
14399 (completion-base-size): Mark as obsolete.
14400 (choose-completion): Make it work for mouse events as well.
14401 Pass the new base-position to choose-completion-string.
14402 (choose-completion-guess-base-position): New function, extracted from
14403 choose-completion-delete-max-match.
14404 (choose-completion-delete-max-match): Use it. Make obsolete.
14405 (choose-completion-string): Use the new base-position info.
14406 (completion-root-regexp): Delete.
14407 (completion-setup-function): Preserve completion-base-position.
14408 Eliminate obsolete base-size manipulation.
14409 * minibuffer.el (display-completion-list): Don't mess with base-size.
14410 (minibuffer-completion-help): Set completion-base-position instead.
14411 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
14413 * textmodes/bibtex.el (bibtex-complete):
14414 * emacs-lisp/crm.el (crm--choose-completion-string):
14415 Adjust to new calling convention.
14416 * complete.el (partial-completion-mode): Use minibufferp to avoid
14417 bumping into incompatible change to choose-completion-string-functions.
14418 * ido.el (ido-choose-completion-string): Make its calling convention
14420 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
14421 base-size manipulation.
14422 (comint-dynamic-list-input-ring): Use dotimes and push.
14423 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
14424 fundamental-mode. Use `or'.
14426 2009-10-14 Juri Linkov <juri@jurta.org>
14428 * misearch.el (multi-isearch-next-buffer-from-list)
14429 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
14431 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
14433 * Makefile.in (compile-onefile): Load `bytecomp' rather than
14436 * minibuffer.el (completion-pcm--merge-completions): Make sure the
14437 string we return is all made up of text from the completions rather
14438 than part from the completions and part from the input (bug#4219).
14440 * ido.el (ido-everywhere): Use define-minor-mode.
14442 * buff-menu.el (list-buffers, ctl-x-map):
14443 Mark the entry points with ;;;###autoload cookies.
14445 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
14447 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
14448 correctly in the detached head case.
14449 (vc-git-print-log): Remove unused binding.
14451 * vc.el (vc-responsible-backend): When a directory is passed for
14452 for registration create a VC repository if no backend is
14453 responsible for the directory argument.
14454 (vc-deduce-fileset): Tell vc-responsible-backend to register.
14456 * vc.el: Move comments about RCS and SCCS ...
14458 * vc-sccs.el: ... here, respectively.
14460 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
14462 * minibuffer.el (completion--file-name-table): Return nil if there's
14463 no file completion, even if substitute-in-file-name changed
14464 the string (bug#4708).
14466 2009-10-13 Juri Linkov <juri@jurta.org>
14468 * files-x.el (read-file-local-variable-value): Don't filter out
14469 minor modes from mode name completion (bug#4664).
14471 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
14473 * international/mule-cmds.el (ucs-names): Remove exclusion of
14474 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
14476 2009-10-13 Kenichi Handa <handa@m17n.org>
14478 * international/uni-name.el: Regenerated.
14480 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
14482 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
14483 should be automatically buffer-local, but isn't.)
14485 2009-10-12 Sam Steingold <sds@gnu.org>
14487 * progmodes/compile.el (compilation-next-error-function): Fix the
14488 timestamps if the buffer has been visited before.
14489 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
14490 non-anchored patterns, like the perl one (bug#3928).
14492 2009-10-12 Glenn Morris <rgm@gnu.org>
14494 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
14497 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
14499 * proced.el (proced-unload-function): New function.
14501 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
14502 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
14505 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
14507 2009-10-11 Juri Linkov <juri@jurta.org>
14509 * files-x.el (read-file-local-variable-value):
14510 Provide default value only for bound variables (bug#4664).
14512 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
14514 * net/tramp.el (tramp-local-host-p): Function shall return nil for
14515 connection methods like smb.
14517 * net/tramp-cache.el (tramp-flush-connection-property): The hash
14520 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
14521 (tramp-smb-file-name-handler-alist): Add handlers for
14522 `add-name-to-file', `make-symbolic-link'.
14523 (tramp-smb-handle-add-name-to-file)
14524 (tramp-smb-do-file-attributes-with-stat)
14525 (tramp-smb-handle-make-symbolic-link)
14526 (tramp-smb-get-cifs-capabilities): New defuns.
14527 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
14528 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
14529 (tramp-smb-handle-file-local-copy)
14530 (tramp-smb-handle-make-directory-internal)
14531 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
14532 The file name syntax depends on cifs capabilities.
14533 (tramp-smb-handle-file-attributes):
14534 Call `tramp-smb-do-file-attributes-with-stat' if possible.
14535 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
14536 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
14538 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
14540 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
14541 (eieio-defclass): Apply deftype handler and setf-method properties
14543 (eieio-add-new-slot): Avoid union function from cl library.
14544 (eieio--typep): New function.
14545 (eieio-perform-slot-validation): Use it.
14547 2009-10-10 Karl Fogel <kfogel@red-bean.com>
14549 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
14550 Update documentation to refer to the variables documented in r1.135.
14553 2009-10-10 Karl Fogel <kfogel@red-bean.com>
14555 * bookmark.el (Info-suffix-list): Remove this unused variable.
14556 (bookmark-current-point): Remove this obsolete variable.
14557 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
14558 Adjust for removal of bookmark-current-point.
14560 (bookmarks-already-loaded, bookmark-current-buffer)
14561 (bookmark-yank-point): Document. (Bug#4188)
14563 2009-10-10 Glenn Morris <rgm@gnu.org>
14565 * frame.el (frame-height): Doc fix.
14567 * calendar/calendar.el (calendar-split-width-threshold): New option.
14568 (calendar-basic-setup): Use calendar-split-width-threshold.
14570 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
14572 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
14573 Ideographic Supplement" range (U+1F200..U+1F2FF).
14575 2009-10-09 Karl Fogel <kfogel@red-bean.com>
14577 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
14578 since the list will have been rebuilt anyway. (Bug#4349)
14580 2009-10-09 Karl Fogel <kfogel@red-bean.com>
14582 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
14583 (bookmark-bmenu-execute-deletions): Don't save here, as
14584 bookmark-delete will now do so if necessary.
14585 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
14588 2009-10-09 Glenn Morris <rgm@gnu.org>
14590 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
14592 2009-10-09 Karl Fogel <kfogel@red-bean.com>
14594 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
14595 (bookmark-jump-other-window): Just invoke bookmark-jump with new
14596 argument now, so the two function's behaviors will match. (Bug#3645)
14598 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
14600 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
14601 (tramp-file-name-real-host, tramp-file-name-port):
14602 Apply `save-match-data'.
14604 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
14605 case both directories are remote.
14606 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
14607 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
14609 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
14611 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
14613 2009-10-07 Glenn Morris <rgm@gnu.org>
14615 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
14618 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
14620 * files-x.el (read-file-local-variable): Include some
14621 non-user-variables in the completion table (bug#4664).
14623 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
14625 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
14628 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
14629 (tramp-smb-file-name-handler-alist): Add handler for
14630 `copy-directory', `expand-file-name', `set-file-modes'.
14631 (tramp-smb-handle-copy-directory)
14632 (tramp-smb-handle-expand-file-name)
14633 (tramp-smb-handle-set-file-modes): New defuns.
14634 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
14635 (tramp-smb-handle-file-attributes): Simplify check for retrieving
14637 (tramp-smb-handle-insert-directory): Don't flush the cache.
14638 (tramp-smb-maybe-open-connection): Check for samba client and
14641 2009-10-07 Eli Zaretskii <eliz@gnu.org>
14643 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
14644 to not error out of search for "^lisp=" fails.
14646 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
14648 * makefile.w32-in (WINS_UPDATES): New macro.
14649 (custom-deps, finder-data, autoloads): Use it.
14651 2009-10-07 Glenn Morris <rgm@gnu.org>
14653 * Makefile.in (autoloads): Revert previous change.
14654 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
14655 the list of preloaded files passed on the command-line, get
14656 it from src/Makefile.
14658 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
14659 show the original buffer rather than a random one.
14661 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
14663 * help.el (describe-no-warranty): Place point in a slightly better
14664 position in the GPLv3 text.
14666 2009-10-06 Sam Steingold <sds@gnu.org>
14668 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
14669 the comm attribute is present before calling regexp-quote.
14671 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
14673 * play/animate.el (animate-string): For good effect, make sure
14674 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
14676 * play/animate.el (animate-sequence, animate-birthday-present):
14677 * misc.el (butterfly): Don't set `indent-tabs-mode'.
14679 2009-10-06 Glenn Morris <rgm@gnu.org>
14681 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
14683 * emacs-lisp/autoload.el (autoload-excludes): New variable.
14684 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
14685 (batch-update-autoloads): Process a string value of autoload-excludes,
14686 set during the build process.
14687 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
14689 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
14690 inside with-parsed... macro so that `v' is defined.
14692 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
14693 * progmodes/fortran.el (fortran-end-of-block)
14694 (fortran-beginning-of-block):
14695 Also push mark in the macro case.
14697 * emerge.el (emerge-show-file-name):
14698 * calc/calc.el (calc-quit):
14699 * calc/calc-misc.el (calc-big-or-small):
14700 * calc/calc-graph.el (calc-graph-view):
14701 * calc/calc-ext.el (calc-reset):
14702 * calendar/calendar.el (calendar-basic-setup):
14703 Use window-full-height-p.
14705 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
14706 header we don't understand, don't insert another. (Bug#4624)
14707 If changing mime charset, insert the new one in the right place.
14709 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
14711 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
14712 (cal-tex-cursor-month): Correctly increment the end date for diary and
14713 holiday listing. (Bug#4626)
14715 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
14717 * help-fns.el (describe-function-1): Don't burp if the function is not
14720 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
14722 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
14723 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
14724 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
14725 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
14727 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
14728 (eieio-default-superclass): Reflow docstrings.
14729 (this, class-option-assoc, defclass, eieio-class-un-autoload)
14730 (eieio-unbind-method-implementations, defmethod)
14731 (eieio-validate-slot-value, eieio-validate-class-slot-value)
14732 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
14733 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
14734 (eieio-slot-originating-class-p, eieio-slot-name-index)
14735 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
14736 (constructor, initialize-instance, no-next-method, object-print)
14737 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
14738 Fix typos in docstrings.
14739 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
14740 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
14741 (next-method-p): Doc fixes.
14742 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
14743 Fix typos in error messages.
14744 (eieio-defmethod): Fix typo in description of generic method.
14746 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
14747 (eieio-persistent-save-interactive, slot-missing):
14748 Fix typos in docstrings.
14749 (eieio-instance-inheritor-slot-boundp): Doc fix.
14751 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
14752 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
14754 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
14755 (eieio-custom-object-apply-reset):
14756 Fix typos in docstrings and error messages.
14758 * emacs-lisp/eieio-datadebug.el (data-debug-show):
14759 Fix typo in docstring.
14761 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
14762 (eieio-browse-tree): Doc fix.
14763 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
14764 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
14765 Fix typos in docstrings.
14767 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
14768 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
14769 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
14770 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
14773 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
14775 * vc-hg.el (log-view-vc-backend): Declare for compiler.
14776 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
14777 Set log-view-vc-backend so that diff can work.
14779 * log-view.el (log-view-diff): Use vc-diff-internal instead of
14781 (vc-diff-internal): Autoload this instead of vc-version-diff.
14783 2009-10-05 Eli Zaretskii <eliz@gnu.org>
14785 * simple.el (eval-expression): Doc fix.
14787 * progmodes/cwarn.el (cwarn-mode): Doc fix.
14789 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
14791 * files.el (directory-files-no-dot-files-regexp): New defconst.
14792 (delete-directory): Use it.
14793 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
14795 * net/tramp.el (tramp-verbose): Fix docstring.
14796 (tramp-methods): Add recursive option to `tramp-copy-args'.
14797 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
14798 "scp1_old", "scp2_old", "rsync", "rsyncc".
14799 (tramp-default-method): Check also for `auth-source-user-or-password'.
14800 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
14801 Add handler for `copy-directory'.
14802 (tramp-handle-copy-directory): New defun.
14803 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
14804 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
14805 Optimize sent command.
14807 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
14809 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
14810 window if necessary.
14812 * calendar/calendar.el (calendar-basic-setup): Don't call
14813 switch-to-buffer in a dedicated window.
14815 2009-10-05 Karl Fogel <kfogel@red-bean.com>
14817 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
14818 don't do anything related to relocating, just return nil.
14819 (bookmark-error-no-filename): New error.
14820 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
14821 bookmark has no file. Don't even attempt to handle things that
14822 are not files; the whole point of custom handlers is to keep that
14823 knowledge elsewhere anyway. Tighten some comments.
14824 (bookmark-file-or-variation-thereof): Remove now-unused function.
14825 (bookmark-location): Doc string fix.
14828 2009-10-04 Karl Fogel <kfogel@red-bean.com>
14830 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
14831 don't use a file dialog, because they usually don't know how to read
14832 a directory target from the user. (Bug#4230)
14833 Also, make sure the prompt can display directories as well as files.
14835 2009-10-04 Karl Fogel <kfogel@red-bean.com>
14837 * bookmark.el (bookmark-set, bookmark-buffer-name):
14838 Improve doc strings. (Bug#1193)
14840 2009-10-04 Karl Fogel <kfogel@red-bean.com>
14842 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
14843 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
14844 (bookmark-get-annotation, bookmark-set-annotation)
14845 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
14846 (bookmark-set-position, bookmark-get-front-context-string)
14847 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
14848 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
14849 (bookmark-jump-other-window, bookmark-handle-bookmark)
14850 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
14851 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
14852 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
14853 Improve doc strings to say whether bookmark can be a string or
14854 a record or both, and make other consistency and clarity fixes.
14855 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
14856 (bookmark-default-annotation-text, bookmark-yank-word)
14857 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
14858 (bookmark-import-new-list, bookmark-maybe-rename)
14859 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
14860 (bookmark-bmenu-bookmark): Give these doc strings.
14861 (bookmark-bmenu-check-position): Give this a doc string, but also
14862 add a FIXME comment about how the function may be pointless.
14863 (bookmark-default-handler): Rework doc string and change a
14864 parameter name, to clarify that this takes a bookmark record
14865 not a bookmark name.
14866 (bookmark-set): Change a parameter name to indicate its meaning,
14867 and improve the doc string a bit.
14870 2009-10-04 Karl Fogel <kfogel@red-bean.com>
14872 * bookmark.el (bookmark-alist): Document the new `handler' element
14873 in the param alist.
14874 (bookmark-make-record-function): Adjust documentation for above.
14877 2009-10-04 Karl Fogel <kfogel@red-bean.com>
14879 * info.el (Info-bookmark-make-record): Document this function.
14880 (Info-bookmark-jump): Document with a doc string, not just a comment.
14883 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
14885 * files.el (copy-directory): New defun.
14887 * dired-aux.el (dired-copy-file-recursive): Use it.
14889 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
14891 * files-x.el (modify-dir-local-variable)
14892 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
14895 * recentf.el (recentf-unload-function): New function.
14897 2009-10-04 Glenn Morris <rgm@gnu.org>
14899 * window.el (window-full-height-p): Add doc string.
14901 2009-10-04 Martin Rudalics <rudalics@gmx.at>
14903 * window.el (window-full-height-p): New function. (Bug#4543)
14905 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
14907 * vc.el: Remove commented out code.
14908 (vc-derived-from-dir-mode): Remove, unused.
14909 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
14911 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
14913 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
14914 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
14915 there could be recursive loading when `default-directory' is a
14916 remote file name. (Bug#4614)
14918 2009-10-03 Glenn Morris <rgm@gnu.org>
14920 * calendar/calendar.el (calendar-basic-setup): Handle the case where
14922 (calendar-generate-window): Test for shrinkability rather than width.
14924 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
14925 reusing existing buffers, in case we happen to visit two files with the
14926 same basename. (Bug#4593)
14928 2009-10-02 Eli Zaretskii <eliz@gnu.org>
14930 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
14931 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
14932 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
14933 subdirs of cedet as well.
14934 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
14936 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14938 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
14939 Obey advertised-signature-table.
14941 * help-fns.el (help-function-arglist): Don't check
14942 advertised-signature-table.
14943 (describe-function-1): Do it here instead so it also applies to subrs.
14945 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
14947 * simple.el (start-file-process): Say in the doc-string, that file
14948 handlers might not support pty association, if PROGRAM is nil.
14950 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
14951 HOST and USER are strings. They are nil, when there are
14952 incomplete entries in ~/.netrc, for example.
14953 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
14954 root directory ("device busy" error otherwise).
14956 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
14957 Flush file properties of created directory.
14959 2009-10-02 Eli Zaretskii <eliz@gnu.org>
14961 * makefile.w32-in (WINS_BASIC): Remove cedet.
14962 (WINS_CEDET): Add cedet.
14963 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
14965 2009-10-02 Kevin Ryde <user42@zip.com.au>
14967 * net/browse-url.el (browse-url): Pass any symbol in
14968 browse-url-browser-function to `apply', since if you've mistakenly put
14969 an unbound symbol then the error is clearer. (Bug#4531)
14971 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
14973 * allout.el (allout-init, allout-back-to-current-heading)
14974 (allout-beginning-of-current-entry, allout-ascend-to-depth)
14975 (allout-ascend, allout-up-current-level, allout-end-of-level)
14976 (allout-previous-visible-heading, allout-forward-current-level)
14977 (allout-backward-current-level, allout-show-children):
14978 * apropos.el (apropos-describe-plist):
14979 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
14980 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
14981 * completion.el (add-completion, add-permanent-completion):
14982 * descr-text.el (describe-text-category, describe-char):
14983 * desktop.el (desktop-lazy-abort):
14984 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
14985 * dired.el (dired-build-subdir-alist):
14986 * ediff.el (ediff-version):
14987 * elide-head.el (elide-head, elide-head-show):
14988 * emerge.el (emerge-version):
14990 * face-remap.el (variable-pitch-mode):
14991 * faces.el (describe-face):
14992 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
14994 * files.el (find-file-existing, auto-save-mode):
14995 * font-lock.el (font-lock-fontify-buffer):
14996 * help-fns.el (describe-function, describe-variable)
14997 (describe-syntax, describe-categories):
14998 * help.el (view-lossage, describe-bindings, describe-key)
15000 * hexl.el (hexl-current-address):
15001 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
15002 * info.el (Info-goto-emacs-key-command-node):
15003 * log-edit.el (log-edit-insert-cvs-template)
15004 (log-edit-insert-cvs-rcstemplate):
15005 * menu-bar.el (menu-bar-mode):
15006 * mouse.el (mouse-appearance-menu):
15007 * newcomment.el (comment-indent-new-line):
15008 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
15009 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
15010 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
15011 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
15012 * recentf.el (recentf-mode):
15013 * savehist.el (savehist-mode, savehist-save):
15014 * shadowfile.el (shadow-copy-files):
15015 * simple.el (kill-ring-save, next-line, previous-line)
15016 (normal-erase-is-backspace-mode):
15017 * strokes.el (strokes-update-window-configuration)
15018 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
15019 (strokes-xpm-for-stroke):
15020 * time.el (emacs-uptime, emacs-init-time):
15021 * tutorial.el (tutorial--describe-nonstandard-key)
15022 (tutorial--detailed-help):
15023 * type-break.el (type-break-mode)
15024 (type-break-mode-line-message-mode, type-break-query-mode)
15025 (type-break-guesstimate-keystroke-threshold):
15026 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
15027 * version.el (emacs-version):
15028 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
15029 * winner.el (winner-mode):
15030 * calendar/timeclock.el (timeclock-in, timeclock-out)
15031 (timeclock-status-string, timeclock-change)
15032 (timeclock-workday-remaining-string)
15033 (timeclock-workday-elapsed-string)
15034 (timeclock-when-to-leave-string):
15035 * calendar/todo-mode.el (todo-add-category):
15036 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
15037 * emacs-lisp/autoload.el (update-file-autoloads):
15038 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
15039 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
15040 (checkdoc-message-text, checkdoc-defun):
15041 * emacs-lisp/debug.el (debugger-list-functions):
15042 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
15043 * emacs-lisp/eieio-opt.el (eieio-describe-class)
15044 (eieio-describe-generic):
15045 * emacs-lisp/lisp-mnt.el (lm-synopsis):
15046 * emacs-lisp/shadow.el (list-load-path-shadows):
15047 * emulation/cua-base.el (cua-mode):
15048 * emulation/edt.el (edt-set-scroll-margins):
15049 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
15050 (tpu-toggle-regexp, tpu-toggle-search-direction)
15051 (tpu-toggle-rectangle, tpu-toggle-control-keys):
15052 * emulation/tpu-extras.el (tpu-set-scroll-margins):
15053 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
15054 (viper-set-parsing-style-toggling-macro)
15055 (viper-set-emacs-state-searchstyle-macros):
15056 * emulation/viper.el (viper-set-hooks):
15057 * eshell/esh-mode.el (eshell-truncate-buffer):
15058 * international/mule-cmds.el (prefer-coding-system)
15059 (describe-input-method, describe-language-environment):
15060 * international/mule-diag.el (list-character-sets)
15061 (describe-character-set, describe-coding-system)
15062 (describe-fontset, list-fontsets, list-input-methods):
15063 * mail/sendmail.el (mail-signature):
15064 * net/ange-ftp.el (ange-ftp-copy-file):
15065 * net/browse-url.el (browse-url):
15066 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
15067 * net/quickurl.el (quickurl-add-url):
15068 * net/rcirc.el (names, topic):
15069 * net/xesam.el (xesam-mode):
15070 * play/5x5.el (5x5-new-game):
15071 * play/yow.el (apropos-zippy):
15072 * progmodes/ada-mode.el (ada-mode-version):
15073 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
15075 (f90-beginning-of-block):
15076 * progmodes/fortran.el (fortran-end-of-block)
15077 (fortran-beginning-of-block):
15078 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
15079 * progmodes/python.el (python-describe-symbol, python-shell):
15080 * term/ns-win.el (ns-print-buffer):
15081 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
15082 * textmodes/flyspell.el (flyspell-mode-on):
15083 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
15084 (pages-directory-for-addresses):
15085 * textmodes/table.el (table-recognize-cell)
15086 (table-query-dimension, table-generate-source)
15087 (table-insert-sequence, table--warn-incompatibility):
15088 * textmodes/tex-mode.el (tex-validate-buffer):
15089 * textmodes/texinfmt.el (texinfmt-version)
15090 (texinfo-format-buffer):
15091 Use `called-interactively-p' instead of `interactive-p'.
15093 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
15095 * image-mode.el (image-toggle-display):
15096 * emacs-lisp/elp.el (elp-instrument-function):
15097 * emacs-lisp/advice.el (ad-make-advised-definition):
15098 * emacs-lisp/easy-mmode.el (define-minor-mode):
15099 * net/browse-url.el (browse-url-maybe-new-window):
15100 * progmodes/sh-script.el (sh-learn-buffer-indent):
15101 Pass new argument 'any to `called-interactively-p'.
15103 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
15105 * international/uni-bidi.el:
15106 * international/uni-category.el:
15107 * international/uni-combining.el:
15108 * international/uni-comment.el:
15109 * international/uni-decimal.el:
15110 * international/uni-decomposition.el:
15111 * international/uni-digit.el:
15112 * international/uni-lowercase.el:
15113 * international/uni-mirrored.el:
15114 * international/uni-name.el:
15115 * international/uni-numeric.el:
15116 * international/uni-old-name.el:
15117 * international/uni-titlecase.el:
15118 * international/uni-uppercase.el:
15119 Regenerate from Unicode 5.2.0 data.
15121 2009-10-01 Glenn Morris <rgm@gnu.org>
15123 * Makefile.in (ELCFILES): Regenerate.
15125 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
15127 * subr.el (interactive-p): Mark obsolete.
15128 (called-interactively-p): Make the optional-ness of `kind' obsolete.
15129 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
15130 advertised-signature-table for subroutines as well.
15132 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
15133 (set-advertised-calling-convention): New function.
15134 (make-obsolete, define-obsolete-function-alias)
15135 (make-obsolete-variable, define-obsolete-variable-alias):
15136 Make the optional-ness of `when' obsolete.
15137 (define-obsolete-face-alias): Make `when' non-optional.
15138 * help-fns.el (help-function-arglist):
15139 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
15140 Use advertised-signature-table.
15142 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
15144 * files.el (delete-directory): New defun. The original function
15145 in fileio.c has been renamed to `delete-directory-internal'.
15147 * dired.el (dired-delete-file): Call `delete-directory' with
15148 RECURSIVE parameter.
15150 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
15151 parameter RECURSIVE. Implementation is missing.
15153 * net/tramp.el (tramp-handle-make-directory): Flush upper
15154 directory's file properties.
15155 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
15156 (tramp-handle-dired-recursive-delete-directory): Flush directory
15157 properties after the remove command only.
15159 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
15160 Handle optional parameter RECURSIVE.
15162 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
15163 Handle optional parameter RECURSIVE.
15165 * net/tramp-smb.el (tramp-smb-errors): Add error message for
15166 connection timeout.
15167 (tramp-smb-handle-delete-directory): Handle optional parameter
15170 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
15172 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
15173 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
15174 (byte-compile-defmacro): Use backquotes.
15176 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
15178 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
15179 has no associated file.
15180 (vc-resynch-buffer): Use vc-dir-buffers.
15182 2009-10-01 Glenn Morris <rgm@gnu.org>
15184 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
15185 (chart-file-count):
15186 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
15187 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
15188 * emacs-lisp/eieio-opt.el (eieio-describe-class):
15189 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
15190 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
15191 (eieio-copy-parents-into-subclass, make-instance, class-children)
15192 (eieio-generic-form):
15194 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
15195 match-data. (Bug#4555).
15197 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
15198 rather than parsing it as a regexp. This relaxes the layout
15199 requirements and makes errors easier to detect.
15200 (check-declare-verify): Check file is regular.
15201 (check-declare-directory): Doc fix.
15202 * subr.el (declare-function): Doc fix.
15204 * ibuffer.el (ibuffer-format-qualifier):
15205 * isearch.el (hi-lock-regexp-okay):
15206 * calc/calc.el (math-zerop):
15207 * mail/uce.el (rmail-msgbeg, rmail-msgend):
15208 * term/w32-win.el (setup-default-fontset, set-fontset-font):
15209 Remove unused declarations.
15211 2009-09-30 Eric Ludlam <zappo@gnu.org>
15213 * emacs-lisp/eieio.el (boolean-p): Delete.
15215 2009-09-30 Glenn Morris <rgm@gnu.org>
15217 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
15219 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
15220 filename is not a string.
15222 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
15224 * files.el (safe-local-eval-forms): Fix typo.
15226 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
15228 * vc-hooks.el (vc-dir-buffers): New var.
15229 (vc-state-refresh): New function.
15230 (vc-state): Use it.
15231 (vc-after-save): Always ask the backend to recompute the new state.
15232 Always call vc-dir if necessary, using vc-dir-buffers.
15233 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
15234 Use vc-dir-buffers.
15235 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
15236 (vc-dir-prepare-status-buffer, vc-dir-update)
15237 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
15238 Don't call expand-file-name on default-directory.
15240 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
15242 * speedbar.el (speedbar-item-delete):
15243 * calc/calc-prog.el (calc-kbd-if):
15244 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
15246 * epa.el (epa-key-list-mode-map):
15247 * hi-lock.el (hi-lock-menu): Fix typos in menus.
15249 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
15250 (hs-show-hook): Fix typo in docstring.
15252 2009-09-29 Glenn Morris <rgm@gnu.org>
15254 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
15255 file-name-nondirectory call preventing location of cedet files.
15256 (check-declare-verify): Use literal search rather than re-search.
15257 Add basic defmethod and defclass, and define-overloadable-function.
15259 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
15260 Use tramp-compat-file-attributes rather than nonexistent
15261 tramp-compat-handle-file-attributes.
15263 * Makefile.in (lisptagsfiles4): New.
15264 (AUTOGENEL): Add cedet loaddefs files.
15265 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
15266 (update-elclist, compile-always, backup-compiled-files)
15267 (bootstrap-clean): Add yet another directory level.
15268 (update-elclist): Use LC_COLLATE rather than COLLATE.
15269 (ELCFILES): Update, via `make update-elclist'.
15271 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
15273 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
15274 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
15275 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
15277 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
15279 * Makefile.in (lisptagsfiles3): Define.
15280 (TAGS, TAGS-LISP): Use it.
15281 (update-elclist): Add third directory level to look for elc files.
15282 (compile-always): Likewise.
15283 (backup-compiled-files): Likewise.
15284 (bootstrap-clean): Likewise.
15285 (ELCFILES): Update.
15287 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
15289 * Makefile.in (ELCFILES): Add CEDET files.
15291 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
15293 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
15295 * net/tramp.el (top): Require tramp-imap.
15297 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
15298 Use `tramp-compat-handle-file-attributes'.
15300 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
15302 * net/tramp-imap.el: New package.
15304 2009-09-28 Eric Ludlam <zappo@gnu.org>
15306 * emacs-lisp/chart.el:
15307 * emacs-lisp/eieio-base.el:
15308 * emacs-lisp/eieio-comp.el:
15309 * emacs-lisp/eieio-custom.el:
15310 * emacs-lisp/eieio-datadebug.el:
15311 * emacs-lisp/eieio-opt.el:
15312 * emacs-lisp/eieio-speedbar.el:
15313 * emacs-lisp/eieio.el: New files.
15315 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15317 * whitespace.el (whitespace-trailing-regexp)
15318 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
15321 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
15323 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
15326 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
15327 menu-bar-ediff-menu.
15329 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
15330 define-overloadable-function.
15332 * progmodes/autoconf.el: Provide autoconf as well, so that this
15333 file can be `require'd.
15335 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
15337 * emacs-lisp/autoload.el (generated-autoload-feature)
15338 (generated-autoload-load-name): New vars.
15339 (autoload-rubric, autoload-generate-file-autoloads): Use them.
15340 (make-autoload): Recognize define-overloadable-function and
15341 defclass forms (for EIEIO).
15343 * Makefile.in (update-subdirs): Exclude cedet directory.
15345 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
15347 * term/ns-win.el: Don't set the region face background. (Bug#4381)
15349 * faces.el: Default light-background background for region face to
15350 ns_selection_color under NS.
15352 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
15354 * net/imap-hash.el: New library, see NEWS.
15356 * Makefile.in (ELCFILES): Add imap-hash.el.
15358 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
15360 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
15361 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
15362 * help-macro.el (make-help-screen): Avoid using an ambiguous function
15363 definition where the docstring could be taken for the return value.
15365 2009-09-26 Glenn Morris <rgm@gnu.org>
15367 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
15368 Add option to only show images below a certain size.
15369 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
15370 save-excursion calls.
15372 2009-09-26 Eli Zaretskii <eliz@gnu.org>
15374 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
15375 subdirectories) and eieio.
15377 2009-09-26 Alan Mackenzie <acm@muc.de>
15379 * progmodes/cc-engine.el (c-beginning-of-statement-1):
15380 Correct buggy bracketing. (Bug#4289)
15382 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
15383 character constants (as case labels). (Bug#4289)
15385 2009-09-25 Juri Linkov <juri@jurta.org>
15387 * files.el (safe-local-eval-forms): Allow time-stamp in
15388 before-save-hook (Bug#4554).
15390 2009-09-25 Drew Adams <drew.adams@oracle.com>
15392 * menu-bar.el (list-buffers-directory): Doc fix.
15394 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
15396 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
15397 Try and avoid copying twice the same paragraph.
15398 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
15399 Remove save-excursion.
15400 (log-edit-changelog-entry): Do it here instead.
15402 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
15404 * bs.el (bs--get-file-name): Use `list-buffers-directory'
15405 when available, instead of hardcoding mode names. Doc fix.
15407 * menu-bar.el (list-buffers-directory): Add docstring.
15408 Make automatically buffer-local.
15410 * dired.el (dired-mode):
15411 * files.el (cd-absolute):
15412 * pcvs.el (cvs-temp-buffer):
15413 * pcvs-util.el (cvs-get-buffer-create):
15414 * shell.el (shell-mode):
15415 * vc-dir.el (vc-dir-mode):
15416 Don't make `list-buffers-directory' buffer local.
15418 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
15420 * comint.el (comint-exec, comint-run, make-comint):
15421 Doc fixes (Bug#4542).
15423 2009-09-25 Glenn Morris <rgm@gnu.org>
15425 * mail/rmailmm.el (rmail-mime): New custom group.
15426 Move all defcustoms in this file into this group.
15427 (rmail-mime-media-type-handlers-alist): Revert previous change.
15428 (rmail-mime-show-images): New option.
15429 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
15430 references to it, since it wasn't actually used for anything.
15431 (rmail-mime-insert-image): New function.
15432 (rmail-mime-image): Use rmail-mime-insert-image.
15433 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
15434 obey the value of `rmail-mime-show-images' option. Print the size of
15437 2009-09-25 David Engster <deng@randomsample.de>
15439 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
15441 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15443 * whitespace.el: Does not highlight trailing spaces While point is
15444 at end of line. Does not highligt spaces at beginning of buffer
15445 while point is at beginning of buffer. Does not highlight spaces
15446 at end of buffer while point is at end of buffer. (Bug#4177)
15448 (whitespace-display-mappings): Adjust initialization.
15449 (whitespace-point, whitespace-font-lock-refontify): New vars.
15450 (whitespace-color-on, whitespace-color-off): Adjust code.
15451 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
15452 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
15453 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
15455 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
15457 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
15459 * textmodes/sgml-mode.el: Remove xml-mode alias.
15461 * files.el (auto-mode-alist, conf-mode-maybe)
15462 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
15464 2009-09-24 Alan Mackenzie <acm@muc.de>
15466 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
15467 c-forward-conditionals, but it doesn't move point and doesn't set
15469 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
15470 (c-down-conditional-with-else, c-backward-conditional)
15471 (c-forward-conditional): Refactor to use c-scan-conditionals.
15473 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
15475 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
15476 (help-default-arg-highlight): Remove.
15477 (help-highlight-arg): New function.
15478 (help-do-arg-highlight): Use it.
15479 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
15481 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
15483 * term.el (term-set-scroll-region, term-handle-ansi-escape):
15484 Undo last change, which didn't fix the problem and introduced others.
15486 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
15488 * progmodes/gdb-mi.el: Don't require speedbar.
15489 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
15491 2009-09-24 Glenn Morris <rgm@gnu.org>
15493 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
15495 * term/ns-win.el (ns-reg-to-script): Define for compiler.
15497 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
15498 there is no newline after the final mime boundary. (Bug#4539)
15499 Move markers on insertion so that any buttons inserted don't end up in
15500 the next part of a multipart message.
15501 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
15502 (rmail-mime-bulk-handler): Optionally handle images.
15503 (rmail-mime-image): New button action.
15504 (rmail-mime-image-handler): New function.
15505 (rmail-mime-mode): New mode.
15506 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
15508 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
15510 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
15511 than just dropping elements from it (bug#4504).
15513 * term.el (term-set-scroll-region): Don't move cursor any more.
15514 (term-handle-ansi-escape): Call term-goto here instead.
15515 Suggested by Ivan Kanis <apple@kanis.eu>.
15517 * term.el: Require CL.
15518 (term-ansi-reset): New function.
15519 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
15520 (term-handle-colors-array): Simplify.
15522 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
15524 * allout.el (allout-overlay-interior-modification-handler)
15525 (allout-obtain-passphrase):
15526 * epa-file.el (epa-file-write-region):
15527 * ps-print.el (ps-begin-job):
15528 * vc-hooks.el (vc-toggle-read-only):
15529 * vc-rcs.el (vc-rcs-rollback):
15530 * vc-sccs.el (vc-sccs-rollback):
15531 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
15532 (vc-version-diff, vc-revert, vc-rollback):
15533 * wdired.el (wdired-check-kill-buffer):
15534 * emacs-lisp/authors.el (authors):
15535 * net/socks.el (socks-open-connection):
15536 * net/zeroconf.el (zeroconf-service-add-hook):
15537 * obsolete/vc-mcvs.el (vc-mcvs-register):
15538 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
15539 (gdb-select-frame):
15540 * progmodes/grep.el (lgrep, rgrep):
15541 * progmodes/idlw-help.el (idlwave-help-check-locations)
15542 (idlwave-help-html-link, idlwave-help-assistant-open-link):
15543 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
15544 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
15545 (reftex-toc-rename-label): Fix typos in error messages.
15547 * dired-aux.el (dired-do-shell-command): Reflow docstring.
15548 (dired-copy-how-to-fn): Doc fix.
15549 (dired-files-attributes, dired-read-shell-command):
15550 Fix typos in docstrings.
15552 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
15553 (dired-x-find-file-other-window): Reflow docstrings.
15554 (dired-omit-marker-char, dired-read-shell-command)
15555 (dired-x-submit-report): Fix typos in docstrings.
15557 * shell.el (shell-mode-hook):
15558 * view.el (View-scroll-line-forward):
15559 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
15560 Fix typos in docstrings.
15562 * net/dig.el (dig-invoke): Fix typo in docstring.
15563 (query-dig): Reflow docstring.
15565 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
15566 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
15567 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
15568 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
15569 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
15570 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
15571 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
15572 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
15573 (idlwave-completion-map, idlwave-current-indent)
15574 (idlwave-custom-ampersand-surround, idlwave-customize)
15575 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
15576 (idlwave-define-abbrev, idlwave-determine-class-special)
15577 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
15578 (idlwave-end-block-reg, idlwave-end-of-statement)
15579 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
15580 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
15581 (idlwave-explicit-class-listed, idlwave-file-header)
15582 (idlwave-fill-paragraph, idlwave-find-class-definition)
15583 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
15584 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
15585 (idlwave-in-quote, idlwave-indent-action-table)
15586 (idlwave-indent-expand-table, idlwave-indent-line)
15587 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
15588 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
15589 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
15590 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
15591 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
15592 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
15593 (idlwave-outlawed-buffers, idlwave-popup-select)
15594 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
15595 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
15596 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
15597 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
15598 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
15599 (idlwave-statement-type, idlwave-struct-skip)
15600 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
15601 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
15602 (idlwave-what-module-find-class): Fix typos in docstrings.
15603 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
15604 (idlwave-calculate-cont-indent, idlwave-expand-equal)
15605 (idlwave-find-module, idlwave-find-structure-definition)
15606 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
15607 (idlwave-list-load-path-shadows, idlwave-next-statement)
15608 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
15609 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
15610 (idlwave-template): Reflow docstrings.
15612 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
15613 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
15614 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
15615 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
15616 (idlwave-shell-display-line, idlwave-shell-display-wframe)
15617 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
15618 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
15619 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
15620 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
15621 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
15622 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
15623 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
15624 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
15625 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
15626 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
15627 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
15628 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
15629 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
15630 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
15631 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
15632 Fix typos in docstrings.
15633 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
15634 (idlwave-shell-hide-output, idlwave-shell-mode)
15635 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
15638 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
15640 2009-09-24 Ivan Kanis <apple@kanis.eu>
15642 * term.el (term-bold-attribute): New var.
15643 (term-handle-colors-array): Use it.
15645 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
15647 * progmodes/gdb-mi.el (gdb-version): New variable.
15648 (gdb-non-stop-handler): Set gdb-version.
15649 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
15650 Condition "--thread" option on gdb-version.
15651 (gdb-invalidate-threads): Remove unused argument.
15653 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
15655 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
15656 to looking-back to avoid ridiculous slow down in large files (bug#4511).
15658 2009-09-23 Glenn Morris <rgm@gnu.org>
15660 * mail/rmail.el (rmail-reply): Don't try to add a References header when
15661 replying to mail without References or Message-Id. (Bug#4525)
15663 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
15665 * term/ns-win.el (ns-reg-to-script): New variable.
15667 2009-09-23 Daiki Ueno <ueno@unixuser.org>
15669 * epg.el (epg-wait-for-status): Preserve existing 'error results.
15671 2009-09-22 Sam Steingold <sds@gnu.org>
15673 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
15674 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
15675 to 1 because hg returns status 1 when nothing is found.
15676 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
15678 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
15680 * textmodes/fill.el: Convert to utf-8 encoding.
15681 (fill-french-nobreak-p): Remove redundant » and « inherited from our
15684 * add-log.el (change-log-fill-forward-paragraph): New function.
15685 (change-log-mode): Use it so fill-region DTRT.
15686 Set fill-indent-according-to-mode here rather than in
15687 change-log-fill-paragraph.
15688 (change-log-fill-paragraph): Remove.
15690 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
15692 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
15693 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
15695 2009-09-22 Glenn Morris <rgm@gnu.org>
15697 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
15698 the scroll-bar scroll the calendar window rather than the buffer.
15700 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
15701 commands that move point (as opposed to scrolling).
15703 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
15705 * emacs-lisp/elint.el (elint): New custom group.
15706 (elint-log-buffer): Make it a defcustom.
15707 (elint-scan-preloaded, elint-ignored-warnings)
15708 (elint-directory-skip-re): New options.
15709 (elint-builtin-variables): Doc fix.
15710 (elint-preloaded-env): New variable.
15711 (elint-unknown-builtin-args): Add an entry for encode-time.
15712 (elint-extra-errors): Make it a variable rather than a constant.
15713 (elint-preloaded-skip-re): New constant.
15714 (elint-directory): Skip files matching elint-directory-skip-re.
15715 (elint-features): New variable, local to linted buffers.
15716 (elint-update-env): Initialize elint-features. Possibly add
15717 elint-preloaded-env to the buffer's environment.
15718 (elint-get-top-forms): Bind elint-current-pos, for log messages.
15720 (elint-init-form): New function, extracted from elint-init-env.
15721 Make non-list forms a warning rather than an error.
15722 Add the mode-map for define-derived-mode. Handle define-minor-mode,
15723 easy-menu-define, put that adds an error-condition, and provide.
15724 When requiring cl, also require cl-macs. Really require cl, to handle
15725 some cl macros. Store required libraries in the list elint-features,
15726 so as not to re-load them. Treat cc-require like require.
15727 (elint-init-env): Call elint-init-form to do the work.
15728 Handle eval-and-compile and such like.
15729 (elint-add-required-env): Do not clear messages.
15730 (elint-special-forms): Add handlers for function, defalias, if, when,
15732 (elint-form): Add optional argument to ignore elint-special-forms,
15733 useful to prevent recursive calls from handlers. Doc fix.
15734 Respect elint-ignored-warnings.
15735 (elint-form): Respect elint-ignored-warnings.
15736 (elint-bound-variable, elint-bound-function): New variables.
15737 (elint-unbound-variable): Respect elint-bound-variable.
15738 (elint-get-args): Respect elint-bound-function.
15739 (elint-check-cond-form): Add some simple handling for (f)boundp and
15741 (elint-check-defalias-form): New handler.
15742 (elint-check-let-form): Make an empty let a warning rather than an
15744 (elint-check-setq-form): Make an empty setq a warning rather than an
15745 error. Respect elint-ignored-warnings.
15746 (elint-check-defvar-form): Accept null doc-strings.
15747 (elint-check-conditional-form): New handler. Does some simple-minded
15748 checking of featurep and (f)boundp tests.
15749 (elint-put-function-args): New function.
15750 (elint-initialize): Use elint-scan-doc-file rather than
15751 elint-find-builtin-variables. Use elint-put-function-args.
15752 Possibly scan preloaded-file-list.
15753 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
15754 extend to handle functions as well.
15756 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
15758 * linum.el (linum-delete-overlays, linum-update-window):
15759 Do not modify the right margin. (Bug#3971)
15761 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
15763 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
15764 Use nxml-mode instead of xml-mode.
15766 2009-09-21 Kevin Ryde <user42@zip.com.au>
15768 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
15770 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
15772 * net/dig.el (dig-mode): Use define-derived-mode.
15774 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
15776 * vc-dispatcher.el (vc-do-command): Return the process object in
15777 the asynchronous case. Use when instead of if. Do not run
15778 vc-exec-after to display a message if not enabled. (Bug#4463)
15780 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
15781 properties to the stash strings.
15782 (vc-git-stash-list): Return a list of strings.
15783 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
15784 (vc-git-stash-show-at-point): New functions.
15785 (vc-git-stash-map): New keymap.
15787 * register.el (ctl-x-r-map): Define the keys here instead of
15790 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
15792 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
15793 list, to workaround performance problem (bug#4485).
15795 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
15797 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
15799 2009-09-20 Daiki Ueno <ueno@unixuser.org>
15801 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
15802 Document that this option is not recommended to use.
15804 2009-09-19 Glenn Morris <rgm@gnu.org>
15806 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
15809 * calc/calc-alg.el (var):
15810 * calc/calcalg2.el (var): Define for compiler.
15812 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
15814 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
15815 Doc fix (Bug#3932).
15817 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
15819 * time-stamp.el (time-stamp-month-dd-yyyy)
15820 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
15821 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
15822 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
15823 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
15824 Remove functions that have been obsolete since 1995 (Bug#4436).
15826 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
15827 indent buffer only if called interactively (Bug#4452).
15829 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
15830 Eli Zaretskii <eliz@gnu.org>
15832 This fixes bug#4197 (merged to bug#865, though not identical).
15833 * server.el (server-auth-dir): Add docstring note about FAT32.
15834 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
15835 but warn against using them.
15837 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
15839 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
15840 older GDB where there is no has_more field.
15842 2009-09-19 Glenn Morris <rgm@gnu.org>
15844 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
15846 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
15848 * files.el (auto-mode-alist): Change default for XML files to nXML
15851 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
15853 * server.el (server-ensure-safe-dir): Pass 'integer
15854 to `file-attributes', as suggested.
15856 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
15858 * dired-aux.el (dired-query-alist): Remove spurious backslash.
15859 (dired-query): Use read-key.
15861 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
15863 * cus-start.el (ns-use-qd-smoothing): Remove.
15865 2009-09-18 Glenn Morris <rgm@gnu.org>
15867 * allout.el (top-level): Remove unnecessary progn.
15869 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
15871 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
15872 definition of abbrev table.
15874 * speedbar.el (speedbar-track-mouse):
15875 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
15876 * net/eudc.el (eudc-expand-inline):
15877 * net/newst-backend.el (newsticker--cache-read-feed):
15878 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
15879 condition-case handlers.
15881 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
15883 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
15884 (gdb-var-list): Add an element for has_more field.
15885 (gdb-non-stop-handler): Enable pretty printing for STL containers.
15886 (gdb-var-create-handler, gdb-var-list-children-handler-1)
15887 (gdb-var-update-handler-1): Parse output of dynamic variable
15888 objects (STL containers).
15889 (gdb-var-delete-1): Pass var1 as an explicit second argument.
15890 (gdb-get-field): Delete alias. Use bindat-get-field directly.
15892 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
15894 (gud-speedbar-buttons): Make node expandable if expression "has more"
15897 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
15899 * startup.el (emacs-quick-startup): Remove variable and all uses.
15900 (command-line): Set `inhibit-x-resources' instead.
15901 (command-line-1): Use `inhibit-x-resources' instead.
15903 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
15905 * subr.el: Fix last change to avoid using the `unless' macro,
15906 which breaks bootstrapping.
15908 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
15910 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
15911 extended definitions, in case we reload subr.el after having
15913 (eval-next-after-load): Mark as obsolete.
15915 2009-09-17 Juri Linkov <juri@jurta.org>
15917 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
15918 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
15919 (menu-bar-showhide-menu, menu-bar-tools-menu)
15920 (menu-bar-describe-menu, menu-bar-help-menu)
15921 (minibuffer-local-completion-map, minibuffer-local-map):
15924 2009-09-17 Glenn Morris <rgm@gnu.org>
15926 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
15927 arguments, whether or not it has a handler.
15929 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
15931 * simple.el (hard-newline): Give it a doc-string.
15933 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
15934 (lisp-mode-syntax-table): Give them doc-strings.
15936 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
15938 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
15939 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
15940 (menu-bar-options-menu, menu-bar-showhide-menu)
15941 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
15942 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
15943 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
15944 (menu-bar-options-menu, menu-bar-tools-menu)
15945 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
15946 (menu-bar-help-menu):
15947 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
15950 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
15951 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
15952 calls for the menu names and :help.
15954 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
15956 * mouse.el (minor-mode-menu-from-indicator): Pay attention
15957 to :minor-mode-function (bug#4455).
15959 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
15961 * startup.el (command-line): Initialize the window-system after
15962 processing the command-line.
15964 * textmodes/page.el (what-page): Make sure we don't inf-loop if
15965 page-delimiter matches the empty string.
15967 2009-09-16 Glenn Morris <rgm@gnu.org>
15969 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
15970 byte-compile-not-obsolete-var. It's a list now.
15971 (byte-compile-not-obsolete-funcs): New variable.
15972 (byte-compile-warn-obsolete): Don't warn about functions if they are in
15973 byte-compile-not-obsolete-funcs.
15974 (byte-compile-variable-ref, byte-compile-defvar): Update for
15975 byte-compile-not-obsolete-vars name-change and list nature.
15976 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
15977 and variables behind (f)boundp tests.
15978 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
15980 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
15982 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
15984 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
15986 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
15987 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
15990 2009-09-15 Stephen Eglen <stephen@gnu.org>
15992 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
15993 the virtual-buffers, use the name of the buffer specified by
15994 find-file-noselect, as the match may be a symlink. (This was a
15995 problem if the target and the symlink had different names.)
15997 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
15999 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
16001 * desktop.el (desktop-path): Check user-emacs-directory.
16003 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
16005 * loadup.el: Use after-load-functions to GC after loading each file.
16006 Remove the explicit GC calls that used to be sprinkled around.
16008 * subr.el (after-load-functions): New hook.
16009 (do-after-load-evaluation): Run it. Use string-match-p to detect
16010 `obsolete' packages, rather than painfully extracting the relevant
16013 2009-09-15 Glenn Morris <rgm@gnu.org>
16015 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
16016 free variable `doc'.
16018 * dired.el (dired-mode-map): Add menu entry for async shell command.
16020 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
16021 variables, also consider the .elc files, since the .el files are
16022 normally gzipped (subsequent code locates the .el.gz from the .elc).
16024 * calc/calc-prog.el (arglist): Define for compiler.
16026 * calendar/diary-lib.el (diary-display-function): Change the default to
16028 (body): Define for compiler.
16030 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
16031 (byte-compile-file-form, byte-compile-lambda)
16032 (byte-compile-top-level-body, byte-compile-form)
16033 (byte-compile-variable-ref, byte-compile-setq)
16034 (byte-compile-setq-default, byte-compile-body)
16035 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
16036 (batch-byte-compile): Give some more local variables with common names
16037 a "bytecomp-" prefix to avoid masking warnings about free variables.
16039 * startup.el (command-line-1): Give local variables with common names a
16040 distinguishing prefix, so as not to hide free variable warnings during
16043 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
16044 clever and add a suffix to make a unique name, just let the user decide
16045 whether or not to overwrite it. If the input is a directory, write the
16046 default filename to that directory. (Bug#4388)
16047 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
16048 is a filename-as-a-directory.
16050 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
16052 * textmodes/page.el (what-page): Don't move to beginning of line.
16053 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
16055 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
16057 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
16059 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
16061 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
16062 * help.el (help-for-help-internal): Add purecopy calls for text.
16064 * vc.el (top): print-log method now takes an optional SHORTLOG
16065 argument. Add a new method: root.
16066 (vc-root-diff, vc-print-root-log): New functions.
16067 (vc-log-short-style): New variable.
16068 (vc-print-log-internal): Add support for showing short logs.
16070 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
16071 vc-print-root-log and vc-print-root-diff.
16073 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
16074 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
16075 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
16078 * vc-cvs.el (vc-cvs-print-log):
16079 * vc-mtn.el (vc-mtn-print-log):
16080 * vc-rcs.el (vc-rcs-print-log):
16081 * vc-sccs.el (vc-sccs-print-log):
16082 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
16083 that is ignored for now.
16085 * vc-mtn.el (vc-mtn-annotate-command):
16086 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
16088 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
16090 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
16091 to function-key-map, and give them ascii-character property.
16092 * term/x-win.el (x-alternatives-map):
16093 * term/ns-win.el (ns-alternatives-map):
16094 * term/internal.el (msdos-key-remapping-map):
16095 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
16097 2009-09-14 Glenn Morris <rgm@gnu.org>
16099 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
16100 temp-buffers (2009-09-12).
16102 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
16104 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
16105 the new read-key function.
16107 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
16109 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
16110 is defined (Bug#4405).
16112 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
16114 * recentf.el (recentf-cleanup): Use a hash table to find
16115 duplicates (Bug#4407).
16117 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
16119 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
16120 kp-0 to ascii equivalents (Bug#4325).
16122 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
16124 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
16126 * eshell/em-hist.el:
16127 * eshell/em-dirs.el (eshell-complete-user-reference):
16128 Declare pcomplete functions and variables to avoid compiler warnings.
16130 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
16132 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
16133 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
16134 * eshell/em-alias.el (eshell-aliases-file):
16135 * eshell/em-hist.el (eshell-history-file-name):
16136 Use expand-file-name instead of concat to make file names (Bug#4308).
16138 2009-09-13 Glenn Morris <rgm@gnu.org>
16140 * ediff-merg.el (ediff-do-merge):
16141 * filesets.el (filesets-run-cmd):
16142 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
16143 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
16144 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
16145 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
16146 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
16147 Replace empty `let's with `progn'.
16149 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
16151 * mail/sendmail.el (send-mail-function):
16152 * tooltip.el (tooltip-mode):
16153 * simple.el (transient-mark-mode):
16154 * rfn-eshadow.el (file-name-shadow-mode):
16155 * frame.el (blink-cursor-mode):
16156 * font-core.el (global-font-lock-mode):
16157 * files.el (temporary-file-directory)
16158 (small-temporary-file-directory, auto-save-file-name-transforms):
16159 * epa-hook.el (auto-encryption-mode):
16160 * composite.el (global-auto-composition-mode):
16161 Use custom-initialize-delay.
16162 * startup.el (command-line): Don't explicitly call
16163 custom-reevaluate-setting for all the above vars.
16164 * custom.el (custom-initialize-safe-set)
16165 (custom-initialize-safe-default): Delete.
16167 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
16169 * term/x-win.el (x-initialize-window-system):
16170 * term/w32-win.el (w32-initialize-window-system):
16171 * term/ns-win.el (ns-initialize-window-system): Don't call
16172 mouse-wheel-mode since it's enabled globally by default already.
16174 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
16175 actually define the variable, but only silences the byte-compiler.
16176 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
16177 before looking it up.
16178 (mouse-wheel-scroll-amount): Also reset the bindings if this value
16181 2009-09-12 Glenn Morris <rgm@gnu.org>
16183 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
16185 (elint-add-required-env): Don't beep on error.
16186 (elint-forms): In case of error, return ENV unchanged.
16187 (elint-init-env): Skip non-list forms.
16188 (elint-log): Handle unknown file positions.
16190 2009-09-12 Daiki Ueno <ueno@unixuser.org>
16192 * epg.el (epg-make-context): Add autoload cookie.
16193 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
16194 (epg-decrypt-string, epg-start-verify, epg-verify-file)
16195 (epg-verify-string, epg-start-sign, epg-sign-file)
16196 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
16197 (epg-encrypt-string, epg-start-export-keys)
16198 (epg-export-keys-to-file, epg-export-keys-to-string)
16199 (epg-start-import-keys, epg-import-keys-from-file)
16200 (epg-import-keys-from-string, epg-start-receive-keys)
16201 (epg-receive-keys, epg-import-keys-from-server)
16202 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
16203 (epg-sign-keys, epg-start-generate-key)
16204 (epg-generate-key-from-file, epg-generate-key-from-string):
16205 Remove autoload cookie.
16207 2009-09-12 Eli Zaretskii <eliz@gnu.org>
16209 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
16210 reevaluation of trash-directory.
16212 * mwheel.el: Fix last change.
16213 (mouse-wheel-mode): New defvar.
16214 (mouse-wheel-mode): Remove autoload cookie.
16216 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
16218 * mwheel.el (mwheel-installed-bindings): New var.
16219 (mouse-wheel-mode): Use it, so as to make sure we really remove all
16220 the bindings we set last time. Use custom-initialize-delay.
16221 * loadup.el: Load mwheel after term/*-win.el.
16222 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
16223 and mouse-wheel-up-event now that their first evaluation is done
16224 sufficiently late to be correct.
16226 * startup.el (tutorial-directory): Make it a defcustom.
16227 Use custom-initialize-delay rather than eval-at-startup to set it.
16228 * image.el (image-load-path): Make it a defcustom.
16229 Use custom-initialize-delay rather than eval-at-startup to set it.
16230 * subr.el (eval-at-startup): Remove.
16231 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
16233 * subr.el (do-after-load-evaluation): Warn the user after loading an
16236 2009-09-12 Glenn Morris <rgm@gnu.org>
16238 * proced.el (proced-mark-alt): Remove alias.
16239 (proced-mode-map): Remove proced-mark-alt.
16241 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
16242 Elint file and directory. Remove initialization entry.
16244 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
16246 (elint-current-buffer): Set mode-line-process.
16247 (elint-init-env): Handle define-derived-mode.
16248 Fix declare-function with unspecified arglist. Guard against odd
16249 defalias statements (eg iso-insert's 8859-1-map).
16250 (elint-add-required-env): Use a temp buffer.
16251 (elint-form): Just print the function/macro name, not the whole form.
16252 Return env unchanged if we fail to parse a macro.
16253 (elint-forms): Guard against parse errors.
16254 (elint-output): New function, to handle batch mode.
16255 (elint-log-message): Add optional argument. Use elint-output.
16256 (elint-set-mode-line): New function.
16258 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
16260 * emacs-lisp/elp.el (elp-not-profilable): Add more
16261 functions (Bug#4233).
16263 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
16265 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
16266 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
16268 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
16270 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
16271 (gdb-var-list-children): Use json parsing.
16273 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
16275 * progmodes/js.el (js--proper-indentation): Handle the case where
16276 char-before is null. Reported by Deniz Dogan.
16278 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
16280 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
16282 2009-09-11 Daiki Ueno <ueno@unixuser.org>
16284 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
16285 (epg-digest-algorithm-alist): Add SHA224.
16286 (epg-context-set-passphrase-callback)
16287 (epg-context-set-progress-callback): Add description about
16290 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
16292 * custom.el (custom-delayed-init-variables): New var.
16293 (custom-initialize-delay): New function.
16294 * startup.el (command-line): "Re"evaluate all vars in
16295 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
16296 explicitly any more.
16297 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
16298 to avoid creating a ~/.emacs.d at build-time (bug#4347).
16300 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
16302 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
16304 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
16305 (gdb-var-update-handler): Use json parsing.
16307 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
16309 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
16310 decode annotated text, regardless of language environment. (Bug#2741)
16312 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
16314 * Makefile.in (autoloads): Make rmail.el writable as well.
16316 2009-09-11 Glenn Morris <rgm@gnu.org>
16318 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
16320 * dired.el: Regenerate with extracted autoloads.
16321 * Makefile.in (autoloads): Make dired.el writable.
16323 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
16324 * ibuffer.el: Regenerate with extracted autoloads.
16325 * Makefile.in (autoloads): Make ibuffer.el writable.
16327 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
16328 * version.el (emacs-copyright, emacs-major-version)
16329 (emacs-minor-version): Reformat doc-strings for make-docfile.
16331 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
16332 functions and variables, since they must be stuff specific to some other
16334 (apropos-print): Make mouse-click message less specific about button.
16336 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
16337 that records where a macro was defined.
16338 * help-fns.el (describe-function-1): Mention if a function has a
16340 * help-mode.el (help-function-cmacro): New button.
16342 * locate.el (top-level): Always require dired.
16343 (locate-mode-map): Initialize inside the defvar.
16345 * net/ange-ftp.el (dired-compress-file): Declare.
16346 (ange-ftp-dired-compress-file): Add doc string.
16348 * term/ns-win.el (x-display-name, x-setup-function-keys):
16349 Unify doc-strings with X versions.
16351 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
16353 * emulation/crisp.el (crisp-mode-map): Move initialization
16355 (crisp-mode): Use define-minor-mode.
16357 * progmodes/xscheme.el (xscheme-evaluation-commands):
16358 Put a :advertised-binding property rather than using
16359 advertised-xscheme-send-previous-expression.
16360 (advertised-xscheme-send-previous-expression): Declare obsolete.
16361 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
16363 (crisp-mode): Add corresponding bindings to
16364 undo's :advertised-binding instead.
16365 * dired.el (dired-mode-map): Put a :advertised-binding property rather
16366 than using dired-advertised-find-file.
16367 (dired-advertised-find-file):
16368 * simple.el (advertised-undo):
16369 * wid-edit.el (advertised-widget-backward): Declare obsolete.
16370 (widget-keymap): Put a :advertised-binding property rather
16371 than using advertised-widget-backward.
16372 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
16373 than using advertised-undo.
16374 * tutorial.el (tutorial--default-keys): Adjust accordingly.
16376 2009-09-10 Simon South <ssouth@slowcomputing.org>
16378 * progmodes/delphi.el (delphi-tab): Indent region when Transient
16379 Mark mode is enabled and region is active; otherwise indent or
16380 insert TAB as usual.
16381 (delphi-mode): Update description of TAB-key binding.
16383 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
16385 * subr.el (define-key-rebound-commands): Mark obsolete.
16386 * startup.el (precompute-menubar-bindings): Remove.
16387 (normal-top-level): Remove obsolete code that tried to precompute
16389 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
16390 define-key-rebound-commands and precompute-menubar-bindings.
16392 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
16394 * net/imap.el (imap-interactive-login): Better messages.
16395 (imap-open): Fix bug with renamed buffer on reconnect.
16396 (imap-authenticate): Add buffer-local imap-last-authenticator variable
16397 for easier debugging and cleaner code. On successful (guessed based on
16398 server capabilities) secondary authentication, set imap-state
16400 (imap-last-authenticator): Define imap-last-authenticator as a variable
16403 2009-09-10 Glenn Morris <rgm@gnu.org>
16405 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
16407 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
16408 (byte-compile-file-form-autoload): Don't warn about unknown functions
16409 where the autoload statement comes after the use.
16410 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
16411 that any handlers inside the body (eg require) are in turn respected.
16413 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
16416 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
16417 and syntax and abbrev tables basic docs, if they don't have any.
16419 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
16421 * international/mule-cmds.el (top-level): Require cl when compiling.
16422 (view-hello-file): Use default-value rather than
16423 default-enable-multibyte-characters.
16425 * progmodes/fortran.el: Move all safe and risky properties into the
16428 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
16429 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
16430 * mail/undigest.el:
16431 Put autoloads in rmail.el rather than loaddefs.el.
16432 * mail/rmail.el: Regenerate with extracted autoloads.
16434 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
16435 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
16437 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
16439 Reported in thread for Bug#4375.
16440 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
16441 "-data-evaluate-expression" instead of print.
16442 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
16443 (gdb-tooltip-print): Parse output from above MI command.
16444 (gdb): Revert 2009-08-11 change. User should detach inferior
16447 Remove the word "separate" from IO functions as inferior
16448 output is now never displayed in the GUD buffer.
16450 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
16452 * startup.el (command-line-normalize-file-name): On Windows and
16453 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
16455 2009-09-10 Juri Linkov <juri@jurta.org>
16457 * isearch.el (isearch-text-char-description): Propertize escape
16458 character sequences with the `escape-glyph' face. (Bug#4344)
16460 * simple.el (shell-command): Set asynchronous process filter to
16461 `comint-output-filter'. (Bug#4343)
16463 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
16464 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
16465 the list. Move "asm" to the bottom.
16466 (grep-find-ignored-directories): Add `choice' with nil value
16467 to empty the list easily.
16468 (grep-find-ignored-files): New option.
16469 (grep-files-history): Set to nil by default instead of '("ch" "el").
16470 (grep-compute-defaults): Add "<X>" to `grep-template'.
16471 (grep-read-files): Bind new local variables `default-alias' and
16472 `default-extension'. Use a list of default values for the file prompt.
16473 (lgrep): Add `--exclude=' command line options composed from
16474 `grep-find-ignored-files'.
16475 (rgrep): Add `-name' command line options composed from
16476 `grep-find-ignored-files'. (Bug#4301)
16478 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
16480 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
16483 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
16485 * calendar/time-date.el (autoload):
16486 Expand define-obsolete-function-alias into defalias and make-obsolete
16487 for old Emacsen that Gnus supports.
16488 (with-no-warnings): Define it for old Emacsen.
16489 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
16491 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
16492 float-time is available; suppress compile warning for time-to-seconds.
16494 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
16496 * net/imap.el (imap-message-map): Docstring fix.
16498 2009-09-09 Glenn Morris <rgm@gnu.org>
16500 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
16501 line numbers too. (Bug#4374)
16503 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
16505 * smerge-mode.el (smerge-remove-props, smerge-refine):
16506 Use with-silent-modifications (bug#4342).
16508 * subr.el (with-silent-modifications): New macro.
16510 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
16512 * files.el (top-level): Require `cl' when compiling.
16514 2009-09-07 Glenn Morris <rgm@gnu.org>
16516 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
16518 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
16519 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
16521 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
16523 * vc-git.el (vc-git-annotate-command): Use separator to parse
16524 arguments correctly.
16526 2009-09-06 Eli Zaretskii <eliz@gnu.org>
16528 * proced.el (proced-mode): Doc fix.
16530 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
16532 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
16534 (tramp-do-file-attributes-with-ls): Check for file existence at
16536 (tramp-do-file-attributes-with-stat): Likewise.
16537 (tramp-convert-file-attributes): Return nil when attr is nil.
16539 2009-09-05 Glenn Morris <rgm@gnu.org>
16541 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
16542 properties to this button.
16543 (diary-fancy-display): Don't extend the button to the final newline.
16544 (diary-fancy-display-mode): Continue to define "q" as a local key.
16546 * calendar/cal-china.el (holiday-chinese): Make it slightly more
16549 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
16551 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
16552 (byte-compile-dest-file-function): New option.
16553 (byte-compile-dest-file): Doc fix.
16554 Obey byte-compile-dest-file-function.
16555 (byte-compile-cl-file-p): New function.
16556 (byte-compile-eval): Only suppress noruntime warnings about cl functions
16557 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
16558 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
16559 than for file being previously loaded.
16560 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
16561 (byte-compile-file-form-require): Handle the case where requiring a file
16562 indirectly causes CL to be loaded.
16564 2009-09-05 Karl Fogel <kfogel@red-bean.com>
16566 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
16567 before killing the old buffer, since by the time `kill-buffer' is
16568 run so many buffer variables have been set to nil that it may not
16569 behave as expected. (Bug#4061)
16571 2009-09-05 Karl Fogel <kfogel@red-bean.com>
16573 * files.el (find-alternate-file): If the old buffer is modified
16574 and visiting a file, behave similarly to `kill-buffer' when
16575 killing it, thus reverting to the pre-1.878 behavior; see
16576 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
16577 for discussion. Also, consult `buffer-file-name' as a variable
16578 not as a function, for consistency with the rest of the code.
16580 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
16582 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
16583 also when adding a new directory.
16585 * net/tramp-compat.el (tramp-compat-line-beginning-position):
16588 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
16590 * files.el (locate-file-completion-table): Make it provide boundary
16591 information, so partial-completion works better.
16593 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
16595 * mail/footnote.el (Footnote-text-under-cursor):
16596 Check footnote-text-marker-alist before using it (bug#4324).
16598 2009-09-04 Glenn Morris <rgm@gnu.org>
16600 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
16601 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
16602 * play/solitaire.el, play/tetris.el:
16603 Remove leading * from defcustom and defface docs.
16605 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
16607 (diary-fancy-overriding-map): New variable.
16608 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
16611 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
16614 2009-09-03 Glenn Morris <rgm@gnu.org>
16616 * arc-mode.el (archive-mode):
16617 * dos-fns.el (set-default-process-coding-system):
16618 * man.el (Man-getpage-in-background):
16619 * menu-bar.el (menu-bar-describe-menu):
16620 * server.el (server-process-filter):
16621 * startup.el (command-line):
16622 * tar-mode.el (tar-header-block-tokenize, tar-extract):
16623 * w32-fns.el (set-default-process-coding-system):
16624 * x-dnd.el (x-dnd-handle-file-name):
16625 * international/mule-cmds.el (mule-menu-keymap)
16626 (set-default-coding-systems, language-info-alist, set-language-info)
16627 (set-language-environment, standard-display-european-internal)
16628 (set-locale-environment):
16629 * international/mule-diag.el (mule-diag):
16630 * mail/emacsbug.el (report-emacs-bug):
16631 * mail/rmail.el (rmail-mode):
16632 * mail/sendmail.el (mail-setup):
16633 Use default-value rather than default-enable-multibyte-characters.
16635 * progmodes/f90.el: Move all safe properties into the defcustoms.
16636 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
16638 * calendar/appt.el (appt-check):
16639 * calendar/diary-lib.el (diary-set-header, diary-live-p)
16640 (diary-check-diary-file, diary-list-entries)
16641 (diary-include-other-diary-files, diary-simple-display)
16642 (diary-fancy-display, diary-print-entries)
16643 (diary-mark-included-diary-files, diary-make-entry):
16644 Don't call substitute-in-file-name on diary-file.
16646 2009-09-03 Eduard Wiebe <usenet@pusto.de>
16647 Stefan Monnier <monnier@iro.umontreal.ca>
16649 * mail/footnote.el (footnote-prefix): Make it a defcustom.
16650 (footnote-mode-map): Move initialization into the declaration.
16651 (footnote-minor-mode-map): Define it rather than changing global-map.
16652 (footnote-mode): Use define-minor-mode.
16654 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
16656 * net/tramp.el (tramp-handle-file-attributes-with-ls)
16657 (tramp-do-file-attributes-with-perl)
16658 (tramp-do-file-attributes-with-stat): Rename from
16659 `tramp-handle-file-attributes-with-*'.
16660 (tramp-handle-file-attributes): Use them.
16661 (tramp-do-directory-files-and-attributes-with-perl)
16662 (tramp-do-directory-files-and-attributes-with-stat): Rename from
16663 `tramp-handle-directory-files-and-attributes-with-*'.
16664 (tramp-handle-directory-files-and-attributes): Use them.
16665 (tramp-method-out-of-band-p): Additional parameter SIZE.
16666 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
16667 (tramp-handle-write-region): Use it.
16668 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
16669 (tramp-handle-vc-registered): Check, whether the first run did
16670 return files to be tested.
16671 (tramp-advice-make-auto-save-file-name): Do not call directly
16672 `tramp-handle-make-auto-save-file-name', because this would bypass
16673 the locking mechanism.
16675 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
16676 (file-remote-p, process-file, start-file-process, set-file-times)
16677 (tramp-compat-file-attributes): Compatibility functions shall not
16678 call directly `tramp-handle-*', because this would bypass the
16680 (tramp-compat-number-sequence): New defun.
16682 2009-09-02 Glenn Morris <rgm@gnu.org>
16684 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
16685 alias for float-time.
16686 (time-to-number-of-days): In Emacs, use float-time.
16687 * net/newst-backend.el (time-add): Suppress warnings from compat
16689 * time.el (emacs-uptime, emacs-init-time):
16690 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
16691 Use float-time rather than time-to-seconds.
16693 * minibuffer.el (completion-initials-expand): Fix typo.
16695 * faces.el (modeline, modeline-inactive, modeline-highlight)
16696 (modeline-buffer-id):
16697 * info.el (info-menu-5): Mark these face aliases as obsolete.
16699 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
16701 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
16703 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
16704 no "--thread" option.
16705 (gdb-stopped): Don't print "Switched to thread" message when it is
16708 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
16710 * minibuffer.el (completion-try-completion)
16711 (completion-all-completions): Remove ill-defined (and
16712 mistakenly installed and luckily never used nor documented)
16713 `completion-styles' property.
16714 (completion-initials-expand, completion-initials-all-completions)
16715 (completion-initials-try-completion): New functions.
16716 (completion-styles-alist): Add doc to each entry.
16717 Add new `initials' entry.
16719 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
16721 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
16722 MI command -var-evaluate-expression.
16723 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
16724 and tweak for case of string child.
16725 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
16727 2009-09-01 Glenn Morris <rgm@gnu.org>
16729 * add-log.el (change-log-date-face, change-log-name-face)
16730 (change-log-email-face, change-log-file-face, change-log-list-face)
16731 (change-log-conditionals-face, change-log-function-face)
16732 (change-log-acknowledgement-face):
16733 * cus-edit.el (custom-invalid-face, custom-rogue-face)
16734 (custom-modified-face, custom-set-face, custom-changed-face)
16735 (custom-saved-face, custom-button-face, custom-button-pressed-face)
16736 (custom-documentation-face, custom-state-face, custom-comment-face)
16737 (custom-comment-tag-face, custom-variable-tag-face)
16738 (custom-variable-button-face, custom-face-tag-face)
16739 (custom-group-tag-face-1, custom-group-tag-face):
16740 * diff-mode.el (diff-header-face, diff-file-header-face)
16741 (diff-index-face, diff-hunk-header-face, diff-removed-face)
16742 (diff-added-face, diff-changed-face, diff-function-face)
16743 (diff-context-face, diff-nonexistent-face):
16744 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
16745 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
16746 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
16747 (Info-title-4-face):
16748 * isearch.el (isearch-lazy-highlight-face):
16749 * log-view.el (log-view-file-face, log-view-message-face):
16750 * paren.el (show-paren-match-face, show-paren-mismatch-face):
16751 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
16752 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
16754 * smerge-mode.el (smerge-mine-face, smerge-other-face)
16755 (smerge-base-face, smerge-markers-face):
16756 * wid-edit.el (widget-documentation-face, widget-button-face)
16757 (widget-field-face, widget-single-line-field-face)
16758 (widget-inactive-face, widget-button-pressed-face):
16759 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
16760 (woman-addition-face):
16761 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
16762 (eshell-ls-executable-face, eshell-ls-readonly-face)
16763 (eshell-ls-unreadable-face, eshell-ls-special-face)
16764 (eshell-ls-missing-face, eshell-ls-archive-face)
16765 (eshell-ls-backup-face, eshell-ls-product-face)
16766 (eshell-ls-clutter-face):
16767 * eshell/em-prompt.el (eshell-prompt-face):
16768 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
16769 * obsolete/old-whitespace.el (whitespace-highlight-face):
16770 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
16771 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
16772 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
16773 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
16774 (antlr-font-lock-literal-face):
16775 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
16776 (ebrowse-root-class-face, ebrowse-file-name-face)
16777 (ebrowse-default-face, ebrowse-member-attribute-face)
16778 (ebrowse-member-class-face, ebrowse-progress-face):
16779 * progmodes/make-mode.el (makefile-space-face):
16780 * progmodes/sh-script.el (sh-heredoc-face):
16781 * textmodes/flyspell.el (flyspell-incorrect-face)
16782 (flyspell-duplicate-face):
16783 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
16784 * textmodes/texinfo.el (texinfo-heading-face):
16785 Mark face aliases with "-face" suffix as obsolete.
16787 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
16790 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
16791 (eudc-bob-sound-menu): Use defvar rather than defconst, since
16792 easy-menu-define wants to modify these.
16794 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
16796 * net/browse-url.el (browse-url-file-url):
16797 * term/internal.el (dos-codepage-setup):
16798 Use default-value rather than default-enable-multibyte-characters.
16800 * progmodes/etags.el (etags-goto-tag-location):
16801 * progmodes/flymake.el (flymake-highlight-line)
16802 (flymake-goto-file-and-line, flymake-goto-line):
16803 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
16804 (gdb-goto-breakpoint):
16805 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
16806 * progmodes/python.el (python-find-function)
16807 (python-pdbtrack-track-stack-file):
16808 * progmodes/verilog-mode.el (verilog-surelint-off):
16809 * term/ns-win.el (ns-open-file-select-line):
16810 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
16811 Use forward-line rather than goto-line.
16813 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
16814 * textmodes/reftex-index.el (reftex-display-index):
16815 * textmodes/reftex-ref.el (reftex-offer-label-menu):
16816 * textmodes/reftex-toc.el (reftex-toc):
16817 Remove unnecessary bindings of default-major-mode (all are followed by
16818 major-mode check and possible mode switch).
16820 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
16822 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
16823 Handle watchpoints (bug#4282).
16824 (def-gdb-thread-buffer-command): Enable thread to be selected by
16825 clicking without selecting threads buffer first.
16826 (gdb-current-context-command): Use selected frame so that "up",
16827 "down" etc work in the GUD buffer.
16828 (gdb-update): Find selected frame before rendering stack buffer.
16829 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
16831 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
16833 * progmodes/sym-comp.el (displayed-completions): Remove.
16834 (symbol-complete): Use minibuffer-complete.
16836 2009-08-31 Glenn Morris <rgm@gnu.org>
16838 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
16840 * apropos.el (apropos-symbols-internal):
16841 Handle (obsolete) face aliases.
16843 * faces.el (describe-face): Adjust the output format to be more like
16844 describe-variable, and to mention (obsolete) face aliases.
16845 Adjust the whitespace so that help-setup-xref works.
16847 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
16848 * calendar/diary-lib.el (diary-button-face):
16849 Mark these face aliases as obsolete.
16851 * calendar/calendar.el (calendar-today): Doc fix.
16853 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
16855 * progmodes/gdb-mi.el (gdb-control-all-threads)
16856 (gdb-control-current-thread): Force tool bar update.
16857 (gdb-non-stop-handler): New function.
16858 (gdb-init-1): Use it to test if non-stop mode is supported.
16859 Remove unused gdbmi buffer type.
16861 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
16863 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
16864 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
16866 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
16868 * comint.el (comint-exec-1): Check command is non-null first.
16869 Part of gdb-mi.el change (2009-08-28).
16871 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
16873 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
16875 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
16877 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
16878 instead of `dolist' to avoid a recursive require when bootstrapping.
16880 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
16882 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
16884 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
16886 * net/imap.el (imap-send-command): Simplify.
16887 (imap-wait-for-tag): point-max -> buffer-size.
16889 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
16891 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
16892 with constant argument.
16894 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
16896 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
16898 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
16899 Change default, since most of our files don't have a history.
16900 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
16903 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16906 * calc/calc.el: Improve commenting convention.
16907 (calc-digit-map, toplevel): Simplify.
16909 * comint.el (comint-insert-input): Be careful to only set point if we
16910 don't delegate to some other command.
16912 * proced.el (proced-signal-list): Make it an alist.
16913 (proced-grammar-alist): Capitalize names.
16914 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
16915 Disable undo manually and make it read-only.
16916 Use completion-annotate-function.
16918 * minibuffer.el (minibuffer-message): If the current buffer is not
16919 a minibuffer, insert the message in the echo area rather than at the
16921 (completion-annotate-function): New variable.
16922 (minibuffer-completion-help): Use it.
16923 (completion--embedded-envvar-table): Environment vars are
16924 always case-sensitive.
16926 2009-08-30 Glenn Morris <rgm@gnu.org>
16928 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
16929 from fortran-current-defun.
16930 (fortran-beginning-of-subprogram): Be more precise about finding the
16931 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
16932 (fortran-end-of-subprogram): Simplify.
16933 (fortran-current-defun): Use fortran-start-prog-re.
16935 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
16937 * subr.el (do-after-load-evaluation): Simplify.
16939 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
16941 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
16943 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
16944 (vc-rcs-print-log): Use it.
16946 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
16948 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
16950 * paths.el (abbrev-file-name): Move to abbrev.el.
16951 * abbrev.el (abbrev-file-name): Move from paths.el.
16952 Obey user-emacs-directory.
16953 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
16954 user-emacs-directory.
16955 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
16956 abbrev-file-name and calc-settings-file any more.
16957 * startup.el (command-line): Recompute abbrev-file-name and
16958 abbreviated-home-dir.
16959 (normal-no-mouse-startup-screen): Improve the generic code and get rid
16960 of the special code for when C-h bindings haven't been changed.
16961 (display-startup-echo-area-message): Use with-current-buffer.
16962 (command-line-1): Use a list of strings, rather than a list of lists
16963 of strings for longopts.
16965 * files.el (get-free-disk-space): Use / for default-directory.
16967 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
16968 Use with-current-buffer.
16970 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
16971 Recognize immutable variables like most-positive-fixnum.
16972 (byte-compile-setq-default): Check and warn if trying to assign
16973 to an immutable variable, or a non-variable.
16975 * progmodes/cc-vars.el (c-comment-continuation-stars):
16976 * progmodes/cc-engine.el (c-looking-at-bos):
16977 * progmodes/cc-cmds.el (c-toggle-auto-state)
16978 (c-forward-into-nomenclature, c-backward-into-nomenclature)
16979 (c-comment-line-break-function): Add version of obsolescence.
16981 2009-08-28 Juri Linkov <juri@jurta.org>
16983 * files.el (magic-fallback-mode-alist): Add ZIP magic number
16984 associated with `archive-mode'.
16986 * image.el (image-type-header-regexps): Use only JPEG magic number
16987 to determine JPEG images, and don't use `image-jpeg-p' because
16988 Emacs can display non-JFIF non-Exif JPEG images.
16990 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
16992 * arc-mode.el (archive-mode):
16993 * emacs-lisp/re-builder.el (re-builder-unload-function):
16994 Protect against the default value of `major-mode' being nil.
16996 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
16998 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
16999 Fix typos in docstrings.
17001 * progmodes/js.el (js--macro-decl-re): Doc fix.
17002 (js--plain-method-re, js--split-name): Refloc docstring.
17003 (js--class-styles, js--make-merged-item, js--splice-into-items):
17004 Fix typos in docstrings; reflow docstrings.
17005 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
17006 (js--variable-decl-matcher, js--inside-pitem-p)
17007 (js--parse-state-at-point, js--get-all-known-symbols)
17008 (js--symbol-history, js-find-symbol, js--js-references)
17009 (js--moz-interactor, js--js-encode-value, js--read-tab):
17010 Fix typos in docstrings.
17012 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
17014 * textmodes/reftex.el (reftex-get-file-buffer-force):
17015 * progmodes/verilog-mode.el (verilog-batch-execute-func):
17016 * emulation/viper.el (viper-go-away, viper-set-hooks):
17017 * emacs-lisp/re-builder.el (re-builder-unload-function):
17018 * emacs-lisp/bytecomp.el (byte-compile-file):
17019 * ses.el (ses-unload-function):
17020 * hexl.el (hexl-find-file):
17021 * files.el (normal-mode):
17022 * ehelp.el (with-electric-help):
17023 * autoinsert.el (auto-insert-alist):
17024 * arc-mode.el (archive-mode):
17025 Use (default-value 'major-mode) instead of default-major-mode.
17027 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
17028 * international/mule.el (load-with-code-conversion):
17029 * emacs-lisp/debug.el (debug):
17030 * ediff-vers.el (ediff-rcs-get-output-buffer):
17031 * dired.el (dired-internal-noselect): Don't let-bind
17032 default-major-mode around code that doesn't use it.
17033 E.g. buffer creation via get-buffer-create doesn't use it.
17035 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
17037 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
17038 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
17039 when writing the temp file. Otherwise, epa-file gets confused.
17040 (tramp-register-file-name-handlers): Make it a defun. Move also
17041 `epa-file-handler' to the front of `file-name-handler-alist'.
17043 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
17045 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
17046 start right after a ^M.
17047 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
17048 (tramp-completion-file-name-regexp-separate)
17049 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
17050 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
17051 Don't modify last-coding-system-used by accident.
17052 (tramp-completion-file-name-handler): Apply the checks here,
17053 instead during registration.
17054 (tramp-register-file-name-handlers): Renamed from
17055 `tramp-register-file-name-handler'. Register both
17056 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
17057 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
17059 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
17061 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
17062 Remove variable ...
17063 (gdb-init-1, gdb-display-separate-io-buffer)
17064 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
17066 (gdb-inferior-io-mode): Use make-comint-in-buffer.
17067 (gdb-inferior-filter): Use comint-output-filter to stop
17068 echoing and remove ^M characters.
17070 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
17072 * emulation/viper-init.el (viper-restore-cursor-type):
17073 * emulation/cua-base.el (cua--update-indications):
17074 Replace default-cursor-type with (default-value 'cursor-type).
17076 * mail/sendmail.el (mail-recover-1):
17077 * international/mule-diag.el (describe-current-coding-system-briefly)
17078 (describe-current-coding-system):
17079 * international/mule-cmds.el (select-safe-coding-system)
17080 (select-message-coding-system)
17081 (set-language-environment-coding-systems, set-locale-environment):
17082 * hexl.el (hexl-insert-multibyte-char):
17083 * dos-w32.el (find-buffer-file-type-coding-system):
17084 * simple.el (what-cursor-position):
17085 Replace uses of default-buffer-file-coding-system
17086 with (default-value 'buffer-file-coding-system).
17088 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
17089 Replace uses of default-cursor-in-non-selected-windows
17090 with (default-value 'cursor-in-non-selected-windows).
17091 Use with-current-buffer.
17093 * mail/feedmail.el: Use CL macros.
17094 (feedmail-run-the-queue, feedmail-send-it-immediately):
17095 * dos-w32.el (find-buffer-file-type): Replace uses of
17096 default-buffer-file-type with (default-value 'buffer-file-type).
17098 2009-08-28 Glenn Morris <rgm@gnu.org>
17100 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
17101 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
17102 Use default-value of major-mode rather than default-major-mode.
17104 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
17106 * Makefile.in (update-elcfiles): Report left over elc files.
17108 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
17109 expand-file-name and with-current-buffer.
17110 (mail-get-names, mail-directory): Use with-current-buffer.
17112 * vc.el (vc-read-revision): New function.
17113 (vc-version-diff, vc-merge): Use it.
17115 2009-08-27 Sam Steingold <sds@gnu.org>
17117 * simple.el (kill-do-not-save-duplicates): New user option.
17118 (kill-new): When it is non-nil, and the new string is the same as
17119 the latest kill, set replace to t to avoid duplicates in kill-ring.
17121 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
17123 * net/tramp.el (tramp-handle-process-file): Do not flush all
17124 caches when `process-file-side-effects' is set.
17125 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17126 instead of `tramp-find-file-exists-command'.
17127 Unset `process-file-side-effects'.
17129 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
17131 * net/tramp.el (tramp-methods): New method "rsyncc".
17132 (top): Add completion function for "rsyncc".
17133 (tramp-message-show-message): New defvar.
17134 (tramp-message, tramp-error): Use it.
17135 (tramp-do-copy-or-rename-file-directly): Extend check for direct
17137 (tramp-do-copy-or-rename-file-out-of-band): Handle new
17138 `tramp-methods' entry `copy-env' of "rsyncc".
17139 (tramp-vc-registered-read-file-names): New defconst.
17140 (tramp-vc-registered-file-names): New defvar.
17141 (tramp-handle-vc-registered): Implement optimization strategy.
17142 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
17143 (tramp-vc-file-name-handler): New defun.
17144 (tramp-get-ls-command, tramp-get-test-command)
17145 (tramp-get-file-exists-command, tramp-get-remote-ln)
17146 (tramp-get-remote-perl, tramp-get-remote-stat)
17147 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
17149 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
17150 (tramp-cache-inhibit-cache): Extend doc string. It allows also
17152 (tramp-get-file-property): Check for timestamps in
17153 `tramp-cache-inhibit-cache'.
17154 (tramp-set-file-property): Write timestamp.
17156 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
17158 * language/japan-util.el (japanese-symbol-table): Add entries for
17161 * international/characters.el: Add category `j' to cp932-2-byte.
17163 2009-08-27 Kenichi Handa <handa@m17n.org>
17165 * international/fontset.el (build-default-fontset-data): New macro.
17166 (setup-default-fontset): Use build-default-fontset-data for CJK,
17167 tibetan, ethiopic, and ipa.
17169 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
17171 * cus-start.el (default-major-mode): Customize `major-mode' instead.
17172 (enable-multibyte-characters): Not customizable any more.
17174 * subr.el (default-mode-line-format, default-header-line-format)
17175 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
17176 (default-direction-reversed, default-truncate-lines)
17177 (default-left-margin, default-tab-width, default-case-fold-search)
17178 (default-left-margin-width, default-right-margin-width)
17179 (default-left-fringe-width, default-right-fringe-width)
17180 (default-fringes-outside-margins, default-scroll-bar-width)
17181 (default-vertical-scroll-bar, default-indicate-empty-lines)
17182 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
17183 (default-fringe-cursor-alist, default-scroll-up-aggressively)
17184 (default-scroll-down-aggressively, default-fill-column)
17185 (default-cursor-type, default-buffer-file-type)
17186 (default-cursor-in-non-selected-windows)
17187 (default-buffer-file-coding-system, default-major-mode)
17188 (default-enable-multibyte-characters): Mark as obsolete.
17190 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
17192 * vc-dir.el (vc-dir-update): Remove debug helper.
17194 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
17196 2009-08-26 Sam Steingold <sds@gnu.org>
17198 * simple.el (save-interprogram-paste-before-kill): New user option.
17199 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
17200 save the interprogram-paste into kill-ring before overriding it
17201 with the Emacs kill.
17203 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
17205 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
17206 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
17207 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
17208 and move to vc-rcs.el.
17209 (vc-default-next-revision): Rename to vc-rcs-next-revision and
17211 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
17212 (vc-rcs-update-changelog): Remove.
17213 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
17214 and move to vc-rcs.el.
17216 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
17217 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
17219 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
17220 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
17221 vc.el, renamed to be RCS specific.
17223 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
17225 (vc-cvs-update-changelog): Move here from vc.el.
17227 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
17230 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
17232 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
17234 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
17236 * vc-git.el (vc-git-register): Use "git add" for directories.
17237 (vc-git-stash, vc-git-stash-show): New functions.
17238 (vc-git-extra-menu-map): Bind them.
17240 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
17241 directory correctly in case the item is a directory itself.
17243 * vc.el: Document the desired behavior for reverted files in the
17245 (vc-default-prettify-state-info): Remove function, unused.
17247 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
17249 2009-08-26 Glenn Morris <rgm@gnu.org>
17251 * bindings.el (standard-mode-line-format): Reposition dashes in
17252 which-func entry. (Bug#4217)
17254 * files.el (enable-local-variables, enable-local-eval)
17255 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
17257 (auto-mode-alist, ignored-local-variables)
17258 (save-some-buffers-action-alist): Move risky declarations to the
17260 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
17261 (font-lock-defaults, format-alist, imenu--index-alist)
17262 (imenu-generic-expression, input-method-alist, minor-mode-alist)
17263 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
17264 (mode-line-modified, mode-line-mule-info, mode-line-position)
17265 (mode-line-process, mode-line-remote, outline-level)
17266 (parse-time-rules, rmail-output-file-alist)
17267 (special-display-buffer-names, vc-mode):
17268 Move risky declarations to the relevant files.
17269 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
17270 (mode-line-modified, mode-line-process, mode-line-position)
17271 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
17272 * font-core.el (font-lock-defaults):
17273 * format.el (format-alist):
17274 * vc-hooks.el (vc-mode):
17275 * window.el (special-display-buffer-names):
17276 * international/mule-cmds.el (input-method-alist):
17277 Define riskiness here (dumped file) rather than in files.el.
17278 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
17279 * imenu.el (imenu-generic-expression, imenu--index-alist):
17280 * outline.el (outline-level):
17281 * time.el (display-time-string):
17282 * calendar/parse-time.el (parse-time-rules):
17283 * mail/rmailout.el (rmail-output-file-alist):
17284 Autoload riskiness here, rather than placing in files.el.
17286 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
17288 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
17290 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
17292 * simple.el (process-file-side-effects): New defvar.
17294 * dired-aux.el (dired-show-file-type):
17295 * vc.el (vc-diff-internal):
17296 * vc-arch.el (vc-arch-diff):
17297 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
17298 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
17299 * vc-git.el (vc-git-registered, vc-git-working-revision)
17300 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
17301 (vc-git--empty-db-p):
17302 * vc-hooks.el (vc-user-login-name):
17303 * vc-svn.el (vc-svn-registered, vc-svn-state)
17304 (vc-svn-dir-extra-headers, vc-svn-find-revision):
17305 * progmodes/grep.el (grep-probe): Let-bind
17306 `process-file-side-effects' with nil.
17308 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
17310 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
17311 daemon. Replace ping by checking for running service for bluez
17312 and zeroconf. (Bug#4239)
17314 2009-08-25 Kevin Ryde <user42@zip.com.au>
17316 * net/dig.el (dig): Add autoload cookie.
17318 2009-08-25 Glenn Morris <rgm@gnu.org>
17320 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
17321 load-history for absolute file-names.
17322 (byte-compile-file-form-require): Warn about use of the cl package.
17324 * format.el (format-alist): Doc fix.
17326 * play/bubbles.el (top-level): Don't require cl at run-time.
17328 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
17331 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
17333 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
17335 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
17337 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
17339 * calc/calc-alg.el (math-trig-rewrite)
17340 (math-hyperbolic-trig-rewrite): New functions.
17341 (calc-simplify): Simplify trig functions when asked.
17343 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
17345 * diff-mode.el (diff-find-source-location): Avoid goto-line.
17347 2009-08-24 Kenichi Handa <handa@m17n.org>
17349 * language/ind-util.el (mapthread): Delete it.
17350 (combinatorial): New function.
17351 (indian--puthash-cv): Use combinatorial instead of mapthread.
17353 2009-08-22 Kevin Ryde <user42@zip.com.au>
17355 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
17356 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
17357 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
17358 Clarify docstring that the value is strings not symbols.
17359 (checkdoc-list-of-strings-p): New function.
17361 2009-08-22 Glenn Morris <rgm@gnu.org>
17363 * files.el (auto-mode-alist):
17364 * hippie-exp.el (he-concat-directory-file-name):
17365 * lpr.el (lpr-windows-system, printer-name):
17366 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
17367 * ps-print.el (ps-windows-system):
17368 * startup.el (command-line):
17369 * emulation/viper-ex.el (viper-glob-function):
17370 * international/mule-cmds.el (set-language-environment-coding-systems):
17371 * net/ange-ftp.el (ange-ftp-write-region):
17372 * obsolete/fast-lock.el (fast-lock-cache-name):
17373 Remove code for defunct system-types emx, macos, mswindows, next-mach,
17374 unisoft-unix, vax-vms, win32, w32.
17376 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
17377 given name if the pattern is not more specific.
17379 * calendar/lunar.el (lunar-phase-names): New option.
17380 (lunar-phase): Doc fix.
17381 (lunar-cycles-per-year): New constant.
17382 (lunar-index): New function.
17383 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
17384 (lunar-phase-name): Use lunar-phase-names.
17385 (calendar-lunar-phases): Use format.
17386 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
17388 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
17389 Copy imenu-example--name-and-position function here for own use.
17390 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
17392 * bs.el (bs--redisplay):
17393 * cus-edit.el (custom-redraw):
17394 * ibuffer.el (ibuffer-bury-buffer):
17395 * server.el (server-goto-line-column):
17396 * startup.el (command-line-1):
17397 * strokes.el (strokes-xpm-for-stroke):
17398 * term.el (term-display-buffer-line):
17399 * view.el (View-goto-line):
17400 * calc/calc.el (calc-do, calc-trail-buffer):
17401 * play/gamegrid.el (gamegrid-add-score-insecure):
17402 * progmodes/ada-mode.el (ada-compile-goto-error):
17403 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
17404 (ebrowse-select-1st-to-9nth):
17405 * progmodes/cperl-mode.el (cperl-time-fontification):
17406 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
17407 * progmodes/gud.el (gud-display-line):
17408 (idlwave-shell-display-line):
17409 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
17410 * progmodes/make-mode.el (makefile-browser-toggle):
17411 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
17412 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
17413 * textmodes/picture.el (picture-draw-rectangle):
17414 * textmodes/reftex-index.el (reftex-index-goto-letter):
17415 (reftex-select-jump-to-previous):
17416 * textmodes/reftex-sel.el (reftex-find-start-point)
17417 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
17418 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
17419 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
17420 * textmodes/tex-mode.el (tex-compilation-parse-errors):
17421 * textmodes/two-column.el (2C-associated-buffer):
17422 Use forward-line rather than goto-line.
17424 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
17427 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
17428 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
17429 (quick-check-list-to-regexp): Declare.
17431 * progmodes/make-mode.el (makefile-browser-insert-selection):
17432 Use goto-char rather than goto-line.
17434 * progmodes/prolog.el (compilation-error-regexp-alist)
17435 (compilation-forget-errors): Declare.
17437 2009-08-22 Juri Linkov <juri@jurta.org>
17439 * progmodes/grep.el (lgrep, rgrep): At the beginning
17440 set `dir' to `default-directory' unless `dir' is a non-nil
17441 readable directory. (Bug#4052)
17442 (lgrep, rgrep): Change a weird way to report an error
17443 from using `read-string' to using `error'.
17444 Instead of using interactive arguments in the function body,
17445 add new argument `confirm'.
17447 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
17449 * textmodes/remember.el (remember-buffer):
17450 * progmodes/cperl-mode.el (cperl-vc-header-alist):
17451 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
17452 (icalendar-extract-ical-from-buffer):
17453 * net/newst-treeview.el (newsticker-groups-filename):
17454 * net/newst-backend.el (newsticker-cache-filename):
17455 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
17456 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
17457 (speedbar-add-ignored-path-regexp, speedbar-line-path)
17458 (speedbar-buffers-line-path, speedbar-path-line)
17459 (speedbar-buffers-line-path):
17460 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
17462 * epa.el (epa-display-verify-result):
17463 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
17465 2009-08-21 Glenn Morris <rgm@gnu.org>
17467 * progmodes/js.el (inferior-moz-process): Fix declaration.
17469 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
17471 * obsolete/rnewspost.el (news-mail-reply):
17472 Use goto-char rather than goto-line.
17474 * term/ns-win.el (ns-open-file-select-line):
17475 Use line-beginning-position rather than goto-line.
17477 * apropos.el (apropos-command):
17478 * ehelp.el (electric-helpify):
17479 * printing.el (pr-show-setup):
17480 * strokes.el (strokes-help):
17481 * tutorial.el (tutorial--describe-nonstandard-key)
17482 (tutorial--detailed-help):
17483 * woman.el (woman-mini-help, woman-display-extended-fonts):
17484 * calc/calc-help.el (calc-describe-key):
17485 * emulation/edt.el (edt-electric-helpify):
17486 * international/mule-diag.el (mule-diag):
17487 * play/yow.el (apropos-zippy):
17488 * progmodes/python.el (python-describe-symbol):
17489 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
17490 * textmodes/table.el (*table--cell-describe-mode)
17491 (*table--cell-describe-bindings):
17492 Use help-print-return-message rather than the now obsolete alias.
17494 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
17495 (calendar-cursor-to-visible-date):
17496 * play/5x5.el (5x5-position-cursor):
17497 * play/decipher.el (decipher):
17498 * play/gomoku.el (gomoku-goto-xy):
17499 * play/landmark.el (lm-goto-xy):
17500 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
17501 (mpuz-paint-digit):
17502 Use forward-line, not goto-line.
17504 * mail/rmail.el (rmail-obsolete): Delete custom group.
17505 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
17506 (rmail-remote-password, rmail-remote-password-required):
17507 Remove unneeded :set-after and :set properties.
17509 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
17511 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
17513 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
17515 * loadup.el: Remove leftover macos code.
17517 * vc-git.el (vc-git-annotate-command): Run asynchronously.
17518 Explicitly pass the date format to git blame so that user local
17519 so that the output format can be parsed.
17521 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
17523 * net/dbus.el (top): Don't check for (getenv
17524 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
17526 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
17528 * log-edit.el (log-edit-strip-single-file-name): New var.
17529 (log-edit-insert-changelog): Use it. Bug#3571
17531 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
17533 * subr.el (read-passwd): Use read-key so keypad keys work as well.
17536 * help.el (help-print-return-message): Rename from
17537 print-help-return-message.
17539 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
17540 cvs-mode-map parent hack.
17541 (log-view-mode): Derive from special-mode.
17543 * linum.el (linum-mode): window-size-change-functions is redundant.
17544 Adapt to new window-configuration-change-hook behavior.
17545 (linum-after-size, linum-after-config): Remove.
17547 * imenu.el (imenu-example--name-and-position)
17548 (imenu-example--lisp-extract-index-name)
17549 (imenu-example--create-lisp-index, imenu-example--create-c-index):
17552 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
17553 (inferior-prolog-mode): Use it.
17554 (inferior-prolog-load-file): Reset list of errors.
17556 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
17558 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
17560 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
17562 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
17564 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
17565 is running already.
17567 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
17569 * subr.el (listify-key-sequence-1): Use normal syntax since those
17570 integers are nowadays always represented by the same (positive) number
17572 (read-key-empty-map): New const.
17573 (read-key-delay): New var.
17574 (read-key): New function.
17575 (force-mode-line-update): Use with-current-buffer.
17576 (locate-user-emacs-file): Don't forget to abbreviate the file name.
17577 (start-process-shell-command, start-file-process-shell-command):
17578 Discourage the use of command-args.
17580 2009-08-19 Glenn Morris <rgm@gnu.org>
17582 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
17584 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
17586 * simple.el (choose-completion-string): Don't rely on
17587 minibuffer-completing-file-name and ad-hoc checks to decide whether
17588 to continue completion or not.
17590 * minibuffer.el (minibuffer-hide-completions): New function.
17591 (completion--do-completion): Use it.
17592 (completions-annotations): New face.
17593 (completion--insert-strings): Use it.
17594 (completion-pcm--delim-wild-regex): Add docstring.
17595 (completion-pcm--string->pattern): Add support for 0-width delimiters
17596 in completion-pcm--delim-wild-regex.
17598 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
17600 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
17601 Remove unused var `buffer-modified-p'.
17603 * minibuffer.el (completion--do-completion): Move point for the #b001
17604 case as well (bug#4176).
17605 (minibuffer-complete, minibuffer-complete-word): Don't move point.
17607 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
17609 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
17610 and :session buses.
17612 2009-08-18 Kenichi Handa <handa@m17n.org>
17614 * international/ucs-normalize.el (ucs-normalize-version):
17616 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
17617 (utf-8-hfs): Make it perform normalization on encoding too.
17619 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
17620 (sentence-end-without-space): Delete duplicated chars.
17621 (sentence-end-base): Likewise.
17623 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
17624 (html-mode): Delete duplicated chars from sentence-end-base.
17626 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
17627 (texinfo-mode): Delete duplicated chars from sentence-end-base.
17629 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
17631 * files.el (hack-one-local-variable): If the mode function is for
17632 a minor mode, pass it an argument (Bug#4148).
17634 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
17636 * net/tramp.el (tramp-register-completion-file-name-handler):
17637 Check also for (member 'partial-completion completion-styles).
17639 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
17641 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
17644 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
17646 * progmodes/cperl-mode.el: Merge upstream 6.2.
17647 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
17648 (cperl-forward-re): Check cperl-brace-recursing.
17649 (cperl-highlight-charclass): New function.
17650 (cperl-find-pods-heres): Use it.
17651 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
17652 (cperl-beautify-regexp-piece): Fix column calculation.
17653 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
17654 (cperl-beautify-level): Don't process entire regexp.
17655 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
17657 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
17658 (cperl-init-faces): Build a list in the normal way.
17660 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
17662 * calendar/parse-time.el (parse-time-string-chars): Save match
17665 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
17667 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
17668 (sql-product): Use it.
17669 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
17670 (sql-set-product): Add completion.
17671 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
17672 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
17673 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
17674 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
17675 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
17676 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
17677 (sql-highlight-db2-keywords): Remove.
17678 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
17679 (sql-highlight-product): Use derived-mode-p.
17680 (sql-set-sqli-buffer): Use with-current-buffer.
17681 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
17684 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
17686 * term.el: Fix commenting convention, turn comments into docstrings.
17688 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
17690 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
17692 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
17694 * calendar/parse-time.el (parse-time-string-chars): Compute using
17695 character classes, to handle non-ascii characters (Bug#3190).
17697 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
17699 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
17700 another heredoc if the user adds another < (Bug#3226).
17702 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
17703 Don't initialize based on window-system (Bug#4124).
17705 * facemenu.el (facemenu-read-color): Use a completion function
17706 that accepts any defined color, such as RGB triplets (Bug#3677).
17708 * files.el (get-free-disk-space): Change fallback default
17709 directory to /. Expand DIR argument before switching to fallback.
17710 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
17712 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
17714 * files.el (load-library): Doc fix.
17716 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
17718 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
17719 (viper-if-string): Redefine C-s in the minibuffer to insert the last
17720 incremental search string.
17722 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
17725 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
17726 (ediff-merge-region-is-non-clash)
17727 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
17728 Also check if the job is really a merge job.
17730 * ediff.el (ediff-current-file): New function.
17732 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
17734 * progmodes/js.el: Edit docstrings throughout to follow Emacs
17736 (js-insert-and-indent): Delete function.
17737 (js-mode-map): Don't bind keys to js-insert-and-indent.
17738 (js-beginning-of-defun): Rename from js--beginning-of-defun.
17739 (js-end-of-defun): Rename from js--end-of-defun.
17740 (js-auto-indent-flag): Delete variable.
17742 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
17744 * progmodes/js.el: Remove proclaim statement.
17745 Defvar which-func-imenu-joiner-function to silence compiler.
17747 * files.el (auto-mode-alist): Use js-mode for .js files.
17749 * progmodes/js2-mode.el: Remove file.
17751 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
17753 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
17755 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17757 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
17758 Karl Landstrom <karl.landstrom@brgeight.se>
17760 * progmodes/js.el: New file.
17762 2009-08-14 Mark A. Hershberger <mah@everybody.org>
17764 * timezone.el (timezone-parse-date): Add ability to understand ISO
17765 basic format (minimal separators) dates in addition to the
17766 already-supported extended format dates.
17768 2009-08-14 Eli Zaretskii <eliz@gnu.org>
17770 * international/ucs-normalize.el: Add a `coding' file variable.
17772 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
17774 2009-08-14 Sam Steingold <sds@gnu.org>
17776 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
17778 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
17780 * faces.el (help-argument-name): Define it here instead of
17781 help-fns.el, because in daemon mode help-fns.el may be loaded when
17782 faces are still uninitialized (Bug#1078).
17784 * help-fns.el (help-argument-name): Move defface to faces.el.
17786 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
17788 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
17789 create buffer with a pty but no process so that GDB can make the
17790 inferior the controlling process.
17792 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
17794 * international/ucs-normalize.el: New file.
17796 2009-08-13 Richard Stallman <rms@gnu.org>
17798 * mail/rmail.el (rmail-get-attr-names):
17799 Accept an attribute header that is too short.
17801 * mail/rmail.el (rmail-forget-messages):
17802 Ignore nil elt in rmail-message-vector. Use dotimes.
17804 * progmodes/compile.el (compilation-goto-locus):
17805 Use next-error-move-function.
17807 * simple.el (next-error-move-function): New variable.
17809 2009-08-12 Juri Linkov <juri@jurta.org>
17811 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
17812 always non-nil. (Bug#4052)
17814 * replace.el (read-regexp): Return empty string when
17815 `default-value' is nil.
17816 (keep-lines-read-args): Don't use empty string as the
17817 default value for `read-regexp'. (Bug#2495)
17819 2009-08-12 Juri Linkov <juri@jurta.org>
17821 * international/mule-cmds.el (ucs-insert): Change arguments
17822 from `arg' to `character', `count', `inherit' to be the same
17823 as in `insert-char'. Doc fix. (Bug#4039)
17825 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
17827 2009-08-12 Juri Linkov <juri@jurta.org>
17829 * files-x.el: New file.
17831 * files.el: Move code that deals with adding/deleting
17832 file/directory-local variables to files-x.el.
17834 * Makefile.in (ELCFILES): Add files-x.elc.
17836 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
17838 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
17839 to use `goto-line'.
17840 (gdb-place-breakpoints, gdb-get-location): Rewritten without
17842 (gdb-invalidate-disassembly): Do not refresh upon receiving
17843 'update signal. Instead, update all disassembly buffers only after
17845 (gdb): Send -target-detach when buffer is killed (Bug#3794).
17846 (gdb-starting): Moved -data-list-register-names...
17847 (gdb-stopped): ...here so it's sent when first thread stops.
17848 (gdb-registers-handler-custom): Do nothing if register names are
17851 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
17852 from `gdb-mi.el' to avoid extra tangling.
17854 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
17855 change which breaks `gud-def' definitions used in `gdb'.
17856 (gdb-update-gud-running): No extra fuss for updating frame number.
17858 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
17860 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
17861 (describe-language-environment-map, setup-language-environment-map)
17862 (set-coding-system-map): Move initialization into declaration.
17863 (set-language-info-alist): Last arg to define-key-after can be skipped.
17865 * international/quail.el (quail-completion-1): Simplify.
17866 (quail-define-rules): Use slightly more compact code.
17867 (quail-insert-decode-map): Propertize keys, compact columns.
17869 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17872 2009-08-10 Miles Bader <miles@gnu.org>
17874 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
17875 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
17876 (js2-instance-member, js2-private-member, js2-private-function-call)
17877 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
17878 (js2-magic-paren, js2-external-variable):
17879 Remove "-face" suffix from face names.
17880 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
17881 (js2-highlight-undeclared-vars, js2-peek-token)
17882 (js2-parse-function-params, js2-mode-show-errors)
17883 (js2-mode-show-warnings, js2-make-magic-delimiter)
17884 (js2-mode-highlight-magic-parens): Update to use new face names.
17886 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
17888 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
17889 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
17891 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
17893 * subr.el: Provide hashtable-print-readable.
17895 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
17896 hs-c-like-adjust-block-beginning.
17897 (hs-hide-block-at-point): Stop hiding at the beginning of
17898 hs-block-end-regexp (Bug#700).
17900 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
17902 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
17904 (gdb-registers-handler-custom): Do not fail when register names
17907 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
17909 * progmodes/gdb-mi.el (gdb-control-all-threads)
17910 (gdb-control-current-thread): Interactive setters for
17911 `gdb-gud-control-all-threads' to use in menu.
17912 (gdb-show-run-p): Show «Go» when process is not active.
17913 (gud-tool-bar-map): Add non-stop/A,T indicator.
17914 Uses gud/thread.xpm and gud/all.xpm.
17916 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
17918 * net/net-utils.el (net-utils-font-lock-keywords): New var.
17919 (nslookup-font-lock-keywords): Make it a variable.
17920 (net-utils-mode): New mode for viewing diagnostic network output.
17921 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
17922 (net-utils-run-simple): New function.
17923 (ifconfig, iwconfig, netstat, arp, route): Use it.
17925 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
17927 * progmodes/gdb-mi.el (gdb-read-memory-custom)
17928 (gdb-memory-set-address, def-gdb-set-positive-number)
17929 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
17930 after changing settings.
17931 (gdb-invalidate-disassembly): Update when first shown.
17932 (gdb-edit-locals-value): Fixed.
17933 (gdb-registers-handler-custom): Print registers in right order and
17934 allow changing register values (only for current thread yet).
17935 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
17936 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
17937 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
17938 (gdb-locals-handler-custom, gdb-registers-handler-custom):
17939 Thread info in mode name.
17940 (gdb-registers-mode-map): TAB to switch to locals.
17942 2009-08-08 Eli Zaretskii <eliz@gnu.org>
17944 * mail/rmail.el (rmail-add-mbox-headers)
17945 (rmail-set-message-counters-counter): Search for
17946 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
17948 2009-08-08 Glenn Morris <rgm@gnu.org>
17950 * Makefile.in (ELCFILES): Update.
17952 2009-08-07 Eli Zaretskii <eliz@gnu.org>
17954 * mail/sendmail.el (mail-yank-original):
17955 Set buffer-file-coding-system from the one used by the message whose
17958 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
17959 to "windows" when "pgnuplot" is used.
17960 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
17961 Don't call accept-process-output if "pgnuplot" is used.
17962 (calc-graph-init): Don't send -display and -geometry to
17963 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
17964 running "pgnuplot -V" with shell-command-to-string.
17966 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
17969 2009-08-07 Eli Zaretskii <eliz@gnu.org>
17971 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
17974 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
17976 * vc-dispatcher.el (vc-resynch-window): Update comment.
17978 * term.el (term-handle-ansi-escape): Add comments with the
17979 terminfo capabilities implemented.
17981 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
17983 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
17984 (gdb-var-create-handler): Rewritten using JSON parser.
17985 (gdb-propertize-header): Moved earlier.
17986 (gdb-set-header): Removed to avoid duplication.
17987 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
17988 Refresh disassembly buffers only after threads list have been
17990 (gdb-threads-header, gdb-registers-header): Per-buffer header line
17993 2009-08-04 Juri Linkov <juri@jurta.org>
17995 * files.el: Commands to add/delete file/directory-local variables.
17996 (read-file-local-variable, read-file-local-variable-value)
17997 (read-file-local-variable-mode, modify-file-local-variable)
17998 (modify-file-local-variable-prop-line)
17999 (modify-dir-local-variable): New functions.
18000 (add-file-local-variable, delete-file-local-variable)
18001 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
18002 (add-dir-local-variable, delete-dir-local-variable)
18003 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
18004 (copy-dir-locals-to-file-locals-prop-line): New commands.
18006 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
18008 * abbrev.el (insert-abbrev-table-description): Prettify output.
18009 Suggested by Karl Chen.
18011 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
18013 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
18014 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
18015 (gdb-overlay-arrow-position, gdb-thread-position)
18016 (gdb-disassembly-position): Declare variables.
18017 (gdb-wait-for-pending): Function now.
18018 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
18019 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
18020 compilation goes smoothly.
18021 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
18022 (gdb-non-stop-setting): New customization setting which replaces
18023 `gdb-non-stop' so changing it doesn't break active GDB session.
18024 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
18025 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
18026 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
18027 (gdb-show-threads-by-default): New customization options.
18028 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
18030 (gdb-get-buffer-create): Send buffers update signal when they are
18032 (gdb-invalidate-locals, gdb-invalidate-registers)
18033 (gdb-invalidate-breakpoints)
18034 (gdb-invalidate-threads, gdb-invalidate-disassembly)
18035 (gdb-invalidate-memory): Accept update signal.
18036 (gdb-current-context-command): Use --frame option.
18037 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
18038 Implement `gdb-frame-number' selection logic.
18039 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
18040 whether to show GUD toolbar buttons.
18041 (gdb-thread-exited): Unselect current thread when it exits.
18042 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
18043 (gdb-mark-line): Routine which sets overlay arrow or inverses
18044 video on fringeless displays.
18045 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
18046 to build aligned columns of data in GDB buffers and set text
18047 properties line-by-line.
18048 (gdb-invalidate-breakpoints)
18049 (gdb-breakpoints-list-handler-custom)
18050 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
18051 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
18052 (gdb-registers-handler-custom): Align data columns.
18053 (gdb-locals-handler-custom): Now prints data like in variable
18055 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
18056 Removed confusing buttons.
18057 (gdb-invalidate-threads): Append --frame.
18058 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
18059 between breakpoints/threads buffers.
18060 (gdb-set-window-buffer): Now can ignore dedicated windows.
18061 (gdb-propertize-header): Use `gdb-set-window-buffer'.
18062 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
18063 (def-gdb-thread-buffer-gud-command): Replaces
18064 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
18065 for fine thread control.
18066 (gdb-preempt-existing-or-display-buffer): New function used to
18067 display bound buffers without breaking window layout.
18068 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
18069 (gdb-select-frame): New version of `gdb-frames-select' which now
18070 sets `gdb-frame-number' so commands may use --frame option instead
18071 of inner debugger state.
18072 (gdb-frame-handler): Do not set `gdb-frame-number'.
18073 (gdb-threads-mode-map): Select threads with mouse.
18075 * progmodes/gud.el (gdb-gud-context-call): Declare function to
18076 avoid compilation warning.
18077 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
18080 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
18081 Argument `key' renamed to `buffer-type'.
18082 (gdb-current-context-buffer-name): Do not add thread info to
18083 buffer name when no thread is selected.
18084 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
18085 command (bug 3794).
18086 (gdb-thread-selected): Handle `=thread-selected' notification.
18087 (gdb-wait-for-pending): New macro to deal with congestion problems.
18088 (gdb-breakpoints-list-handler-custom): Don't fail on pending
18090 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
18091 This fixes problem similar to one described in bug 3947.
18092 (gud-menu-map): More menu items.
18093 (gdb-init-1): Reset `gdb-thread-number' to nil.
18095 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
18098 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
18099 (gdb-current-context-command): Do not append --thread if
18100 `gdb-thread-number' is nil.
18101 (gdb-running-threads-count, gdb-stopped-threads-count):
18103 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
18104 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
18105 New customization options.
18106 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
18108 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
18109 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
18110 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
18111 set `gdb-thread-number' and update `gud-running' properly.
18112 (gdb-running): Update threads list when new threads appear.
18113 (gdb-stopped): Support non-stop operation and new thread switching
18115 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
18116 (gdb-json-partial-output): New set of JSON routines.
18117 (def-gdb-auto-update-trigger): New `signal-list' optional
18119 (gdb-thread-list-handler-custom): Update `gud-running',
18120 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
18121 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
18122 (gdb-continue-thread, gdb-step-thread): New commands for fine
18123 thread execution control.
18124 (gud-menu-map): New menu items to switch non-stop options.
18125 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
18126 (gdb-send): Mimic RET properly (bug 3794).
18128 * progmodes/gdb-mi.el (gdb-rules-name-maker)
18129 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
18131 (def-gdb-auto-update-handler): New nopreserve optional argument.
18132 (gdb-stack-list-frames-custom): Print stack from top to bottom.
18134 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
18135 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
18136 (gdb-parent-mode): New mode to derive other GDB modes from.
18137 (gdb-display-disassembly-for-thread)
18138 (gdb-frame-disassembly-for-thread): New commands for threads
18141 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
18142 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
18143 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
18144 (gdb-update): We now store all GDB buffers in a list so that they
18145 can be updated by traversing a list instead of calling invalidate
18146 triggers explicitly.
18147 (def-gdb-trigger-and-handler): New macro to define trigger-handler
18148 pair for GDB buffer.
18149 (gdb-stack-buffer-name): Add thread information.
18150 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
18151 handle pending triggers.
18152 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
18153 (def-gdb-thread-buffer-simple-command)
18154 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
18155 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
18156 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
18157 New commands which show buffers bound to thread.
18158 (gdb-stack-list-locals-regexp): Removed unused regexp.
18160 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
18161 (gdb-locals-buffer-name, gdb-registers-buffer-name)
18162 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
18163 to (gud-comint-buffer) in *-buffer-name functions
18164 because (gdb-get-target-string) already does that.
18165 (gdb-locals-handler-custom, gdb-registers-handler-custom)
18166 (gdb-changed-registers-handler): Rewritten without regexps.
18168 * progmodes/gdb-mi.el: Basic thread selection support.
18169 (gdb-thread-number): New variable.
18170 (gdb-current-context-command): New macro which adds --thread
18172 (gdb-threads-mode-map): Select thread with SPC.
18173 (gdb-thread-list-handler-custom): Mark current thread with overlay
18174 arrow. Synchronize GDB thread and Emacs thread.
18175 (gdb-select-thread): New command which selects current thread.
18176 (gdb-invalidate-frames, gdb-invalidate-locals)
18177 (gdb-invalidate-registers): Use --thread option.
18179 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
18181 * net/tramp.el (top): Make check for tramp-gvfs loading more
18183 (tramp-handle-insert-file-contents): `unwind-protect' must be
18184 inside `with-parsed-tramp-file-name'.
18186 * net/tramp-gvfs.el (top): Remove superfluous message when loading
18189 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
18191 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
18192 directory if CLASSPATH is not set.
18194 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
18196 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
18198 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
18200 2009-08-02 Kevin Ryde <user42@zip.com.au>
18202 * net/newst-backend.el (newsticker--raw-url-list-defaults):
18203 Update freshmeat link. Delete newsforge.com as it seems gone.
18205 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
18207 * select.el (x-set-selection): Doc fix (Bug#4021).
18209 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
18211 * help-fns.el (describe-variable): Treat list return values from
18212 dir-locals-find-file properly (Bug#4005).
18214 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
18216 * net/tramp.el (tramp-debug-message): Print also microseconds.
18218 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
18220 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
18222 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
18223 (tramp-get-debug-buffer): Change `outline-regexp' according to new
18226 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
18227 (tramp-get-file-property): Use it.
18229 * autorevert.el (auto-revert-handler):
18230 Allow `auto-revert-tail-mode' for remote files.
18232 2009-08-02 Jason Rumney <jasonr@gnu.org>
18234 * minibuffer.el (read-file-name): Treat confirm options to
18235 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
18237 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
18239 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
18240 (font-lock-variable-name-face, font-lock-constant-face):
18241 Darken the colors for light backgrounds.
18243 2009-08-01 Eli Zaretskii <eliz@gnu.org>
18245 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
18246 month names. (Bug#3987)
18248 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
18250 * simple.el (line-move-finish): Pass whole number to
18251 line-move-to-column.
18252 (line-move-visual): Perform hscroll to the recorded position.
18254 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
18256 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
18258 2009-07-29 Alan Mackenzie <acm@muc.de>
18260 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
18262 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
18264 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
18265 (gdb-place-breakpoints): Use full path when setting breakpoints.
18267 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
18269 * calc/calc.el (calc-mode-map): Add keybinding for
18270 `calc-transpose-lines'.
18272 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
18274 * calc/calc-misc.el (calc-transpose-lines): New function.
18276 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
18278 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
18279 Simplify check for out-of-band methods.
18280 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
18281 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
18283 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
18285 * vc-git.el (vc-git-checkin): Fix typo.
18287 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
18289 * progmodes/js2-mode.el: New file.
18291 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
18293 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
18294 (gud-menu-map): Adjust tooltip accordingly.
18296 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
18298 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
18299 (vc-bzr-log-view-mode): Adjust log-view-file-re.
18301 * add-log.el (change-log-mode-map): Add a menu.
18303 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
18305 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
18306 function returns nil.
18307 (dbus-handle-event): Handle special return value :ignore.
18308 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
18310 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
18312 * view.el (view-mode-enable): Don't define Helper-return-blurb if
18315 2009-07-25 Eli Zaretskii <eliz@gnu.org>
18319 * w32-vars.el (x-select-enable-clipboard): Doc fix.
18321 * term/pc-win.el (x-display-name, x-colors)
18322 (x-select-enable-clipboard, x-select-text): Doc fix.
18324 * term/common-win.el (x-display-name, x-colors): Doc fix.
18326 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
18327 (xw-defined-colors): Doc fix.
18329 * w32-fns.el (x-select-text, x-setup-function-keys)
18330 (x-get-selection, x-set-selection): Doc fix.
18332 * term/x-win.el (x-select-text, x-setup-function-keys)
18333 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
18335 * select.el (x-set-selection): Doc fix.
18337 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
18339 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
18340 instead of "IsNSSSupportAvailable". Avahi ought to work also when
18341 "IsNSSSupportAvailable" method is not available.
18342 Reported by Steve Youngs <steve@sxemacs.org>.
18344 2009-07-24 Kenichi Handa <handa@m17n.org>
18346 * international/characters.el: Fix setting of category ?C, ?|, ?K,
18347 and ?H. Fix setting of case for Latin Extended and Greek Extended.
18348 (build-unicode-category-table): Fix range checks.
18350 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
18352 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
18353 the buffer we try to sync is current when calling
18356 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
18357 not show up to date files.
18359 2009-07-24 Glenn Morris <rgm@gnu.org>
18361 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
18362 Add autoload cookies. If necessary, initialize.
18363 (elint-log): Handle non-file buffers.
18364 (elint-initialize): Add optional argument to reinitialize.
18365 (elint-find-builtin-variables): Save excursion.
18367 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
18369 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
18372 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
18374 * vc.el (vc-print-log-internal): New function, split out from ...
18375 (vc-print-log): ... here.
18376 (vc-dir-move-to-goal-column): Declare.
18378 * vc-git.el (vc-git-add-signoff): New variable.
18379 (vc-git-checkin): Use it.
18380 (vc-git-toggle-signoff): New function.
18381 (vc-git-extra-menu-map): Bind it to menu.
18382 (vc-git--run-command-string): Accept a nil FILE argument.
18383 (vc-git-stash-list): New function.
18384 (vc-git-dir-extra-headers): Use it.
18386 2009-07-23 Glenn Morris <rgm@gnu.org>
18388 * help-fns.el (describe-variable): Describe ignored and risky local
18389 variables in a similar way to that in which we describe safe ones.
18391 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
18392 (byte-compile-output-file-form, byte-compile-output-docform)
18393 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
18394 Give some more local variables with common names a "bytecomp-" prefix,
18395 so as not to shadow things during compilation.
18396 * emacs-lisp/cl-macs.el (load-time-value)
18397 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
18398 `outbuffer' to `bytecomp-outbuffer'.
18400 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
18401 since the next two variables cover them automatically now.
18402 (elint-builtin-variables, elint-autoloaded-variables): New.
18403 (elint-unknown-builtin-args): Remove all members, since they can be
18404 parsed automatically now.
18405 (elint-extra-errors): New.
18406 (elint-env-add-env, elint-env-add-macro): Use cadr.
18407 (elint-current-buffer): Use or. Change final message.
18408 (elint-get-top-forms): Use line-end-position.
18409 (elint-init-env): Use cadr. Handle autoload, declare-function,
18411 (elint-add-required-env): Doc fix. Use or. Standardize error.
18412 (regexp-assoc): Remove unused function.
18413 (elint-top-form): Set elint-current-pos, to record the start of the
18414 top-level form, for compilation-mode.
18415 (elint-form): Trap errors in macro expansion. Use dolist.
18416 (elint-unbound-variable): Use elint-builtin-variables and
18417 elint-autoloaded-variables.
18418 (elint-get-args): Use cadr, or.
18419 (elint-check-cond-form): Use dolist, cadr.
18420 (elint-check-condition-case-form): Doc fix. Use cadr.
18421 Use elint-extra-errors.
18422 (elint-log): New function.
18423 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
18424 Distinguish errors and warnings.
18425 (elint-log-message): Use with-current-buffer. Inhibit read-only.
18426 Use a bytecomp-style format.
18427 (elint-clear-log): Preserve default-directory. Inhibit read-only.
18428 (elint-get-log-buffer): Use compilation mode. Disable undo.
18429 Don't truncate lines.
18430 (elint-initialize): Set builtin and autoloaded variable lists.
18431 Only process elint-unknown-builtin-args if non-nil.
18432 (elint-find-builtin-variables, elint-find-autoloaded-variables):
18434 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
18436 2009-07-22 Kevin Ryde <user42@zip.com.au>
18438 * net/newst-backend.el (newsticker--parse-atom-1.0)
18439 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
18440 (newsticker--parse-rss-1.0):
18441 * progmodes/idlwave.el (idlwave-mode):
18442 * progmodes/idlw-shell.el (idlwave-shell-mode):
18443 * progmodes/vera-mode.el (vera-mode):
18444 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
18445 * progmodes/vhdl-mode.el (vhdl-mode):
18446 * textmodes/table.el (table-generate-source)
18447 (table--warn-incompatibility):
18448 Hyperlink urls in docstrings with URL `...'.
18450 2009-07-22 Glenn Morris <rgm@gnu.org>
18452 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
18453 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
18454 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
18455 Remove leading * from defcustom docs.
18457 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
18459 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
18461 (list-load-path-shadows): Optionally, just return shadows as a string.
18463 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
18465 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
18467 * mail/rmailedit.el (rmail-edit-mode):
18468 Use auto-save-include-big-deletions.
18470 * mail/rmail.el (rmail-variables):
18471 Use auto-save-include-big-deletions.
18473 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
18476 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
18478 * calc/calc.el (calc-undo-length): New variable.
18479 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
18481 2009-07-21 Richard Stallman <rms@gnu.org>
18483 * files.el (auto-save-mode): Handle buffer-save-size = -2
18486 2009-07-21 Glenn Morris <rgm@gnu.org>
18488 * textmodes/ispell.el (ispell-looking-back): Update declaration.
18490 * calendar/todo-mode.el (calendar-current-date): Update declaration.
18492 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
18493 silence compiler. Instead...
18494 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
18495 (ps-print-ensure-fontified): Update for above function name changes.
18497 * printing.el (pr-mh-get-msg-num, pr-mh-show)
18498 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
18499 silence compiler. Instead...
18500 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
18501 (mh-show-buffer): Only define for compiler.
18502 (pr-mh-current-message): Update for above function name changes.
18504 * files.el (abort-if-file-too-large): Explicitly pass `filename'
18506 (find-file-noselect, insert-file-1): Update for above change.
18508 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
18510 * mail/mailclient.el (mailclient-send-it): Fix message.
18512 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
18513 (edebug-eval): Check cl-debug-env is bound.
18514 (print-level, print-circle): Don't redefine built-in variables.
18516 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
18517 (custom-print-vectors): Remove old comments from doc.
18519 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
18520 (emerge-version): Make the variable an obsolete alias for the
18521 emacs-version variable. Make the function obsolete.
18522 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
18523 Emerge options, rather than merging in into the main Options menu.
18524 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
18525 and auto advance modes. Disable edit/fast items when not relevant.
18527 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
18529 * term/vt420.el (terminal-init-vt420): Fix typo.
18531 2009-07-20 Sam Steingold <sds@gnu.org>
18533 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
18534 variable (removed from compile.el on 2004-03-11).
18536 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
18538 * files.el (hack-local-variables-filter): Fix last change.
18540 2009-07-19 Juri Linkov <juri@jurta.org>
18542 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
18543 (dir-local-variables-alist): New buffer-local variable.
18544 (hack-local-variables-filter): If variable is not dir-local,
18545 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
18546 because file-local overrides dir-local.
18547 (c-postprocess-file-styles) <declare-function>:
18548 Remove obsolete declaration.
18549 (hack-dir-local-variables): Add dir-local variable/value pair to
18550 `dir-local-variables-alist' and remove duplicates. Doc fix.
18552 * help-fns.el (describe-variable): Add information about
18553 file-local and dir-local variables.
18555 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
18557 * files.el (hack-local-variables-filter): Rewrite.
18559 2009-07-19 Glenn Morris <rgm@gnu.org>
18561 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
18562 Silence compiler by only defining on XEmacs.
18564 * international/mule.el (auto-coding-regexp-alist): Only match
18565 BABYL... at the start of buffer, not of lines. (Bug#3790)
18567 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
18568 non-calendar buffers (Bug#3862). Restore "not on a date" message.
18569 (cal-menu-context-mouse-menu): Doc fix.
18571 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
18573 * simple.el (mail-user-agent): Doc fix. Set :version tag.
18575 2009-07-18 Juri Linkov <juri@jurta.org>
18577 * info.el: Virtual Info keyword finder.
18578 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
18579 (Info-finder-file): New variable.
18580 (Info-finder-find-file): New function.
18581 (finder-known-keywords, finder-package-info)
18582 (find-library-name, lm-commentary): Use defvar and
18583 declare-function to silence compiler warnings.
18584 (Info-finder-find-node): New function.
18585 (info-finder): New command.
18587 * subr.el (process-kill-buffer-query-function): New function.
18588 (add-hook)<kill-buffer-query-functions>: Add hook
18589 `process-kill-buffer-query-function'.
18591 2009-07-18 Alan Mackenzie <acm@muc.de>
18593 * progmodes/cc-mode.el (c-before-hack-hook)
18594 (c-postprocess-file-styles): Give invocation of `c-set-style'
18595 DONT-OVERRIDE parameter of t. Already set style variables will
18596 thus not be overridden by style settings given by `c-file-syle'.
18598 * files.el (hack-local-variables-filter): Remove entries with
18599 duplicate keys from `file-local-variables-alist'.
18601 2009-07-18 Eli Zaretskii <eliz@gnu.org>
18603 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
18604 x-set-selection if display-selections-p returns nil for the
18607 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
18609 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
18611 2009-07-18 Eli Zaretskii <eliz@gnu.org>
18613 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
18614 Accept nil in addition to a regexp.
18615 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
18616 Accept nil in addition to a regexp.
18617 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
18618 buffers that have an associated file. Handle nil values of
18619 desktop-buffers-not-to-save and desktop-files-not-to-save.
18622 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
18623 (x-disown-selection-internal): New functions.
18625 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
18627 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
18629 (gdb-breakpoints-header): Move forward to avoid compiler warning.
18630 (gdb-make-header-line-mouse-map): Remove duplicate definition.
18632 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
18634 * simple.el (set-mark): Revert last change.
18636 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
18638 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
18639 rendering of pngs is not possible instead of messaging a long
18642 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
18644 * w32-fns.el (x-selection-owner-p): New function.
18646 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
18647 (mouse-yank-at-click, mouse-yank-primary):
18648 If select-active-regions is non-nil, deactivate the mark before
18651 * simple.el (deactivate-mark, set-mark): Only save selection if we
18654 2009-07-17 Kenichi Handa <handa@m17n.org>
18656 * case-table.el (describe-buffer-case-table): Fix for the case
18657 that KEY is a cons.
18659 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
18661 * vc-rcs.el (vc-rcs-find-file-hook):
18662 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
18664 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
18666 * net/tramp.el (tramp-wait-for-output): Handle the case when
18667 commands do not return a newline but a null byte before the shell
18670 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18672 * term/ns-win.el (ns-set-alpha): Don't declare.
18673 (ns-set-background-alpha): Remove function.
18675 2009-07-16 Kevin Ryde <user42@zip.com.au>
18677 * emacs-lisp/copyright.el (copyright-update): Save match-data across
18678 y-or-n-p, for safety.
18680 2009-07-16 Richard Stallman <rms@gnu.org>
18682 * files.el (auto-save-mode): If buffer-saved-size is -2,
18685 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
18686 (rmail-retry-ignored-headers): Add more uninteresting fields.
18688 2009-07-15 Jari Aalto <jari.aalto@cante.net>
18690 * net/rcirc.el (rcirc): Use history variables.
18691 (rcirc-server-name-history, rcirc-nick-name-history)
18692 (rcirc-server-port-history): New variables.
18694 2009-07-15 Kenichi Handa <handa@m17n.org>
18696 * international/mule-cmds.el (set-language-environment-charset):
18697 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
18700 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
18701 Delete unibyte-display.
18703 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
18705 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
18707 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
18709 * simple.el (deactivate-mark): Optional argument FORCE.
18710 (set-mark): Use deactivate-mark.
18712 * info.el (Info-search): No need to check transient-mark-mode
18713 before calling deactivate-mark.
18715 * select.el (x-set-selection): Doc fix.
18716 (x-valid-simple-selection-p): Allow buffer values.
18717 (xselect--selection-bounds): Handle buffer values.
18718 Suggested by David De La Harpe Golden.
18720 * mouse.el (mouse-set-region, mouse-drag-track):
18721 Call copy-region-as-kill before setting the mark, to let
18722 select-active-regions work.
18724 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
18726 * simple.el (deactivate-mark): If select-active-regions is
18727 non-nil, copy the selection data into a string.
18728 (activate-mark): If select-active-regions is non-nil, set the
18729 selection to the current buffer.
18730 (set-mark): Update selection if select-active-regions is non-nil.
18732 * select.el (x-valid-simple-selection-p): Allow buffer values.
18734 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
18736 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
18737 and more featureful message-mode.
18739 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
18741 * select.el (x-set-selection): Doc fix.
18742 (x-valid-simple-selection-p): Disallow selection data consisting
18743 of a list or cons of integers, since that is not used.
18744 (xselect--selection-bounds, xselect--int-to-cons): New functions.
18745 (xselect-convert-to-string, xselect-convert-to-length)
18746 (xselect-convert-to-filename, xselect-convert-to-charpos)
18747 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
18749 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
18751 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
18752 output in -break-info command (Emacs bug #3794).
18754 2009-07-14 Glenn Morris <rgm@gnu.org>
18756 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
18757 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
18758 (edebug-print-length, edebug-print-level, edebug-print-circle)
18759 (edebug-sit-for-seconds, edebug-view-outside)
18760 (edebug-bounce-point, edebug-set-global-break-condition)
18761 (edebug-Go-nonstop-mode, edebug-trace-mode)
18762 (edebug-Trace-fast-mode, edebug-continue-mode)
18763 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
18764 (edebug-visit-eval-list): Doc fixes.
18766 * subr.el (def-edebug-spec): Doc fix.
18768 2009-07-14 Kenichi Handa <handa@m17n.org>
18770 * international/characters.el: Fix setting of category ?C.
18772 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
18774 * term/ns-win.el (x-select-font): defalias x-select-font to
18775 ns-popup-font-panel instead of generate-fontset-menu.
18777 2009-07-12 Eli Zaretskii <eliz@gnu.org>
18779 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
18781 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
18783 * arc-mode.el (archive-find-type): Allow for a PK00 string before
18784 the PK\003\004 header (Bug#3770).
18786 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
18788 * pcomplete.el (pcomplete-comint-setup): Check for
18789 shell-dynamic-complete-filename too.
18791 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
18793 * simple.el (temporary-goal-column): Change the value for
18794 line-move-visual to a cons cell.
18795 (line-move-visual): Record or set the window hscroll, if
18796 necessary (Bug#3494).
18797 (line-move-1): Handle cons value of temporary-goal-column.
18799 2009-07-11 Kenichi Handa <handa@m17n.org>
18801 * international/mule-diag.el (describe-character-set): Don't show
18804 2009-07-10 Sam Steingold <sds@gnu.org>
18806 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18807 Omake sometimes indents the errors it prints, so allow all
18808 regexps to start with spaces.
18810 2009-07-10 Eli Zaretskii <eliz@gnu.org>
18812 * cus-edit.el (customize-changed-options-previous-release):
18813 Bump value to 22.1. (Bug#3804)
18815 2009-07-08 Sam Steingold <sds@gnu.org>
18817 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
18818 to be a cons cell (test . ignored-directory) to selectively ignore
18819 some directories depending on the location of the search.
18821 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
18823 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
18824 remote user is root, on the local host.
18825 (tramp-local-host-p): Either the local user or the remote user
18826 must be root. (Bug#3771)
18828 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
18830 * progmodes/gdb-mi.el (gdb): Remove description of
18831 gdb-use-separate-io-buffer.
18832 (menu): Don't allow toggling of or enable
18833 gdb-use-separate-io-buffer from menubar.
18835 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
18837 * mail/unrmail.el (unrmail): Make sure the message ends with two
18838 newlines (Bug#3769).
18840 2009-07-08 Glenn Morris <rgm@gnu.org>
18842 * calendar/calendar.el (calendar-current-date): Rework previous change.
18844 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
18846 * calendar/calendar.el (calendar-current-date):
18847 Add an optional argument giving an offset from today.
18849 2009-07-08 Glenn Morris <rgm@gnu.org>
18851 * tutorial.el (tutorial--describe-nonstandard-key):
18852 Adjust the message for when a key has been unbound.
18853 (help-with-tutorial): Hide the arch-tag.
18855 2009-07-08 Kenichi Handa <handa@m17n.org>
18857 * international/fontset.el (setup-default-fontset): For each
18858 script, append (not set) font-specs.
18860 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
18863 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
18865 * progmodes/gdb-mi.el (gdb-init-1): Move sending
18866 -data-list-register-names to ...
18867 (gdb-starting): ... here because GDB 7.0 requires execution to
18868 have started when using this MI command.
18869 (gdb-set-header): New function to distinguish select and
18870 unselected tabs in gdb buffers.
18871 (gdb-propertize-header): New macro that uses gdb-set-header.
18872 (gdb-breakpoints-header, gdb-locals-header): Use it.
18873 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
18875 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
18877 * Makefile.in (ELCFILES): Remove fadr.elc.
18879 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
18881 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
18882 may contain frame information, so `string-match' should be used.
18883 (gdb-update): Disassembly is invalidated through
18884 `gdb-get-selected-frame'.
18885 (gdb-pad-string): New function to pad string with spaces.
18886 (gdb-invalidate-disassembly): Invalidate only if the buffer
18888 (gdb-disassembly-handler-custom): Column alignment.
18889 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
18891 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
18893 (gdb-frame-handler): Match convention to for disassembly buffer
18895 (gdb-stack-list-frames-handler): Rewritten without regexps.
18896 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
18897 not highlight breakpoints without line information.
18898 (gdb-input): Add trailing newline to command.
18900 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
18902 (gdb-breakpoints-list-handler-custom): Replacement for
18903 `gdb-break-list-handler'. Using real parser instead of regexps
18905 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
18906 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
18907 to place breakpoints.
18908 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
18910 (gdb-disassembly-handler-custom): Show overlay arrow.
18911 (gdb-disassembly-place-breakpoints): Show breakpoints in
18912 disassembly buffer.
18913 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
18914 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
18915 instead of parsing breakpoints buffer. Fixed old menu references
18920 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
18921 (gdb-memory-address): New variable which holds top address of
18922 memory page shown in memory buffer.
18923 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
18924 New customization variables.
18926 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
18927 display the memory buffer.
18928 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
18929 buffer display parameters.
18930 (def-gdb-memory-format, gdb-memory-format-binary)
18931 (gdb-memory-format-octal, gdb-memory-format-unsigned)
18932 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
18933 Functions for setting memory buffer format.
18934 (gdb-memory-unit-word, gdb-memory-unit-halfword)
18935 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
18936 unit size used in memory buffer.
18937 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
18938 Switch to next/previous page of memory buffer.
18939 Now using (bindat-get-field) instead of fadr functions.
18941 2009-07-07 Sam Steingold <sds@gnu.org>
18943 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
18944 non-top-level files.
18946 2009-07-07 Kenichi Handa <handa@m17n.org>
18948 * international/mule-cmds.el (reset-language-environment):
18949 Put the highset priority to the charset iso-8859-1.
18951 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
18953 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
18954 to the end of the line when locating the block (Bug#700).
18956 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
18958 * net/tramp.el (tramp-handle-write-region): Flush file properties
18959 in case of short track.
18961 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
18963 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
18964 Coded custom representation of verilog error regular expressions
18965 to work with Emacs-22's new format.
18966 (verilog-error-regexp-xemacs-alist): Coded custom representation
18967 of verilog error regular expressions to work with XEmacs format.
18968 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
18969 error recognition into XEmacs.
18970 (verilog-error-regexp-add-emacs): Hook routine to install verilog
18971 error recognition into Emacs-22.
18973 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
18975 * woman.el: Remove stand-alone closing parentheses.
18976 (woman-file-name, woman2-format-paragraphs)
18977 (woman-leave-blank-lines): Code cleanup.
18978 (woman-use-own-frame): Change default to nil.
18979 (woman-italic, woman-bold, woman-unknown, woman-addition):
18980 Change defaults to inherit from default faces.
18981 (woman2-process-escapes): Consume the newline after a stand-alone
18982 filler character (Bug#3651).
18984 2009-07-06 Glenn Morris <rgm@gnu.org>
18986 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
18987 (top-level): Move provide to the end.
18988 (ffap): Remove defunct URL from custom group.
18990 * subr.el (eval-after-load): Doc fix.
18992 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
18994 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
18995 `calc-embedded-word' is called twice.
18997 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
18999 * files.el (find-alternate-file-other-window, find-alternate-file):
19000 Obey confirm-nonexistent-file-or-buffer.
19002 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
19004 * dired-aux.el (dired-show-file-type): Handle remote files.
19006 2009-07-05 Jari Aalto <jari.aalto@cante.net>
19008 * desktop.el (desktop-globals-to-save):
19009 Add file-name-history (Bug#2750).
19011 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
19013 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
19015 2009-07-04 Johan Bockgård <bojohan@gnu.org>
19017 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
19018 property on entire argument since this is what eshell-lisp-command
19021 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
19023 * net/tramp-gvfs.el (tramp-gvfs-methods)
19024 (tramp-gvfs-zeroconf-domain)
19025 (tramp-bluez-discover-devices-timeout): Add version flag.
19026 (tramp-gvfs-handler-mounted-unmounted)
19027 (tramp-gvfs-connection-mounted-p): Polish handling of
19028 incompatibilities between GVFS 0.2 and 1.0.
19030 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
19032 * cus-start.el (all): Add make-pointer-invisible.
19034 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
19036 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
19037 formatted correctly.
19039 2009-07-02 Juri Linkov <juri@jurta.org>
19041 * info.el: Virtual Info files and nodes.
19042 (Info-virtual-files, Info-virtual-nodes): New variables.
19043 (Info-current-node-virtual): New variable.
19044 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
19046 (Info-file-supports-index-cookies): Use Info-virtual-file-p
19047 to check for a virtual file instead of checking a fixed list
19049 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
19050 instead of ad-hoc processing of "dir" and (apropos history toc).
19051 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
19052 instead of ad-hoc processing of "dir" and (apropos history toc).
19053 Reread a file when moving from a virtual node.
19054 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
19055 (Info-directory-toc-nodes, Info-directory-find-file)
19056 (Info-directory-find-node): New functions.
19057 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
19058 (Info-history): Move part of code to
19059 `Info-history-find-node'.
19060 (Info-history-toc-nodes, Info-history-find-file)
19061 (Info-history-find-node): New functions.
19062 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
19063 (Info-toc): Move part of code to `Info-toc-find-node'.
19064 (Info-toc-find-node): New function.
19065 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
19066 the current Info file name to references because now the node
19067 "*TOC*" belongs to the same Info manual.
19068 (Info-toc-build): Rename from `Info-build-toc'.
19069 (Info-toc-nodes): Rename input argument `file' to `filename'.
19070 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
19071 instead of ad-hoc processing of ("dir" apropos history toc).
19072 (Info-index-nodes): Use Info-virtual-file-p
19073 to check for a virtual file instead of checking a fixed list
19075 (Info-index-node): Add check for `Info-current-node-virtual'.
19076 Raise `save-match-data' higher up the tree to contain
19077 `search-forward' too (bug fix).
19078 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
19079 (Info-virtual-index-nodes): New variable.
19080 (Info-virtual-index-find-node, Info-virtual-index): New functions.
19081 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
19082 (Info-apropos-file, Info-apropos-nodes): New variables.
19083 (Info-apropos-toc-nodes, Info-apropos-find-file)
19084 (Info-apropos-find-node, Info-apropos-matches): New functions.
19085 (info-apropos): Move part of code to `Info-apropos-find-node' and
19086 `Info-apropos-matches'.
19087 (Info-mode-map): Bind "I" to `Info-virtual-index'.
19088 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
19089 for a virtual file instead of checking a fixed list of node names.
19091 * simple.el (async-shell-command): New command.
19093 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
19095 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
19096 instead of `mount-info'.
19098 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
19100 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
19101 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
19103 2009-07-02 Kenichi Handa <handa@m17n.org>
19105 * international/mule.el (set-keyboard-coding-system): Force *-unix
19106 coding-system to avoid eol conversion.
19108 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
19110 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
19111 Add handler for `process-file', `shell-command' and
19112 `start-file-process'.
19113 (tramp-gvfs-handle-shell-command)
19114 (tramp-gvfs-handle-start-file-process)
19115 (tramp-gvfs-handle-process-file): New defuns.
19116 (tramp-synce-list-devices): Simplify check for existence of property.
19118 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
19120 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
19122 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
19124 * language/korean.el (set-language-info-alist): Add korean-cp949,
19127 2009-07-01 Kenichi Handa <handa@m17n.org>
19129 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
19131 * international/encoded-kb.el: Deleted.
19133 * international/mule.el (set-keyboard-coding-system): Perform the
19134 necessary setup here instead of calling encoded-kbd-setup-display.
19136 2009-07-01 Glenn Morris <rgm@gnu.org>
19138 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
19140 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
19142 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
19144 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
19146 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
19147 Handle also the 'rename case, when setting file modes. (Bug#3712)
19148 (tramp-default-file-modes): Remove execute permissions.
19150 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
19151 (top): Add a default for "synce" in `tramp-default-user-alist'.
19152 Add completion function for "synce" method.
19153 (tramp-hal-service, tramp-hal-path-manager)
19154 (tramp-hal-interface-manager, tramp-hal-interface-device):
19156 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
19157 (tramp-synce-list-devices, tramp-synce-parse-device-names):
19160 * net/trampver.el: Update release number.
19162 2009-06-30 Kenichi Handa <handa@m17n.org>
19164 * international/fontset.el (setup-default-fontset): Add CJK fonts
19165 for symbols and the other miscellaneous characters.
19167 * language/korea-util.el (setup-korean-environment-internal):
19168 Make char-width-table suitable for Korean environments.
19169 (exit-korean-environment): Cancel above.
19171 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
19172 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
19173 setup-function to make char-width-table suitable for respective
19174 environments, and an exit-function to cancel that.
19176 * language/japan-util.el (setup-japanese-environment-internal):
19177 Call use-cjk-char-width-table with arg `ja_JP'.
19179 * international/characters.el (cjk-char-width-table): Delete it.
19180 (cjk-char-width-table-list): New variable.
19181 (use-cjk-char-width-table): New arg local-name.
19182 (use-default-char-width-table): Fix for the case that Emacs is
19183 already using the default char-width-table.
19185 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
19187 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
19188 modes mandatory. (Bug#3712)
19190 2009-06-29 Alan Mackenzie <acm@muc.de>
19192 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
19193 correction between the visible width of TABs and their number of bytes.
19195 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
19197 * server.el (server-buffer-done): Prevent kill-buffer from
19198 prompting by clearing the buffer modification flag (Bug#3696).
19200 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
19202 * progmodes/verilog-mode.el (verilog-beg-of-statement)
19203 (verilog-endcomment-reason-re): Support unique case and priority case.
19204 (verilog-basic-complete-re): Support localparam lineup.
19205 (verilog-beg-of-statement-1): Fix for robustness, unique case.
19206 (verilog-set-auto-endcomments): Fix for unique case, always_comb
19208 (verilog-leap-to-case-head): Now support *nested* unique &
19209 priority case statements.
19210 (verilog-auto-lineup): Make just declarations the default (as it
19212 (verilog-leap-to-case-head): Support priority/unique case statements.
19213 (verilog-auto-lineup): Rework to give users radio buttons to
19214 select the various styles of automatic lineup.
19215 (verilog-error-regexp-alist): Rework to support the XEmacs style
19216 of error regular expressions from compilers, lint tools &
19217 simulators. Note that GNU Emacs has made it impossible for a mode
19218 to load such things.
19219 (electric-verilog-terminate-line, verilog-indent-declaration)
19220 (verilog-auto-wiure): Rework for radio button selection of
19221 auto-lineup selection of specification of auto lineup.
19222 (verilog-beg-of-statement-1): Redesign to support proper operation
19223 in additional code, based on testing with auto-lineup.
19224 (verilog-calculate-indent, assignments & declarations)
19225 (verilog-backward-token): Enhance to support auto-lineup of
19226 assignments & declarations.
19227 (verilog-in-directive-p, verilog-at-struct-p): New function for
19228 easy test of whether we are.
19229 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
19230 to support safe execution at almost anyline.
19231 (verilog-calc-1): Properly support indenting deep inside generate
19233 (verilog-init-font): Remove definition & use of verilog-init-font,
19234 as it is redundant with font-lock-defaults.
19235 (verilog-mode): Alter the definition of verilog-font-lock-defaults
19236 to avoid circular calls if syntax-ppss is a function (as is the
19237 case now in 22.x GNU Emacs) as that function would sometimes call
19238 itself, leading to (nearly) infinite recursion.
19239 (verilog-ovm-begin-re, verilog-ovm-end-re)
19240 (verilog-ovm-statement-re, verilog-leap-to-head)
19241 (verilog-backward-token): Add support for OVM macros. Some are
19242 complete statements, and others open and close scopes like begin
19244 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
19245 (verilog-defun-level-generate-only-re): Really fix the defun-list
19247 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
19248 coverpoint, constraint and cross statements.
19249 (verilog-defun-level-list, verilog-generate-defun-level-list)
19250 (verilog-all-defun-level-list): Redo these specifications - it is
19251 too hard to support eval-when compile aggregation of lists also
19252 built at when-compile time.
19253 (verilog-defun-level-list): Place defconsts of variables used in
19254 building regular expressions which are built in eval-when-compile
19255 bodies in the same eval-when-compile body to facilitate compile
19257 (verilog-beg-block-re-ordered): Support indenting
19258 virtual/protected tasks and functions.
19259 (verilog-defun-level-list, verilog-in-generate-region-p)
19260 (verilog-backward-ws&directives, verilog-calc-1): Speed up
19261 indentation of some module items (generate items).
19262 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
19263 across virtual/protected tasks and functions.
19265 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
19267 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
19268 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
19269 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
19270 in concatenations. Reported by Yishay Belkind.
19271 (verilog-auto-ascii-enum): Support one-hot state machines in
19272 AUTOASCIIENUM. Suggested by Lloyd Gomez.
19273 (verilog-auto-inst, verilog-auto-inst-port): Include interface
19274 modport in AUTOINST and add vl-modport for users.
19275 Reported by David Rogoff.
19276 (verilog-auto-inout-module, verilog-auto-inst)
19277 (verilog-decls-get-interfaces, verilog-insert-definition)
19278 (verilog-insert-one-definition, verilog-read-decls)
19279 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
19280 (verilog-sig-modport, verilog-signals-combine-bus)
19281 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
19282 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
19283 Suggested by David Rogoff.
19284 (verilog-repair-open-comma): Fix non-insertion of comma when
19285 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
19286 (verilog-make-width-expression): Simplify [A-1:0] expression
19287 widths to just {A{1'b0}}.
19288 (verilog-mode): Cleanup checkdoc warnings.
19289 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
19290 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
19291 inputs/outputs or data type. Suggested by Vasu Kandadi.
19292 (next-error-last-buffer): Fix byte-compiler warning.
19293 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
19294 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
19295 or shell command text during AUTO expansion. Suggested by Tad Truex.
19296 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
19297 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
19298 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
19299 in AUTOINOUT. Reported by Matthew Lovell.
19300 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
19301 causing use of <= assignments. Reported by Alex Reed.
19302 (verilog-read-decls): Fix triand, trior, wand, wor to be
19303 recognized by AUTOWIRE. Reported by Spencer Isaacson.
19304 (verilog-extended-complete-re): Support import "DPI-C" functions.
19305 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
19306 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
19307 (verilog-insert-date, verilog-insert-year)
19308 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
19309 Windows systems. Reported by Michael Potts.
19310 (verilog-read-module-name): Fix AUTOINST when the child module
19311 declaration's name is a tick define. Reported by Elliot Mednick.
19312 (verilog-read-decls): Fix V2K parameter bit subscripts getting
19313 passed to next parameter's definition. Reported by Bruce T.
19314 (verilog-read-decls): Fix detecting "parameter int" when using
19315 AUTOINSTPARAM. Reported by Bruce T.
19316 (verilog-goto-defun): Fix goto not finding modules unless first
19317 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
19318 (verilog-mode): Expand -f flag arguments on entry to mode so
19319 verilog-goto-defun will work. Reported by Lawrence Butcher.
19320 (verilog-getopt): Expand environment variables in -f file
19321 arguments. Suggested by Lawrence Butcher.
19322 (verilog-set-define): Fix "Symbol's value as variable is void"
19323 when reading enumerations.
19324 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
19325 Suggested by Stephen Peltan.
19326 (verilog-read-defines): Fix reading of enumerations in include
19327 files. Reported by Steve Peltan.
19329 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
19331 * files.el (trash-directory): Fix defcustom type.
19333 2009-06-28 Juri Linkov <juri@jurta.org>
19335 * help-fns.el (describe-function-1): Correctly locate adviced
19336 functions in hyperlink (Bug#2438).
19338 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
19340 * files.el (trash-directory): Change default to nil.
19341 (move-file-to-trash): If trash-directory is nil and
19342 system-move-file-to-trash is unbound, perform freedesktop-style
19345 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
19347 * files.el (move-file-to-trash): Add freedesktop trash
19350 2009-06-28 Glenn Morris <rgm@gnu.org>
19352 * autorevert.el (global-auto-revert-non-file-buffers)
19353 (global-auto-revert-mode): Doc fixes.
19355 2009-06-27 Johan Bockgård <bojohan@gnu.org>
19357 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
19359 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
19361 * faces.el (x-handle-named-frame-geometry): Ensure that we have
19362 opened an X connection before calling x-get-resource (Bug#3194).
19364 * play/doctor.el: Remove reference to obsolete website.
19365 (make-doctor-variables): Correct grammar mistake (Bug#2633).
19367 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
19369 Remove find-file-not-found-hook VC method. (Bug#2757)
19370 * vc-hooks.el (vc-file-not-found-hook)
19371 (vc-default-find-file-not-found-hook): Remove functions.
19372 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
19373 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
19376 * vc-git.el: Do not mention find-file-not-found-hook VC method.
19378 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
19380 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
19381 compatibility function for `looking-back'.
19383 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
19384 Use `ispell-looking-back'.
19386 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
19388 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
19389 rather than `filename'.
19391 2009-06-23 Miles Bader <miles@gnu.org>
19393 * face-remap.el (text-scale-set): New function.
19395 2009-06-23 Glenn Morris <rgm@gnu.org>
19397 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
19399 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
19401 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
19403 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
19405 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
19406 Simplify Persian conditionals.
19408 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
19409 variable `filename'.
19411 * comint.el (comint-insert-input): Doc fix.
19413 * Makefile.in (ELCFILES): Fix typo in previous change.
19415 2009-06-23 Miles Bader <miles@gnu.org>
19417 * cus-start.el: Add entry for `recenter-redisplay'.
19419 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
19421 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
19422 Add an optional argument for the backend, use it instead of
19423 calling vc-backend.
19424 (vc-mode-line): Add an optional argument for the backend.
19425 Pass the backend to vc-state and vc-working-revision. Move code for
19426 special handling for vc-state being a buffer to ...
19428 * vc-rcs.el (vc-rcs-find-file-hook):
19429 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
19431 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
19432 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
19433 vc-stay-local-p and vc-mode-line calls.
19435 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
19436 (vc-cvs-diff, vc-cvs-annotate-command)
19437 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
19438 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
19439 vc-mode-line calls.
19441 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
19443 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
19444 backend when calling vc-mode-line.
19445 (vc-register): Do not create a closure for calling the vc register
19446 function, call it directly.
19448 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
19450 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
19451 to make it obvious item can be clicked.
19453 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
19455 2009-06-23 Kenichi Handa <handa@m17n.org>
19457 * language/korea-util.el (korean-key-bindings): Change the binding
19458 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
19461 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
19463 Sync with Tramp 2.1.16.
19465 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
19467 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
19468 when a loading of a package fails. Completion function for rsync
19469 is `tramp-completion-function-alist-ssh'.
19470 (all): Replace all calls of `split-string' and
19471 `tramp-split-string' by `tramp-compat-split-string'.
19472 (tramp-default-method): Use `tramp-compat-process-running-p'.
19473 (tramp-default-proxies-alist): Allow also Lisp forms.
19474 (tramp-remote-path): Add choice "Private Directories".
19475 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
19476 (tramp-domain-regexp): Allow also "-", "_" and ".".
19477 (tramp-end-of-output): Remove newlines, and add "$" at the end.
19478 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
19479 (tramp-debug-message): Insert header line in debug buffer.
19480 (tramp-handle-directory-files-and-attributes-with-stat):
19481 Care about filenames with spaces, or starting with "-".
19482 (tramp-handle-dired-uncache): New defun.
19483 (tramp-handle-insert-directory): Don't flush the directory from
19484 cache, this is handled by `dired-uncache' now.
19485 (tramp-handle-insert-file-contents): Improve error handling.
19486 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
19487 Quote `tramp-end-of-output'.
19488 (tramp-action-password): Improve trace message.
19489 (tramp-check-for-regexp): Both echoes must be present, before removing.
19490 (tramp-open-connection-setup-interactive-shell): Trace coding system.
19491 (tramp-compute-multi-hops): Eval cons cells of
19492 `tramp-default-proxies-alist'.
19493 (tramp-maybe-open-connection): Use the same command pattern for
19494 first hop and further hops.
19495 (tramp-wait-for-output): Remove handling of newlines.
19496 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
19497 (tramp-split-string): Remove function. It is handled in
19500 * net/tramp-cmds.el (tramp-bug):
19501 Recommend `tramp-cleanup-all-connections' in the bug mail.
19503 * net/tramp-compat.el (tramp-compat-split-string)
19504 (tramp-compat-process-running-p): New defuns.
19506 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
19507 for `dired-uncache'.
19509 * net/tramp-gvfs.el: New package.
19511 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
19512 Add handler for `dired-uncache'.
19513 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
19515 * net/trampver.el: Update release number. Make version check fit
19518 2009-06-22 Jim Meyering <meyering@redhat.com>
19520 Automatically handle .xz suffix (XZ-compressed files), too.
19521 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
19522 XZ is the successor to LZMA: <http://tukaani.org/xz/>
19524 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
19525 Nick Roberts <nickrob@snap.net.nz>
19527 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
19528 repository (http://sphinx.net.ru/hg/gdb-mi/).
19530 2009-06-22 Glenn Morris <rgm@gnu.org>
19532 * files.el (dir-locals-collect-mode-variables): Allow for any number of
19533 `mode' and `eval' entries. (Bug#3430)
19535 * Makefile.in (ELCFILES): Add fadr.elc.
19537 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
19538 differing behavior of \n and ^ in strings. (Bug#3385)
19540 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
19542 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
19544 (lisp-indent-function): Make it a defcustom.
19546 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
19548 * progmodes/gdb-ui.el: Replace with ...
19549 * progmodes/gdb-mi.el: ... this file.
19550 * progmodes/gud.el: Modify for gdb-mi.el.
19552 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
19554 * fadr.el: New file.
19556 See ChangeLog.14 for earlier changes.
19558 ;; Local Variables:
19562 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
19564 This file is part of GNU Emacs.
19566 GNU Emacs is free software: you can redistribute it and/or modify
19567 it under the terms of the GNU General Public License as published by
19568 the Free Software Foundation, either version 3 of the License, or
19569 (at your option) any later version.
19571 GNU Emacs is distributed in the hope that it will be useful,
19572 but WITHOUT ANY WARRANTY; without even the implied warranty of
19573 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19574 GNU General Public License for more details.
19576 You should have received a copy of the GNU General Public License
19577 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.