* lisp/eshell/: Use with-silent-modifications.
[emacs.git] / lisp / ChangeLog
blobc29cd080c0308481a2e1833956bef753bf36dcdb
1 2010-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * eshell/esh-cmd.el (eshell-parse-command):
4         * eshell/esh-arg.el (eshell-parse-arguments):
5         * eshell/em-script.el (eshell-source-file):
6         Use with-silent-modifications.
8 2010-11-23  Chong Yidong  <cyd@stupidchicken.com>
10         * vc/vc.el (vc-merge): Remove optional arg PROMPT.  Always prompt
11         for a merge location.
13         * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
14         (vc-bzr-merge-branch): Always prompt.
15         (vc-bzr-async-command): Use the full branch filename.
17 2010-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19         * shell.el (shell): Use current-buffer by default if it's already
20         a shell mode buffer and its process is dead.
21         Suggested by <jemarch@gnu.org>.
23 2010-11-23  Tassilo Horn  <tassilo@member.fsf.org>
25         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
26         Mention that the keywords should be comma separated.
28 2010-11-23  Chong Yidong  <cyd@stupidchicken.com>
30         * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
31         Accept optional prefix arg meaning to prompt for a command.
32         (vc-update): Use vc-BACKEND-pull if available.  Accept optional
33         prefix arg meaning to prompt for a command.
34         (vc-pull): Alias for vc-update.
36         * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
37         (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
38         (vc-bzr-merge-branch): New functions, implementing merge-branch
39         and pull operations.
41 2010-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
43         * Makefile.in: Fix up last merge.
45         * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
46         (diff-sentinel): Get them as arguments instead.
47         (diff-old-file, diff-new-file, diff-extra-args): Remove.
48         (diff-file-local-copy, diff-better-file-name): New funs.
49         (diff-no-select): Rename from diff-into-buffer.
50         Support buffers additionally to files.  Move `buf' arg.  Don't display buf.
51         Prefer closures to buffer-local variables.
52         (diff): Adjust accordingly.
53         (diff-buffer-with-file): Move from files.el.
54         * files.el (diff-buffer-with-file): Move to vc/diff.el.
55         (diff-buffer-internal): Remove.
56         (diff-buffer-buffer): Remove.
57         (save-some-buffers-action-alist): Use diff-no-select so as not to guess
58         the buffer name used, and so as not to mess up windows and frames.
60 2010-11-22  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
62         * files.el: Make revert work with diff-buffer-with-file (bug#7277).
63         (diff-buffer-internal): New function extracted from diff-buffer-with-file
64         (diff-buffer-with-file): Use it.
65         * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
66         (diff): Use it.
68 2010-11-22  Tassilo Horn  <tassilo@member.fsf.org>
70         * textmodes/reftex-ref.el (reftex-goto-label): Use the current
71         \ref's or \pageref's value as default instead of initial input.
73 2010-11-21  Michael Albinus  <michael.albinus@gmx.de>
75         * files.el (backup-by-copying-when-mismatch): The default value is
76         now t.
78         * startup.el (normal-top-level):
79         * net/tramp.el (tramp-handle-insert-file-contents): Do not set
80         `backup-by-copying-when-mismatch'.
82 2010-11-21  Jan Djärv  <jan.h.d@swipnet.se>
84         * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
86 2010-11-21  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
88         * progmodes/python.el (python-font-lock-keywords):
89         Highlight top-level augmented assignments (Bug#6445).
91 2010-11-21  Jan Djärv  <jan.h.d@swipnet.se>
93         * term/ns-win.el (ns-right-control-modifier)
94         (ns-right-command-modifier): Defvar them.
96         * cus-start.el (all): Add ns-right-control-modifier and
97         ns-right-command-modifier (Bug#7458).
99 2010-11-20  Glenn Morris  <rgm@gnu.org>
101         * emacs-lisp/authors.el (authors-ignored-files)
102         (authors-valid-file-names, authors-renamed-files-alist): Add entries.
104 2010-11-20  Tassilo Horn  <tassilo@member.fsf.org>
106         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
107         (report-emacs-bug-parse-query-results)
108         (report-emacs-bug-create-existing-bugs-buffer): Pass through
109         keywords used for querying the bug database to show them in the
110         existing bugs buffer.
112 2010-11-20  Jan Djärv  <jan.h.d@swipnet.se>
114         * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
116         * info.el (info-tool-bar-map): Add some :vert-only keywords.
118 2010-11-20  Eli Zaretskii  <eliz@gnu.org>
120         * international/characters.el (glyphless-char-display-control):
121         Make it a defcustom, with update-glyphless-char-display as its
122         :set attribute.
123         (top level): Don't call update-glyphless-char-display.
125 2010-11-20  Michael Albinus  <michael.albinus@gmx.de>
127         Sync with Tramp 2.2.0.
129         * net/tramp.el (tramp-handle-insert-file-contents): Don't use
130         `file-remote-p' (due to compatibility).
132         * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
133         (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
135         * net/trampver.el: Update release number.
137 2010-11-20  Eli Zaretskii  <eliz@gnu.org>
139         * faces.el (glyphless-char): Define value for `pc'.
141 2010-11-20  Tassilo Horn  <tassilo@member.fsf.org>
143         Implemented a bug querying mechanism.
144         * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
145         (report-emacs-bug-create-existing-bugs-buffer)
146         (report-emacs-bug-parse-query-results)
147         (report-emacs-bug-query-existing-bugs): New functions.
149 2010-11-19  Tassilo Horn  <tassilo@member.fsf.org>
151         * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
152         a \ref{} or \pageref{} macro, then use its value as initial input.
154 2010-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
156         * calc/calc-units.el (math-build-units-table-buffer):
157         calc/README: Mention that the TeX specific units won't use the
158         `tex' prefix in TeX mode.
159         calc/calc-lang.el (math-variable-table): Don't use the `tex'
160         prefix for units in TeX mode.
162 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
164         * simple.el (kill-new, kill-append, kill-region):
165         * comint.el (comint-kill-region): Make the yank-handler argument obsolete.
167 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
169         * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
170         that are both openers (resp. closers) and something else.
171         (smie-grammar): Loosen definition of valid values.
172         (smie-next-sexp, smie-down-list, smie-blink-matching-open)
173         (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
174         (smie-indent-after-keyword): Adjust users.
175         (smie-indent-keyword): Don't indent empty lines.
177         * vc-hg.el (vc-hg-program): New var.
178         Suggested by Norman Gray <norman@astro.gla.ac.uk>.
179         (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
181 2010-11-18  Glenn Morris  <rgm@gnu.org>
183         * emacs-lisp/autoload.el (autoload-find-destination): The function
184         coding-system-eol-type may return non-numeric values.  (Bug#7414)
186 2010-11-18  Ulrich Mueller  <ulm@gentoo.org>
188         * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
190 2010-11-18  Eli Zaretskii  <eliz@gnu.org>
192         * subr.el (posn-col-row): Pay attention to header line.  (Bug#7390)
194 2010-11-18  Chong Yidong  <cyd@stupidchicken.com>
196         * textmodes/picture.el (picture-mouse-set-point): Don't use
197         posn-col-row; explicitly compute the motion based on the posn at
198         the window-start (Bug#7390).
200 2010-11-18  Glenn Morris  <rgm@gnu.org>
202         * novice.el (disabled-command-function):
203         Fix 2009-11-15 change.  (Bug#7384)
205 2010-11-18  Glenn Morris  <rgm@gnu.org>
207         * calendar/calendar.el (diary-iso-date-forms): Make elements
208         mutually exclusive.  (Bug#7377)
210 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
212         * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
213         when filling the remaining "unconstrained" values.
215 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
217         * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
218         safety predicate.
220         * files.el (safe-local-variable-p): Gracefully handle errors.
222         * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
223         Use smie-indent-virtual when indenting relative to an opener.
224         (smie-rule-separator): Use smie-rule-parent.
225         (smie-indent-keyword): Consult rules, even for openers at bol.
226         (smie-indent-comment-close): Try to align closer's content.
228 2010-11-18  Glenn Morris  <rgm@gnu.org>
230         * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
232 2010-11-18  Glenn Morris  <rgm@gnu.org>
234         * printing.el (pr-menu-bind): Doc fix.
236         * speedbar.el (speedbar-toggle-images): Doc fix.
238         * progmodes/python.el (python-shell): Doc fix.
240         * wid-edit.el (widget-field-use-before-change)
241         (widget-use-overlay-change): Doc fixes.
243 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
245         Minor cleanup to improve style.
246         * textmodes/rst.el (rst-update-section): Use point-marker.
247         (rst-get-decoration): Eliminate unneeded assignment.
248         (rst-promote-region, rst-straighten-decorations)
249         (rst-section-tree, rst-adjust): Use point-marker.
250         (rst-toc-mode-mouse-goto): Avoid setq.
251         (rst-shift-region-guts, rst-shift-region-left)
252         (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
253         (rst-convert-bullets-to-enumeration): Use copy-marker.
255         * minibuffer.el (completion-fail-discreetly): New var.
256         (completion--do-completion): Use it.
258         * electric.el (electric-pair-pairs): New var.
259         (electric-pair-post-self-insert-function): Use it.
260         (electric-layout-post-self-insert-function): Don't insert a before
261         newline unless it's actually needed.
263 2010-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
265         * progmodes/python.el (run-python): Explain why we remove the current
266         directory from sys.path.  Suggested by Eric Hanchrow <erich@cozi.com>.
268         * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
270 2010-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
272         * progmodes/octave-mod.el: Rely on elecric-*-modes.
273         (octave-mode-map): Don't bind ;, SPC, and LF.
274         (octave-auto-indent, octave-auto-newline): Remove.
275         (electric-layout-rules): Declare.
276         (octave-mode): Set electric-layout-rules.
277         (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
278         (octave-reindent-then-newline-and-indent, octave-electric-semi)
279         (octave-electric-space): Remove.
281         * electric.el (electric-layout-mode): New minor mode.
282         (electric--after-char-pos): New function.
283         (electric-indent-post-self-insert-function): Use it.
284         (electric-layout-rules): New var.
285         (electric-layout-post-self-insert-function): New function.
286         (electric-indent-mode): Make them interact better.
288 2010-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
290         * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
291         (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
292         (checkdoc-proper-noun-region-engine): Use with-syntax-table.
294 2010-11-15  Agustín Martín  <agustin.martin@hispalinux.es>
296         * textmodes/flyspell.el (flyspell-generic-progmode-verify):
297         Make sure to check inside the word (Bug#6761).
299 2010-11-14  Chong Yidong  <cyd@stupidchicken.com>
301         * startup.el (command-line): If the cursorColor resource is set,
302         change the cursor face-spec (Bug#7392).
304 2010-11-13  Ken Manheimer  <ken.manheimer@gmail.com>
306         The main features of the following allout.el changes are:
307         - implement user customization for the allout key bindings
308         - add a customization control by which the user can inhibit use of
309           a trailing Ctrl-H, so by default it's reserved for use with
310           describe-prefix-bindings
311         - adapt to new version of called-interactively-p, while
312           maintaining backwards compatibility with old version
313         - fix hotspot navigation so i works properly with meta-modified keys
315         * allout.el (allout-keybindings, allout-bind-keys)
316         (allout-keybindings-binding, allout-prefixed-keybindings)
317         (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
318         (allout-keybindings-list, allout-mode-map-adjustments)
319         (allout-setup-mode-map): Establish allout-mode keymaps as user
320         customizable settings, and also establish a customizable setting which
321         regulates whether or not a trailing control-h is reserved for use with
322         describe-prefix-bindings - and inhibit it by default, so that control-h
323         *is* reserved for describe-prefix-bindings unless the user changes it.
325         * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
326         and accurately between modified and unmodified events, and handle
327         modified events more comprehensively.
329         * allout.el (allout-substring-no-properties):
330         Alias to use or provide version of `substring-no-properties'.
331         (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
333         * allout.el (allout-next-single-char-property-change):
334         Alias to use or provide version of `next-single-char-property-change'.
335         (allout-annotate-hidden, allout-hide-by-annotation):
336         Use `allout-next-single-char-property-change'.
338         * allout.el (allout-select-safe-coding-system):
339         Alias to use or provide version of `select-safe-coding-system'.
340         (allout-toggle-subtree-encryption):
341         Use `allout-select-safe-coding-system'.
343         * allout.el (allout-set-buffer-multibyte):
344         Alias to use or provide version of `set-buffer-multibyte'.
345         (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
347         * allout.el (allout-called-interactively-p): Macro for using the
348         different versions of called-interactively-p identically, depending on
349         the subroutine's argument signature.
350         (allout-back-to-current-heading, allout-beginning-of-current-entry):
351         Use `(interactive "p")' instead of `(called-interactively-p)'.
353         * allout.el (allout-init, allout-ascend, allout-end-of-level)
354         (allout-previous-visible-heading, allout-forward-current-level)
355         (allout-backward-current-level, allout-show-children):
356         Use `allout-called-interactively-p' instead of `called-interactively-p'.
358         * allout.el (allout-before-change-handler):
359         Exempt edits to the (overlaid) character after the allout outline
360         bullet from edit confirmation prompt.
362         * allout.el (allout-add-resumptions):
363         Ensure that it respects correct buffer for keybindings.
365         * allout.el (allout-beginning-of-line):
366         Use `allout-previous-single-char-property-change' alias for the sake of
367         diverse compatibility.
369         * allout.el (allout-end-of-line):
370         Use `allout-mark-active-p' to encapsulate respect for mark activity.
372 2010-11-13  Chong Yidong  <cyd@stupidchicken.com>
374         * frame.el (frame-notice-user-settings): Don't clobber other
375         user-set parameters when calling face-set-after-frame-default in
376         response to background-color parameter (Bug#7373).
378 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
380         * international/characters.el (glyphless-char-display-control):
381         Renamed from glyphless-char-control; all users changed.  Doc fix.
382         Signal an error if display method is not one of the recognized
383         symbols.
385 2010-11-13  Michael Albinus  <michael.albinus@gmx.de>
387         * net/tramp-compat.el (tramp-compat-line-beginning-position)
388         (tramp-compat-line-end-position): Remove them.
390         * net/tramp.el (tramp-parse-rhosts-group)
391         (tramp-parse-shosts-group, tramp-parse-sconfig-group)
392         (tramp-parse-hosts-group, tramp-parse-passwd-group)
393         (tramp-parse-netrc-group, tramp-parse-putty-group)
394         * net/tramp-cmds.el (tramp-append-tramp-buffers)
395         * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
396         (tramp-sh-handle-file-selinux-context)
397         (tramp-sh-handle-file-name-all-completions)
398         (tramp-sh-handle-insert-directory)
399         (tramp-sh-handle-expand-file-name, tramp-find-executable)
400         (tramp-wait-for-output, tramp-send-command-and-read)
401         * net/tramp-smb.el (tramp-smb-read-file-entry)
402         (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
404         * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
405         `point-at-bol'.
406         (tramp-remote-coding-commands): Add an alternative using "base64
407         -d -i".  This is needed for older base64 versions from GNU
408         coreutils.  Reported by Klaus Reichl
409         <Klaus.Reichl@thalesgroup.com>.
411 2010-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
413         * simple.el (count-words-region): New function.
415 2010-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
417         * shell.el (shell-dir-cookie-re): New custom variable.
418         (shell-dir-cookie-watcher): New function.
420         * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
421         and compilation-mode (bug#7350).
423         * vc/smerge-mode.el (smerge-refine): Choose better default part to
424         highlight when one of them is empty.
426         * skeleton.el (skeleton-read): Don't use `newline' since it may strip
427         trailing space.
428         (skeleton-newline): New function.
429         (skeleton-internal-1): Use it.
431         * simple.el (open-line): `newline' may strip trailing space.
433 2010-11-12  Kevin Ryde  <user42@zip.com.au>
435         * international/mule-cmds.el (princ-list): Use mapc.
437 2010-11-12  Glenn Morris  <rgm@gnu.org>
439         * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
440         Use it to replace all instances of "*Compile-Log*"
442 2010-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
444         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
445         indentation specs.
447 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
449         * progmodes/modula2.el: Use SMIE and skeleton.
450         (m2-mode-syntax-table): (*..*) can be nested.
451         Add //...\n.  Fix paren syntax.
452         (m2-mode-map): Remove LF and TAB bindings.
453         (m2-indent): Add safety property.
454         (m2-smie-grammar): New var.
455         (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
456         (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
457         (m2-mode): Use define-derived-mode.
458         (m2-newline, m2-tab): Remove.
459         (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
460         (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
461         (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
462         (m2-import): Use define-skeleton.
464 2010-11-11  Glenn Morris  <rgm@gnu.org>
466         * obsolete/lucid.el: Don't warn about any CL functions in this file.
468         * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
469         (ls-lisp-verbosity): Add custom :set-after property.
470         (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
471         (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
472         (ls-lisp-insert-directory): Update caller.
473         (ls-lisp-set-options): New function.
474         (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
475         Doc fix.
477         * play/landmark.el (lm-prompt-for-move):
478         * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
480         * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
482         * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
483         (idlwave-study-twins): Prefix dynamic local variable `name'.
484         (idlwave-routine-twin-compare): Update for above change.
486         * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
487         Prefix dynamic local variables `name', `kwd', and `link'.
488         * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
489         * progmodes/idlw-complete-structtag.el
490         (idlwave-complete-structure-tag-help):
491         * progmodes/idlwave.el (idlwave-complete-sysvar-help)
492         (idlwave-complete-sysvar-tag-help)
493         (idlwave-complete-class-structure-tag-help):
494         Update for above name changes.
496 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
498         * net/browse-url.el (browse-url-browser-function): Change the
499         default to use `browse-url-mail' on mailto: URLs.
501 2010-11-10  Chong Yidong  <cyd@stupidchicken.com>
503         * emacs-lisp/package.el (package-read-all-archive-contents):
504         Reset package-archive-contents to nil before re-reading.
506 2010-11-10  Brandon Craig Rhodes  <brandon@rhodesmill.org>  (tiny change)
508         * textmodes/flyspell.el (flyspell-word): Do not re-check words
509         already found as misspellings by (flyspell-large-region), just
510         do highlighting (bug#7322).
512 2010-11-10  Glenn Morris  <rgm@gnu.org>
514         * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
516         * emulation/edt.el (edt-with-position): New macro.
517         (edt-find-forward, edt-find-backward, edt-find-next-forward)
518         (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
519         (edt-paragraph-forward, edt-paragraph-backward): Use it.
521         * emulation/tpu-extras.el (tpu-with-position): New macro.
522         (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
524         * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
526         * textmodes/texnfo-upd.el (texinfo-all-menus-update)
527         (texinfo-menu-copy-old-description, texinfo-start-menu-description)
528         (texinfo-master-menu, texinfo-insert-node-lines)
529         (texinfo-multiple-files-update):
530         * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
531         Use line-beginning-position.
533         * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
534         No recent Emacs supports system-type `emx'.
536         * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
537         (ada-command-separator, ada-default-prj-properties)
538         (ada-find-any-references): Update for above name change.
540         * dirtrack.el (dirtrack-directory-function)
541         (dirtrack-canonicalize-function):
542         * filecache.el (file-cache-completion-ignore-case)
543         (file-cache-case-fold-search, file-cache-ignore-case):
544         * term.el (serial-port-is-file-p): Cosmetic change.
546         * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
547         Remove non-existent `windows-95' system-type.
548         * dired.el (dired-chown-program): Remove non-existent `linux'
549         system-type.
551         * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
552         (ping-program-options): Remove non-existent `linux' system-type.
554         * startup.el (package-initialize): Update declaration.
556         * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
557         (ls-lisp-handle-switches): Use time-less-p.
558         (ls-lisp-format-time): Use float-time.
560         * textmodes/remember.el (remember-time-to-seconds): Remove.
561         (remember-store-in-mailbox): Use float-time.
563         * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
565         * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
566         never a real function.
567         (with-no-warnings): Remove compat stub, now unused.
568         (time-less-p): Doc fix.
569         (time-to-number-of-days): Simplify.
571         * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
572         Remove.
573         (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
574         * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
575         * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
576         * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
577         * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
579         * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
580         (eshell-shuffle-files, eshell-shorthand-tar-command)
581         (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
582         Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
583         * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
584         Prefix dynamic local variable `matches'.
586         * skeleton.el (skeleton-internal-list, skeleton-internal-1):
587         Prefix dynamic local variable `skeleton'.
589 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
591         * net/browse-url.el (browse-url-mail): Insert body part of mailto url
592         in mail buffer; make yank-action always a command that yanks original
593         buffer.
595 2010-11-09  Glenn Morris  <rgm@gnu.org>
597         * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
599 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
601         * minibuffer.el (minibuffer-completion-help): Specify the end of the
602         completion field (bug#7211).
604         * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
605         Fix handling of backslash escapes.
606         (python-quote-syntax): Adjust accordingly.
608 2010-11-09  Richard Levitte  <richard@levitte.org>  (tiny change)
610         * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
611         (vc-mtn-workfile-branch): Adjust to new output format.
613 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
615         * international/mule-cmds.el (princ-list): Mark as obsolete.
617 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
619         * emacs-lisp/smie.el: New package.
621 2010-11-09  Michael Albinus  <michael.albinus@gmx.de>
623         * files.el (backup-by-copying-when-mismatch):
624         Set `permanent-local' property.
626         * net/tramp.el (tramp-handle-insert-file-contents): Do not set
627         `permanent-local' property for `backup-by-copying-when-mismatch'.
629 2010-11-09  Eli Zaretskii  <eliz@gnu.org>
631         * ls-lisp.el (insert-directory): Doc fix.  (bug#7285)
633 2010-11-09  Wilson Snyder  <wsnyder@wsnyder.org>
635         * progmodes/verilog-mode.el (verilog-insert-one-definition)
636         (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
637         AUTOINOUT for SV style multidimensional arrays, bug294.
638         Reported by Eric Mastromarchi.
639         (verilog-preprocess): Use with-current-buffer and
640         font-lock-fontify-buffer to cleanup style issues.
642 2010-11-09  Glenn Morris  <rgm@gnu.org>
644         * locate.el (locate, locate-mode): Doc fixes.
646 2010-11-09  Chong Yidong  <cyd@stupidchicken.com>
648         * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
649         user for confirmation.
650         (server-force-stop): Use it.
651         (server-start): Use server-force-stop for kill-emacs-hook, to
652         avoid user interaction while killing Emacs.
654 2010-11-09  Glenn Morris  <rgm@gnu.org>
656         * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
657         (meta-indent-line): Simplify.
659         * vc/emerge.el (emerge-line-number-in-buf):
660         * textmodes/ispell.el (ispell-region):
661         * textmodes/fill.el (current-fill-column):
662         * progmodes/xscheme.el (xscheme-send-current-line):
663         * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
664         * progmodes/tcl.el (tcl-hairy-scan-for-comment):
665         * progmodes/sh-script.el (sh-handle-prev-do):
666         * progmodes/meta-mode.el (meta-indent-line):
667         * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
668         (idlwave-in-quote):
669         * progmodes/idlw-shell.el (idlwave-shell-current-frame)
670         (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
671         * progmodes/fortran.el (fortran-looking-at-if-then):
672         * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
673         * progmodes/cperl-mode.el (cperl-sniff-for-indent)
674         (cperl-find-pods-heres):
675         * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
676         * net/quickurl.el (quickurl-list-insert):
677         * net/ldap.el (ldap-search-internal):
678         * net/eudc.el (eudc-expand-inline):
679         * mail/sendmail.el (sendmail-send-it):
680         * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
681         * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
682         (viper-brac-function):
683         * calc/calc-yank.el (calc-do-grab-region):
684         * calc/calc-keypd.el (calc-keypad-press):
685         * term.el (term-move-columns, term-insert-spaces):
686         * speedbar.el (speedbar-highlight-one-tag-line):
687         * simple.el (current-word):
688         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
689         * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
690         (Info-scroll-down):
691         * hippie-exp.el (he-line-beg):
692         * epa.el (epa--marked-keys):
693         * dired-aux.el (dired-kill-line, dired-do-kill-lines)
694         (dired-update-file-line, dired-add-entry, dired-remove-entry)
695         (dired-relist-entry):
696         * buff-menu.el (Buffer-menu-buffer):
697         * array.el (current-line):
698         * allout.el (allout-resolve-xref)
699         (allout-latex-verbatim-quote-curr-line):
700         Replace yet more uses of end-of-line etc with line-end-position, etc.
702 2010-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
704         * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
705         (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
706         (checkdoc-syntax-table): Initialize in the declaration.
707         (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
708         the mode on unconditionally.
710         * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
711         (extent-end-position, extent-start-position): Remove setf method for
712         non-existing functions (bug#7319).
714 2010-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
716         * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
717         (smie-precs->prec2): Rename from smie-precs-precedence-table.
718         (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
719         (smie-prec2->grammar): Rename from smie-prec2-levels.
720         (smie-grammar): Rename from smie-op-levels.
721         (smie-indent--hanging-p): Rename from smie-hanging-p.
722         (smie-rule-hanging-p): New alias.
723         (smie-indent--bolp): Rename from smie-bolp.
724         (smie-indent--hanging-p): New alias.
725         (smie--token): New dynamically bound variable.
726         (smie-indent--parent): New function.
727         (smie-rule-parent-p): Use it; rename from smie-parent-p.
728         (smie-rule-next-p): Rename from smie-next-p.
729         (smie-rule-prev-p): Rename from smie-prev-p.
730         (smie-rule-sibling-p, smie-rule-parent)
731         (smie-indent--separator-outdent, smie-rule-separator): New functions.
732         (smie-rule-separator-outdent): New var.
733         (smie-indent--rule): Merge with smie-indent--column.
734         (smie-indent-forward-token, smie-indent-backward-token):
735         Also recognize close parens.
736         (smie-indent-keyword): Don't use smie-indent--column any more.
737         (smie-indent-after-keyword): Ignore closers by default.
738         (smie-indent-line): Use with-demoted-errors.
739         * progmodes/octave-mod.el (octave-smie-grammar):
740         Rename from octave-smie-op-levels.
741         (octave-smie-rules): Adjust to new behavior.
742         * progmodes/prolog.el (prolog-smie-grammar):
743         Rename from prolog-smie-op-levels.
745 2010-11-07  Glenn Morris  <rgm@gnu.org>
747         * eshell/esh-util.el (subst-char-in-string)
748         (directory-files-and-attributes): These compatibility definitions are
749         not needed on any version of Emacs since at least 21.4.
751         * progmodes/verilog-mode.el (verilog-get-beg-of-line)
752         (verilog-get-end-of-line): Remove.
753         (verilog-within-string, verilog-re-search-forward-substr)
754         (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
755         (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
756         Use point-at-bol, point-at-eol.
757         * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
758         Remove.
759         (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
760         (electric-pascal-terminate-line, pascal-set-auto-comments)
761         (pascal-indent-paramlist, pascal-indent-declaration)
762         (pascal-get-lineup-indent, pascal-func-completion)
763         (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
764         Use point-at-bol, point-at-eol.
765         * progmodes/flymake.el (flymake-line-beginning-position)
766         (flymake-line-end-position): Remove.
767         (flymake-highlight-line): Use point-at-bol, point-at-eol.
768         * eshell/esh-util.el (line-end-position, line-beginning-position):
769         Remove compat definitions.
771         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
772         Use end-of-line N.
773         (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
774         Use line-end-position.
776         * emacs-lisp/chart.el (chart-zap-chars):
777         * play/decipher.el (decipher-set-map):
778         * progmodes/ada-mode.el (ada-get-current-indent)
779         (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
780         * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
781         * progmodes/ada-xref.el (ada-initialize-runtime-library)
782         (ada-get-all-references):
783         * progmodes/cperl-mode.el (cperl-electric-paren)
784         (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
785         (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
786         (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
787         (cperl-word-at-point-hard):
788         * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
789         (idlwave-shell-filename-string, idlwave-shell-batch-command)
790         (idlwave-shell-display-line):
791         * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
792         (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
793         * progmodes/js.el (js--re-search-forward-inner)
794         (js--re-search-backward-inner):
795         * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
796         (vhdl-fix-clause, vhdl-compose-configuration-architecture):
797         * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
798         * textmodes/flyspell.el (flyspell-process-localwords):
799         * textmodes/ispell.el (ispell-buffer-local-parsing)
800         (ispell-buffer-local-dict, ispell-buffer-local-words):
801         Use point-at-bol and point-at-eol.
803         * speedbar.el (speedbar-generic-item-info)
804         (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
805         (speedbar-add-indicator, speedbar-check-vc-this-line)
806         (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
807         (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
808         Replace more uses of end-of-line etc with line-end-position.
810 2010-11-06  Glenn Morris  <rgm@gnu.org>
812         * textmodes/texnfo-upd.el (texinfo-start-menu-description)
813         (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
814         (texinfo-delete-existing-pointers, texinfo-find-pointer)
815         (texinfo-clean-up-node-line, texinfo-insert-node-lines)
816         (texinfo-multiple-files-update):
817         * textmodes/table.el (table--probe-cell-left-up)
818         (table--probe-cell-right-bottom):
819         * textmodes/picture.el (picture-tab-search):
820         * textmodes/page-ext.el (pages-copy-header-and-position)
821         (pages-directory-for-addresses):
822         * progmodes/vera-mode.el (vera-get-offset):
823         * progmodes/simula.el (simula-calculate-indent):
824         * progmodes/python.el (python-pdbtrack-overlay-arrow):
825         * progmodes/prolog.el (end-of-prolog-clause):
826         * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
827         * progmodes/icon.el (indent-icon-exp):
828         * progmodes/etags.el (tag-re-match-p):
829         * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
830         * progmodes/ebnf2ps.el (ebnf-begin-file):
831         * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
832         (dcl-save-local-variable):
833         * play/life.el (life-setup):
834         * play/gametree.el (gametree-looking-at-ply):
835         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
836         * mail/sendmail.el (mail-mode-auto-fill):
837         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
838         * emacs-lisp/edebug.el (edebug-overlay-arrow):
839         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
840         * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
841         (woman-tab-to-tab-stop, WoMan-warn-ignored):
842         * type-break.el (type-break-file-keystroke-count):
843         * term.el (term-replace-by-expanded-history-before-point)
844         (term-skip-prompt, term-extract-string):
845         * speedbar.el (speedbar-edit-line, speedbar-expand-line)
846         (speedbar-contract-line, speedbar-toggle-line-expansion)
847         (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
848         (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
849         * sort.el (sort-skip-fields):
850         * skeleton.el (skeleton-internal-list):
851         * simple.el (line-move-finish, line-move-to-column):
852         * shell.el (shell-forward-command):
853         * misc.el (copy-from-above-command):
854         * makesum.el (double-column):
855         * ebuff-menu.el (electric-buffer-update-highlight):
856         * dired.el (dired-move-to-end-of-filename):
857         * dframe.el (dframe-popup-kludge):
858         * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
859         * arc-mode.el (archive-get-lineno):
860         Use line-end-position and line-beginning-position.
862         * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
863         (idlwave-study-twins): Prefix dynamic local `class'.
864         (idlwave-routine-twin-compare): Update for above name change.
866         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
867         Use boundp tests to silence compiler.  Update for changed name of
868         bytecomp-filename variable.
870         * emulation/viper-cmd.el (viper-read-string-with-history):
871         Prefix dynamic local `initial'.
872         (viper-minibuffer-standard-hook): Update for above name change.
874         * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
875         (elint-init-form): Update for above name change.
877         * mail/mail-extr.el (mail-extract-address-components): Give dynamic
878         local variables `cbeg' and `cend' a prefix.
879         (mail-extr-voodoo): Update for above name change.
881         * textmodes/reftex-toc.el (reftex-toc-do-promote)
882         (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
883         (reftex-toc-promote-action): Doc fix.
885         * textmodes/reftex-sel.el (reftex-select-item): Give local variables
886         `prompt', `data' a prefix.
887         (reftex-select-post-command-hook, reftex-select-callback)
888         (reftex-select-mouse-accept, reftex-select-read-cite):
889         Update for above name changes.
891         * textmodes/reftex-ref.el (reftex-reference): Rename local variable
892         `refstyle' to reftex-refstyle.
893         (reftex-offer-label-menu): Update for above name change.
894         * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
895         `refstyle' name change.
897         * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
898         with with-current-buffer.
899         (diff, template): Give dynamic local variables a prefix.
900         (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
901         (emerge-line-number-in-buf): Update for above name change.
902         (emerge-combine-versions-internal): Rename local `template' to
903         emerge-combine-template.
904         (emerge-combine-versions-edit): Update for above name change.
906 2010-11-06  Ralf Angeli  <angeli@caeruleus.net>
908         * textmodes/reftex-cite.el
909         (reftex-extract-bib-entries-from-thebibliography): Match bibitem
910         entries with whitespace after \bibitem.
911         (reftex-create-bibtex-file): Match entries containing numbers and
912         symbol constituents.  Make sure that entries with whitespace at
913         various places are found.
915 2010-11-05  Christian Millour  <cm@abtela.com>  (tiny change)
917         * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
919 2010-11-05  Jan Djärv  <jan.h.d@swipnet.se>
921         * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
923 2010-11-05  Glenn Morris  <rgm@gnu.org>
925         * woman.el (woman0-roff-buffer, woman1-roff-buffer)
926         (woman2-roff-buffer): Give local variable `request' a prefix.
927         (woman0-macro): Rename argument `request' in the same way.
928         (woman-request): New name for `request' dynamic variable.
929         (woman-unquote, woman-forward-arg): Update for above name change.
930         (woman1-roff-buffer): Give local variable `unquote' a prefix.
931         (woman1-unquote): New name for `unquote' dynamic variable.
932         (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
933         (woman-translations): Rename from `translations'.  No longer global.
934         (woman2-tr, woman-translate): Update for above name change.
935         (woman-translate): Check for bound variable.
936         (woman2-roff-buffer): Give local variable `translations' a prefix.
938         * play/doctor.el: Give all local variables a prefix.  Update callers.
939         (doc$, doctor-put-meaning): Use backquote.
941         * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
942         (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
944         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
945         variables bytes, ptr, op a prefix.
946         (disassemble-offset): Update for above change.
948 2010-11-03  Chong Yidong  <cyd@stupidchicken.com>
950         * emacs-lisp/package.el (package-unpack): Remove no-op.
951         (package--builtins, package--dir): Doc fix.
952         (package-activate-1, package-activate, package-install)
953         (package-compute-transaction): Fix error message.
954         (package-delete): Use delete-directory.  Omit system packages.
955         (package-initialize): Set package-alist to nil first.
956         (package-menu-mark-delete, package-menu-mark-install): Don't add
957         symbols that are inconsistent with the package state.
958         (package-menu-execute): Perform deletions and installations as
959         single batch operations.
961 2010-11-03  Glenn Morris  <rgm@gnu.org>
963         * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
964         (props): Remove unnecessary declaration.
966         * textmodes/ispell.el (ispell-init-process): On Emacs, always use
967         set-process-query-on-exit-flag.
969         * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
970         (reftex-toc-do-promote): Remove unused local `mpos'.
971         (reftex-toc-restore-region): Make `mpos' local to this function.
973         * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
975         * play/landmark.el (lm-losing-threshold): Correct spelling.
976         (lm-human-plays): Use new name.
978         * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
979         (gomoku-human-plays): Use new name.
981         * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
982         (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
983         (gomoku-score-trans-table, gomoku-winning-threshold)
984         (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
986 2010-11-03  Chong Yidong  <cyd@stupidchicken.com>
988         * emacs-lisp/package.el: Don't put built-in packages in
989         package-alist, to avoid loading inefficiencies.
990         (package-built-in-p): Make VERSION optional, and treat it as a
991         minimum acceptable version.
992         (package-activate): Search separately for built-in packages.
993         Emit a warning if a dependency fails.
994         (define-package): Handle most common case, where there is no
995         obsolete package, first.
996         (package-compute-transaction): Print required version in error.
997         (package--initialized): New variable.
998         (list-packages): Use it.
999         (package-initialize): Optional arg NO-ACTIVATE.  Don't put
1000         built-in packages in packages-alist; keep it separate.
1001         Set package--initialized.
1002         (describe-package): Avoid activating packages as a side-effect.
1003         Search separately for built-in packages.
1004         (describe-package-1): Handle the case where an elpa package is
1005         simultaneously built-in and available/installed.
1006         (package-installed-p, package--generate-package-list):
1007         Search separately for built-in packages.
1008         (package-load-descriptor): Doc fix.
1010 2010-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1012         * progmodes/perl-mode.el (perl-syntax-propertize-function):
1013         Handle __DATA__ and __END__.
1015 2010-11-02  Noah Friedman  <friedman@splode.com>
1017         * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
1018         nil, do not ask to recompile files that are not already compiled,
1019         and do not recompile them.
1021 2010-11-02  Chong Yidong  <cyd@stupidchicken.com>
1023         * emacs-lisp/package.el (package-initialize): Ensure that
1024         obsoleted built-in packages are not in package-activated-list
1025         during activation.
1026         (describe-package-1): Make the "installed" status override
1027         "built-in".
1029 2010-11-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1031         * subr.el (version-separator, version-regexp-alist): Remove '*'
1032         from docstring.
1033         (version-list-<=, version<=, version=): Doc fix.
1035 2010-11-01  Kenichi Handa  <handa@m17n.org>
1037         * faces.el (glyphless-char): Inherit underline for tty.
1039 2010-11-01  Kenichi Handa  <handa@m17n.org>
1041         Implement various display methods for glyphless characters.
1043         * international/characters.el (char-acronym-table): New variable.
1044         (glyphless-char-control): New variable.
1045         (update-glyphless-char-display): New funciton.
1047         * faces.el (glyphless-char): New face.
1049 2010-11-01  Glenn Morris  <rgm@gnu.org>
1051         * calendar/holidays.el (general-holidays, oriental-holidays)
1052         (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
1053         (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
1054         the definitions of their targets.
1056         * emacs-lisp/smie.el (smie): New custom group.
1057         (smie-blink-matching-inners, smie-indent-basic): Add :group.
1059         * faces.el (xw-defined-colors, x-setup-function-keys):
1060         * mouse-sel.el (x-select-text):
1061         * term/w32console.el (x-setup-function-keys): Update declarations.
1063         * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
1065         * textmodes/ispell.el (comment-add): Declare.
1067         * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
1068         Declare.
1070         * info.el (finder-keywords-hash, package-alist): Declare.
1072 2010-11-01  Chong Yidong  <cyd@stupidchicken.com>
1074         * finder.el (finder-compile-keywords): Don't use intern-soft,
1075         since package names may not yet exist in the obarray.
1077 2010-11-01  Chong Yidong  <cyd@stupidchicken.com>
1079         * vc/vc-arch.el (vc-arch-checkin):
1080         * vc/vc-cvs.el (vc-cvs-checkin):
1081         * vc/vc-mtn.el (vc-mtn-checkin):
1082         * vc/vc-rcs.el (vc-rcs-checkin):
1083         * vc/vc-sccs.el (vc-sccs-checkin):
1084         * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
1085         since 2010-04-21 commit by Stefan Monnier.
1087 2010-11-01  Glenn Morris  <rgm@gnu.org>
1089         * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
1091         * startup.el (package-enable-at-startup, package-initialize):
1092         Silence compiler.
1094         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
1095         Silence compiler.
1097 2010-10-31  Julien Danjou  <julien@danjou.info>
1099         * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
1100         (byte-recompile-directory):
1101         * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
1102         Use `byte-recompile-file'.
1104 2010-10-31  Glenn Morris  <rgm@gnu.org>
1106         * cus-start.el: Handle standard values via a keyword.
1107         Only set version property if specified.
1108         (cursor-in-non-selected-windows, menu-bar-mode)
1109         (tool-bar-mode, show-trailing-whitespace):
1110         Do not specify standard values.
1111         (transient-mark-mode, temporary-file-directory): Use :standard.
1113 2010-10-31  Jan Djärv  <jan.h.d@swipnet.se>
1115         * term/x-win.el (x-get-selection-value): New function that gets
1116         PRIMARY with type as specified in x-select-request-type. (Bug#6802).
1118 2010-10-31  Michael Albinus  <michael.albinus@gmx.de>
1120         * net/tramp.el (tramp-handle-insert-file-contents): For root,
1121         preserve owner and group when editing files.  (Bug#7289)
1123 2010-10-31  Glenn Morris  <rgm@gnu.org>
1125         * speedbar.el (speedbar-mode):
1126         * play/fortune.el (fortune-in-buffer, fortune):
1127         * play/gomoku.el (gomoku-mode):
1128         * play/landmark.el (lm-mode):
1129         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
1130         Replace inappropriate uses of toggle-read-only.  (Bug#7292)
1132         * select.el (x-selection): Mark it as an obsolete alias.
1134 2010-10-31  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1136         * vc/add-log.el (find-change-log): Use derived-mode-p rather than
1137         major-mode (bug#7284).
1139 2010-10-31  Glenn Morris  <rgm@gnu.org>
1141         * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
1142         rather than just an unused variable that inherits from the real one.
1144 2010-10-31  Alan Mackenzie  <acm@muc.de>
1146         * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
1147         This fixes bug #7185.
1149 2010-10-30  Chong Yidong  <cyd@stupidchicken.com>
1151         * startup.el (command-line): Search for package directories, and
1152         don't load package.el if none are found.
1154         * emacs-lisp/package.el (describe-package, list-packages):
1155         Call package-initialize if it has not been called yet.
1157 2010-10-30  Alan Mackenzie  <acm@muc.de>
1159         * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
1160         which fontifies the tail of an enum.
1161         (c-basic-matchers-after): Insert a call to the above new function.
1162         This fixes bug #7264.
1164 2010-10-30  Glenn Morris  <rgm@gnu.org>
1166         * cus-start.el: Add :set properties for minor modes menu-bar-mode,
1167         tool-bar-mode, transient-mark-mode.  (Bug#7306)
1168         Include the :set property in the dumped Emacs.
1170 2010-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1172         SMIE: change indent rules format, improve smie-setup.
1173         * emacs-lisp/smie.el (smie-precs-precedence-table)
1174         (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
1175         Mark them pure so the tables gets built at compile time.
1176         (smie-bnf-precedence-table): Store the closer-alist in the table.
1177         (smie-prec2-levels): Preserve the closer-alist.
1178         (smie-blink-matching-open): Be more forgiving in case of indentation.
1179         (smie-hanging-p): Rename from smie-indent--hanging-p.
1180         (smie-bolp): Rename from smie-indent--bolp.
1181         (smie--parent, smie--after): New dynamic vars.
1182         (smie-parent-p, smie-next-p, smie-prev-p): New funs.
1183         (smie-indent-rules): Remove.
1184         (smie-indent--offset-rule): Remove fun.
1185         (smie-rules-function): New var.
1186         (smie-indent--rule): New fun.
1187         (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
1188         (smie-indent-exps): Use it.
1189         (smie-setup): Setup paren blinking; add keyword args for token
1190         functions; extract closer-alist from op-levels.
1191         (smie-indent-debug-log): Remove var.
1192         (smie-indent-debug): Remove fun.
1193         * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
1194         (prolog-smie-rules): New fun to replace it.
1195         (prolog-mode-variables): Simplify.
1196         * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
1197         it's setup automatically.
1198         (octave-smie-indent-rules): Remove.
1199         (octave-smie-rules): New fun to replace it.
1200         (octave-mode): Simplify.
1202 2010-10-29  Glenn Morris  <rgm@gnu.org>
1204         * files.el (temporary-file-directory): Remove (already defined in C).
1205         * cus-start.el: Add temporary-file-directory.
1207         * abbrev.el (abbrev-mode):
1208         * composite.el (auto-composition-mode):
1209         * menu-bar.el (menu-bar-mode):
1210         * simple.el (transient-mark-mode):
1211         * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
1212         that they do not define the associated variables twice.
1213         * simple.el (transient-mark-mode): Remove defvar.
1214         * composite.el (auto-composition-mode): Make variable auto-buffer-local.
1215         * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
1216         Handle multiple groups, and also custom-delayed-init-variables.
1217         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1219 2010-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1221         * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
1222         (pcase-if): Add one minor optimization.
1223         (pcase-split-equal): Rename from pcase-split-eq.
1224         (pcase-split-member): Rename from pcase-split-memq.
1225         (pcase-u1): Add strings to the member optimization.
1226         Add `guard' variant of predicates.
1227         (pcase-q1): Add string patterns.
1229 2010-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1231         * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
1233 2010-10-28  Glenn Morris  <rgm@gnu.org>
1235         * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
1236         Move menu-bar related settings to ../menu-bar.el.
1237         * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
1238         Move ns-specific settings here from term/ns-win.el.
1240         * simple.el (x-selection-owner-p): Remove unused declaration.
1242 2010-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1244         * minibuffer.el (completion-cycling): New var (bug#7266).
1245         (minibuffer-complete, completion--do-completion):
1246         Use completion--flush-all-sorted-completions.
1247         (minibuffer-complete): Only cycle if completion-cycling is set.
1248         (completion--flush-all-sorted-completions): Unset completion-cycling.
1249         (minibuffer-force-complete): Set completion-cycling.
1250         (completion-all-sorted-completions): Move declaration before first use.
1252 2010-10-28  Leo  <sdl.web@gmail.com>
1254         * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
1255         which changes the order of matches seen by users (bug#7231).
1257 2010-10-28  Jes Bodi Klinke  <jes@bodi-klinke.dk>  (tiny change)
1259         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1260         Don't confuse -omega as "-o mega".
1262 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1264         * vc/log-edit.el (log-edit-rewrite-fixes): New var.
1265         (log-edit-author): New dynamic var.
1266         (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
1267         to return the author if different from committer.
1268         (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
1270         * play/landmark.el: Adjust commenting convention.
1271         (lm-nil-score): Rename from nil-score.
1272         (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
1273         (OOOOscore): Move into a let in lm-score-trans-table.
1274         (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
1276         * electric.el (electric-indent-chars): Autoload.
1277         * progmodes/octave-mod.el (octave-mode):
1278         * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
1279         (ruby-mode-abbrev-table): Merge initialization and declaration.
1281 2010-10-27  Glenn Morris  <rgm@gnu.org>
1283         * abbrev.el (abbrev-mode): Remove one of the three definitions of this
1284         variable.
1286         * server.el (server-host, server-port, server-auth-dir): Autoload risky.
1288         * term/ns-win.el: Restore require of cl when compiling.
1289         (menu-bar-final-items): Remove non-existent `windows' menu.
1290         (ns-handle-nxopen): Optionally handle the temp-case.
1291         (ns-handle-nxopentemp): Just call ns-handle-nxopen.
1292         (ns-insert-file, ns-find-file): Use `pop'.
1294 2010-10-26  Glenn Morris  <rgm@gnu.org>
1296         * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
1298 2010-10-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
1300         * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
1301         global map.
1302         * term/common-win.el (x-setup-function-keys): Remove most of the
1303         keymappings.  Comment on the remaining ones.
1305 2010-10-26  Peter Oliver  <p.d.oliver@mavit.org.uk>  (tiny change)
1307         * server.el (server-port): New option.  (Bug#854)
1308         (server-start): Use server-port.
1310 2010-10-26  Glenn Morris  <rgm@gnu.org>
1312         * term/ns-win.el (ns-version-string): Remove unused declaration.
1313         (ns-invocation-args): Change to x-invocation-args.
1314         (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
1315         (ns-handle-name-switch, ns-ignore-2-arg): Remove.
1316         (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
1317         Use x-invocation-args instead of ns-invocation-args.
1318         (ns-initialize-window-system, handle-args-function-alist):
1319         Use x-handle-args instead of ns-handle-args.
1320         * term/common-win.el (x-handle-args): Also handle nextstep arguments.
1321         * startup.el (command-line-ns-option-alist): Replace
1322         ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
1323         ns-handle-iconic with the x- equivalents.
1325         * term/common-win.el (x-select-enable-clipboard):
1326         * term/pc-win.el (x-select-enable-clipboard): Doc fix.
1328         * term/ns-win.el: No need to require cl when compiling.
1329         (x-display-name, x-setup-function-keys, x-select-text, x-colors)
1330         (xw-defined-colors): Use the common-win definitions.
1331         (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
1332         (ns-handle-iconic): Make it an alias for x-handle-iconic.
1333         * term/common-win.el (x-select-text, x-alternatives-map)
1334         (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
1335         * loadup.el [ns]: Load common-win.
1337 2010-10-26  Daiki Ueno  <ueno@unixuser.org>
1339         * epa-mail.el (epa-mail-encrypt): Handle local-part only
1340         recipients; expand mail aliases (Bug#7280).
1342 2010-10-25  Glenn Morris  <rgm@gnu.org>
1344         * term/common-win.el (x-handle-switch): Simplify with pop.
1345         Optionally handle numeric switches.
1346         (x-handle-numeric-switch): Just call x-handle-switch.
1347         (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
1348         (x-handle-name-switch, x-handle-display, x-handle-args):
1349         Simplify with pop.
1351         * term/ns-win.el: Do not require easymenu.
1352         (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
1353         <spell>: Move adjustments to menu-bar.el.
1354         * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
1355         <separator-undo, spell>: Move ns-win's adjustments here.
1356         * loadup.el [ns]: Do not load easymenu.
1358 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
1360         * image.el (image-checkbox-checked, image-checkbox-unchecked):
1361         Delete (Bug#7222).
1363         * startup.el (fancy-startup-tail): Instead of using inline images,
1364         refer to image files from etc/.
1366         * wid-edit.el (checkbox): Likewise.
1367         (widget-image-find): Center image specs.
1369 2010-10-24  Glenn Morris  <rgm@gnu.org>
1371         * term/ns-win.el (x-select-text): Doc fix.
1372         * w32-fns.el (x-alternatives-map, x-setup-function-keys)
1373         (x-select-text): Move to term/common-win.
1374         * term/w32-win.el (xw-defined-colors): Move to common-win.
1375         * term/x-win.el (xw-defined-colors, x-alternatives-map)
1376         (x-setup-function-keys, x-select-text): Move to common-win.
1377         * term/common-win.el (x-select-text, x-alternatives-map)
1378         (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
1379         definitions here.
1381 2010-10-24  T.V. Raman  <tv.raman.tv@gmail.com>  (tiny change)
1383         * net/mairix.el (mairix-searches-mode-map):
1384         * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
1386 2010-10-24  Michael McNamara  <mac@mail.brushroad.com>
1388         * verilog-mode.el (verilog-directive-re): Make this variable
1389         auto-built for efficiency of execution and updating.
1390         (verilog-extended-complete-re): Support 'pure' fucntion & task
1391         declarations (these have no bodies).
1392         (verilog-beg-of-statement): General cleanup to enable support of
1393         'pure' fucntion & task declarations (these have no bodies).
1394         These efforts together fix Verilog bug210 from veripool; which was also
1395         noticed by Steve Pearlmutter.
1396         (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
1397         (verilog-directive-nest-re, verilog-set-auto-endcomments):
1398         Support `elsif.  Reported by Shankar Giri.
1399         (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
1400         attribute handling for lining up declarations and assignments.
1401         (verilog-beg-of-statement-1): Fix issue where continued declaration
1402         is indented differently if it is after a begin..end clock.
1403         (verilog-in-attribute-p, verilog-skip-backward-comments)
1404         (verilog-skip-forward-comment-p): Support proper treatment of
1405         attributes by indent code. Reported by Jeff Steele.
1406         (verilog-in-directive-p): Fix comment to correctly describe function.
1407         (verilog-backward-up-list, verilog-in-struct-region-p)
1408         (verilog-backward-token, verilog-in-struct-p)
1409         (verilog-in-coverage-p, verilog-do-indent)
1410         (verilog-pretty-declarations): Use verilog-backward-up-list as
1411         wrapper around backward-up-list inorder to properly skip comments.
1412         Reported by David Rogoff.
1413         (verilog-property-re, verilog-endcomment-reason-re)
1414         (verilog-beg-of-statement, verilog-set-auto-endcomments)
1415         (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
1416         of if). Reported by Max Bjurling and
1417         (verilog-calc-1): Fix for clocking block in modport
1418         declaration. Reported by Brian Hunter.
1420 2010-10-24  Wilson Snyder  <wsnyder@wsnyder.org>
1422         * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
1423         (verilog-gate-keywords, verilog-read-sub-decls)
1424         (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
1425         (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
1426         AUTOINST for gate primitives, bug284.  Reported by Mark Johnson.
1427         (verilog-read-decls): Fix spaces in V2K module parameters causing
1428         mis-identification as interfaces, bug287.
1429         (verilog-read-decls): Fix not treating "parameter string" as a
1430         parameter in AUTOINSTPARAM.
1431         (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
1432         treating `elsif similar to `endif inside AUTOSENSE.
1433         (verilog-do-indent): Implement correct automatic or static task or
1434         function end comment highlight. Reported by Steve Pearlmutter.
1435         (verilog-font-lock-keywords-2): Fix highlighting of single
1436         character pins, bug264.  Reported by Michael Laajanen.
1437         (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
1438         (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
1439         (verilog-subdecls-get-interfaced, verilog-subdecls-new):
1440         Support interfaces with AUTOINST, bug270.  Reported by Luis Gutierrez.
1441         (verilog-pretty-expr): Fix interactive arguments, bug272.
1442         Reported by Mark Johnson.
1443         (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
1444         Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
1445         bug269. Suggested by Gary Delp.
1446         (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
1447         (verilog-preprocessor, verilog-set-compile-command):
1448         Create verilog-preprocess and verilog-preprocessor to show
1449         preprocessed output.
1450         (verilog-get-beg-of-line, verilog-get-end-of-line)
1451         (verilog-modi-file-or-buffer, verilog-modi-name)
1452         (verilog-modi-point, verilog-within-string): Move defmacro's
1453         before first use to avoid warning. Reported by Steve Pearlmutter.
1454         (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
1455         (verilog-colorize-region, verilog-highlight-buffer)
1456         (verilog-highlight-includes, verilog-highlight-modules)
1457         (verilog-highlight-region, verilog-mode): Rename colorize to
1458         highlight to match other packages.  Disable module highlighting,
1459         as received speed complaints, reenable for experimentation only
1460         using new verilog-highlight-modules.
1461         (verilog-read-decls): Fix regexp stack overflow in very large
1462         AUTO_TEMPLATEs, bug250.
1463         (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
1464         (verilog-scan): Create verilog-save-buffer-state to standardize
1465         making insignificant changes that shouldn't call hooks.
1466         (verilog-save-no-change-functions, verilog-save-scan-cache)
1467         (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
1468         Create verilog-save-no-change-functions to wrap verilog-scan
1469         preservation, and fix to work with nested preserved calls.
1470         (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
1471         port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
1472         generate .name with AUTOINST, bug245.  Suggested by David Rogoff.
1473         (verilog-submit-bug-report): Update variable list to be complete.
1474         (verilog-auto, verilog-colorize-region): Fix AUTO expansion
1475         breaking on-the-fly font-locking.
1476         (verilog-colorize-buffer, verilog-colorize-include-files)
1477         (verilog-colorize-include-files-buffer, verilog-colorize-region)
1478         (verilog-load-file-at-mouse, verilog-load-file-at-point)
1479         (verilog-mode, verilog-read-inst-module-matcher): With point on a
1480         AUTOINST cell instance name, middle mouse button now finds-file on
1481         it.  Suggested by Brad Dobbie.
1482         (verilog-alw-get-temps, verilog-auto-reset)
1483         (verilog-auto-sense-sigs, verilog-read-always-signals)
1484         (verilog-read-always-signals-recurse): Fix loop indexes being
1485         AUTORESET. AUTORESET now assumes any variables in the
1486         initialization section of a for() should be ignored.
1487         Reported by Dan Dever.
1488         (verilog-error-font-lock-keywords)
1489         (verilog-error-regexp-emacs-alist)
1490         (verilog-error-regexp-xemacs-alist): Fix error detection of
1491         Cadence HAL, reported by David Asher.  Repair drift between the
1492         three similar error variables.
1493         (verilog-modi-lookup, verilog-modi-lookup-cache)
1494         (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
1495         (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
1496         Fix slow verilog-auto expansion on very large files.
1497         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
1498         Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
1499         "{1*2{...".  Broke in last revision.
1500         (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
1501         submodule connections with replications "{#{a},#{b}}".
1503 2010-10-24  Juanma Barranquero  <lekktu@gmail.com>
1505         * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
1506         Fix typo in docstring.
1508 2010-10-24  Kenichi Handa  <handa@m17n.org>
1510         * face-remap.el (text-scale-adjust): Call read-event with a proper
1511         prompt.
1513 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
1515         * emacs-lisp/unsafep.el: Don't mark functions that display
1516         messages as safe.  Suggested by Johan Bockgård.
1518 2010-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1520         * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
1521         Turn comments into docstrings.
1523         * minibuffer.el (completion--replace): Move point where it belongs
1524         when there's a common suffix (bug#7215).
1526 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
1528         Merge read-color and facemenu-read-color (Bug#7242).
1530         * faces.el (read-color): Use the completion code from
1531         facemenu-read-color.  Require match in completion.  Doc fix.
1533         * facemenu.el (facemenu-read-color): Alias for read-color.
1534         (facemenu-set-foreground, facemenu-set-background):
1535         Use read-color.
1537         * frame.el (set-background-color, set-foreground-color)
1538         (set-cursor-color, set-mouse-color, set-border-color):
1539         Use read-color.
1541 2010-10-24  Leo  <sdl.web@gmail.com>
1543         * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
1544         argument of delete-file and delete-directory (Bug#7011).
1546 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
1548         * emacs-lisp/package.el (package-menu-mode-map): Inherit from
1549         button-buffer-map.
1551 2010-10-24  Ralf Angeli  <angeli@caeruleus.net>
1553         * emacs-lisp/package.el (package--generate-package-list): Make the
1554         *Packages* buffer read-only.
1556 2010-10-24  Alan Mackenzie  <acm@muc.de>
1558         * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
1559         result of `c-beginning-of-decl-1' between invocations of a lambda
1560         function (Bug #7265).
1562 2010-10-24  Daiki Ueno  <ueno@unixuser.org>
1564         * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
1565         executable is not available on the system (Bug#7268).
1567 2010-10-24  Glenn Morris  <rgm@gnu.org>
1569         * select.el (selection-coding-system, next-selection-coding-system):
1570         Sync doc with C versions.
1572         * w32-vars.el (x-select-enable-clipboard):
1573         * term/x-win.el (x-select-enable-clipboard): Move to common-win.
1574         * term/common-win.el (x-select-enable-clipboard): Move here.
1576         * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
1577         definition of C variable.
1579         * frame.el (show-trailing-whitespace, auto-hscroll-mode)
1580         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
1581         Don't redefine things that are defined in C.
1582         * cus-start.el: Also handle :risky, :safe, :set, and :tag.
1583         (show-trailing-whitespace, auto-hscroll-mode)
1584         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
1585         Set up the appropriate custom properties.
1587 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
1589         Bind "C-c ]" to ...
1590         * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
1591         * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
1592         * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
1593         * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
1595 2010-10-23  Glenn Morris  <rgm@gnu.org>
1597         * textmodes/flyspell.el (flyspell-mode): If there was an error,
1598         say what it was.
1600         * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
1601         Sync docs with C version.
1603         * term/ns-win.el (xw-defined-colors):
1604         * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
1606         * term/pc-win.el (x-select-enable-clipboard):
1607         * term/x-win.el (x-select-enable-clipboard):
1608         * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
1610         * comint.el (comint-password-prompt-regexp): Make it less vague.
1611         Bump version.
1613         * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
1615         * help.el (finder-by-keyword): Remove unnecessary autoload.
1617 2010-10-22  Glenn Morris  <rgm@gnu.org>
1619         * loadup.el: Unconditionally load float-sup.
1620         * paren.el (show-paren-delay):
1621         * emacs-lisp/float-sup.el:
1622         * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
1623         * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
1624         (lazy-lock-stealth-verbose): Assume float support.
1625         * ps-print.el: Assume float support on Emacs.
1626         * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
1627         Remove non-float branch.
1629         * emacs-lisp/autoload.el (batch-update-autoloads): Update for
1630         src/Makefile no longer being pre-processed.
1632 2010-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1634         * emacs-lisp/find-func.el (find-library): Use test-completion.
1636 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1638         * newcomment.el (comment-dwim): Fix the intentation in the doc string.
1640 2010-10-21  Michael Albinus  <michael.albinus@gmx.de>
1642         * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
1643         space in stat format string.
1644         (tramp-send-command): Unset $PS1 when using here documents, in
1645         order not to get several prompts.
1646         (tramp-get-inline-coding): Return `nil' in case of errors.
1648 2010-10-21  Daiki Ueno  <ueno@unixuser.org>
1650         * hexl.el (hexl-mode, hexl-mode-exit):
1651         Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
1652         (hexl-revert-buffer-function): New function.
1653         (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
1655 2010-10-19  Alan Mackenzie  <acm@muc.de>
1657         * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
1658         Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
1659         that these keywords aren't wrongly matched as identifiers.
1661         * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
1662         setting of c-new-BEG and c-new-END from c-before-change to
1663         c-after-change.  (Bug#7181)
1665 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
1667         * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
1668         Don't mark as safe.
1670         * custom.el (custom-theme-set-variables): Likewise.
1671         (load-theme): Add custom-theme-set-faces and
1672         custom-theme-set-variables to safe-functions while loading.
1673         (custom-enabled-themes): Mark as risky.
1675 2010-10-18  Julien Danjou  <julien@danjou.info>
1677         * bindings.el: Remove end dashes in default mode-line-format.
1679 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
1681         * bindings.el (global-map): Bind C-d to delete-char and deletechar
1682         to delete-forward-char.
1684         * simple.el (normal-erase-is-backspace-mode): Remap delete to
1685         deletechar, and hence delete-forward-char.
1687 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1689         * repeat.el (repeat): Use read-key (bug#6256).
1691 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
1693         * emacs-lisp/unsafep.el: Don't mark functions that display
1694         messages as safe.  Suggested by Johan Bockgård.
1696 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1698         * minibuffer.el (completion--replace): Move point where it belongs
1699         when there's a common suffix (bug#7215).
1701 2010-10-19  Kenichi Handa  <handa@m17n.org>
1703         * international/characters.el: Add category '|' (word breakable)
1704         to fullwidth characters.
1706 2010-10-19  Michael Albinus  <michael.albinus@gmx.de>
1708         * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
1709         (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
1710         order to make stat results a float.  Patch by Andreas Schwab
1711         <schwab@linux-m68k.org>.
1713 2010-10-18  Julien Danjou  <julien@danjou.info>
1715         * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
1716         hidden by `make-pointer-invisible'.
1718 2010-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1720         * files.el (locate-file-completion-table): Strip non-matching elements
1721         before checking length of list (bug#7238).
1723 2010-10-18  Chong Yidong  <cyd@stupidchicken.com>
1725         * custom.el (custom-theme-set-variables): Mark as a safe function.
1726         (load-theme): Check forms using unsafep.
1728         * cus-face.el (custom-theme-set-faces): Mark as a safe function.
1730 2010-10-17  Agustín Martín  <agustin.martin@hispalinux.es>
1732         * textmodes/ispell.el (ispell-aspell-find-dictionary):
1733         Fix aspell data file searching (bug#7230).
1735 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
1737         * cus-theme.el (custom-theme--migrate-settings): New var.
1738         (customize-create-theme): Allow editing the `user' theme.
1739         (custom-theme-add-variable, custom-theme-add-var-1)
1740         (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
1741         to the front of each variable or face widget.
1742         (custom-theme-write): Save theme settings in the correct order.
1743         Optionally, remove saved settings from user customizations.
1744         (custom-theme-write-variables, custom-theme-write-faces):
1745         Save only the checked widgets.
1746         (customize-themes): Add a link for migrating custom settings.
1748         * custom.el (custom-declare-theme, provide-theme):
1749         Use custom-theme-name-valid-p.
1750         (custom-theme-name-valid-p): Remove checks that are now
1751         unnecessary since themes no longer obey load-path.
1753         * cus-edit.el (custom-variable-value-create): For the simple
1754         style, hide documentation string when hidden.
1756 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
1758         * cus-edit.el (custom-variable, custom-face): Combine the
1759         :inhibit-magic and :display-style properties into a single
1760         :custom-style property.
1761         (custom-toggle-hide-variable, custom-toggle-hide-face):
1762         New functions.  If hiding an edited value, save it to :shown-value.
1763         (custom-variable-value-create, custom-face-value-create): Use them.
1764         (custom-magic-reset): Allow magic property to be unset.
1766         * custom.el: Custom themes no longer use load-path.
1767         (custom-theme-load-path): New option.  Change built-in theme
1768         directory to etc/.
1769         (custom-enabled-themes): Add custom-theme-load-path dependency.
1770         (custom-theme--load-path): New function.
1771         (load-theme, custom-available-themes): Use it.
1773         * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
1774         (customize-themes): Link to custom-theme-load-path variable.
1775         (custom-theme-add-var-1, custom-theme-add-face-1): Use the
1776         :custom-style property.
1778         * themes/*.el: Moved to etc/.
1780 2010-10-16  Ralf Angeli  <angeli@caeruleus.net>
1782         * textmodes/reftex-cite.el
1783         (reftex-extract-bib-entries-from-thebibliography): Do not move
1784         point when searching for \bibitem entries.  Match entries with
1785         spaces or tabs in front of arguments.
1787 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
1789         * cus-theme.el (customize-create-theme): Delete overlays after
1790         erasing.  If given a THEME arg, display only the faces of that arg
1791         instead of custom-theme--listed-faces.
1792         (custom-theme-variable-menu, custom-theme-variable-action)
1793         (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
1794         (custom-theme-add-variable, custom-theme-add-face): Apply value
1795         from the theme settings, instead of the current value.
1796         (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
1797         (custom-theme-visit-theme): Allow calling outside theme buffers.
1798         (custom-theme-merge-theme): Don't enable the theme when merging.
1799         (custom-theme-write-variables, custom-theme-write-faces): Use the
1800         :shown-value properties to save buffer values, not global ones.
1801         (customize-themes): Display a warning about user customizations.
1803         * cus-edit.el (custom-variable-value-create)
1804         (custom-face-value-create): Obey new special properties
1805         :shown-value and :inhibit-magic.
1807 2010-10-15  Michael Albinus  <michael.albinus@gmx.de>
1809         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
1810         Suppress expansion of tabs to spaces.  Reported by Dale Sedivec
1811         <dale@codefu.org>.
1813 2010-10-14  Kenichi Handa  <handa@m17n.org>
1815         * mail/rmail.el (rmail-show-message-1): Catch an error of
1816         base64-decode-region and just show an error message (bug#7165).
1818         * ps-mule.el (ps-mule-font-spec-list): Delete it.  Not used anymore.
1819         (ps-mule-begin-job): Fix for the case that only ENCODING is set in
1820         a font-spec (bug#7197).
1822 2010-10-14  Glenn Morris  <rgm@gnu.org>
1824         * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
1826 2010-10-14  Juanma Barranquero  <lekktu@gmail.com>
1828         * international/mule.el (define-coding-system):
1829         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1830         * composite.el (compose-region): Fix typo in docstring.
1832 2010-10-14  Chong Yidong  <cyd@stupidchicken.com>
1834         * cus-face.el (custom-theme-set-faces): Call custom-push-theme
1835         only after checking the theme-face property.
1837         * faces.el (face-spec-reset-face): Reset all attributes in one
1838         single call to set-face-attribute.
1839         (face-spec-match-p): Make it a defsubst.
1840         (frame-set-background-mode): New arg KEEP-FACE-SPECS.
1841         (x-create-frame-with-faces, tty-create-frame-with-faces)
1842         (tty-set-up-initial-frame-faces): Don't recompute face specs in
1843         frame-set-background-mode, since they are recomputed immediately
1844         afterwards in face-set-after-frame-default.
1845         (face-set-after-frame-default): Minor optimization.
1846         (cursor): Provide non-trivial defface spec.
1848         * custom.el (custom-theme-recalc-face): Simplify.
1850 2010-10-14  Jay Belanger  <jay.p.belanger@gmail.com>
1852         * calc/calc-alg.el (math-var): Rename from `var'.
1853         (math-is-polynomial, math-is-poly-rec): Replace `var'
1854         with `math-var'.
1856         * calc/calcalg2.el (math-var): Rename from `var'.
1857         (calcFunc-table, math-scan-for-limits): Replace `var'
1858         with `math-var'.
1860 2010-10-13  Glenn Morris  <rgm@gnu.org>
1862         * subr.el (last): Deal with dotted lists (reported in bug#7174).
1864 2010-10-13  Stephen Berman  <stephen.berman@gmx.net>
1866         * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
1868 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1870         * net/tls.el (tls-program): Remove spurious %s from openssl.
1871         (tls-starttls-switches): Remove starttls hack.
1872         (open-tls-stream): Ditto.
1873         (tls-find-starttls-argument): Ditto.
1875 2010-10-13  Juanma Barranquero  <lekktu@gmail.com>
1877         * image.el (image-library-alist): Declare as obsolete alias.
1878         (image-type-available-p): Use `dynamic-library-alist'.
1880         * term/w32-win.el (dynamic-library-alist):
1881         Use instead of `image-library-alist'.
1883 2010-10-13  IRIE Shinsuke  <irieshinsuke@yahoo.co.jp>  (tiny change)
1885         * subr.el (last): Make it faster.  (Bug#7174)
1887 2010-10-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>  (tiny change)
1889         * Makefile.in (compile-clean): Use `` instead of $().  (Bug#7178)
1891 2010-10-12  Chong Yidong  <cyd@stupidchicken.com>
1893         * cus-theme.el (custom-theme--listed-faces): Add cursor face.
1894         (describe-theme-1): Extract doc from unloaded themes.
1896         * custom.el (custom-theme-name-valid-p): Don't list color-themes.
1898         * themes/tango-theme.el:
1899         * themes/tango-dark-theme.el:
1900         * themes/wheatgrass-theme.el: New files.
1902 2010-10-12  Chong Yidong  <cyd@stupidchicken.com>
1904         * cus-theme.el (describe-theme, customize-themes)
1905         (custom-theme-save): New commands.
1906         (custom-new-theme-mode-map): Bind C-x C-s.
1907         (custom-new-theme-mode): Use custom--initialize-widget-variables.
1908         (customize-create-theme): New optional arg THEME.
1909         (custom-theme-revert): Use it.
1910         (custom-theme-visit-theme): Remove dead code.
1911         (custom-theme-merge-theme): Use custom-available-themes.
1912         (custom-theme-write): Make interactive.
1913         (custom-theme-write): Use custom-theme-name-valid-p.
1914         (describe-theme-1, custom-theme-choose-revert)
1915         (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
1916         New funs.
1917         (custom-theme-allow-multiple-selections): New option.
1918         (custom-theme-choose-mode): New major mode.
1920         * custom.el (custom-theme-set-variables): Remove dead code.
1921         Obey custom--inhibit-theme-enable.
1922         (custom--inhibit-theme-enable): New var.
1923         (provide-theme): Obey it.
1924         (load-theme): Replace load with manual read/eval, in order to
1925         check for correctness.  Use custom-theme-name-valid-p.
1926         (custom-theme-name-valid-p): New function.
1927         (custom-available-themes): Use it.
1929         * cus-edit.el (custom--initialize-widget-variables): New function.
1930         (Custom-mode): Use it.
1932         * cus-face.el (custom-theme-set-faces): Remove dead code.
1933         Obey custom--inhibit-theme-enable.
1935         * help-mode.el (help-theme-def, help-theme-edit): New buttons.
1937 2010-10-12  Juanma Barranquero  <lekktu@gmail.com>
1939         * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
1941 2010-10-12  Jan Djärv  <jan.h.d@swipnet.se>
1943         * term/ns-win.el (ns-right-alternate-modifier): New defvar.
1944         (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
1945         (mac-right-option-modifier): New alias for ns-right-option-modifier.
1947         * cus-start.el (all): ns-right-alternate-modifier is new.
1949 2010-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1951         * emacs-lisp/lisp.el (lisp-completion-at-point):
1952         Use emacs-lisp-mode-syntax-table for the whole function.
1954 2010-10-12  David Koppelman  <koppel@ece.lsu.edu>
1956         * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
1957         instead of font-lock-mode before adding keywords.
1958         Remove hi-lock-mode off code.  Remove inhibit hack.
1959         (hi-lock-set-pattern): Only add keywords if font-lock-fontified
1960         non-nil; removed hook inhibit hack.
1962 2010-10-12  Glenn Morris  <rgm@gnu.org>
1964         * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
1965         (load-path-shadows-find): ... to this.
1966         (list-load-path-shadows): Update for above change.
1968         * mail/mail-utils.el (mail-mbox-from): Also try return-path.
1970 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1972         * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
1973         Fix comment for declare-function.
1975 2010-10-11  Chong Yidong  <cyd@stupidchicken.com>
1977         * custom.el (custom-fix-face-spec): New function; code moved from
1978         custom-face-edit-fix-value.
1979         (custom-push-theme): Use it when checking if a face has been
1980         changed outside customize.
1981         (custom-available-themes): New function.
1982         (load-theme): Use it.
1984         * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
1986         * custom.el (custom-push-theme): Cleanup (use cond).
1987         (disable-theme): Recompute the saved-face property.
1988         (custom-theme-recalc-face): Follow face alias before setting prop.
1990         * image.el (image-checkbox-checked, image-checkbox-unchecked):
1991         New variables, containing checkbox images.
1993         * startup.el (fancy-startup-tail):
1994         * wid-edit.el (checkbox): Use them.
1996 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1998         * shell.el (shell-mode-map):
1999         * progmodes/modula2.el (m2-mode-map):
2000         * progmodes/inf-lisp.el (inferior-lisp-mode-map):
2001         * play/mpuz.el (mpuz-mode-map):
2002         * play/landmark.el (lm-mode-map):
2003         * play/decipher.el (decipher-mode-map):
2004         * play/5x5.el (5x5-mode-map):
2005         * net/telnet.el (telnet-mode-map):
2006         * net/quickurl.el (quickurl-list-mode-map):
2007         * net/mairix.el (mairix-searches-mode-map):
2008         * net/eudc-hotlist.el (eudc-hotlist-mode-map):
2009         * net/dig.el (dig-mode-map):
2010         * mail/mspools.el (mspools-mode-map):
2011         * hexl.el (hexl-mode-map):
2012         * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
2013         (wordstar-C-o-map, wordstar-C-q-map):
2014         * emacs-lisp/edebug.el (edebug-eval-mode-map):
2015         * emacs-lisp/chart.el (chart-map):
2016         * edmacro.el (edmacro-mode-map):
2017         * erc/erc-list.el (erc-list-menu-mode-map):
2018         * array.el (array-mode-map): Declare and define in one step.
2020         * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
2022 2010-10-10  Daiki Ueno  <ueno@unixuser.org>
2024         * epa.el (epa-passphrase-callback-function): Display filename
2025         passed as the 3rd arg.
2026         * epa-file.el (epa-file-passphrase-callback-function):
2027         Pass filename to epa-passphrase-callback-function.
2029 2010-10-09  Chong Yidong  <cyd@stupidchicken.com>
2031         * cus-edit.el (custom-face-widget-to-spec)
2032         (custom-face-get-current-spec, custom-face-state): New functions.
2033         (custom-face-set, custom-face-mark-to-save)
2034         (custom-face-value-create, custom-face-state-set): Use them.
2036         * cus-theme.el (custom-theme--listed-faces): New var.
2037         (customize-create-theme): Use *Custom Theme* as the buffer name.
2038         Set revert-buffer-function.  Optional arg BUFFER.  Insert all
2039         faces listed in custom-theme--listed-faces.
2040         (custom-theme-revert): New function.
2041         (custom-theme-add-variable, custom-theme-add-face): Insert at the
2042         bottom of the list.
2043         (custom-theme-write): Prompt for theme name if empty.
2044         (custom-theme-write-variables): Use dolist.
2045         (custom-theme-write-faces): Handle hidden (collapsed) widgets.
2047 2010-10-09  Alan Mackenzie  <acm@muc.de>
2049         Enhance fontification of declarators to take account of the
2050         presence/absence of "typedef".
2052         * cc-engine.el (c-forward-type): New &optional param
2053         "brace-block-too".
2054         (c-forward-decl-or-cast-1): cdr of return value now indicates the
2055         presence of either or both of a "struct"-like keyword and "typedef".
2057         * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
2058         fontification of declarators which follow a "}".
2059         (c-font-lock-declarations): Fontify declarators according to the
2060         presence/absence of "typedef".
2062         * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
2063         for "typedef".
2064         (c-typedef-decl-key): New lang variable built from
2065         c-typedef-decl-kwds.
2067 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2069         * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
2070         since that's too annoying.  Move the filter groups commands to
2071         TAB/backtab.
2073         * epa.el (epa-passphrase-callback-function): Say what we're
2074         querying the password for.
2076         * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
2077         behaviour, don't bury the ibuffer buffer when visiting other buffers.
2079 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
2081         * cus-edit.el (custom-commands, custom-buffer-create-internal)
2082         (custom-magic-value-create): Pad button tags with spaces.
2083         (custom-face-edit): New variable.
2084         (custom-face-value-create): Determine whether to use the usual
2085         face editor here, instead of using custom-face-selected.
2086         Pass face defaults to custom-face-edit widget.
2087         (custom-face-selected, custom-display-unselected): Delete widgets.
2088         (custom-display-unselected-match): Function removed.
2089         (custom-face-set, custom-face-mark-to-save):
2090         Accept custom-face-edit widgets as the direct widget child.
2092         * wid-edit.el (widget--completing-widget): New var.
2093         (widget-default-complete): Bind it when doing completion.
2094         (widget-string-complete, widget-file-complete): Use it.
2096 2010-10-09  Glenn Morris  <rgm@gnu.org>
2098         * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
2099         (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
2100         (holiday-hebrew-misc): Small simplifications.
2102         * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
2104         * net/browse-url.el: Don't require thingatpt, term, dired,
2105         executable, or w3-auto when compiling.
2106         (dired-get-filename, term-char-mode, term-send-down, term-send-string):
2107         Declare.
2108         (browse-url-text-emacs): Require term.
2110 2010-10-08  Andreas Schwab  <schwab@linux-m68k.org>
2112         * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
2114 2010-10-08  Glenn Morris  <rgm@gnu.org>
2116         * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
2118         * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
2119         (shadows-compare-text-p): Make it an obsolete alias for...
2120         (load-path-shadows-compare-text): ... new name.
2121         (find-emacs-lisp-shadows): Update for above name change.
2122         (load-path-shadows-same-file-or-nonexistent): New name for the old
2123         shadow-same-file-or-nonexistent.
2125 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
2127         * minibuffer.el (completion--some, completion--do-completion)
2128         (minibuffer-complete-and-exit, minibuffer-completion-help)
2129         (completion-basic-try-completion)
2130         (completion-basic-all-completions)
2131         (completion-pcm--find-all-completions): Use lexical-let to
2132         avoid some false matches in variable completion (Bug#7056)
2134 2010-10-08  Olof Ohlsson Sax  <olof.ohlsson.sax@gmail.com>  (tiny change)
2136         * vc-svn.el (vc-svn-merge-news): Use --non-interactive.  (Bug#7152)
2138 2010-10-08  Leo  <sdl.web@gmail.com>
2140         * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
2141         return non-nil if the file exists (Bug#7090).
2143 2010-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2145         * minibuffer.el (completion--replace):
2146         Better preserve markers (bug#7138).
2148 2010-10-08  Juanma Barranquero  <lekktu@gmail.com>
2150         * server.el (server-process-filter): Doc fix.
2152 2010-10-08  Drew Adams  <drew.adams@oracle.com>
2154         * dired.el (dired-save-positions): Doc fix.  (Bug#7119)
2156 2010-10-08  Glenn Morris  <rgm@gnu.org>
2158         * vc/ediff-wind.el (ediff-setup-control-frame):
2159         * vc/ediff-ptch.el (ediff-default-backup-extension):
2160         * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
2161         (ediff-exec-process): Remove system-types emx, windows-95.
2163         * net/browse-url.el (browse-url-xdg-open): Shell-quote url.  (Bug#7166)
2165 2010-10-07  Chong Yidong  <cyd@stupidchicken.com>
2167         * cus-edit.el (custom-variable, custom-face): Doc fix.
2168         (custom-face-edit): Add value-create attribute.
2169         (custom-face-edit-value-create)
2170         (custom-face-edit-value-visibility-action): New functions.
2171         Hide unused face attributes by default, and add a visibility toggle.
2172         (custom-face-edit-deactivate): Show empty values with shadow face.
2173         (custom-face-selected): Only use this for face specs with default
2174         attributes.
2175         (custom-face-value-create): Cleanup.
2177         * wid-edit.el (widget-checklist-value-create): Use dolist.
2178         (widget-checklist-match-find): Make second arg optional.
2180 2010-10-07  Glenn Morris  <rgm@gnu.org>
2182         * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
2183         Prefix things.
2185         * emacs-lisp/shadow.el (shadow-font-lock-keywords)
2186         (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
2187         load-path-shadows-mode, update references.
2188         (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
2189         Rename variable and button.
2190         (list-load-path-shadows): Update button caller.
2192 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2194         * emacs-lisp/smie.el (smie-bnf-classify): New function.
2195         (smie-bnf-precedence-table): Use it to remember the closers/openers.
2196         (smie-merge-prec2s): Handle those new entries.
2197         (smie-prec2-levels): Only set precedence to nil for actual
2198         openers/closers.
2199         * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
2200         that is now unnecessary.
2202 2010-10-07  Miles Bader  <miles@gnu.org>
2204         * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
2206 2010-10-07  Glenn Morris  <rgm@gnu.org>
2208         * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
2209         (mail-position-on-field): Remove declarations.
2210         (mail-position-on-field): Autoload it.
2211         (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
2212         and mail-header-end.  Don't require sendmail.
2214         * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
2215         (shadow-mode): New mode.
2216         (shadow-find-file): New button.
2217         (list-load-path-shadows): Use shadow-mode and buttons.
2219         * iimage.el (iimage-version): Remove.
2220         (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
2221         Turn into defcustoms.
2222         (iimage-mode-map): Give it a doc string.
2224         * calendar/appt.el (appt-activate): Give a warning rather than an error
2225         if there is no diary-file.
2227 2010-10-06  Michael Albinus  <michael.albinus@gmx.de>
2229         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2230         Use `tramp-handle-find-backup-file-name'.
2232 2010-10-06  Glenn Morris  <rgm@gnu.org>
2234         * font-core.el (font-lock-defaults-alist): Remove variable.
2235         (font-lock-mode): Doc fix.
2236         (font-lock-default-function): Do not consult font-lock-defaults-alist.
2237         * font-lock.el (font-lock-refresh-defaults): Doc fix.
2238         (font-lock-set-defaults): Doc fix.
2239         Do not consult font-lock-defaults-alist.
2241         * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
2243         * emacs-lisp/cl.el: No longer provide cl-19.
2245 2010-10-05  Michael Albinus  <michael.albinus@gmx.de>
2247         * net/tramp.el (tramp-handle-directory-files-and-attributes)
2248         (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
2249         New defuns, taken from tramp-smb.el.
2250         (tramp-coding-system-change-eol-conversion)
2251         (tramp-set-process-query-on-exit-flag): Remove.
2253         * net/tramp-compat.el (top): Do not check for byte-compiler objects.
2254         (tramp-compat-coding-system-change-eol-conversion)
2255         (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
2256         from tramp.el.
2258         * net/tramp-gvfs.el:
2259         * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
2260         by `tramp-compat-set-process-query-on-exit-flag'.
2262         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
2263         Use `tramp-handle-directory-files-and-attributes',
2264         `tramp-handle-file-exists-p' and
2265         `tramp-handle-file-newer-than-file-p'.
2266         (tramp-imap-handle-file-exists-p)
2267         (tramp-imap-handle-file-executable-p)
2268         (tramp-imap-handle-file-readable-p)
2269         (tramp-imap-handle-directory-files-and-attributes)
2270         (tramp-imap-handle-file-newer-than-file-p): Remove.
2272         * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
2273         by `tramp-compat-set-process-query-on-exit-flag' and
2274         `tramp-coding-system-change-eol-conversion' by
2275         `tramp-compat-coding-system-change-eol-conversion'.
2277         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2278         Use `tramp-handle-directory-files-and-attributes',
2279         `tramp-handle-file-exists-p' and
2280         `tramp-handle-file-newer-than-file-p'.
2281         (tramp-smb-handle-directory-files-and-attributes)
2282         (tramp-smb-handle-file-exists-p)
2283         (tramp-smb-handle-file-newer-than-file-p): Remove.
2284         (tramp-smb-maybe-open-connection):
2285         Replace `tramp-set-process-query-on-exit-flag' by
2286         `tramp-compat-set-process-query-on-exit-flag'.
2288 2010-10-05  Glenn Morris  <rgm@gnu.org>
2290         * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
2292 2010-10-04  Michael Albinus  <michael.albinus@gmx.de>
2294         Continue reorganization of load dependencies.  (Bug#7156)
2296         * net/tramp.el (tramp-handle-file-local-copy-hook)
2297         (tramp-delete-temp-file-function): Move down.
2298         (tramp-exists-file-name-handler): Move up.
2299         (tramp-register-file-name-handlers): Simplify autoload.
2300         (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
2301         (tramp-handle-directory-files, tramp-handle-dired-uncache)
2302         (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
2303         (tramp-handle-file-name-completion)
2304         (tramp-handle-file-name-directory)
2305         (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
2306         (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
2307         (tramp-handle-find-backup-file-name)
2308         (tramp-handle-insert-file-contents, tramp-handle-load)
2309         (tramp-handle-substitute-in-file-name)
2310         (tramp-handle-unhandled-file-name-directory)
2311         (tramp-mode-string-to-int, tramp-local-host-p)
2312         (tramp-make-tramp-temp-file): Move from tramp-sh.el.
2314         * net/tramp-gvfs.el (top):
2315         * net/tramp-smb.el (top): Do not require 'tramp-sh.
2317         * net/tramp-sh.el (all): Move several objects to tramp.el, see
2318         there.  Rename `tramp-handle-*' to `tramp-sh-handle-*'.
2320 2010-10-04  Glenn Morris  <rgm@gnu.org>
2322         * calendar/appt.el (appt-add): Ensure reminders are enabled.
2323         (appt-activate): Give status messages.
2325 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
2327         * net/gnutls.el: Improve docs.  Remove starttls and ssl emulation.
2328         Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
2329         `gnutls-negotiate' (formerly `starttls-negotiate').
2330         Remove trivial wrapper `starttls-open-stream'.
2332 2010-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
2334         Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
2335         log-outgoing commands.
2336         * vc/vc.el (vc-log-internal-common): Add a new argument and use it
2337         to create a buffer local revert-buffer-function variable.
2338         (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
2339         revert-buffer-function lambda.
2341 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
2343         * net/gnutls.el (starttls-negotiate): Use the plist interface to
2344         `gnutls-boot'.  Make TYPE the only required parameter.
2345         Allow TRUSTFILES and KEYFILES to be lists.
2346         (open-ssl-stream): Use it.
2348 2010-10-03  Glenn Morris  <rgm@gnu.org>
2350         * subr.el (directory-sep-char): Remove obsolete variable.
2351         * net/tramp-compat.el: Don't mess about with the byte-compiler unless
2352         it is "necessary".
2354         * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
2355         * vc/vc.el (vc-static-header-alist): Doc fix.
2356         * vc/vc-cvs.el (vc-cvs-header):
2357         * vc/vc-rcs.el (vc-rcs-header):
2358         * vc/vc-sccs.el (vc-sccs-header):
2359         * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
2360         * obsolete/vc-mcvs.el (vc-mcvs-header):
2361         * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
2362         on XEmacs.
2364 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2366         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
2367         Remove obsolete use of binary-overwrite-mode (Bug#7001).
2369 2010-10-03  Glenn Morris  <rgm@gnu.org>
2371         * obsolete/x-menu.el: Remove file, obsolete since 21.1
2373         * textmodes/rst.el (rst-font-lock-keywords-function):
2374         Drop Emacs 20 code.
2376         * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
2378         * printing.el: Drop Emacs 20 code.
2380         * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
2381         without having used appt.el already).
2383         * subr.el (make-local-hook): Remove function obsolete since 21.1.
2384         * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
2385         (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
2386         XEmacs.
2387         * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
2388         (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
2390         * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
2391         (charset-width, find-charset-region, chars-in-region, forward-point)
2392         (encode-coding-string, coding-system-p, ccl-execute-on-string)
2393         (define-ccl-program, multibyte-string-p, string-make-multibyte):
2394         Remove compatibility cruft (none of these are used by ps*.el).
2396 2010-10-03  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
2398         * subr.el (booleanp): Return t instead of a list (Bug#7086).
2400 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2402         * server.el (server-process-filter, server-return-error):
2403         Give emacsclient time to shut down after receiving an error string.
2405 2010-10-02  Michael Albinus  <michael.albinus@gmx.de>
2407         * files.el (remote-file-name-inhibit-cache): New defcustom.
2409         * time.el (display-time-file-nonempty-p):
2410         Use `remote-file-name-inhibit-cache'.
2412         * net/tramp.el (tramp-completion-reread-directory-timeout):
2413         Fix docstring.
2415         * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
2416         (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
2417         `remote-file-name-inhibit-cache'.  Check also for an integer
2418         value.  Add/increase counter when `tramp-verbose' >= 10.
2419         (tramp-set-file-property): Add/increase counter when
2420         `tramp-verbose' >= 10.
2422         * net/tramp-cmds.el (tramp-cleanup-all-connections)
2423         (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
2424         (tramp-bug): Set tramp-autoload cookie.  Report all interned
2425         tramp-* variables.  Report also `remote-file-name-inhibit-cache'.
2426         (tramp-reporter-dump-variable): Fix docstring.  Mask non-7bit
2427         characters only in strings.
2429         * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
2430         to backward compatibility.
2432         * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
2433         (tramp-handle-file-name-all-completions)
2434         (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
2435         (tramp-open-connection-setup-interactive-shell):
2436         Call `tramp-cleanup-connection' directly.
2438 2010-10-02  Glenn Morris  <rgm@gnu.org>
2440         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
2442         * subr.el (char-bytes): Remove obsolete function.
2444         * isearch.el (isearch-return-char): Remove obsolete function.
2446         * mouse.el: No longer provide mldrag.
2447         (mldrag-drag-mode-line, mldrag-drag-vertical-line):
2448         Remove obsolete aliases.
2450         * comint.el (comint-kill-output): Remove obsolete alias.
2452         * composite.el (decompose-composite-char): Remove obsolete function.
2453         * ps-def.el (decompose-composite-char): Remove unused function.
2455         * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
2457         * outline.el (outline-visible): Remove obsolete function.
2459         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
2460         * faces.el (internal-find-face, internal-get-face)
2461         (frame-update-faces, frame-update-face-colors)
2462         (x-frob-font-weight, x-frob-font-slant)
2463         (internal-frob-font-weight, internal-frob-font-slant)
2464         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
2465         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
2466         (x-make-font-bold-italic): Remove functions and aliases, obsolete
2467         since Emacs 21.1.
2468         * emulation/viper-util.el (viper-get-face):
2469         * obsolete/lucid.el (find-face, get-face): Use facep.
2470         * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
2471         Remove unused functions.
2472         * vc/ediff-util.el (ediff-submit-report): Doc fix.
2474         * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
2475         delete tempfile if interrupted during compilation.
2477 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2479         * net/tls.el (tls-starttls-switches): Give up on using starttls with
2480         gnutls-cli.
2481         (tls-program): Add --insecure to be consistent with the defaults from
2482         openssl s_client.  Now all three commands are insecure.
2484 2010-10-01  Eli Zaretskii  <eliz@gnu.org>
2486         * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
2487         (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
2488         (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
2490 2010-10-01  Glenn Morris  <rgm@gnu.org>
2492         * obsolete/sc.el: Remove file.
2494         * files.el (temporary-file-directory): On darwin, also try
2495         DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
2497 2010-10-01  Juanma Barranquero  <lekktu@gmail.com>
2499         * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
2500         Let's not break compatibility gratuitously, shall we?
2502 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2504         * net/tls.el (tls-starttls-switches): New variable.
2505         (tls-find-starttls-argument): Use it.
2506         (open-tls-stream): Ditto.
2508         * net/netrc.el (netrc-credentials): Return the value of the "default"
2509         entry.
2510         (netrc-machine): Ditto.
2512 2010-09-30  Eli Zaretskii  <eliz@gnu.org>
2514         * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
2516 2010-09-30  Juanma Barranquero  <lekktu@gmail.com>
2518         * server.el (server-start): Don't write pid to the authentication file.
2519         (server-create-tty-frame): Don't send pid.
2520         (server-process-filter): Send pid at the start of every connection.
2522 2010-09-30  Glenn Morris  <rgm@gnu.org>
2524         * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
2525         (show-all-diary-entries): Remove obsolete function aliases.
2527         * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
2528         Remove options, obsolete since 22.1.
2529         (appt-display-format, appt-display-message):
2530         Remove backwards-compatibility code.
2531         (appt-check): No longer check appt-issue-message.
2532         (appt-make-list): No longer autoload it.  Doc fix.  No longer
2533         activate the package.
2535 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2537         * net/gnutls.el (starttls-negotiate): Loop a lot longer.
2538         (starttls-negotiate): Just call boot, and let the handshake be
2539         triggered from the read loop.
2541 2010-09-29  Glenn Morris  <rgm@gnu.org>
2543         * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
2544         not displaying the diary.
2545         (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
2546         * calendar/appt.el (appt-check): No longer need to kill diary.
2548         * calendar/diary-lib.el (diary-list-entries): Move the
2549         "Preparing..." message entirely here.
2550         (diary-simple-display, diary-fancy-display): Move "Preparing..."
2551         messages to diary-list-entries.
2552         (diary-include-other-diary-files): Use LIST-ONLY rather than setting
2553         diary-display-function.
2555         * calendar/diary-lib.el (diary-include-other-diary-files):
2556         Trap some recursive includes.
2558         * calendar/appt.el (appt-activate): Check diary file.
2560 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2562         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2563         construction.
2565         * calendar/time-date.el: No need to require cl for Emacs 21.
2567 2010-09-28  Glenn Morris  <rgm@gnu.org>
2569         * calendar/appt.el (appt-check): Minor simplification.
2571 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2573         * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
2574         citation prefix.
2576 2010-09-27  Andreas Schwab  <schwab@linux-m68k.org>
2578         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2579         Avoid infinite recursion on erroneous lambda form.  (Bug#7114)
2581 2010-09-27  Kenichi Handa  <handa@m17n.org>
2583         * tar-mode.el (tar-header-block-tokenize): Decode filenames in
2584         "ustar" format.
2586 2010-09-27  Kenichi Handa  <handa@m17n.org>
2588         * international/mule.el (define-coding-system): Docstring fixed.
2590         * international/mule-diag.el (describe-character-set): Use princ
2591         with proper print-length and print-level instead of insert.
2593 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2595         * window.el (walk-windows): Doc fix (bug#7105).
2597 2010-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2599         * emacs-lisp/float-sup.el (e): Remove.
2601 2010-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
2603         * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
2604         variable.
2605         (starttls-negotiate): Use it.
2607 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2609         * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
2610         back.
2612 2010-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2614         * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
2616 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2618         * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
2620         * net/netrc.el (netrc-store-data): New function.
2622 2010-09-26  Teodor Zlatanov  <tzz@lifelogs.com>
2624         * net/gnutls.el: GnuTLS glue code to set up a connection.
2626 2010-09-25  Julien Danjou  <julien@danjou.info>
2628         * notifications.el: Call dbus-register-signal only if it is bound.
2630 2010-09-25  Glenn Morris  <rgm@gnu.org>
2632         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
2633         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
2634         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
2635         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
2636         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
2637         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
2638         * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
2639         * eshell/esh-util.el, eshell/esh-var.el:
2640         Remove leading `*' from docs of faces and defcustoms.
2642 2010-09-25  Ulrich Mueller  <ulm@gentoo.org>
2644         * eshell/em-ls.el (eshell-ls-archive-regexp):
2645         * eshell/esh-util.el (eshell-tar-regexp):
2646         * ibuffer.el (ibuffer-compressed-file-name-regexp):
2647         * info.el (Info-suffix-list):
2648         * international/mule.el (auto-coding-alist):
2649         * woman.el (woman-file-regexp, woman-file-compression-regexp):
2650         * progmodes/etags.el (tags-compression-info-list):
2651         Support xz compression.
2653 2010-09-25  Chong Yidong  <cyd@stupidchicken.com>
2655         * files.el (get-free-disk-space): Don't assume the "df" output
2656         columns line up (Bug#6995).
2658 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
2660         * finder.el (finder-unknown-keywords):
2661         * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
2662         * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
2664 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
2666         * server.el (server-start): Revert part of 2010-08-08 change.  Using
2667         address 127.0.0.1 for local host is now done in Fmake_network_process.
2669 2010-09-24  Glenn Morris  <rgm@gnu.org>
2671         * image-mode.el, progmodes/compile.el, progmodes/gud.el:
2672         * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
2673         * textmodes/css-mode.el, textmodes/dns-mode.el:
2674         Move autoloaded auto-mode-alist entries to files.el.
2675         * files.el (auto-mode-alist): Move entries here.
2677 2010-09-23  Glenn Morris  <rgm@gnu.org>
2679         * isearch.el (isearch-lazy-highlight-cleanup)
2680         (isearch-lazy-highlight-initial-delay)
2681         (isearch-lazy-highlight-interval)
2682         (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
2683         * net/net-utils.el (ipconfig-program-options):
2684         Move aliases to options before the associated definitions.
2686 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2688         * newcomment.el (comment-normalize-vars): Better test validity of
2689         comment-end-skip.
2691 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2693         * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
2694         (float-e): New name for `e'.
2695         (degrees-to-radians, radians-to-degrees):
2696         * calendar/solar.el (solar-longitude):
2697         * calculator.el (calculator-registers, calculator-funcall):
2698         * textmodes/artist.el (artist-spray-random-points):
2699         * play/bubbles.el (bubbles--initialize-images): Use new names.
2701 2010-09-23  Eric M. Ludlam  <zappo@gnu.org>
2703         Update to CEDET 1.0's version of EIEIO.
2705         * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
2706         New function.
2707         (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
2708         (eieio-default-eval-maybe): Eval val instead of unquoting only.
2709         (class-precedence-list): If class is nil, return nil.
2710         (eieio-generic-call): If class of first input arg is nil, don't
2711         look up static methods, and do check for primary methods.
2712         (initialize-instance): See if the default needs to be evaluated
2713         during the constructor.
2714         (eieio-perform-slot-validation-for-default): Don't do the check
2715         for values that will eventually be evaluated.
2716         (eieio-eval-default-p): New function.
2717         (eieio-default-eval-maybe): Use it.
2719 2010-09-23  Jan Moringen  <jan.moringen@uni-bielefeld.de>
2721         * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
2722         method-invocation-order.
2723         (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
2724         (eieio-class-precedence-dfs): Compute class precedence list using
2725         dfs algorithm.
2726         (eieio-class-precedence-bfs): Compute class precedence list using
2727         bfs algorithm.
2728         (eieio-class-precedence-c3): Compute class precedence list using
2729         c3 algorithm.
2730         (class-precedence-list): New function.
2731         (eieiomt-method-list, eieiomt-sym-optimize): Use it.
2732         (inconsistent-class-hierarchy): New error symbol.
2733         (call-next-method): Stow the replacement argument list for future
2734         call-next-method invocations.
2736 2010-09-23  Glenn Morris  <rgm@gnu.org>
2738         * calendar/appt.el (appt-check): If not displaying the diary,
2739         use (diary 1) to only get the entries we need.
2740         (appt-make-list): Sort diary-list-entries, if we cannot guarantee
2741         that it is in day order.  (Bug#7019)
2743         * calendar/appt.el (appt-check): Rather than showing the diary,
2744         just turn off invisible display, and only if needed.
2746         * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
2748 2010-09-23  Glenn Morris  <rgm@gnu.org>
2750         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
2751         (byte-compile-defvar, byte-compile-cl-warn):
2752         Start warnings with lower-case, like the majority.
2754         * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
2756         * files.el (auto-mode-alist): Prefer C-mode for .xs.  (Bug#7071)
2758         * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
2759         * files.el (auto-mode-alist): Move ld-script entries here, further down
2760         the list.
2762         * vc/add-log.el: Don't require timezone when compiling.
2763         (timezone-make-date-sortable): Autoload it.
2764         (change-log-sortable-date-at): Don't require timezone.
2765         Use `ignore-errors'.
2767         * comint.el (comint-use-prompt-regexp-instead-of-fields):
2768         Move alias before definition, so it does not need autoloading.
2770         * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
2771         * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
2772         * international/kkc.el, international/ogonek.el, mail/feedmail.el:
2773         * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
2774         * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
2775         * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
2776         * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
2777         * textmodes/tex-mode.el, textmodes/two-column.el:
2778         Remove leading `*' from docs of defcustoms etc.
2780 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2782         * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
2784 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2786         * calendar/time-date.el (date-to-time): Try using parse-time-string
2787         first before using the slower timezone-make-date-arpa-standard.
2789 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2791         * calendar/time-date.el (format-seconds): Comment fix.
2793 2010-09-22  Glenn Morris  <rgm@gnu.org>
2795         * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
2796         is not automatically buffer-local.
2798 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2800         * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
2801         (smie-indent-comment): Be more careful with comment-start-skip.
2802         (smie-indent-comment-close, smie-indent-comment-inside): New funs.
2803         (smie-indent-functions): Use them.
2805 2010-09-21  Michael Albinus  <michael.albinus@gmx.de>
2807         * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
2809 2010-09-21  Jan Djärv  <jan.h.d@swipnet.se>
2811         * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
2812         tool-bar-position.  Don't modify frame parameters here.
2813         (menu-bar-options-save): Add tool-bar-position.
2815         * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
2817 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2819         * textmodes/reftex-parse.el (reftex-what-macro)
2820         (reftex-context-substring): Let-bind forward-sexp-function to nil
2821         since we don't need/want to treat \begin...\end as a block (bug#7053).
2823         * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
2825         * simple.el (blink-matching-open): Use syntax-class.
2827         * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
2828         Set invisibility spec for pascal's outline mode.
2829         (pascal-outline-change): Clean up calling convention.
2830         (pascal-show-all, pascal-hide-other-defuns): Update callers.
2832         * progmodes/prolog.el (prolog-smie-forward-token)
2833         (prolog-smie-backward-token): New functions.
2834         (prolog-mode-variables): Use them to parse "!," correctly.
2835         Set up smie-blink-matching for ".".
2837         * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
2838         and `end'.
2839         (ispell-region, ispell-process-line): Update users.
2841         * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
2842         point-min==1.
2844         * textmodes/ispell.el: Fix commenting convention.
2845         (ispell-parse-output): Simplify, use push.
2846         (ispell-region): Use match-string-no-properties.
2847         (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
2848         (ispell-minor-mode): Use define-minor-mode.
2849         (ispell-message): Remove unused var `skip-regexp'.
2850         (ispell-add-per-file-word-list): Use dynamic let-binding.
2851         Try and use the proper comment marker.
2853         * mail/sendmail.el: Fix commenting convention.
2854         (sendmail-send-it): Use line-beginning-position.
2856         * help-fns.el (describe-variable): Add original value, if applicable.
2858 2010-09-20  Juanma Barranquero  <lekktu@gmail.com>
2860         * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
2862         * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
2864 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2866         * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
2867         (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
2868         (smie-prec2-levels): Use them to better diagnose precedence cycles.
2869         (smie-blink-matching-check): Don't signal a mismatch if car is t.
2870         (smie-blink-matching-open): Rewrite to remove assumptions, so that
2871         something like "." can also be a closer.
2872         (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
2873         (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
2874         Rename internal functions to use "--".  Update callers.
2876         * frame.el (make-frame-names-alist): Don't list frames on other displays.
2878         * fringe.el (fringe-styles): New var.
2879         (fringe-mode, fringe-query-style): Use it.
2881 2010-09-18  Michael R. Mauger  <mmaug@yahoo.com>
2883         * progmodes/sql.el: Version 2.8
2884         (sql-login-params): Update widget structure; changes still needed.
2885         (sql-product-alist): Add :list-all and :list-table features for
2886         SQLite, Postgres and MySQL products.
2887         (sql-redirect): Handle default value.
2888         (sql-execute, sql-execute-feature): New functions.
2889         (sql-read-table-name): New function.
2890         (sql-list-all, sql-list-table): New functions.  User API.
2891         (sql-mode-map, sql-interactive-mode-map): Add key definitions
2892         for above functions.
2893         (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
2894         for above functions.
2895         (sql-postgres-login-params): Add user and database defaults.
2896         (sql-buffer-live-p): Bug fix.
2897         (sql-product-history): New variable.
2898         (sql-read-product): New function. Use it.
2899         (sql-set-product, sql-product-interactive): Use it.
2900         (sql-connection-history): New variable.
2901         (sql-read-connection): New function.  Use it.
2902         (sql-connect): New function.
2903         (sql-for-each-login): Redesign function interface.
2904         (sql-make-alternate-buffer-name, sql-save-connection): Use it.
2905         (sql-get-login-ext, sql-get-login): Use it.  Handle default values.
2906         (sql-comint): Check for program.  Existing live buffer.
2907         (sql-comint-postgres): Add port parameter.
2909 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2911         * emacs-lisp/warnings.el: Fix commenting convention.
2912         (display-warning): Use special mode and make the buffer read-only.
2914 2010-09-18  Jay Belanger  <jay.p.belanger@gmail.com>
2916         * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
2917         empty string when it follows a repeated or optional pattern.
2919 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2921         * indent.el (indent-according-to-mode): Apply syntax-propertize.
2922         (indent-region): Use indent-according-to-mode.
2924 2010-09-18  Eli Zaretskii  <eliz@gnu.org>
2926         * fringe.el (fringe-mode): Doc fix.
2928 2010-09-14  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2930         * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
2931         refreshing the preview buffer.
2933 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2935         * textmodes/tex-mode.el (tex-syntax-propertize-rules)
2936         (latex-syntax-propertize-rules): New consts; replace
2937         tex-font-lock-syntactic-keywords.
2938         (tex-env-mark, latex-env-before-change): New functions.
2939         (latex-electric-env-pair-mode): New minor mode.
2940         (tex-font-lock-verb): Change arguments; do move point.
2941         (tex-font-lock-syntactic-face-function): Adjust to new verbatim
2942         representation as a form of comment.
2943         (tex-font-lock-keywords-1): Remove workaround, now unneeded.
2944         (doctex-syntax-propertize-rules): New const; replaces
2945         doctex-font-lock-syntactic-keywords.
2946         (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
2948         * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
2949         (fortran-make-syntax-propertize-function): New function; replaces
2950         fortran-font-lock-syntactic-keywords.
2951         (fortran-mode): Use it.
2952         (fortran-line-length): Use it.  Improve interactive spec.
2954         * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
2955         (syntax-propertize-rules): Add var-ref case.  Fix offset computation
2956         when adding surrounding \(..\).
2958         * progmodes/js.el (js-mode): Fix last change (bug#7054).
2960 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2962         * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
2963         Use with-current-buffer.
2965         * isearch.el (isearch-face): Rename from `isearch'.
2966         (isearch-highlight): Use new name.
2968 2010-09-17  Eli Zaretskii  <eliz@gnu.org>
2970         * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
2971         5, for `half' width fringes.  (Bug#6933)
2973 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2975         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
2976         (byte-compile-defvar): "foo/bar" does not lack a prefix.
2978         * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
2980 2010-09-17  Stephen Berman  <stephen.berman@gmx.net>
2982         * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
2983         in calculating new frame position.  Add more space between new and
2984         parent on the left (Bug#7048).
2986 2010-09-17  Michael Albinus  <michael.albinus@gmx.de>
2988         * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
2989         defmacro.
2991 2010-09-16  Chong Yidong  <cyd@stupidchicken.com>
2993         * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
2995         * term/x-win.el (x-cut-buffer-or-selection-value): Define as
2996         obsolete alias for x-selection-value.
2998         * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
3000 2010-09-16  Michael Albinus  <michael.albinus@gmx.de>
3002         * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
3003         cookie.
3005 2010-09-15  Michael Albinus  <michael.albinus@gmx.de>
3007         * net/tramp-compat.el (tramp-compat-with-temp-message)
3008         (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
3009         (tramp-compat-process-put): New defuns.
3011         * net/tramp.el (top):
3012         * net/tramp-gvfs.el (top):
3013         * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
3015         * net/tramp.el (tramp-progress-reporter-update):
3016         Use `tramp-compat-funcall'.
3018         * net/tramp.el (tramp-process-actions):
3019         * net/tramp-gvfs.el (tramp-handle-vc-registered):
3020         * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
3021         (tramp-get-remote-stat, tramp-get-remote-readlink):
3022         Use `tramp-compat-with-temp-message'.
3024         * net/tramp-sh.el (top): Require 'cl.
3025         (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
3026         (tramp-open-connection-setup-interactive-shell):
3027         Use `tramp-compat-process-put'.
3029 2010-09-15  Alan Mackenzie  <acm@muc.de>
3031         * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
3032         indentation.
3033         (c-forward-<>-arglist-recur): Fix an infinite recursion.
3035 2010-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3037         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3038         `lexical' for warnings related to lexical scoping.
3039         (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
3040         global vars which don't have a prefix and could hence affect lexical
3041         scoping in unrelated files.
3043 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3045         * net/imap.el: Revert back to version
3046         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3047         seem problematic.
3049 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3051         * obsolete/old-whitespace.el (whitespace-unload-function):
3052         Explicitly pass `obarray' to `unintern' to avoid a warning.
3054 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3056         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
3057         Add `when' argument.  Update callers.
3059         * subr.el (unintern): Declare the obarray arg mandatory.
3061 2010-09-14  Glenn Morris  <rgm@gnu.org>
3063         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
3064         Doc fixes.
3066         * calendar/diary-lib.el (diary-included-files): New variable.
3067         (diary-list-entries): Maybe initialize diary-included-files.
3068         (diary-include-other-diary-files): Append to diary-included-files.
3069         * calendar/appt.el (appt-update-list): Also check the members of
3070         diary-included-files.  (Bug#6999)
3071         (appt-check): Doc fix.
3073 2010-09-14  David Reitter  <david.reitter@gmail.com>
3075         * simple.el (line-move-visual): Do not truncate goal column to
3076         integer size.  (Bug#7020)
3078 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3080         * repeat.el (repeat): Allow repeating when the last event is a click.
3081         Suggested by Drew Adams (bug#6256).
3083 2010-09-14  Sascha Wilde  <wilde@sha-bang.de>
3085         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
3086         Replace setting HGRCPATH to "" by some less invasive --config options.
3088 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3090         * font-lock.el (font-lock-beginning-of-syntax-function):
3091         Mark as obsolete.
3093 2010-09-14  Glenn Morris  <rgm@gnu.org>
3095         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
3096         and tool-bar modes.  (Bug#6211)
3097         (menu-bar-mode): Move setting of standard-value after the
3098         minor-mode definition, otherwise it seems to have no effect.
3100 2010-09-14  Masatake YAMATO  <yamato@redhat.com>
3102         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
3103         Fix typo.  (Bug#6976)
3105 2010-09-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3107         * whitespace.el: Allow cleaning up blanks without blank
3108         visualization (Bug#6651).  Adjust help window for
3109         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
3110         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
3111         (whitespace-style): Add new value 'face.  Adjust docstring.
3112         (whitespace-space, whitespace-hspace, whitespace-tab):
3113         Adjust foreground property face.
3114         (whitespace-line-column): Adjust docstring and type declaration.
3115         (whitespace-style-value-list, whitespace-toggle-option-alist)
3116         (whitespace-help-text): Adjust const initialization.
3117         (whitespace-toggle-options, global-whitespace-toggle-options):
3118         Adjust docstring.
3119         (whitespace-display-window, whitespace-interactive-char)
3120         (whitespace-style-face-p, whitespace-color-on): Adjust code.
3121         (whitespace-help-scroll): New fun.
3123 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3125         * calendar/time-date.el (format-seconds): Comment fix.
3127 2010-09-13  Michael R. Mauger  <mmaug@yahoo.com>
3129         * progmodes/sql.el: Version 2.7.
3130         (sql-buffer-live-p): Improve detection.
3131         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
3132         (sql-set-sqli-buffer): Use it.
3133         (sql-product-interactive): Run `sql-set-sqli-hook'.
3134         (sql-rename-buffer): Code cleanup.
3135         (sql-redirect, sql-redirect-value): New functions.  More to come.
3137 2010-09-13  Juanma Barranquero  <lekktu@gmail.com>
3139         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.
3140         * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
3141         (TRAMP_SRC): New macro.
3142         ($(lisp)/net/tramp-loaddefs.el): New target.
3144 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
3146         Major code cleanup.  Split tramp.el into tramp.el and tramp-sh.el.
3148         * Makefile.in (TRAMP_SRC): Remove tramp-fish.el.  Add tramp-sh.el.
3150         * net/tramp.el (top): Don't show loading message.  Require just
3151         'tramp-compat, everything else is required there.
3152         Use `ignore-errors' where appropriate.
3153         (tramp-inline-compress-start-size, tramp-copy-size-limit)
3154         (tramp-terminal-type, tramp-end-of-output)
3155         (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
3156         (tramp-completion-function-alist-ssh)
3157         (tramp-completion-function-alist-telnet)
3158         (tramp-completion-function-alist-su)
3159         (tramp-completion-function-alist-putty, tramp-remote-path)
3160         (tramp-remote-process-environment, tramp-sh-extra-args)
3161         (tramp-actions-before-shell, tramp-uudecode)
3162         (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
3163         (tramp-perl-file-attributes)
3164         (tramp-perl-directory-files-and-attributes)
3165         (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
3166         (tramp-perl-encode, tramp-perl-decode)
3167         (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
3168         (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
3169         (tramp-handle-make-symbolic-link, tramp-handle-load)
3170         (tramp-handle-file-name-as-directory)
3171         (tramp-handle-file-name-directory)
3172         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
3173         (tramp-handle-file-exists-p, tramp-handle-file-attributes)
3174         (tramp-do-file-attributes-with-ls)
3175         (tramp-do-file-attributes-with-perl)
3176         (tramp-do-file-attributes-with-stat)
3177         (tramp-handle-set-visited-file-modtime)
3178         (tramp-handle-verify-visited-file-modtime)
3179         (tramp-handle-set-file-modes, tramp-handle-set-file-times)
3180         (tramp-set-file-uid-gid, tramp-remote-selinux-p)
3181         (tramp-handle-file-selinux-context)
3182         (tramp-handle-set-file-selinux-context)
3183         (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
3184         (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
3185         (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
3186         (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
3187         (tramp-handle-file-ownership-preserved-p)
3188         (tramp-handle-directory-file-name, tramp-handle-directory-files)
3189         (tramp-handle-directory-files-and-attributes)
3190         (tramp-do-directory-files-and-attributes-with-perl)
3191         (tramp-do-directory-files-and-attributes-with-stat)
3192         (tramp-handle-file-name-all-completions)
3193         (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
3194         (tramp-handle-copy-file, tramp-handle-copy-directory)
3195         (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
3196         (tramp-do-copy-or-rename-file-via-buffer)
3197         (tramp-do-copy-or-rename-file-directly)
3198         (tramp-do-copy-or-rename-file-out-of-band)
3199         (tramp-handle-make-directory, tramp-handle-delete-directory)
3200         (tramp-handle-delete-file)
3201         (tramp-handle-dired-recursive-delete-directory)
3202         (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
3203         (tramp-handle-insert-directory)
3204         (tramp-handle-unhandled-file-name-directory)
3205         (tramp-handle-expand-file-name)
3206         (tramp-handle-substitute-in-file-name)
3207         (tramp-handle-executable-find, tramp-process-sentinel)
3208         (tramp-handle-start-file-process, tramp-handle-process-file)
3209         (tramp-handle-call-process-region, tramp-handle-shell-command)
3210         (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
3211         (tramp-handle-insert-file-contents)
3212         (tramp-handle-insert-file-contents-literally)
3213         (tramp-handle-find-backup-file-name)
3214         (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
3215         (tramp-vc-registered-file-names, tramp-handle-vc-registered)
3216         (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
3217         (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
3218         (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
3219         (tramp-find-file-exists-command, tramp-open-shell)
3220         (tramp-find-shell, tramp-barf-if-no-shell-prompt)
3221         (tramp-open-connection-setup-interactive-shell)
3222         (tramp-local-coding-commands, tramp-remote-coding-commands)
3223         (tramp-find-inline-encoding, tramp-call-local-coding-command)
3224         (tramp-inline-compress-commands, tramp-find-inline-compress)
3225         (tramp-compute-multi-hops, tramp-maybe-open-connection)
3226         (tramp-send-command, tramp-wait-for-output)
3227         (tramp-send-command-and-check, tramp-barf-unless-okay)
3228         (tramp-send-command-and-read, tramp-mode-string-to-int)
3229         (tramp-convert-file-attributes, tramp-check-cached-permissions)
3230         (tramp-file-mode-from-int, tramp-file-mode-permissions)
3231         (tramp-shell-case-fold, tramp-make-copy-program-file-name)
3232         (tramp-method-out-of-band-p, tramp-local-host-p)
3233         (tramp-get-remote-path, tramp-get-remote-tmpdir)
3234         (tramp-get-ls-command, tramp-get-ls-command-with-dired)
3235         (tramp-get-test-command, tramp-get-test-nt-command)
3236         (tramp-get-file-exists-command, tramp-get-remote-ln)
3237         (tramp-get-remote-perl, tramp-get-remote-stat)
3238         (tramp-get-remote-readlink, tramp-get-remote-trash)
3239         (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
3240         (tramp-get-local-uid, tramp-get-local-gid)
3241         (tramp-get-inline-compress, tramp-get-inline-coding): Move to
3242         tramp-sh.el.
3243         (tramp-methods, tramp-default-method-alist)
3244         (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
3245         Move initialization to tramp-sh.el.
3246         (tramp-temp-name-prefix): Make it a defconst.
3247         (tramp-dissect-file-name): Don't check anymore for multi-hop
3248         methods.
3249         (tramp-debug-outline-regexp): Add a docstring.
3250         (tramp-debug-outline-level): Rename from `tramp-outline-level'.
3251         (tramp-get-debug-buffer): Use it.
3253         * net/tramp-cache.el (top): Set tramp-autoload cookie for
3254         initialization forms.
3255         (tramp-set-connection-property): Don't protect `tramp-message'
3256         call, it isn't necessary any longer.
3257         (tramp-dump-connection-properties): Use `ignore-errors'.
3259         * net/tramp-compat.el (top): Require 'advice, 'format-spec,
3260         'password-cache and 'auth-source.
3262         * net/tramp-gvfs.el (top):
3263         * net/tramp-smb.el (top): Require 'tramp-sh.
3265         * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
3267         * net/tramp-sh.el: New file, derived from tramp.el.
3268         (top): Initialize `tramp-methods', `tramp-default-method-alist',
3269         `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
3270         Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
3271         Use `ignore-errors' where appropriate.
3272         (tramp-sh-file-name-handler-alist): Rename from
3273         `tramp-file-name-handler-alist'.
3274         (tramp-send-command-and-check): Return t or nil.  Remove all
3275         `zerop' checks, where called.
3276         (tramp-handle-set-file-modes)
3277         (tramp-do-copy-or-rename-file-directly)
3278         (tramp-handle-delete-directory, tramp-handle-delete-file)
3279         (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
3280         (tramp-sh-file-name-handler, tramp-send-command-and-check)
3281         (tramp-get-remote-ln): Set tramp-autoload cookie.
3283         * net/tramp-fish.el: Remove file.
3285 2010-09-13  Daiki Ueno  <ueno@unixuser.org>
3287         * epa-file.el (epa-file-insert-file-contents): If visiting, bind
3288         buffer-file-name to avoid file-locking.  (Bug#7026)
3290 2010-09-13  Julien Danjou  <julien@danjou.info>
3292         * notifications.el (notifications-notify): Add support for
3293         image-path and sound-name.
3294         (notifications-specification-version): Add this variable.
3296 2010-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3298         * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
3300 2010-09-12  Leo  <sdl.web@gmail.com>
3302         * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
3303         (rcirc-completion-start): New variables.
3304         (rcirc-nick-completions): Rename to rcirc-completions.
3305         (rcirc-nick-completion-start-offset): Delete.
3306         (rcirc-completion-at-point): New function for constructing
3307         completion data for both nicks and irc commands.  Add to
3308         completion-at-point-functions in rcirc mode.
3309         (rcirc-complete): Rename from rcirc-nick-complete; use
3310         rcirc-completion-at-point.
3311         (defun-rcirc-command): Update rcirc-client-commands.
3313 2010-09-11  Glenn Morris  <rgm@gnu.org>
3315         * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
3316         atomically, to avoid parallel build errors.  (Bug#4196)
3318 2010-09-11  Michael R. Mauger  <mmaug@yahoo.com>
3320         * progmodes/sql.el: Version 2.6
3321         (sql-dialect): Synonym for "sql-product".
3322         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
3323         (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
3324         Set "sql-buffer" to buffer name not buffer object so multiple sql
3325         interactive buffers work properly.  Reverts misguided changes in
3326         earlier work.
3327         (sql-comint): Make sure different buffer name is used if "*SQL*"
3328         buffer is for a different product.
3329         (sql-make-alternate-buffer-name): Fix bug with "sql-database"
3330         login param.
3331         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
3332         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
3333         (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
3334         Accept new buffer name or prompt for one.
3335         (sql-port): Default to zero.
3336         (sql-comint-mysql): Handle "sql-port" as a numeric.
3337         (sql-port-history): Delete unused variable.
3338         (sql-get-login): Default "sql-port" to a number.
3339         (sql-product-alist): Correct Postgres prompt and terminator regexp.
3340         (sql-sqlite-program): Dynamically detect presence of "sqlite" or
3341         "sqlite3" executables.
3342         (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
3343         (sql-buffer-live-p): New function.
3344         (sql-mode-menu, sql-send-string): Use it.
3345         (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
3346         syntax pattern.
3347         (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
3348         (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
3350 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3352         * net/netrc.el (netrc-credentials): New convenience function.
3354 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3356         * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
3357         to replace texinfo-font-lock-syntactic-keywords.
3358         (texinfo-mode): Use it.
3360         * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
3361         Use syntax-propertize-function.
3363         * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
3364         replace sgml-font-lock-syntactic-keywords.
3365         (sgml-mode): Use it.
3367         * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
3368         since we don't use it.
3370         * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
3372         * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
3373         if available.
3374         (vhdl-fontify-buffer): Adjust.
3376         * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
3377         replace tcl-font-lock-syntactic-keywords.
3378         (tcl-mode): Use it.
3380         * progmodes/simula.el (simula-syntax-propertize-function): New var to
3381         replace simula-font-lock-syntactic-keywords.
3382         (simula-mode): Use it.
3384         * progmodes/sh-script.el (sh-st-symbol): Remove.
3385         (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
3386         (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
3387         (sh-font-lock-quoted-subshell): Assume we've already matched $(.
3388         (sh-font-lock-paren): Set syntax-multiline.
3389         (sh-font-lock-syntactic-keywords): Remove.
3390         (sh-syntax-propertize-function): New function to replace it.
3391         (sh-mode): Use it.
3393         * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
3394         Define while compiling.
3395         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
3396         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
3397         (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
3398         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
3399         (ruby-here-doc-end-syntax): Only define when
3400         syntax-propertize is not available.
3401         (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
3402         New functions.
3403         (ruby-in-ppss-context-p): Update to new syntax of heredocs.
3404         (electric-indent-chars): Silence bytecompiler.
3405         (ruby-mode): Use prog-mode, syntax-propertize-function, and
3406         electric-indent-chars.
3408         * progmodes/python.el (python-syntax-propertize-function): New var to
3409         replace python-font-lock-syntactic-keywords.
3410         (python-mode): Use it.
3411         (python-quote-syntax): Simplify and adjust to new use.
3413         * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
3414         replace perl-font-lock-syntactic-keywords.
3415         (perl-syntax-propertize-special-constructs): New fun to replace
3416         perl-font-lock-special-syntactic-constructs.
3417         (perl-font-lock-syntactic-face-function): New fun.
3418         (perl-mode): Use it.
3420         * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
3421         to replace octave-font-lock-close-quotes.
3422         (octave-syntax-propertize-function): New function to replace
3423         octave-font-lock-syntactic-keywords.
3424         (octave-mode): Use it.
3426         * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
3427         replaces mixal-font-lock-syntactic-keywords.
3428         (mixal-mode): Use it.
3430         * progmodes/make-mode.el (makefile-syntax-propertize-function):
3431         New var; replaces makefile-font-lock-syntactic-keywords.
3432         (makefile-mode): Use it.
3433         (makefile-imake-mode): Adjust.
3435         * progmodes/js.el (js--regexp-literal): Define while compiling.
3436         (js-syntax-propertize-function): New var; replaces
3437         js-font-lock-syntactic-keywords.
3438         (js-mode): Use it.
3440         * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
3441         replaces gdb-script-font-lock-syntactic-keywords.
3442         (gdb-script-mode): Use it.
3444         * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
3445         (fortran--font-lock-syntactic-keywords): New var.
3446         (fortran-line-length): Update syntax-propertize-function and
3447         fortran--font-lock-syntactic-keywords.
3449         * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
3451         * progmodes/cfengine.el (cfengine-mode):
3452         Use syntax-propertize-function.
3453         (cfengine-font-lock-syntactic-keywords): Remove.
3455         * progmodes/autoconf.el (autoconf-mode):
3456         Use syntax-propertize-function.
3457         (autoconf-font-lock-syntactic-keywords): Remove.
3459         * progmodes/ada-mode.el (ada-set-syntax-table-properties)
3460         (ada-after-change-function, ada-initialize-syntax-table-properties)
3461         (ada-handle-syntax-table-properties): Only define when
3462         syntax-propertize is not available.
3463         (ada-mode): Use syntax-propertize-function.
3465         * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
3466         (font-lock-fontify-syntactic-keywords-region): Move handling of
3467         font-lock-syntactically-fontified to...
3468         (font-lock-default-fontify-region): ...here.
3469         Let syntax-propertize-function take precedence.
3470         (font-lock-fontify-syntactically-region): Cal syntax-propertize.
3472         * emacs-lisp/syntax.el (syntax-propertize-function)
3473         (syntax-propertize-chunk-size, syntax-propertize--done)
3474         (syntax-propertize-extend-region-functions): New vars.
3475         (syntax-propertize-wholelines, syntax-propertize-multiline)
3476         (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
3477         (syntax-propertize): New functions.
3478         (syntax-propertize-rules): New macro.
3479         (syntax-ppss-flush-cache): Set syntax-propertize--done.
3480         (syntax-ppss): Call syntax-propertize.
3482         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
3484 2010-09-10  Agustín Martín  <agustin.martin@hispalinux.es>
3486         * textmodes/ispell.el (ispell-init-process): Improve comments.
3487         XEmacs compatibility changes regarding (add-hook) 'local option
3488         and (set-process-query-on-exit-flag).
3490 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
3492         * net/tramp-cache.el (tramp-parse-connection-properties):
3493         Set tramp-autoload cookie.
3495 2010-09-09  Glenn Morris  <rgm@gnu.org>
3497         * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
3498         (imagemagick-register-types): Doc fix.
3500 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3502         * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
3504         * progmodes/js.el (require): Require is already "eval-and-compile".
3505         (js--re-search-forward): Avoid `eval'.  Preserve the error data.
3506         (js--re-search-backward): Use js--re-search-forward.
3508         * progmodes/fortran.el (fortran-line-length): Don't recompute
3509         syntactic keywords redundantly a second time.
3511         * progmodes/ada-mode.el: Replace "(set '" with setq.
3512         (ada-mode): Simplify.
3513         (ada-create-case-exception, ada-adjust-case-interactive)
3514         (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
3515         (ada-search-ignore-string-comment, ada-move-to-start)
3516         (ada-move-to-end): Use with-syntax-table.
3518         * font-lock.el (save-buffer-state): Remove `varlist' arg.
3519         (font-lock-unfontify-region, font-lock-default-fontify-region):
3520         Update usage correspondingly.
3521         (font-lock-fontify-syntactic-keywords-region):
3522         Set parse-sexp-lookup-properties buffer-locally here.
3523         (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
3525         * simple.el (blink-matching-open): Don't burp if we can't find a match.
3527 2010-09-08  Glenn Morris  <rgm@gnu.org>
3529         * emacs-lisp/bytecomp.el (byte-compile-report-ops):
3530         Error if not compiled with -DBYTE_CODE_METER.
3532         * emacs-lisp/bytecomp.el (byte-recompile-directory):
3533         Ignore dir-locals-file.
3535 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3537         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3538         Not a const.
3539         (compilation-error-regexp-alist-alist): Rule out ": " in file names
3540         for the `gnu' messages.
3541         (compilation-set-skip-threshold): New command.
3542         (compilation-start): Use \' rather than $.
3543         (compilation-forget-errors): Use clrhash.
3545 2010-09-08  Agustín Martín  <agustin.martin@hispalinux.es>
3547         * textmodes/ispell.el (ispell-valid-dictionary-list):
3548         Simplify logic.
3550 2010-09-08  Michael Albinus  <michael.albinus@gmx.de>
3552         Migrate to Tramp 2.2.  Rearrange load dependencies.
3553         (Bug#1529, Bug#5448, Bug#5705)
3555         * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
3556         ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
3557         (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
3559         * net/tramp.el (top): Remove all other tramp-* loads except
3560         tramp-compat.el.  Remove all changes to tramp-unload-hook for
3561         other tramp-* packages.  Rearrange defun order.  Change calls of
3562         `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
3563         `tramp-compat-octal-to-decimal' to new function names.
3564         (tramp-terminal-type, tramp-initial-end-of-output)
3565         (tramp-methods, tramp-foreign-file-name-handler-alist)
3566         (tramp-tramp-file-p, tramp-completion-mode-p)
3567         (tramp-send-command-and-check, tramp-get-remote-path)
3568         (tramp-get-remote-tmpdir, tramp-get-remote-ln)
3569         (tramp-shell-quote-argument): Set tramp-autoload cookie.
3570         (with-file-property, with-connection-property): Move to
3571         tramp-cache.el.
3572         (tramp-local-call-process, tramp-decimal-to-octal)
3573         (tramp-octal-to-decimal): Move to tramp-compat.el.
3574         (tramp-handle-shell-command): Do not require 'shell.
3575         (tramp-compute-multi-hops): No special handling for tramp-gw-*
3576         symbols.
3577         (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
3579         * net/tramp-cache.el (top): Require 'tramp.  Add to
3580         `tramp-unload-hook'.
3581         (tramp-cache-data, tramp-get-file-property)
3582         (tramp-set-file-property, tramp-flush-file-property)
3583         (tramp-flush-directory-property, tramp-get-connection-property)
3584         (tramp-set-connection-property, tramp-flush-connection-property)
3585         (tramp-cache-print, tramp-list-connections): Set tramp-autoload
3586         cookie.
3587         (with-file-property, with-connection-property): New defuns, moved
3588         from tramp.el.
3589         (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
3590         macro.
3592         * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
3593         (tramp-version): Set tramp-autoload cookie.
3595         * net/tramp-compat.el (top): Require 'tramp-loaddefs.  Remove all
3596         changes to tramp-unload-hook for other tramp-* packages.  Add to
3597         `tramp-unload-hook'.
3598         (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
3599         (tramp-compat-call-process): New defuns, moved from tramp.el.
3601         * net/tramp-fish.el (top) Require just 'tramp.  Add objects to
3602         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
3603         Add to `tramp-unload-hook'.  Change call of
3604         `tramp-compat-decimal-to-octal' to new function name.
3605         (tramp-fish-method): Make it a defconst.
3606         (tramp-fish-file-name-p): Make it a defsubst.
3607         (tramp-fish-method, tramp-fish-file-name-handler)
3608         (tramp-fish-file-name-p): Set tramp-autoload cookie.
3610         * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
3611         `tramp-foreign-file-name-handler-alist'.  Add to
3612         `tramp-unload-hook'.
3613         (tramp-ftp-method): Make it a defconst.
3614         (tramp-ftp-file-name-p): Make it a defsubst.
3615         (tramp-ftp-method, tramp-ftp-file-name-handler)
3616         (tramp-ftp-file-name-p): Set tramp-autoload cookie.
3618         * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
3619         `tramp-foreign-file-name-handler-alist'.  Add to
3620         `tramp-unload-hook'.  Change checks, whether package can be
3621         loaded.
3622         (tramp-gvfs-file-name-p): Make it a defsubst.
3623         (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
3624         (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
3625         (tramp-gvfs-handle-file-directory-p): New defun.
3626         (tramp-gvfs-file-name-handler-alist): Use it.
3628         * net/tramp-gw.el (top) Add objects to `tramp-methods' and
3629         `tramp-foreign-file-name-handler-alist'.  Add to
3630         `tramp-unload-hook'.
3631         (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
3632         (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
3633         defconst.
3634         (tramp-gw-tunnel-method, tramp-gw-socks-method)
3635         (tramp-gw-open-connection): Set tramp-autoload cookie.
3637         * net/tramp-imap.el (top) Require just 'tramp.  Add objects to
3638         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
3639         Add to `tramp-unload-hook'.  Change checks, whether package can be
3640         loaded.
3641         (tramp-imap-file-name-p): Make it a defsubst.
3642         (tramp-imap-method, tramp-imaps-method)
3643         (tramp-imap-file-name-handler)
3644         (tramp-imap-file-name-p): Set tramp-autoload cookie.
3646         * net/tramp-smb.el (top) Require just 'tramp.  Add objects to
3647         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
3648         Add to `tramp-unload-hook'.  Change checks, whether package can be
3649         loaded.  Change call of `tramp-compat-decimal-to-octal' to new
3650         function name.
3651         (tramp-smb-tunnel-method): Make it a defconst.
3652         (tramp-smb-file-name-p): Make it a defsubst.
3653         (tramp-smb-method, tramp-smb-file-name-handler)
3654         (tramp-smb-file-name-p): Set tramp-autoload cookie.
3656         * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
3657         (tramp-uuencode-region): Set tramp-autoload cookie.
3659         * net/trampver.el (top) Add to `tramp-unload-hook'.
3660         (tramp-version, tramp-bug-report-address): Set tramp-autoload
3661         cookie.  Update release number.
3663 2010-09-07  Agustín Martín  <agustin.martin@hispalinux.es>
3665         * textmodes/ispell.el (ispell-start-process): Make sure original
3666         arg list is properly initialized (Bug#6993, Bug#6994).
3668 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
3670         * files.el (directory-abbrev-alist): Use \` as default regexp.
3672         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
3673         chars like - or ] (bug#6984).
3674         (rx-any-condense-range): Explode 2-char ranges.
3676 2010-09-06  Glenn Morris  <rgm@gnu.org>
3678         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
3680 2010-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3682         * textmodes/bibtex.el:
3683         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
3685 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3687         * net/imap.el (imap-message-map): Remove optional buffer parameter,
3688         since no callers use it.
3689         (imap-message-get): Ditto.
3690         (imap-message-put): Ditto.
3691         (imap-mailbox-map): Ditto.
3692         (imap-mailbox-put): Ditto.
3693         (imap-mailbox-get): Ditto.
3694         (imap-mailbox-get): Revert last change for this function.
3696 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3698         * net/imap.el (imap-fetch-safe): Remove function, and alter all
3699         callers to use `imap-fetch' instead.  According to the comments, this
3700         should be safe, since all other IMAP clients use the 1:* syntax.
3701         (imap-enable-exchange-bug-workaround): Remove.
3702         (imap-debug): Remove -- doesn't seem very useful.
3704 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3706         * net/imap.el (imap-log): New convenience function used throughout
3707         instead of repeating the same code all over the place.
3709 2010-09-05  David De La Harpe Golden  <david@harpegolden.net>
3711         * mouse.el (mouse-save-then-kill): Save region to kill-ring
3712         when mouse-drag-copy-region is non-nil (Bug#6956).
3714 2010-09-05  Chong Yidong  <cyd@stupidchicken.com>
3716         * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
3717         Improve regexps (Bug#6987).
3718         (dired-sort-toggle): Search more robustly for -t flag.
3720         * files.el (get-free-disk-space): Search more robustly for
3721         "available" column.  Suggested by Ehud Karni
3722         <ehud@unix.mvs.co.il>.
3724 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
3726         * international/uni-bidi.el:
3727         * international/uni-category.el:
3728         * international/uni-combining.el:
3729         * international/uni-decimal.el:
3730         * international/uni-mirrored.el:
3731         * international/uni-name.el: Regenerate.
3733 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3735         * electric.el (electric-indent-post-self-insert-function):
3736         Don't reindent with a sloppy indentation function.
3738         * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
3739         border case in change-log-mode.
3741 2010-09-04  Chong Yidong  <cyd@stupidchicken.com>
3743         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3744         Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
3745         Recognize leading tab in gcc-include regexp.  Ignore names with
3746         leading "from" or "in" in gnu regexp (Bug#6937).
3748 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3750         Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
3751         * textmodes/ispell.el (ispell-process-buffer-name): Remove.
3752         (ispell-start-process): Avoid setq and simplify logic.
3753         (ispell-init-process): Setup kill-buffer-hook locally when needed.
3754         (kill-buffer-hook): Don't use it globally with code that uses
3755         expand-file-name since that may call kill-buffer via
3756         code_conversion_restore.
3758 2010-09-04  Noorul Islam K M  <noorul@noorul.com>  (tiny change)
3760         * emacs-lisp/package.el (package-directory-list): Only call
3761         file-name-nondirectory on a string.
3763 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
3765         * emacs-lisp/package.el (package--download-one-archive):
3766         Ensure that archive-contents is valid before saving it.
3767         (package-activate-1, package-mark-obsolete, define-package)
3768         (package-compute-transaction, package-list-maybe-add): Use push.
3770 2010-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3772         Use SMIE's blink-paren for octave-mode.
3773         * progmodes/octave-mod.el (octave-font-lock-close-quotes):
3774         Backslashes do not escape single-quotes, single-quotes do.
3775         (octave-block-else-regexp, octave-block-end-regexp)
3776         (octave-block-match-alist): Remove.
3777         (octave-smie-bnf-table): New var, with old content.
3778         (octave-smie-op-levels): Use it.
3779         (octave-smie-closer-alist): New var.
3780         (octave-mode): Use it.  Setup smie-blink-matching and electric-indent.
3781         (octave-blink-matching-block-open): Remove.
3782         (octave-reindent-then-newline-and-indent, octave-electric-semi)
3783         (octave-electric-space): Let self-insert-command run expand-abbrev and
3784         blink parens.
3786         * electric.el (electricity): New group.
3787         (electric-indent-chars): New var.
3788         (electric-indent-post-self-insert-function): New fun.
3789         (electric-indent-mode): New minor mode.
3790         (electric-pair-skip-self): New custom.
3791         (electric-pair-post-self-insert-function): New function.
3792         (electric-pair-mode): New minor mode.
3794         * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
3795         calcAlg-blink-matching-open.
3796         (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
3797         (calc-do-alg-entry): Only touch the part of the keymap that varies.
3798         Use the new blink-matching-check-function.
3800         Provide blink-matching support to SMIE.
3801         * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
3802         (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
3803         (smie-blink-matching-check, smie-blink-matching-open): New functions.
3805         * simple.el (newline): Fix last change to properly remove itself from
3806         the hook.
3808 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3810         * simple.el (newline): Eliminate optimization.
3811         Use post-self-insert-hook to set hard-newline and things before
3812         running post-self-insert-hook.
3813         (blink-matching-check-mismatch): New function.
3814         (blink-matching-check-function): New variable.
3815         (blink-matching-open): Use them.
3816         Skip back forward over prefix chars skipped by forward-sexp.
3817         Don't check if the parens are backslash escaped.
3818         (blink-paren-post-self-insert-function): Check backslash escaping here.
3820 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
3822         * emacs-lisp/package.el (package-menu-mode-map):
3823         Change package-menu-revert bindings to revert-buffer.
3824         (package-menu-mode): Set revert-buffer-function.
3825         (package-menu-revert): Doc fix.
3827 2010-09-02  Agustín Martín  <agustin.martin@hispalinux.es>
3829         * textmodes/ispell.el (ispell-init-process): Use "~/" as
3830         `default-directory' unless using Ispell per-directory personal
3831         dictionaries and not in a mini-buffer under XEmacs.
3832         (kill-buffer-hook): Do not kill ispell process on exit when
3833         `ispell-process-directory' is "~/".  (Bug#6143)
3835 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
3837         * simple.el (kill-new): Call interprogram-cut-function with only
3838         one argument.
3840         * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
3841         Remove cut buffer from error message.
3843         * term/x-win.el (x-select-text):
3844         * term/pc-win.el (x-selection-value):
3845         * term/ns-win.el (x-selection-value):
3846         * eshell/em-term.el:
3847         * w32-fns.el (x-get-selection-value):
3848         * mouse-sel.el (mouse-sel-set-selection-function):
3849         * frame.el (display-selections-p): Remove cut-buffer in documentation.
3851         * term/x-win.el: Update documentation for x-last-selected-text-*.
3852         (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
3853         (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
3854         (x-select-text): Remove argument PUSH, update documentation.
3855         Remove cut-buffer code.
3856         (x-selection-value-internal): Was previously x-selection-value.
3857         (x-selection-value): Rename from x-cut-buffer-or-selection-value.
3858         Update documentation, remove cut-buffer code.
3859         Call x-selection-value-internal.
3860         (x-clipboard-yank): Call x-selection-value-internal.
3861         (x-initialize-window-system): Remove setting of x-cut-buffer-max.
3863         * term/pc-win.el (x-last-selected-text):
3864         x-cut-buffer-or-selection-value renamed to x-selection-value
3865         (x-select-text): Remove argument PUSH, update documentation.
3867         * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
3868         x-cut-buffer-or-selection-value renamed to x-selection-value
3869         (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
3870         (x-select-text): Remove argument PUSH, update documentation.
3872         * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
3874         * w32-fns.el (x-last-selected-text):
3875         x-cut-buffer-or-selection-value renamed to x-selection-value.
3876         (x-cut-buffer-max): Remove.
3877         (x-select-text): Remove argument PUSH, update documentation.
3879         * simple.el (interprogram-cut-function): Remove mention of PUSH.
3881         * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
3883         * mouse-sel.el (mouse-sel-get-selection-function):
3884         x-cut-buffer-or-selection-value renamed to x-selection-value.
3885         (x-select-text): Remove optional push.
3887 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3889         * simple.el (blink-paren-function): Move from C to here.
3890         (blink-paren-post-self-insert-function): New function.
3891         (post-self-insert-hook): Use it.
3893         * emacs-lisp/pcase.el (pcase-split-memq):
3894         Fix overenthusiastic optimisation.
3895         (pcase-u1): Handle the case of a lambda pred.
3897 2010-08-31  Kenichi Handa  <handa@m17n.org>
3899         * international/mule-cmds.el (standard-display-european-internal):
3900         Setup standard-display-table for 8-bit characters by storing 8-bit
3901         characters in the element vector.
3903         * disp-table.el (standard-display-8bit):
3904         Setup standard-display-table for 8-bit characters by storing 8-bit
3905         characters in the element vector.
3906         (standard-display-european): Likewise.
3908 2010-08-31  Masatake YAMATO  <yamato@redhat.com>
3910         * textmodes/nroff-mode.el (nroff-view): New command.
3911         (nroff-mode-map): Bind it to C-c C-c.
3913 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3915         * emacs-lisp/smie.el (smie-down-list): New command.
3917         Remove old indentation and navigation code on octave-mode.
3918         * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
3919         smie-down-list rather than add a binding for octave-down-block.
3920         (octave-mark-block, octave-blink-matching-block-open):
3921         Rely on forward-sexp-function.
3922         (octave-fill-paragraph): Don't narrow, so you can use
3923         indent-according-to-mode.
3924         (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
3925         (octave-in-block-p, octave-re-search-forward-kw)
3926         (octave-re-search-backward-kw, octave-indent-calculate)
3927         (octave-end-as-array-index-p, octave-block-end-offset)
3928         (octave-scan-blocks, octave-forward-block, octave-backward-block)
3929         (octave-down-block, octave-backward-up-block, octave-up-block)
3930         (octave-before-magic-comment-p, octave-indent-line): Remove.
3932 2010-08-31  Chong Yidong  <cyd@stupidchicken.com>
3934         * emacs-lisp/package.el (package--read-archive-file): Just use
3935         `read', to avoid copying an additional string.
3936         (package-menu-mode): Set header-line-format here.
3937         (package-menu-refresh, package-menu-revert): Signal an error if
3938         not in the Package Menu.
3939         (package-menu-package-list): New var.
3940         (package--generate-package-list): Operate on the current buffer;
3941         don't assume that it is *Packages*, since the user may rename it.
3942         Allow persistent package listings and sort keys using
3943         package-menu-package-list and package-menu-package-sort-key.
3944         (package-menu--version-predicate): Fix version calculation.
3945         (package-menu-sort-by-column): Don't select the window.
3946         (package--list-packages): Create the *Packages* buffer.
3947         Set package-menu-package-list-key.
3948         (list-packages): Sorting by status is now the default.
3949         (package-buffer-info): Use match-string-no-properties.
3950         (define-package): Add a &rest argument for future proofing, but
3951         don't use it yet.
3952         (package-install-from-buffer, package-install-buffer-internal):
3953         Merge into a single function, package-install-from-buffer.
3954         (package-install-file): Change caller.
3956         * finder.el: Load finder-inf using `require'.
3957         (finder-list-matches): Sorting by status is now the default.
3958         (finder-compile-keywords): Simpify printing.
3960 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3962         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
3963         (octave-mode-map): Remove special bindings for forward/backward-block
3964         and octave-backward-up-block.  Use smie-close-block.
3965         (octave-continuation-marker-regexp): New var.
3966         (octave-continuation-regexp): Use it.
3967         (octave-operator-table, octave-smie-op-levels)
3968         (octave-operator-regexp, octave-smie-indent-rules): New vars.
3969         (octave-smie-backward-token, octave-smie-forward-token): New funs.
3970         (octave-mode): Use SMIE.
3971         (octave-close-block): Delete.
3973 2010-08-30  Eli Zaretskii  <eliz@gnu.org>
3975         * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
3976         CLIPBOARD, not in PRIMARY.  (Bug#6944)
3978 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3980         * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
3981         a list of parents.
3982         (smie-indent-column): Allow indirection through variables.
3984         * composite.el (save-buffer-state): Delete, unused.
3985         * font-lock.el (save-buffer-state): Use with-silent-modifications.
3986         (font-lock-default-fontify-region): Use with-syntax-table.
3987         * jit-lock.el (with-buffer-unmodified): Remove.
3988         (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
3990         Use `declare' in defmacros.
3991         * window.el (save-selected-window):
3992         * subr.el (with-temp-file, with-temp-message, with-syntax-table):
3993         * progmodes/python.el (def-python-skeleton):
3994         * net/dbus.el (dbus-ignore-errors):
3995         * jka-cmpr-hook.el (with-auto-compression-mode):
3996         * international/mule.el (with-category-table):
3997         * emacs-lisp/timer.el (with-timeout):
3998         * emacs-lisp/lisp-mnt.el (lm-with-file):
3999         * emacs-lisp/eieio.el (with-slots):
4000         * emacs-lisp/easymenu.el (easy-menu-define):
4001         * emacs-lisp/debug.el (debugger-env-macro):
4002         * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
4003         (Multiple-value-call, Multiple-value-prog1):
4004         * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
4005         (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
4006         edebug rule to definition.
4007         * emacs-lisp/lisp-mode.el (save-selected-window)
4008         (with-current-buffer, combine-after-change-calls)
4009         (with-output-to-string, with-temp-file, with-temp-buffer)
4010         (with-temp-message, with-syntax-table, read-if, eval-after-load)
4011         (dolist, dotimes, when, unless):
4012         * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
4014 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
4016         * finder.el: Require `package'.
4017         (finder-known-keywords): Tweak descriptions.  Retire `oop' keyword.
4018         (finder-package-info): Var deleted.
4019         (finder-keywords-hash, finder--builtins-alist): New vars.
4020         (finder-compile-keywords): Compute package--builtins and
4021         finder-keywords-hash instead of finder-keywords-hash, respecting
4022         the "Package" header.
4023         (finder-unknown-keywords, finder-list-matches):
4024         Use finder-keywords-hash and package--list-packages.
4025         (finder-mode): Don't set font-lock-defaults.
4026         (finder-exit): We don't use "*Finder-package*" and "*Finder
4027         Category*" buffers anymore.
4029         * emacs-lisp/package.el (package--builtins-base): Var deleted.
4030         (package--builtins): Set default value to nil.
4031         (package-initialize): Load precomputed value of package--builtins
4032         from finder-inf.el.
4033         (package-alist, package-compute-transaction)
4034         (package-download-transaction): Improve docstring.
4035         (package-read-all-archive-contents): Do not change
4036         package--builtins here.
4037         (list-packages): Make package-list-packages an alias for this.
4038         Sort by status by default.
4039         (package--list-packages): Add optional PACKAGES arg.
4040         (describe-package-1): Use font-lock-face property.  For built-in
4041         packages, insert file commentary.
4042         (package--generate-package-list): Rename from
4043         package-list-packages-internal; all callers changed.  Add optional
4044         PACKAGES arg.  Add alphabetical sort fallbacks.
4045         (package-menu--version-predicate, package-menu--status-predicate)
4046         (package-menu--description-predicate)
4047         (package-menu--name-predicate): New functions.
4049         * info.el (Info-finder-find-node): Search package-alist instead of
4050         finder-package-info.
4052 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
4054         * subr.el (version-regexp-alist): Don't use "a" and "b" for
4055         "alpha" and "beta".
4056         (version-to-list): Handle versions like "10.3d".
4058 2010-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4060         * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
4061         (macroexp-accumulate): Use `declare'.
4063 2010-08-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4065         * whitespace.el (whitespace-style): Adjust type declaration.
4067 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
4069         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
4070         empty argument to gvfs-copy.
4072 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
4074         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
4075         handle new TRASH arg of `delete-file'.
4077 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
4079         * net/tramp.el (tramp-handle-insert-directory): Don't use
4080         `forward-word', its default syntax could be changed.
4082 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
4083             Michael Albinus  <michael.albinus@gmx.de>
4085         Implement compression for inline methods.
4087         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
4088         (tramp-copy-size-limit): Allow also nil.
4089         (tramp-inline-compress-commands): New defconst.
4090         (tramp-find-inline-compress, tramp-get-inline-compress)
4091         (tramp-get-inline-coding): New defuns.
4092         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
4093         replaced by `tramp-get-inline-coding'.
4094         (tramp-handle-file-local-copy, tramp-handle-write-region)
4095         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
4097 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
4099         Detect ssh 'ControlMaster' argument automatically in some cases.
4101         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
4102         (tramp-default-method): Use it.
4104 2010-08-26  Karel Klíč  <kklic@redhat.com>
4106         * net/tramp.el (tramp-file-name-for-operation):
4107         Add file-selinux-context.
4109 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
4111         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
4113 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
4115         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
4116         (Bug#6907).
4118 2010-08-26  Nathan Weizenbaum  <nweiz@cressida.sea.corp.google.com>  (tiny change)
4120         * progmodes/js.el: Make indentation more customizable (Bug#6914).
4121         (js-paren-indent-offset, js-square-indent-offset)
4122         (js-curly-indent-offset): New options.
4123         (js--proper-indentation): Use them.
4125 2010-08-26  Daniel Colascione  <dan.colascione@gmail.com>
4127         * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
4128         instead of inspecting font-lock properties (Bug#6916).
4130 2010-08-26  David Reitter  <david.reitter@gmail.com>
4132         * server.el (server-visit-files): Run pre-command-hook and
4133         post-command-hook for each buffer while it is current (Bug#6910).
4134         (server-execute): Do not run hooks here.
4136 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
4138         Sync with Tramp 2.1.19.
4140         * net/tramp-cmds.el (tramp-cleanup-all-connections)
4141         (tramp-reporter-dump-variable, tramp-load-report-modules)
4142         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
4143         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
4145         * net/tramp-compat.el (top): Do not autoload
4146         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
4147         only when `start-file-process' is not bound.
4148         (byte-compile-not-obsolete-vars): Define if not bound.
4149         (tramp-compat-funcall): New defmacro.
4150         (tramp-compat-line-beginning-position)
4151         (tramp-compat-line-end-position)
4152         (tramp-compat-temporary-file-directory)
4153         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
4154         (tramp-compat-copy-file, tramp-compat-copy-directory)
4155         (tramp-compat-delete-file, tramp-compat-delete-directory)
4156         (tramp-compat-number-sequence, tramp-compat-process-running-p):
4157         Use it.
4158         (tramp-advice-file-expand-wildcards): Do not use
4159         `tramp-handle-file-remote-p'.
4160         (tramp-compat-make-temp-file): Simplify fallback implementation.
4161         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
4162         (tramp-compat-copy-tree): Remove function.
4163         (tramp-compat-delete-file): New defun.
4164         (tramp-compat-delete-directory): Provide implementation for older
4165         Emacsen.
4166         (tramp-compat-file-attributes): Handle only
4167         `wrong-number-of-arguments' error.
4169         * net/tramp-fish.el (tramp-fish-handle-copy-file):
4170         Add PRESERVE_SELINUX_CONTEXT.
4171         (tramp-fish-handle-delete-file): Add TRASH arg.
4172         (tramp-fish-handle-directory-files-and-attributes):
4173         Do not use `tramp-fish-handle-file-attributes.
4174         (tramp-fish-handle-file-local-copy)
4175         (tramp-fish-handle-insert-file-contents)
4176         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
4178         * net/tramp-gvfs.el (top): Require url-util.
4179         (tramp-gvfs-mount-point): Remove.
4180         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
4181         and `set-file-selinux-context'.
4182         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
4183         (tramp-gvfs-handle-file-selinux-context)
4184         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
4185         (with-tramp-dbus-call-method): Format trace message.
4186         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
4187         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
4188         Implement backup call, when operation on local files fails.
4189         Use progress reporter.  Flush properties of changed files.
4190         (tramp-gvfs-handle-delete-file): Add TRASH arg.
4191         Use `tramp-compat-delete-file'.
4192         (tramp-gvfs-handle-expand-file-name): Expand "~/".
4193         (tramp-gvfs-handle-make-directory): Make more traces.
4194         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
4195         (tramp-gvfs-url-file-name): Hexify file name in url.
4196         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
4197         into account for the resulting file name.
4198         (tramp-gvfs-handler-askquestion): Preserve current message, in
4199         order to let progress reporter continue afterwards.  (Bug#6257)
4200         Return dummy mountpoint, when the answer is "no".
4201         See `tramp-gvfs-maybe-open-connection'.
4202         (tramp-gvfs-handler-mounted-unmounted)
4203         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
4204         attribute "default_location".  Set "prefix" property.
4205         Handle default-location.
4206         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
4207         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
4208         exists.  Raise an error, if not (due to a corresponding answer
4209         "no" in interactive questions, for example).
4210         Use `tramp-compat-funcall'.
4212         * net/tramp-imap.el (top): Autoload `epg-make-context'.
4213         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
4214         (tramp-imap-do-copy-or-rename-file)
4215         (tramp-imap-handle-insert-file-contents)
4216         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
4217         (tramp-imap-handle-delete-file): Add TRASH arg.
4219         * net/tramp-smb.el (tramp-smb-handle-copy-file):
4220         Add PRESERVE-SELINUX-CONTEXT.
4221         (tramp-smb-handle-copy-file)
4222         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4223         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
4224         Use `with-progress-reporter'.
4225         (tramp-smb-handle-delete-file): Add TRASH arg.
4227         * net/tramp.el (tramp-methods): Move hostname to the end in all
4228         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
4229         appropriate.
4230         (tramp-verbose): Describe verbose level 9.
4231         (tramp-completion-function-alist)
4232         (tramp-file-name-regexp, tramp-chunksize)
4233         (tramp-local-coding-commands, tramp-remote-coding-commands)
4234         (with-connection-property, tramp-completion-mode-p)
4235         (tramp-action-process-alive, tramp-action-out-of-band)
4236         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
4237         (tramp-exists-file-name-handler): Fix docstring.
4238         (tramp-remote-process-environment): Use `format' instead of
4239         `concat'.  Protect version string by apostroph.
4240         (tramp-shell-prompt-pattern): Do not use a shy group in case of
4241         XEmacs.
4242         (tramp-file-name-regexp-unified)
4243         (tramp-completion-file-name-regexp-unified): On W32 systems, do
4244         not regard the volume letter as remote filename.  (Bug#5447)
4245         (tramp-perl-file-attributes)
4246         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
4247         (tramp-vc-registered-read-file-names): Read input as
4248         here-document, otherwise the command could exceed maximum length
4249         of command line.
4250         (tramp-file-name-handler-alist): Add `file-selinux-context' and
4251         `set-file-selinux-context'.
4252         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
4253         backtrace functions.
4254         (tramp-error-with-buffer): Don't show the connection buffer when
4255         we are in completion mode.
4256         (tramp-progress-reporter-update, tramp-remote-selinux-p)
4257         (tramp-handle-file-selinux-context)
4258         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
4259         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
4260         New defuns.
4261         (with-progress-reporter): New defmacro.
4262         (tramp-debug-outline-regexp): New defconst.
4263         (top, tramp-rfn-eshadow-setup-minibuffer)
4264         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
4265         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
4266         (tramp-completion-mode-p, tramp-check-for-regexp)
4267         (tramp-open-connection-setup-interactive-shell)
4268         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
4269         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
4270         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
4271         Use `tramp-compat-funcall'.
4272         (tramp-handle-make-symbolic-link): Flush file properties.
4273         (tramp-handle-load, tramp-handle-file-local-copy)
4274         (tramp-handle-insert-file-contents, tramp-handle-write-region)
4275         (tramp-handle-vc-registered, tramp-maybe-send-script)
4276         (tramp-find-shell): Use `with-progress-reporter'.
4277         (tramp-do-file-attributes-with-stat): Add space in format string,
4278         in order to work around a bug in pdksh.  Reported by Gilles Pion
4279         <gpion@lfdj.com>.
4280         (tramp-handle-verify-visited-file-modtime): Do not send a command
4281         when the connection is not established.
4282         (tramp-handle-set-file-times): Simplify the check for utc.
4283         (tramp-handle-directory-files-and-attributes)
4284         (tramp-get-remote-path): Use `copy-tree'.
4285         (tramp-completion-handle-file-name-all-completions): Ensure, that
4286         non remote files are still checked.  Oops.
4287         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
4288         Handle PRESERVE-SELINUX-CONTEXT.
4289         (tramp-do-copy-or-rename-file): Add progress reporter.
4290         (tramp-do-copy-or-rename-file-directly): Do not use
4291         `tramp-handle-file-remote-p'.
4292         (tramp-do-copy-or-rename-file-out-of-band):
4293         Use `tramp-compat-delete-directory'.
4294         (tramp-do-copy-or-rename-file-out-of-band)
4295         (tramp-compute-multi-hops, tramp-maybe-open-connection):
4296         Use `format-spec-make'.
4297         (tramp-handle-delete-file): Add TRASH arg.
4298         (tramp-handle-dired-uncache): Flush directory cache, not only file
4299         cache.
4300         (tramp-handle-expand-file-name)
4301         (tramp-completion-handle-file-name-all-completions)
4302         (tramp-completion-handle-file-name-completion):
4303         Use `tramp-connectable-p'.
4304         (tramp-handle-start-file-process): Set connection property "vec".
4305         Use it, in order to invalidate file caches.  Check only for
4306         `remote-tty' process property.
4307         Implement tty setting.  (Bug#4604, Bug#6360)
4308         (tramp-file-name-for-operation): Add `call-process-region' and
4309         `set-file-selinux-context'.
4310         (tramp-find-foreign-file-name-handler)
4311         (tramp-advice-make-auto-save-file-name)
4312         (tramp-set-auto-save-file-modes): Remove superfluous check for
4313         `stringp'.  This is done inside `tramp-tramp-file-p'.
4314         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
4315         operations when we are in completion mode.  This gives the user
4316         the chance to correct the file name in the minibuffer.
4317         (tramp-completion-mode-p): Use `non-essential'.
4318         (tramp-handle-file-name-all-completions): Backward/ XEmacs
4319         compatibility: Use `completion-ignore-case' if
4320         `read-file-name-completion-ignore-case' does not exist.
4321         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
4322         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4323         `tramp-open-shell'.
4324         (tramp-action-password): Hide password prompt before next run.
4325         (tramp-process-actions): Widen connection buffer for the trace.
4326         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
4327         process property.  Trace stty settings if `tramp-verbose' >= 9.
4328         Apply workaround for IRIX64 bug.  Move argument of last
4329         `tramp-send-command' where it belongs to.
4330         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
4331         front of `login-args'.
4332         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
4333         on "/dev/null" instead of "/".
4334         (tramp-get-ls-command-with-dired): Make test for "--dired"
4335         stronger.
4336         (tramp-set-auto-save-file-modes): Adapt version check.
4337         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
4338         (tramp-handle-process-file): Call the program in a subshell, in
4339         order to preserve working directory.
4340         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
4341         `tramp-remote-sh' from `tramp-methods'.
4342         (tramp-get-ls-command): Make test for "--color=never" stronger.
4343         (tramp-check-for-regexp): Use (forward-line 1).
4345         * net/trampver.el: Update release number.
4347 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
4349         * help.el (help-map): Bind `C-h P' to describe-package.
4351         * menu-bar.el (menu-bar-describe-menu): Add describe-package.
4353         * emacs-lisp/package.el (package-refresh-contents): Catch errors
4354         when downloading archives.
4355         (describe-package-1): Add package commentary.
4356         (package-install-button-action): New function.
4357         (package-menu-mode-map): Bind ? to package-menu-describe-package.
4358         (package-menu-view-commentary): Function removed.
4359         (package-list-packages-internal): Hide the `package' package too.
4361 2010-08-25  Kenichi Handa  <handa@m17n.org>
4363         * language/misc-lang.el ("Arabic"): New language environment.
4364         Setup composition-function-table for Arabic characters.
4366         * international/fontset.el (setup-default-fontset): Fix typo for
4367         arabic OTF spec (fini->fina).
4369 2010-08-25  Jan Djärv  <jan.h.d@swipnet.se>
4371         * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
4372         on all frames.
4374 2010-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4376         * whitespace.el: Allow cleaning up blanks without blank
4377         visualization (Bug#6651).  Adjust help window for
4378         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
4379         instead of whitespace-line-column (from EmacsWiki).  New version
4380         13.1.
4381         (whitespace-style): Added new value 'face.  Adjust docstring.
4382         (whitespace-space, whitespace-hspace, whitespace-tab):
4383         Adjust foreground property face.
4384         (whitespace-line-column): Adjust docstring and type declaration.
4385         (whitespace-style-value-list, whitespace-toggle-option-alist)
4386         (whitespace-help-text): Adjust const initialization.
4387         (whitespace-toggle-options, global-whitespace-toggle-options):
4388         Adjust docstring.
4389         (whitespace-display-window, whitespace-interactive-char)
4390         (whitespace-style-face-p, whitespace-color-on): Adjust code.
4391         (whitespace-help-scroll): New fun.
4393 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
4395         * emacs-lisp/package.el (list-packages): Alias for
4396         package-list-packages.
4398 2010-08-24  Kevin Ryde  <user42@zip.com.au>
4400         * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
4401         (Bug#5651).
4403         * progmodes/ruby-mode.el (ruby): Add defgroup.
4405 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
4407         * progmodes/python.el: Add Ipython support (Bug#5390).
4408         (python-shell-prompt-alist)
4409         (python-shell-continuation-prompt-alist): New options.
4410         (python--set-prompt-regexp): New function.
4411         (inferior-python-mode, run-python, python-shell):
4412         Require ansi-color.  Use python--set-prompt-regexp to set the comint
4413         prompt based on the Python interpreter.
4414         (python--prompt-regexp): New var.
4415         (python-check-comint-prompt)
4416         (python-comint-output-filter-function): Use it.
4417         (run-python): Use a pipe (Bug#5694).
4419 2010-08-24  Fabian Ezequiel Gallina  <galli.87@gmail.com>  (tiny change)
4421         * progmodes/python.el (python-send-region): Send a different
4422         Python command if Ipython is in use.
4423         (python-check-version): Use a Python command to find the version.
4425 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
4427         * mouse.el (mouse-yank-primary): Avoid setting primary when
4428         deactivating the mark (Bug#6872).
4430 2010-08-23  Chris Foote  <chris@foote.com.au>  (tiny change)
4432         * progmodes/python.el (python-block-pairs): Allow use of "finally"
4433         with "else" (Bug#3991).
4435 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
4437         * net/dbus.el: Accept UNIX domain sockets as bus address.
4438         (top): Don't initialize `dbus-registered-objects-table' anymore,
4439         this is done in dbusbind,c.
4440         (dbus-check-event): Adapt test for bus.
4441         (dbus-return-values-table, dbus-unregister-service)
4442         (dbus-event-bus-name, dbus-introspect, dbus-register-property):
4443         Adapt doc string.
4445 2010-08-23  Juanma Barranquero  <lekktu@gmail.com>
4447         * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
4449 2010-08-22  Juri Linkov  <juri@jurta.org>
4451         * simple.el (read-extended-command): New function with the logic
4452         for `completing-read' moved to Elisp from `execute-extended-command'.
4453         Use `function-called-at-point' in `minibuffer-default-add-function'
4454         to get a command name for M-n (bug#5364, bug#5214).
4456 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
4458         * startup.el (command-line-1): Issue warning for ignored arguments
4459         --unibyte, etc (Bug#6886).
4461 2010-08-22  Leo  <sdl.web@gmail.com>
4463         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
4464         (ignore, bright, dim, keyword): Split list of nicknames before
4465         passing to rcirc-add-or-remove (Bug#6894).
4467 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
4469         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
4471 2010-08-22  Leo  <sdl.web@gmail.com>
4473         Fix buffer-list rename&refresh after killing a buffer in ido.
4474         * ido.el: Revert Óscar's.
4475         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
4476         Remember the buffers at head, rather than their name.
4477         * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
4479 2010-08-22  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
4480             Stefan Monnier  <monnier@iro.umontreal.ca>
4482         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
4483         extra backslash added to each line (bug#6890).
4485 2010-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4487         * subr.el (read-key): Don't echo keystrokes (bug#6883).
4489 2010-08-22  Glenn Morris  <rgm@gnu.org>
4491         * menu-bar.el (menu-bar-games-menu): Add landmark.
4493 2010-08-22  Glenn Morris  <rgm@gnu.org>
4495         * align.el (align-regexp): Make group and spacing arguments
4496         use the interactive defaults when non-interactive.  (Bug#6698)
4498         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
4499         expansion, so as not to need sendmail.
4500         (mail-text-start): Remove declaration.
4501         (rmail-retry-failure): Require sendmail.
4503 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
4505         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
4507 2010-08-22  Michael Albinus  <michael.albinus@gmx.de>
4509         * progmodes/flymake.el (flymake-start-syntax-check-process):
4510         Use `start-file-process' in order to let it run also on remote hosts.
4512 2010-08-22  Kenichi Handa  <handa@m17n.org>
4514         * files.el: Add `word-wrap' as safe local variable.
4516 2010-08-22  Glenn Morris  <rgm@gnu.org>
4518         * woman.el (woman-translate): Case matters.  (Bug#6849)
4520 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
4522         * simple.el (kill-region): Doc fix (Bug#6787).
4524 2010-08-22  Glenn Morris  <rgm@gnu.org>
4526         * calendar/diary-lib.el (diary-header-line-format):
4527         Fit it to the window, not the frame.
4529 2010-08-22  Andreas Schwab  <schwab@linux-m68k.org>
4531         * subr.el (ignore-errors): Add debug declaration.
4533 2010-08-22  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
4535         * whitespace.el (whitespace-color-off): Remove post-command-hook
4536         locally.
4538 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4540         * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
4542 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
4544         * cus-edit.el (custom-group-value-create): Add extra newline
4545         before end line (Bug#6876).
4547 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
4549         * mouse.el (mouse-save-then-kill): Don't save region to kill ring
4550         when extending it.  Before killing on the second click, check if
4551         the buffer is the correct one.  Doc fix.
4552         (mouse-secondary-save-then-kill): Allow usage without first
4553         calling mouse-start-secondary, by defaulting to point.  Don't save
4554         an empty secondary selection.  Doc fix.
4556 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4558         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
4559         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
4560         New version 13.0.
4561         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
4562         Adjust initialization.
4563         (whitespace-bob-marker, whitespace-eob-marker)
4564         (whitespace-buffer-changed): New vars.
4565         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
4566         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
4567         (whitespace-post-command-hook, whitespace-display-char-on):
4568         Adjust code.
4569         (whitespace-looking-back, whitespace-buffer-changed): New funs.
4570         (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
4572 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4574         * files.el (locate-file-completion-table): Only list the .el and .elc
4575         extensions if there's no other choice (bug#5955).
4577         * facemenu.el (facemenu-self-insert-data): New var.
4578         (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
4579         New functions.
4580         (facemenu-add-face): Use them.
4582         * simple.el (blink-matching-open): Obey forward-sexp-function.
4584 2010-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4586         * simple.el (prog-mode-map): New var.
4587         (prog-indent-sexp): New command.
4589         * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
4591         * progmodes/prolog.el (smie): Require.
4593         * emacs-lisp/smie.el (smie-default-backward-token)
4594         (smie-default-forward-token): Strip properties.
4595         (smie-next-sexp): Be more careful with associative operators.
4596         (smie-forward-sexp-command): Generalize.
4597         (smie-backward-sexp-command): Simplify.
4598         (smie-closer-alist): New var.
4599         (smie-close-block): New command.
4600         (smie-indent-debug-log): New var.
4601         (smie-indent-offset-rule): Add a few more cases.
4602         (smie-indent-column): New function.
4603         (smie-indent-after-keyword): Use it.
4604         (smie-indent-keyword): Use it.
4605         Fix up the opener code's point position.
4606         (smie-indent-comment): Only applies at BOL.
4607         (smie-indent-debug): New command.
4609         * emacs-lisp/autoload.el (make-autoload): Preload the macros's
4610         declarations that are useful before running the macro.
4612 2010-08-18  Joakim Verona  <joakim@verona.se>
4614         * image.el (imagemagick-types-inhibit): New variable.
4615         (imagemagick-register-types): New function.
4616         * image-mode.el (image-transform-properties): New function.
4617         (image-transform-set-scale, image-transform-fit-to-height)
4618         (image-transform-set-rotation, image-transform-set-resize)
4619         (image-transform-fit-to-width, image-transform-fit-to-height):
4620         New functions.
4621         (image-toggle-display-image): Support image transforms.
4623 2010-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4625         * image.el (create-animated-image): Don't add heuristic mask to image
4626         (Bug#6839).
4628 2010-08-18  Jan Djärv  <jan.h.d@swipnet.se>
4630         * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
4631         Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
4633 2010-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4635         * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
4637         Font-lock '...' strings, plus various simplifications and fixes.
4638         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
4639         (octave-font-lock-close-quotes): New function.
4640         (octave-font-lock-syntactic-keywords): New var.
4641         (octave-mode): Use it.  Set beginning-of-defun-function.
4642         (octave-mode-map): Don't override the <foo>-defun commands.
4643         (octave-mode-menu): Pass it directly to easy-menu-define;
4644         remove (now generic) <foo>-defun commands; use info-lookup-symbol.
4645         (octave-block-match-alist): Fix up last change so that
4646         octave-close-block uses the more specific keyword.
4647         (info-lookup-mode): Silence byte-compiler.
4648         (octave-beginning-of-defun): Not interactive any more.
4649         Optimize slightly.
4650         (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
4651         (octave-indent-defun, octave-send-defun): Use mark-defun instead.
4652         (octave-completion-at-point-function): Make sure point is within
4653         beg..end.
4654         (octave-reindent-then-newline-and-indent):
4655         Use reindent-then-newline-and-indent.
4656         (octave-add-octave-menu): Remove.
4658 2010-08-17  Jan Djärv  <jan.h.d@swipnet.se>
4660         * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
4661         (report-emacs-bug-can-use-xdg-email): New functions.
4662         (report-emacs-bug): Set can-xdg-email to result of
4663         report-emacs-bug-can-use-xdg-email.  If can-xdg-email bind
4664         \C-cm to report-emacs-bug-insert-to-mailer and add help text
4665         about it.
4667         * net/browse-url.el (browse-url-default-browser): Add cond
4668         for browse-url-xdg-open.
4669         (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
4671 2010-08-17  Glenn Morris  <rgm@gnu.org>
4673         * progmodes/cc-engine.el (c-new-BEG, c-new-END)
4674         (c-fontify-recorded-types-and-refs): Define for compiler.
4675         * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
4676         before use.
4678         * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
4679         Fix format call.
4681 2010-08-17  Michael Albinus  <michael.albinus@gmx.de>
4683         * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
4684         properties.
4685         (tramp-handle-process-file): Call the program in a subshell, in
4686         order to preserve working directory.
4687         (tramp-action-password): Hide password prompt before next run.
4688         (tramp-process-actions): Widen connection buffer for the trace.
4690 2010-08-16  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
4692         * net/rcirc.el (rcirc-log-process-buffers): New option.
4693         (rcirc-print): Use it.
4694         (rcirc-generate-log-filename): New function.
4695         (rcirc-log-filename-function): Change default to
4696         rcirc-generate-log-filename (Bug#6828).
4698 2010-08-16  Chong Yidong  <cyd@stupidchicken.com>
4700         * simple.el (deactivate-mark): If select-active-regions is `only',
4701         only set selection for temporarily active regions.
4703         * cus-start.el: Change defcustom for select-active-regions.
4705 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
4707         * mouse.el (mouse--drag-set-mark-and-point): New function.
4708         (mouse-drag-track): Use LOCATION arg to push-mark.
4709         Use mouse--drag-set-mark-and-point to take click-count into
4710         consideration when updating point and mark (Bug#6840).
4712 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
4714         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4715         Give the Ruby rule a lower priority than Gnu (Bug#6778).
4717 2010-08-14  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
4719         * font-lock.el (lisp-font-lock-keywords-2):
4720         Add combine-after-change-calls, condition-case-no-debug,
4721         with-demoted-errors, and with-silent-modifications (Bug#6025).
4723 2010-08-14  Kevin Ryde  <user42@zip.com.au>
4725         * emacs-lisp/copyright.el (copyright-update-year)
4726         (copyright-update): Temporary switch-to-buffer to ensure the
4727         buffer change being queried is visible (Bug#5394).
4729 2010-08-14  Tom Tromey  <tromey@redhat.com>
4731         * progmodes/etags.el (tags-file-name): Mark safe if stringp
4732         (Bug#6733).
4734 2010-08-14  Eli Zaretskii  <eliz@gnu.org>
4736         * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
4737         MS-DOS.  (Bug#6689)
4739 2010-08-13  Jan Djärv  <jan.h.d@swipnet.se>
4741         * menu-bar.el (menu-bar-set-tool-bar-position): New function.
4742         (menu-bar-showhide-tool-bar-menu-customize-enable-left)
4743         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
4744         (menu-bar-showhide-tool-bar-menu-customize-enable-top)
4745         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
4746         Call menu-bar-set-tool-bar-position.
4748 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4750         * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
4751         comment style (bug#6834).
4752         * progmodes/scheme.el (scheme-mode-syntax-table):
4753         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
4754         "b" flag in "' 14b" syntax.
4756         * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
4757         for (un)commenting the region and performing completion.
4758         (octave-mode-menu): Use standard commands for help and completion.
4759         (octave-mode-syntax-table): Support %{..%} comments (sort of).
4760         (octave-mode): Use define-derived-mode.
4761         Set completion-at-point-functions and don't set columns.
4762         Don't disable adaptive-fill-regexp.
4763         (octave-describe-major-mode, octave-comment-region)
4764         (octave-uncomment-region, octave-comment-indent)
4765         (octave-indent-for-comment): Remove.
4766         (octave-indent-calculate): Rename from calculate-octave-indent.
4767         (octave-indent-line, octave-fill-paragraph): Update caller.
4768         (octave-initialize-completions): No need to make an alist.
4769         (octave-completion-at-point-function): New function.
4770         (octave-complete-symbol): Use it.
4771         (octave-insert-defun): Use define-skeleton.
4773         * progmodes/octave-mod.el (octave-mode): Set comment-add.
4774         (octave-mode-map): Use comment-dwim (bug#6829).
4776 2010-08-12  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4778         * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
4779         indentation of inserted comment.
4781 2010-08-11  Jan Djärv  <jan.h.d@swipnet.se>
4783         * faces.el (region): Add type gtk that uses gtk colors.
4785         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
4786         Handle theme-name change.
4788 2010-08-10  Michael R. Mauger  <mmaug@yahoo.com>
4790         * progmodes/sql.el: Version 2.5
4791         (sql-product-alist): Add :prompt-cont-regexp property for several
4792         database products.
4793         (sql-prompt-cont-regexp): New variable.
4794         (sql-output-newline-count, sql-output-by-send):
4795         New variables.  Record number of newlines in input text.
4796         (sql-send-string): Handle multiple filters and count newlines.
4797         (sql-send-magic-terminator): Count terminator newline.
4798         (sql-interactive-remove-continuation-prompt): Filters output to
4799         remove continuation prompts; one for each newline.
4800         (sql-interactive-mode): Set up new variables, prompt regexp and
4801         output filter.
4802         (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
4803         (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
4805 2010-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4807         * emacs-lisp/pcase.el: New file.
4809 2010-08-10  Michael Albinus  <michael.albinus@gmx.de>
4811         * net/tramp.el (tramp-vc-registered-read-file-names): Read input
4812         as here-document, otherwise the command could exceed maximum
4813         length of command line.
4814         (tramp-handle-vc-registered): Call script accordingly.
4815         Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
4817 2010-08-10  Kenichi Handa  <handa@m17n.org>
4819         * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
4820         composable pattern.
4822 2010-08-09  Chong Yidong  <cyd@stupidchicken.com>
4824         * emacs-lisp/package.el (package-version-split)
4825         (package--version-first-nonzero, package-version-compare):
4826         Functions removed.
4827         (package-directory-list, package-load-all-descriptors)
4828         (package--built-in, package-activate, define-package)
4829         (package-installed-p, package-compute-transaction)
4830         (package-read-all-archive-contents)
4831         (package--add-to-archive-contents, package-buffer-info)
4832         (package-tar-file-info, package-list-packages-internal):
4833         Use version-to-list and version-list-*.
4835         * emacs-lisp/package-x.el (package-upload-buffer-internal):
4836         Use version-to-list.
4837         (package-upload-buffer-internal): Use version-list-<=.
4839 2010-08-09  Kenichi Handa  <handa@m17n.org>
4841         * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
4842         composable pattern.
4844 2010-08-08  Chong Yidong  <cyd@stupidchicken.com>
4846         * tutorial.el (tutorial--default-keys): C-d is now bound to
4847         delete-forward-char (Bug#6826).
4849         * mouse.el (mouse-drag-track): Remove accidentally-removed check
4850         for `double' value of mouse-1-click-follows-link (Bug#6807).
4852 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
4854         * replace.el (replace-highlight): Bind isearch-forward and
4855         isearch-error, ensuring that highlighting is updated if the user
4856         switches the search direction (Bug#6808).
4858         * isearch.el (isearch-lazy-highlight-forward): New var.
4859         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
4860         (isearch-lazy-highlight-update): Use it.
4862 2010-08-08  Kenichi Handa  <handa@m17n.org>
4864         * international/mule.el (define-charset): Store NAME as :base property.
4865         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
4866         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
4867         current priority.  Force using the designation of the specific
4868         charset by adding `charset' text property.  Improve the whole algorithm.
4870 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
4872         * emulation/pc-select.el (pc-selection-mode-hook)
4873         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
4874         (pc-selection-mode): Fix typos in docstrings.
4876 2010-08-08  Kenichi Handa  <handa@m17n.org>
4878         * language/cyrillic.el: Don't add "microsoft-cp1251" to
4879         ctext-non-standard-encodings-alist here.
4881         * international/mule.el (ctext-non-standard-encodings-alist):
4882         Add "koi8-r" and "microsoft-cp1251".
4883         (ctext-standard-encodings): New variable.
4884         (ctext-non-standard-encodings-table): List only elements for
4885         non-standard encodings.
4886         (ctext-pre-write-conversion): Adjust for the above change.
4887         Check ctext-standard-encodings.
4889         * international/mule-conf.el (compound-text): Doc fix.
4890         (ctext-no-compositions): Doc fix.
4891         (compound-text-with-extensions): Doc fix.
4893 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4895         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
4897 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
4899         * progmodes/which-func.el (which-func-format): Split help-echo text
4900         into lines, like other mode-line tooltips.
4902         * server.el (server-start): When using TCP sockets, force IPv4
4903         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
4905 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4907         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
4909 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
4911         * term.el (term-delimiter-argument-list): Reflow docstring.
4912         (term-read-input-ring, term-write-input-ring, term-send-input)
4913         (term-bol, term-erase-in-display, serial-supported-or-barf):
4914         Fix typos in docstrings.
4916 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4918         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
4920 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
4922         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
4924 2010-08-08  MON KEY  <monkey@sandpframing.com>  (tiny change)
4926         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
4927         Fix typo in docstring (bug#6747).
4929 2010-08-08  Leo  <sdl.web@gmail.com>
4931         * eshell/esh-io.el (eshell-get-target): Better detection of
4932         read-only file (Bug#6762).
4934 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
4936         * align.el (align-default-spacing): Doc fix.
4937         (align-region-heuristic, align-regexp): Fix typos in docstrings.
4939 2010-08-08  Stephen Peters  <speters@itasoftware.com>
4941         * calendar/icalendar.el
4942         (icalendar--split-value): Fix splitting regexp.  (Bug#6766)
4943         (icalendar--get-weekday-numbers): New.
4944         (icalendar--convert-recurring-to-diary): Handle multiple byday
4945         values in weekly rules.  (Bug#6766)
4947 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
4949         * calendar/icalendar.el (icalendar-uid-format): Doc fix.
4950         (icalendar--create-uid, icalendar-export-region)
4951         (icalendar--parse-summary-and-rest): Code formatting.
4953 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
4955         * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
4956         to italicize headers.
4957         (calc-highlight-selections-with-faces): New variable.
4958         (calc-selected-face, calc-nonselected-face): New faces.
4960         * calc/calccomp.el (math-comp-highlight-string): Use
4961         `calc-highlight-selections-with-faces' to determine how to highlight
4962         sub-formulas.
4964         * calc/calc-sel.el (calc-show-selections): Change message to when
4965         using faces to highlight selections.
4967 2010-08-07  Michael R. Mauger  <mmaug@yahoo.com>
4969         * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
4970         Add SQLite 3 keywords, functions and datatypes.
4971         (sql-interactive-mode): Remove `comint-process-echoes' set to t
4972         (Bug#6686).
4974 2010-08-07  Chong Yidong  <cyd@stupidchicken.com>
4976         * simple.el (select-active-regions): Move to keyboard.c.
4977         (deactivate-mark): Used saved-region-selection.
4978         (select-active-region): Function removed.
4979         (activate-mark, set-mark, push-mark-command)
4980         (handle-shift-selection): Don't call it.
4981         (keyboard-quit): Avoid adding the region to the window selection.
4983         * mouse.el (mouse-drag-track): Remove hacks to deal with old
4984         select-active-regions implementation.
4985         (mouse-yank-at-click): Doc fix.
4987         * cus-start.el: Add custom declaration for select-active-regions.
4989 2010-08-07  Eli Zaretskii  <eliz@gnu.org>
4991         * simple.el (delete-forward-char): Doc fix.
4993         * tutorial.el (help-with-tutorial): Hack safe file-local variables
4994         after reading the tutorial.
4996 2010-08-06  Alan Mackenzie  <bug-cc-mode@gnu.org>
4998         * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
4999         Fix for the case that a C style comment has its delimiters alone on
5000         their respective lines.
5002 2010-08-06  Michael Albinus  <michael.albinus@gmx.de>
5004         * net/tramp.el (tramp-handle-start-file-process): Set connection
5005         property "vec".
5006         (tramp-process-sentinel): Use it for flushing the cache.
5007         We cannot do it via the process buffer, the buffer could be deleted
5008         already when running the sentinel.
5010 2010-08-06  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
5012         * comint.el (comint-mode): Make directory tracking functions
5013         functional on remote files.  (Bug#6764)
5015 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
5017         * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
5019 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
5021         * emacs-lisp/find-gc.el (find-gc-source-files):
5022         Rename unexec.c => unexcoff.c.
5024         * emacs-lisp/authors.el (authors-fixed-entries):
5025         Rename unexec.c => unexcoff.c.
5027 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
5029         * net/tramp.el (tramp-handle-dired-uncache): Flush directory
5030         cache, not only file cache.
5031         (tramp-process-sentinel): New defun.
5032         (tramp-handle-start-file-process): Use it, in order to invalidate
5033         file caches.
5035 2010-08-03  Leo  <sdl.web@gmail.com>
5037         * server.el (server-start): Simplify loop.
5039 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5041         * frame.el (screen-height, screen-width, set-screen-width)
5042         (set-screen-height): Remove ancient compatibility aliases.
5044         * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
5045         when justifying.  It seems useless and harmful for ncols=1 (bug#6738).
5047         * emacs-lisp/timer.el (timer-event-handler): Protect against timers
5048         that change current buffer.
5050 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5052         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
5053         beginning of the string.  Use `string-match-p'.  (Bug#6765)
5055 2010-08-01  Jan Djärv  <jan.h.d@swipnet.se>
5057         * cus-start.el (x-gtk-use-system-tooltips): New variable.
5059 2010-08-01  Chong Yidong  <cyd@stupidchicken.com>
5061         * emacs-lisp/package.el (package--list-packages): Fix column alignment.
5062         (package--builtins): Tweak descriptions.
5063         (package-print-package): Upcase descriptions if necessary.
5064         Show all built-in packages in font-lock-builtin-face.
5065         (package-list-packages-internal): Omit "emacs" package.
5066         Show status of built-in packages as "built-in".
5068 2010-07-31  Chong Yidong  <cyd@stupidchicken.com>
5070         * mouse.el (mouse-save-then-kill): Doc fix.  Deactivate mark
5071         before killing to preserve the primary selection (Bug#6701).
5073         * term/x-win.el (x-select-text): Doc fix.
5075 2010-07-31  Nathaniel Flath  <flat0103@gmail.com>
5077         * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
5078         (objc-font-lock-extra-types):
5079         * progmodes/cc-mode.el (c-basic-common-init):
5080         * progmodes/cc-langs.el (c-make-mode-syntax-table)
5081         (c++-make-template-syntax-table)
5082         (c-identifier-syntax-modifications, c-symbol-start, c-operators)
5083         (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
5084         (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
5085         (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
5086         * progmodes/cc-fonts.el (c-make-inverse-face)
5087         (c-basic-matchers-after):
5088         * progmodes/cc-engine.el (c-forward-keyword-clause)
5089         (c-forward-<>-arglist, c-forward-<>-arglist-recur)
5090         (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
5091         (c-guess-continued-construct, c-guess-basic-syntax):
5092         Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
5093         The above functions were modified or created.
5095 2010-07-31  Jan Djärv  <jan.h.d@swipnet.se>
5097         * faces.el (face-all-attributes): Improve documentation (Bug#6767).
5099 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
5101         * files.el (bidi-paragraph-direction): Define safe local values.
5103         * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
5104         language-info-alist.  Remove outdated FIXME in a comment.
5106 2010-07-31  Alan Mackenzie  <acm@muc.de>
5108         * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
5109         Auto-fill broken in C/C++ modes.
5111 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
5113         * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
5114         (menu-bar-showhide-tool-bar-menu-customize-disable)
5115         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
5116         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
5117         (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
5118         (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
5119         make a menu for Options => toolbar that can move it.
5121 2010-07-29  Chong Yidong  <cyd@stupidchicken.com>
5123         * emacs-lisp/package-x.el (package--make-rss-entry):
5124         (package-maint-add-news-item, package--update-news)
5125         (package-upload-buffer-internal): New arg ARCHIVE-URL.
5127         * emacs-lisp/package.el (package-archive-url): Rename from
5128         package-archive-id.
5129         (package-install): Doc fix.
5130         (package-download-single, package-download-tar, package-install)
5131         (package-menu-view-commentary): Callers changed.
5133 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
5135         * net/tramp.el (tramp-handle-start-file-process): Check only for
5136         `remote-tty' process property.
5137         (tramp-open-shell): Don't check for tty.
5138         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
5139         process property.
5141         * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
5142         host.
5144 2010-07-28  Chong Yidong  <cyd@stupidchicken.com>
5146         * emacs-lisp/package.el (package-load-list, package-archives)
5147         (package-archive-contents, package-user-dir)
5148         (package-directory-list, package--builtins, package-alist)
5149         (package-activated-list, package-obsolete-alist): Mark as risky.
5151 2010-07-28  Phil Hagelberg  <phil@evri.com>
5153         Add support for non-default package repositories.
5154         * emacs-lisp/package.el (package-archive-base): Var deleted.
5155         (package-archives): New variable.
5156         (package-archive-contents): Doc fix.
5157         (package-load-descriptor): Do nothing if descriptor file is missing.
5158         (package--write-file-no-coding): New function.
5159         (package-unpack-single): Use it.
5160         (package-archive-id): New function.
5161         (package-download-single, package-download-tar)
5162         (package-menu-view-commentary): Use it.
5163         (package-installed-p): Make second argument optional.
5164         (package-read-all-archive-contents): New function.
5165         (package-initialize): Use it.
5166         (package-read-archive-contents): Add ARCHIVE argument.
5167         (package--add-to-archive-contents): New function.
5168         (package-install): Don't call package-read-archive-contents.
5169         (package--download-one-archive): Store archive file in a
5170         subdirectory of package-user-dir.
5171         (package-menu-execute): Remove spurious line movement.
5173 2010-07-28  Jan Djärv  <jan.h.d@swipnet.se>
5175         * cus-start.el (tool-bar-style): Add text-image-horiz.
5177 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
5179         * progmodes/gud.el (gud-common-init): Check for remoteness of
5180         `file', and not of `default-directory'.
5182 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
5184         * net/tramp.el (tramp-methods): Move hostname to the end in all
5185         ssh `tramp-login-args'.
5186         (tramp-verbose): Describe verbose level 9.
5187         (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
5188         (tramp-open-connection-setup-interactive-shell): Trace stty
5189         settings if `tramp-verbose' >= 9.
5190         (tramp-handle-start-file-process): Implement tty setting.
5191         (Bug#4604, Bug#6360)
5193         * net/tramp-cmds.el (tramp-bug): Recommend setting of
5194         `tramp-verbose' to 9.
5196 2010-07-27  Aaron S. Hawley  <ashawley@burlingtontelecom.net>
5198         * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
5199         (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
5200         Remove references to package `lisp-re' (bug#4369).
5202 2010-07-27  Tom Tromey  <tromey@redhat.com>
5204         * progmodes/js.el (js-mode):
5205         * progmodes/make-mode.el (makefile-mode):
5206         * progmodes/simula.el (simula-mode):
5207         * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
5209 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
5211         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
5213         * time.el (display-time-day-and-date): Remove spurious * in docstring.
5214         (display-time-world-buffer-name, display-time-world-mode-map):
5215         Fix typos in docstrings.
5217 2010-07-27  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
5219         * image-mode.el (image-display-size): New function.
5220         (image-forward-hscroll, image-next-line, image-eol, image-eob)
5221         (image-mode-fit-frame): Use it (Bug#6639).
5223 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
5225         * dired.el (dired-buffers-for-dir): Handle list values of
5226         dired-directory (Bug#6636).
5228 2010-07-26  Sam Steingold  <sds@gnu.org>
5230         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
5231         Do not call `x-get-selection' the second time, reuse the value.
5233 2010-07-26  Daiki Ueno  <ueno@unixuser.org>
5235         * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
5236         which consist of control chars only.  Suggested by Richard Stallman.
5238 2010-07-25  Daiki Ueno  <ueno@unixuser.org>
5240         * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
5241         exists before passing an error to find-file-not-found-functions
5242         (bug#6723).
5244 2010-07-23  Lukas Huonker  <l.huonker@gmail.com>
5246         * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
5247         Remove leading nil element, adjust values.
5248         (tetris-shapes, tetris-shape-scores):
5249         Change representation of shapes and remove some redundancy.
5250         (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
5251         (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
5252         Adjust for working with new representation of shapes.
5253         (tetris-shape-rotations): New function.
5254         (tetris-move-bottom, tetris-move-left, tetris-move-right)
5255         (tetris-rotate-prev, tetris-rotate-next):
5256         Adjust for working with the new version of tetris-test-shape.
5258 2010-07-23  Markus Triska  <markus.triska@gmx.at>
5260         * progmodes/ps-mode.el: Use comint (bug#5954).
5261         (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
5262         (ps-mode-other-newline): Simplify.
5263         (ps-run-mode): Derive from comint-mode instead of
5264         fundamental-mode, yielding input history etc.
5265         (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
5266         (ps-run-send-string): Adapt for comint-mode.
5267         (ps-run-newline): Remove now unneeded function.
5269 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
5271         * net/tramp.el (tramp-methods): Move hostname to the end in all
5272         plink `tramp-login-args'.
5274 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
5276         * net/tramp.el (tramp-open-shell): New defun.
5277         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5278         Use it.
5280 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
5282         * net/tramp.el (tramp-file-name-regexp-unified)
5283         (tramp-completion-file-name-regexp-unified): On W32 systems, do
5284         not regard the volume letter as remote filename.  (Bug#5447)
5286 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
5288         * custom.el (custom-declare-variable): Give a clearer error message
5289         when the docstring is missing (bug#6476).
5291 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
5293         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
5294         (sql-login-params): New widget definition.
5295         (sql-oracle-login-params, sql-mysql-login-params)
5296         (sql-solid-login-params, sql-sybase-login-params)
5297         (sql-informix-login-params, sql-ingres-login-params)
5298         (sql-ms-login-params, sql-postgres-login-params)
5299         (sql-interbase-login-params, sql-db2-login-params)
5300         (sql-linter-login-params): Use it.
5301         (sql-sqlite-login-params): Use it; Define "database" parameter as
5302         a file name.
5303         (sql-sqlite-program): Change to "sqlite3".
5304         (sql-comint-sqlite): Make sure database name is complete.
5305         (sql-for-each-login): New function.
5306         (sql-connect, sql-save-connection): Use it.
5307         (sql-get-login-ext): New function.
5308         (sql-get-login): Use it.
5309         (sql-make-alternate-buffer-name): Handle :file parameters.
5311 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
5313         * dired.el (dired-no-confirm): Document value t and fix defcustom to
5314         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
5316 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5318         * dired.el (dired-mode-map): Use command remapping (bug#6632).
5320 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
5322         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
5324 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
5326         * net/tramp.el (tramp-get-ls-command)
5327         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
5328         instead of "/".
5330 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
5332         * progmodes/sql.el: Version 2.3.
5333         (sql-connection-alist): Changed keys from symbols to strings;
5334         enhanced the widget definition.
5335         (sql-mode-menu): Added submenu to select connections.
5336         (sql-interactive-mode-menu): Added "Save Connection" item.
5337         (sql-add-product): Fixed menu item.
5338         (sql-get-product-feature): Improved error handling.
5339         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
5340         (sql-make-alternate-buffer-name): Simplified.
5341         (sql-product-interactive): Handle missing product.
5342         (sql-connect): Support string keys, minor improvements.
5343         (sql-save-connection): New function.
5344         (sql-connection-menu-filter): New function.
5346 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
5348         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
5349         (tramp-open-connection-setup-interactive-shell):
5350         Apply workaround for IRIX64 bug.  Move argument of last
5351         `tramp-send-command' where it belongs to.
5353 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
5355         * net/tramp.el (tramp-perl-file-attributes)
5356         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
5357         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
5358         front of `login-args'.
5360 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
5362         * time.el (display-time-world-mode): Define with `define-derived-mode'.
5363         Set `show-trailing-whitespace' to nil.
5364         (display-time-world-display): Simplify.
5366 2010-07-18  Alan Mackenzie  <acm@muc.de>
5368         Enhance `c-file-style' in file/directory local variables.
5369         * progmodes/cc-mode.el (c-count-cfss): New function.
5370         (c-before-hack-hook): Call `c-set-style' differently according to
5371         whether c-file-style was set in file or directory local
5372         variables.
5374 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
5376         * progmodes/sql.el: Version 2.2.
5377         (sql-product, sql-user, sql-database, sql-server, sql-port):
5378         Use defcustom :safe keyword rather than putting safe-local-variable
5379         property.
5380         (sql-password): Use defcustom :risky keyword rather than putting
5381         risky-local-variable property.
5382         (sql-oracle-login-params, sql-sqlite-login-params)
5383         (sql-solid-login-params, sql-sybase-login-params)
5384         (sql-informix-login-params, sql-ingres-login-params)
5385         (sql-ms-login-params, sql-postgres-login-params)
5386         (sql-interbase-login-params, sql-db2-login-params)
5387         (sql-linter-login-params): Add `port' option.
5388         (sql-get-product-feature): Added NO-INDIRECT parameter.
5389         (sql-comint-oracle, sql-comint-sybase)
5390         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
5391         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
5392         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
5393         (sql-comint-linter): Renamed sql-connect-* functions to
5394         sql-comint-*.
5395         (sql-product-alist, sql-mode-menu): Renamed as above and
5396         :sqli-connect-func to :sqli-comint-func.
5397         (sql-connection): New variable.
5398         (sql-interactive-mode): Set it.
5399         (sql-connection-alist): New variable.
5400         (sql-connect): New function.
5401         (sql--alt-buffer-part, sql--alt-if-not-empty)
5402         (sql-make-alternate-buffer-name): Improved alternative buffer name.
5404 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5406         * image-mode.el (image-bookmark-make-record): Do not set context
5407         in an image (Bug#6650).
5409 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
5411         * simple.el (select-active-region): New function.
5412         (push-mark-command, set-mark, activate-mark)
5413         (handle-shift-selection): Use it.
5414         (deactivate-mark): Don't check for size of region.
5416         * mouse.el (mouse-drag-track): Use select-active-region.
5418 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
5420         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
5421         "--dired" stronger.
5423 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
5425         * term/x-win.el (x-select-enable-primary): Change default to nil.
5426         (x-select-enable-clipboard): Add :version keyword.
5428         * mouse.el (mouse-drag-copy-region):
5429         * simple.el (select-active-regions): Likewise.
5431 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
5433         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
5434         (vc-coding-system-for-diff): Use it to decide whether to inherit
5435         from the file the EOL format for reading the diffs of that file.
5436         (Bug#4451)
5438 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
5440         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
5441         unibyte, so compressed attachments are not compressed again.
5443 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
5445         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
5446         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
5447         (tramp-find-shell): Simplify setting connection property.
5448         (tramp-get-ls-command): Make test for "--color=never" stronger.
5450 2010-07-15  Simon South  <ssouth@member.fsf.org>
5452         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
5453         blocks within record declarations (i.e. variant parts) correctly.
5455 2010-07-15  Simon South  <ssouth@member.fsf.org>
5457         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
5458         over literal tokens when parsing so newlines aren't "absorbed" by
5459         single-line comments.  Corrects the indentation of case blocks
5460         that have a comment on the first line.
5462 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
5464         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
5465         by Drew Adams (Bug#5504).
5467 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
5469         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
5470         now that Unicode is used (Bug#6594).
5472 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
5474         * term/x-win.el (x-select-enable-clipboard): Default to t.
5475         (x-initialize-window-system): Don't overwrite Paste menu item.
5477         * simple.el (select-active-regions): Default to t.
5478         (push-mark-command): Don't overwrite primary with empty string.
5480         * mouse.el: Bind mouse-2 to mouse-yank-primary.
5481         (mouse-drag-copy-region): Default to nil.
5483         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
5484         Cut/Copy/Paste menu bar items.
5486 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5488         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5489         Patch applied by Karl Fogel.
5491         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
5492         and `bookmark-current-buffer' if they have been already set in
5493         another buffer (e.g gnus-art).
5495 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5496             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5498         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
5500         * bookmark.el (bookmark-make-record-default): Allow unneeded
5501         information to be omitted from the record.
5503         Adjust declarations and calls:
5505         * info.el (bookmark-make-record-default): Adjust declaration.
5506         (Info-bookmark-make-record): Adjust call.
5508         * woman.el (bookmark-make-record-default): Adjust declaration.
5509         (woman-bookmark-make-record): Adjust call.
5511         * man.el (bookmark-make-record-default): Adjust declaration.
5512         (Man-bookmark-make-record): Adjust call.
5514         * image-mode.el (bookmark-make-record-default): Adjust declaration.
5516         * doc-view.el (bookmark-make-record-default): Adjust declaration.
5518 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5520         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
5521         This is also from Thierry Volpiatto's patch in bug #6444.  However,
5522         because it was extraneous to the functional change in that patch,
5523         and causes a re-indendation, I am committing it separately.
5525 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5527         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
5528         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
5529         Patch applied by Karl Fogel (Bug#6444).
5531 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
5533         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
5535 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
5537         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
5538         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
5539         (ns-alternatives-map): Change S-tab binding to backtab
5540         (bug#6616).
5542         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
5543         under ns.
5545 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
5547         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
5548         (Bug#5806)
5550         * language/tv-util.el (tai-viet-re): Remove format.
5552 2010-07-12  Kenichi Handa  <handa@m17n.org>
5554         * language/hebrew.el: Remove no-byte-compile declaration.
5555         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
5556         composition-function-table for 3-character looking back.
5557         (hebrew-font-get-precomposed): New function.
5558         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
5560 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
5562         * mouse.el (mouse-drag-track): Handle select-active-regions
5563         (Bug#6612).
5565 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
5567         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
5568         empty argument to gvfs-copy.
5570 2010-07-10  Glenn Morris  <rgm@gnu.org>
5572         * calendar/calendar.el (calendar-week-end-day): New function.
5573         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
5574         Respect calendar-week-start-day.  (Bug#6606)
5575         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
5576         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
5577         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
5578         respect calendar-week-start-day.
5580 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
5582         * simple.el (use-region-p): Doc fix (Bug#6607).
5584 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
5586         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5587         Add regexps for cucumber and ruby.
5589 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
5591         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
5592         (epa-file-insert-file-contents): Hack to prevent
5593         find-file from opening empty buffer when decryption failed
5594         (bug#6568).
5596 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
5598         * textmodes/ispell.el (ispell-alternate-dictionary):
5599         Use file-readable-p.
5600         Return nil if no word-list is found at default locations.
5601         (ispell-complete-word-dict): Default to nil.
5602         (ispell-command-loop): Use 'word-list' when using lookup-words.
5603         (lookup-words): Use ispell-complete-word-dict or
5604         ispell-alternate-dictionary.  Check for word-list availability
5605         and handle errors if needed with better messages (Bug#6539).
5606         (ispell-complete-word): Use ispell-complete-word-dict or
5607         ispell-alternate-dictionary.
5609 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
5611         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
5612         builtins (BufferError, BytesWarning, WindowsError; callables
5613         bin, bytearray, bytes, format, memoryview, next, print; __package__).
5615 2010-07-07  Glenn Morris  <rgm@gnu.org>
5617         * play/zone.el (top-level): Do not require timer, tabify, or cl.
5618         (zone-shift-left): Ignore intangibility, and any errors from
5619         forward-char.
5620         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
5621         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
5622         deleting, and copying text properties.
5623         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
5624         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
5625         to point-max is hard.
5626         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
5627         (zone-fill-out-screen): Ignore intangibility.
5629 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
5631         * menu-bar.el (menu-bar-mode):
5632         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
5633         if it has been set.
5635         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
5636         word/line selection (Bug#6565).
5638 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
5640         * net/dbus.el (dbus-send-signal): Declare function.
5642 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
5644         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
5645         (dbus-register-property): New optional argument EMITS-SIGNAL.
5646         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
5648 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
5650         * mouse.el (mouse-drag-overlay): Variable deleted.
5651         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
5652         (mouse--remap-link-click-p): New function.
5653         (mouse-drag-track): Handle dragging by using temporary Transient
5654         Mark mode, instead of a special overlay.
5655         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
5656         mouse-show-mark.
5658         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
5659         deleted.
5661 2010-07-02  Juri Linkov  <juri@jurta.org>
5663         * autoinsert.el (auto-insert-alist): Fix readability
5664         by using dotted pair notation for lambda.
5666 2010-07-02  Juri Linkov  <juri@jurta.org>
5668         * faces.el (read-face-name): Rename arg `string-describing-default'
5669         to `default'.  Doc fix.  Display the default value in quotes
5670         in the prompt.  With empty input, return the `default' arg,
5671         unless the default value is a string (in which case return nil).
5672         (describe-face): Replace the string `default' arg of `read-face-name'
5673         with the symbol `default'.
5675 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
5677         * emulation/viper-cmd.el (viper-delete-backward-char)
5678         (viper-del-backward-char-in-insert)
5679         (viper-del-backward-char-in-replace, viper-change)
5680         (viper-backward-indent): Replace delete-backward-char with
5681         delete-char (Bug#6552).
5683 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
5685         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
5687 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
5689         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
5690         argument passed to frame-creation-function (Bug#5378).
5692         * faces.el (x-handle-named-frame-geometry)
5693         (x-handle-reverse-video, x-create-frame-with-faces)
5694         (face-set-after-frame-default, tty-create-frame-with-faces):
5695         Don't separately consult default-frame-alist.  It is now passed as the
5696         PARAMETER argument.
5698 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
5700         * startup.el (command-line): Don't call tool-bar-setup in a
5701         tty-only build.
5703 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
5705         * ruler-mode.el (ruler--save-header-line-format): New fun.
5706         (ruler-mode): Use it as a setter function, so as not to overwrite
5707         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
5709 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
5711         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
5712         (vc-root-diff, vc-print-root-log, vc-log-incoming)
5713         (vc-log-outgoing): Use it.
5714         (vc-diff-internal): Set diff-vc-backend.
5716         * vc/diff-mode.el (diff-vc-backend): New var.
5718 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
5720         * dynamic-setting.el (font-setting-change-default-font):
5721         Remove call to message.
5723 2010-06-28  Kenichi Handa  <handa@m17n.org>
5725         * international/quail.el (quail-insert-kbd-layout): Fix the
5726         showing of untranslated characters.
5728 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
5730         * simple.el (delete-active-region): New option.
5731         (delete-backward-char): Implement in Lisp.
5732         (delete-forward-char): New command.
5734         * mouse.el (mouse-region-delete-keys): Deleted.
5735         (mouse-show-mark): Simplify.
5737         * bindings.el (global-map): Bind delete and DEL, the former to
5738         delete-forward-char.
5740 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
5742         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
5743         (ruby-mode): Bind indent-line-function (Bug#5119).
5745 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
5747         * startup.el (command-line): Recognize "0" X resource value.
5749 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
5751         * startup.el (command-line): Use X resources to set the value of
5752         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
5754         * menu-bar.el (menu-bar-mode):
5755         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
5756         Set init-value to t.
5758         * frame.el (frame-notice-user-settings): Don't change
5759         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
5760         vice versa (Bug#2249).
5762 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
5764         * w32-fns.el (w32-convert-standard-filename): Doc fix.
5766 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
5768         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
5769         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
5771         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
5772         default directories are expanded (Bug#6143).
5774 2010-06-24  Juri Linkov  <juri@jurta.org>
5776         * minibuffer.el (completions-format): Change default from nil to
5777         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
5779 2010-06-24  Juri Linkov  <juri@jurta.org>
5781         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
5782         buffer-locally to lambda that re-runs the vc diff command.
5783         (Bug#6447)
5785 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
5787         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
5788         echo area is in use (Bug#3412).
5790 2010-06-22  Glenn Morris  <rgm@gnu.org>
5792         * textmodes/texinfmt.el (texinfo-format-region)
5793         (texinfo-raise-lower-sections, texinfo-format-separate-node)
5794         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
5795         (texinfo-format-option, texinfo-noindent):
5796         Use line-beginning-position and line-end-position.
5798         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
5799         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
5800         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
5801         utf-8 characters.
5803 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
5805         * play/zone.el (zone-fall-through-ws): Fix next-line ->
5806         forward-line fallout.
5808 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
5810         * mouse.el (mouse-appearance-menu): Add docstring.
5812         * help.el (describe-key): Print up-event using key-description.
5814 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
5816         * net/zeroconf.el (zeroconf-resolve-service)
5817         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5818         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
5820 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
5822         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
5824 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
5826         Avoid displaying files with a nil state in vc-dir.
5827         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
5828         cases that cause insertion.
5829         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
5830         with a nil state.
5832 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
5834         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
5836 2010-06-29  Leo  <sdl.web@gmail.com>
5838         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
5840 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
5842         * generic-x.el (bat-generic-mode): Fix regexp for command line
5843         switches (Bug#5719).
5845 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
5847         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
5848         of nconc to avoid pure storage error (Bug#6239).
5850 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
5852         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
5853         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
5854         bindings of bookmark-automatically-show-annotations (Bug#6515).
5856 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
5858         * arc-mode.el (archive-zip-extract): Don't quote the file name on
5859         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
5861 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
5863         * comint.el (make-comint, make-comint-in-buffer): Mention return
5864         value in the docstrings.  (Bug#6498)
5866 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
5868         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
5869         since it is not present when using some non-default switches.
5871 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
5873         * simple.el (compose-mail): Fix doc string to refer to
5874         `compose-mail-user-agent-warnings', instead of to the
5875         nonexistent `compose-mail-check-user-agent'.
5877 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
5879         Fix an indentation bug:
5881         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
5882         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
5883         of existing values.
5885         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
5886         (c-clear->-pair-props-if-match-before): now return t when they've
5887         cleared properties, nil otherwise.
5888         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
5889         by taking account of the existing value.
5891         * progmodes/cc-defs.el
5892         (c-clear-char-property-with-value-function): Fix this to clear the
5893         property rather than overwriting it with nil.
5895 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
5897         * emacs-lisp/package.el (package-print-package): Add link to
5898         package description via describe-package.
5899         (describe-package-1): List package requirements.  Add button to
5900         perform installation.
5901         (package-menu-describe-package): New command.
5903         * help-mode.el (help-package): New button type.
5905 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
5907         * emacs-lisp/package.el: Move package-list-packages binding to
5908         menu-bar.el.
5909         (describe-package, describe-package-1, package--dir): New funs.
5910         (package-activate-1): Use package--dir.
5912         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
5914         * help-mode.el (help-package-def): New button type.
5916         * menu-bar.el: Move package-list-packages binding here from
5917         package.el.
5919 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
5921         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
5923 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5925         * emacs-lisp/edebug.el (edebug-read-list):
5926         Phase out old-style backquotes.
5928 2010-06-17  Juri Linkov  <juri@jurta.org>
5930         * help-mode.el (help-mode): Set buffer-local variable
5931         revert-buffer-function to help-mode-revert-buffer.
5932         (help-mode-revert-buffer): New function.
5934         * info.el (Info-revert-find-node): Check for major-mode Info-mode
5935         before popping to "*info*" (like in other Info functions).
5936         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
5937         old-history-forward.  Pop to old-buffer-name or "*info*" to
5938         recreate the killed buffer.  Set Info-history-forward from
5939         old-history-forward.
5940         (Info-breadcrumbs-depth): Add :group and :version.
5942 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
5944         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
5946 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
5948         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
5949         for languages like Portuguese with pt_{BR,PT} and no plain pt.
5951 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
5953         * emacs-lisp/package.el (package-menu-mode-map):
5954         Move initialization into declaration.
5956         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
5958 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
5960         * emacs-lisp/package.el (package-archive-base): Point to
5961         elpa.gnu.org.
5962         (package-enable, package-load-list): New defcustoms.
5963         (package-user-dir, package-directory-list): Turn into defcustoms.
5964         Don't include package-user-dir in package-directory-list.
5965         (package--builtins-base): Don't include Emacs as a "package".
5966         (package-subdirectory-regexp): New var.
5967         (package-load-all-descriptors, package-compute-transaction)
5968         (package-download-transaction): Obey package-load-list.
5969         (package-activate-1): Rename from package-do-activate.
5970         (package-list-packages-internal): Check package-load-list.
5971         (package-load-descriptor, package-generate-autoloads)
5972         (package-unpack, package-unpack-single)
5973         (package--read-archive-file, package-delete):
5974         Use expand-file-name.
5976         * emacs-lisp/package-x.el: New file.  Package uploading
5977         functionality split out from package.el.
5979         * startup.el (command-line): Load packages after reading init file.
5981 2010-06-17  Tom Tromey  <tromey@redhat.com>
5983         * emacs-lisp/package.el: New file.
5985 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
5987         Fix vc-annotate for renamed files when using Git.
5988         * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
5989         ls-files.  Doe not pass the object as a file name to cat-file, it
5990         is not a file name.
5991         (vc-git-annotate-command): Pass the file name using -- to avoid
5992         ambiguity with the revision.
5993         (vc-git-previous-revision): Pass a relative file name.
5995 2010-06-22  Glenn Morris  <rgm@gnu.org>
5997         * progmodes/js.el (js-mode-map): Use standard capitalization and
5998         ellipses for menu entries.
6000         * wid-edit.el (widget-complete): Doc fix.
6002 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
6004         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
6006 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
6008         Fix annotating other revisions for renamed files in vc-annotate.
6009         * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
6010         VC backend.  Use it when non-nil.
6011         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
6012         (Bug#6487)
6014         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
6015         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
6016         Do not pass the file name to the 'previous-revision call when we
6017         don't want a file diff.  (Bug#6489)
6019 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
6021         Fix finding revisions for renamed files in vc-annotate.
6022         * vc/vc.el (vc-find-revision): Add an optional argument for
6023         the VC backend.  Use it when non-nil.
6024         * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
6025         backend to vc-find-revision.  (Bug#6487)
6027 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
6029         Fix reading file names in Git annotate buffers.
6030         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
6031         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
6033 2010-06-20  Alan Mackenzie  <acm@muc.de>
6035         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
6036         in file local variables, set it first.
6038 2010-06-19  Glenn Morris  <rgm@gnu.org>
6040         * descr-text.el (describe-char-unicode-data): Insert separating
6041         space when needed.  (Bug#6422)
6043         * progmodes/idlwave.el (idlwave-action-and-binding):
6044         Fix typo in 2009-12-03 change.  (Bug#6450)
6046 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6048         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
6049         handling for `lambda' (misunderstanding).
6051 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
6053         * calc/calc-poly.el (math-accum-factors): Make sure that
6054         constants aren't distributed after they are factored out.
6056 2010-06-16  Juri Linkov  <juri@jurta.org>
6058         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
6059         `list-colors-print'.  (Bug#6332)
6061         * subr.el (read-quoted-char): Fix up last change (bug#6290).
6063 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6065         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
6066         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
6068         * font-lock.el (font-lock-major-mode): Rename from
6069         font-lock-mode-major-mode to distinguish it from
6070         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
6071         (font-lock-set-defaults):
6072         * font-core.el (font-lock-default-function): Adjust users.
6073         (font-lock-mode): Don't set it at all.
6075 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6077         * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
6079 2010-06-16  Glenn Morris  <rgm@gnu.org>
6081         * calendar/appt.el (appt-time-msg-list): Doc fix.
6082         (appt-check): Let-bind appt-warn-time.
6083         (appt-add): Make the 3rd argument optional.
6084         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
6085         Only add WARNTIME to the output list if non-nil.
6087 2010-06-16  Ivan Kanis  <apple@kanis.eu>
6089         * calendar/appt.el (appt-check): Let the 3rd element of
6090         appt-time-msg-list specify the warning time.
6091         (appt-add): Add new argument with the warning time.  (Bug#5176)
6093 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
6095         * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
6096         older than version 1.6.  (Bug#6361)
6098 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
6100         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
6101         used by cl-do-arglist.  (Bug#6408)
6103 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
6105         * textmodes/ispell.el (ispell-dictionary-base-alist):
6106         Fix portuguese casechars/not-casechars for missing 'çÇ'.
6107         Suggested by Rolando Pereira (bug#6434).
6109 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
6111         * facemenu.el (list-colors-sort): Doc fix.
6113 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
6115         * progmodes/sql.el (sql-connect-mysql): Fix typo.
6117 2010-06-14  Juri Linkov  <juri@jurta.org>
6119         Add sort option `list-colors-sort'.  (Bug#6332)
6120         * facemenu.el (color-rgb-to-hsv): New function.
6121         (list-colors-sort): New defcustom.
6122         (list-colors-sort-key): New function.
6123         (list-colors-display): Doc fix.  Sort list according to the option
6124         `list-colors-sort'.
6125         (list-colors-print): Add HSV values to `help-echo' property of
6126         RGB strings.
6128 2010-06-14  Juri Linkov  <juri@jurta.org>
6130         * compare-w.el: Move to the "vc" subdirectory.
6132 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6134         * image-mode.el (image-mode-map): Remap left-char and right-char.
6136         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
6138 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
6140         * term/common-win.el (x-colors): Add all the color names defined
6141         in rgb.txt (Bug#6332).
6143         * facemenu.el (list-colors-print): Don't print extra names if it
6144         will overflow the window width.
6146         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
6147         change (Bug#6343).
6149 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
6151         * files.el (make-directory): Doc fix (bug#6396).
6153 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
6155         * net/tramp.el (tramp-remote-process-environment): Protect version
6156         string by apostroph.
6157         (tramp-shell-prompt-pattern): Do not use a shy group in case of
6158         XEmacs.
6159         (tramp-file-name-for-operation): Add `call-process-region'.
6160         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
6162         * net/tramp-compat.el (top): Do not autoload
6163         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
6164         only when `start-file-process' is not bound.
6165         (tramp-advice-file-expand-wildcards): Do not use
6166         `tramp-handle-file-remote-p'.
6167         (tramp-compat-make-temp-file): Handle the case, that
6168         `make-temp-file' has no third argument EXTENSION.
6170 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
6172         * makefile.w32-in (WINS_BASIC): Include new directory vc.
6174         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
6176 2010-06-11  Juri Linkov  <juri@jurta.org>
6178         * finder.el (finder-known-keywords): Add keyword "vc"
6179         for version control.
6181         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
6182         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
6183         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
6184         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
6186 2010-06-11  Juri Linkov  <juri@jurta.org>
6188         Move version control related files to the "vc" subdirectory.
6189         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
6190         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
6191         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
6192         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
6193         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
6194         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
6195         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
6196         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
6197         Move files to the "vc" subdirectory.
6199 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
6201         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
6202         (Bug#6367).
6204 2010-06-11  Stephen Eglen  <stephen@gnu.org>
6206         * shell.el: Bind `shell-resync-dirs' to M-RET.
6208 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
6210         * notifications.el: Move file from lisp/net, because it is
6211         supposed to talk locally to the user.
6213 2010-06-10  Julien Danjou  <julien@danjou.info>
6215         * net/notifications.el (notifications-on-action-signal)
6216         (notifications-on-closed-signal): Pass notification id as first
6217         argument to the callback functions.  Add docstrings.
6218         (notifications-notify): Fix docstring.
6220 2010-06-10  Glenn Morris  <rgm@gnu.org>
6222         * emacs-lisp/authors.el (authors-ignored-files)
6223         (authors-valid-file-names): Add some files.
6225 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6227         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
6228         merge conflict, giving preference to the emacs-23 version of the code.
6230 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6232         * emacs-lisp/advice.el (ad-compile-function):
6233         Define warning-suppress-types before we let-bind it (bug#6275).
6235         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
6236         declare it, make it buffer-local and permanent-local (bug#6324).
6237         (vc-resynch-window): Adjust name.
6238         * vc-hooks.el (vc-find-file-hook): Adjust name.
6240 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
6242         * net/notifications.el (notifications-notify): Fix docstring.
6244 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
6246         Update to Unicode 6.0.0 beta.
6247         * international/charprop.el: Update copyright.
6248         * international/mule-cmds.el (ucs-names): Update character ranges.
6249         * international/uni-bidi.el:
6250         * international/uni-category.el:
6251         * international/uni-combining.el:
6252         * international/uni-comment.el:
6253         * international/uni-decimal.el:
6254         * international/uni-decomposition.el:
6255         * international/uni-digit.el:
6256         * international/uni-lowercase.el:
6257         * international/uni-mirrored.el:
6258         * international/uni-name.el:
6259         * international/uni-numeric.el:
6260         * international/uni-old-name.el:
6261         * international/uni-titlecase.el:
6262         * international/uni-uppercase.el: Regenerate.
6264 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
6266         * emacs-lisp/smie.el (comment-string-strip): Declare function.
6267         (smie-precs-precedence-table): Fix typo in docstring.
6269         * vc-mtn.el (log-edit-extract-headers): Declare function.
6271         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
6273         * net/notifications.el (dbus-register-signal): Declare function.
6274         (notifications-notify): Fix typos and reflow docstring.
6276 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
6278         Improve VC create/retrieve tag/branch.
6279         * vc.el (vc-create-tag): Do not read the directory name for VCs
6280         with repository revision granularity.  Adjust the tag/branch
6281         prompt.  Reset VC properties.
6282         (vc-retrieve-tag): Do not read the directory name for VCs
6283         with repository revision granularity.  Reset VC properties.
6285 2010-06-09  Julien Danjou  <julien@danjou.info>
6287         * net/notifications.el: New file.
6289 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
6291         Add optional support for resetting VC properties.
6292         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
6293         call vc-file-clearprops when true.
6294         (vc-resynch-buffer): Add new optional argument, pass it down.
6295         (vc-resynch-buffers-in-directory): Likewise.
6297         Improve support for special markup in the VC commit message.
6298         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
6299         * vc-hg.el (vc-hg-checkin): Add support for Date:.
6300         * vc-git.el (vc-git-checkin):
6301         * vc-bzr.el (vc-bzr-checkin): Likewise.
6303 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6305         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
6306         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
6308 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
6310         * iimage.el: Remove images as soon as the underlying text is modified.
6311         (iimage-modification-hook): New function.
6312         (iimage-mode-buffer): Use it.
6314 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6316         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
6317         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
6318         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
6319         (smie-indent-keyword): Add handling of open-paren keywords.
6320         (smie-indent-comment-continue): Don't assume comment-continue.
6322 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
6324         * window.el (pop-to-buffer): Remove the conditional that
6325         compares new-window and old-window, so it will reselect
6326         the selected window unconditionally.
6327         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
6329 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6331         * emacs-lisp/smie.el (smie-indent-offset-after)
6332         (smie-indent-forward-token, smie-indent-backward-token): New functions.
6333         (smie-indent-after-keyword): Use them.
6334         (smie-indent-fixindent): Only applies to the indentation of the BOL.
6335         (smie-indent-keyword): Tweak the black magic.
6336         (smie-indent-comment-continue): Strip comment-continue before use.
6337         (smie-indent-functions): Indent comments before keywords.
6339 2010-06-06  Juri Linkov  <juri@jurta.org>
6341         * isearch.el (isearch-lazy-highlight-search): Fix looping
6342         by checking for empty match.  This syncs this loop with the
6343         similar loop in `isearch-search'.  (Bug#6362)
6345 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
6347         * net/dbus.el (dbus-register-method): Declare function.
6348         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
6349         (dbus-introspect): Doc fix.
6350         (dbus-event-bus-name, dbus-introspect-get-interface)
6351         (dbus-introspect-get-argument): Reflow docstrings.
6353 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
6355         vc-log-incoming/vc-log-outgoing fixes for Git.
6356         * vc-git.el (vc-git-log-view-mode): Fix font lock for
6357         incoming/outgoing logs.
6358         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
6359         instead of vc-git-compute-remote.
6360         (vc-git-compute-remote): Remove.
6362 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
6364         * term/common-win.el (x-colors): Add "dark green" and "dark
6365         turquoise" (Bug#6332).
6367 2010-06-04  Juri Linkov  <juri@jurta.org>
6369         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
6370         Instead of setting `replace' to t and replacing the same string
6371         with itself, don't do certain actions when
6372         kill-do-not-save-duplicates is non-nil and string is equal to car
6373         of kill-ring: don't call menu-bar-update-yank-menu, don't push
6374         interprogram-paste strings to kill-ring, and don't push the input
6375         argument `string' to kill-ring.
6376         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
6378 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
6380         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
6382 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
6384         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
6385         (tramp-gvfs-handler-mounted-unmounted)
6386         (tramp-gvfs-connection-mounted-p): Handle default-location.
6388         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
6389         move files to trash.
6391 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
6393         * international/mule-cmds.el (nonascii-insert-offset)
6394         (nonascii-translation-table): Add obsolescence information.
6396         * international/mule.el (make-translation-table-from-vector): Doc fix.
6398 2010-06-03  Glenn Morris  <rgm@gnu.org>
6400         * desktop.el (desktop-clear-preserve-buffers):
6401         Add "*Warnings*" buffer.  (Bug#6336)
6403 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
6405         vc-log-incoming/vc-log-outgoing improvements for Git.
6406         * vc-git.el (vc-git-log-outgoing): Use the same format as the
6407         short log.
6408         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
6410         Add bindings for vc-log-incoming and vc-log-outgoing.
6411         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
6412         and vc-log-outgoing.
6413         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
6414         and vc-log-outgoing.
6416 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
6418         * net/rcirc.el (rcirc-sort-nicknames): Remove.
6419         (rcirc-handler-366): Always sort nicknames.
6421 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
6423         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
6425 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
6427         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
6429 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6431         * net/rcirc.el (rcirc-sort-nicknames): Change default.
6432         (rcirc-sort-nicknames-join): Avoid setq.
6434 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
6436         * net/rcirc.el (rcirc-sort-nicknames): New custom.
6437         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
6438         (rcirc-handler-366): Use them.
6440 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6442         Split smie-indent-calculate into more manageable chunks.
6443         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
6444         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
6445         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
6446         (smie-indent-exps): Extract from smie-indent-calculate.
6447         (smie-indent-functions): New var.
6448         (smie-indent-functions): Use them.
6450 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6452         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
6453         (smie-indent-calculate): Simplify and cleanup.
6455 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
6457         * net/tramp-gvfs.el (top): Require url-util.
6458         (tramp-gvfs-mount-point): Remove.
6459         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
6460         New defuns.
6461         (with-tramp-dbus-call-method): Format trace message.
6462         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
6463         Implement backup call, when operation on local files fails.
6464         Use progress reporter.  Flush properties of changed files.
6465         (tramp-gvfs-handle-make-directory): Make more traces.
6466         (tramp-gvfs-url-file-name): Hexify file name in url.
6467         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
6468         into account for the resulting file name.
6469         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
6470         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
6471         (tramp-gvfs-handler-mounted-unmounted)
6472         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
6473         attribute "default_location".  Set "prefix" property.
6474         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
6475         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
6476         exists.  Raise an error, if not (due to a corresponding answer
6477         "no" in interactive questions, for example).
6479 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
6481         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
6483 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
6485         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
6486         right-*.  (Bug#6265)
6488 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
6490         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
6491         * vc-git.el (vc-git-compute-remote): New function.
6492         (vc-git-log-outgoing): Use it instead of hard coding a value.
6493         (vc-git-log-incoming): New function.
6495         Improve state updating for VC tag commands.
6496         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
6497         to update the state of all buffers in the directory.
6499         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
6501 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6503         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
6504         `file-directory-p' to the filename part rather than to the whole text.
6506 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6508         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
6510 2010-05-31  Drew Adams  <drew.adams@oracle.com>
6512         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
6514 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
6516         * subr.el (momentary-string-display): Just use read-event to read
6517         the exit event (Bug#6238).
6519 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
6521         * international/mule.el (define-coding-system): Doc fix (bug#6313).
6523 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
6525         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
6526         Suggested by Eli Zaretskii <eliz@gnu.org>.
6528 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6530         * minibuffer.el (completion-file-name-table): Don't return a boundary
6531         past the end of `string' (bug#6299).
6532         (completion--file-name-table): Delegate to completion-file-name-table
6533         for the `boundaries' case.
6535 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
6537         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
6538         movement commands.
6540         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
6541         `path-separator', but maintain compatibility with Emacs 20.2.
6543 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
6545         * server.el (server-process-filter): Receive parent-id argument
6546         from emacsclient.
6547         (server-create-window-system-frame): New arg.  Pass parent-id as
6548         frame parameter.
6550 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
6552         Bidi-sensitive word movement with arrow keys.
6553         * subr.el (right-arrow-command, left-arrow-command): Move to
6554         bindings.el.
6556         * bindings.el (right-char, left-char): Move from subr.el and
6557         rename from right-arrow-command and left-arrow-command.
6558         (right-word, left-word): New functions.
6559         (global-map) <right>: Bind to right-char.
6560         (global-map) <left>: Bind to left-char.
6561         (global-map) <C-right>: Bind to right-word.
6562         (global-map) <C-left>: Bind to left-word.
6564         * ls-lisp.el (ls-lisp-classify-file): New function.
6565         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
6566         (ls-lisp-classify): Call ls-lisp-classify-file.
6567         (insert-directory): Remove blanks from switches.
6569 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
6571         * ansi-color.el: Delete unused escape sequences (Bug#6085).
6572         (ansi-color-drop-regexp): New constant.
6573         (ansi-color-apply, ansi-color-filter-region)
6574         (ansi-color-apply-on-region): Delete unrecognized control sequences.
6575         (ansi-color-apply): Build string list before calling concat.
6577 2010-05-28  Juri Linkov  <juri@jurta.org>
6579         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
6580         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
6581         (Bug#5270)
6583 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
6585         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
6586         to ignored backtrace functions.
6587         (with-progress-reporter): Expand docstring.
6588         (tramp-handle-delete-file): Implement TRASH argument.
6589         (tramp-get-remote-trash): New defun.
6591 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
6593         * net/tramp-compat.el (tramp-compat-delete-file):
6594         Use `symbol-value' for backward compatibility.
6596         * net/tramp.el (tramp-handle-make-symbolic-link)
6597         (tramp-handle-load)
6598         (tramp-do-copy-or-rename-file-via-buffer)
6599         (tramp-do-copy-or-rename-file-directly)
6600         (tramp-do-copy-or-rename-file-out-of-band)
6601         (tramp-handle-process-file, tramp-handle-call-process-region)
6602         (tramp-handle-shell-command, tramp-handle-file-local-copy)
6603         (tramp-handle-insert-file-contents, tramp-handle-write-region)
6604         (tramp-delete-temp-file-function): Use `delete-file' instead
6605         of `tramp-compat-delete-file'.
6607         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
6608         (tramp-fish-handle-make-symbolic-link)
6609         (tramp-fish-handle-process-file): Use `delete-file' instead
6610         of `tramp-compat-delete-file'.
6612         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6613         Use `delete-file' instead of `tramp-compat-delete-file'.
6615         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
6616         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
6617         `tramp-compat-delete-file'.
6619         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
6620         Use `delete-file' instead of `tramp-compat-delete-file'.
6622         * net/tramp-smb.el (tramp-smb-handle-copy-file)
6623         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
6624         (tramp-smb-handle-write-region): Use `delete-file' instead of
6625         `tramp-compat-delete-file'.
6626         (tramp-smb-handle-delete-directory): Use 'trash as arg.
6628 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
6630         * dired.el (dired-delete-file): New arg TRASH.
6631         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
6632         (dired-do-flagged-delete, dired-do-delete): Use trash.
6634         * speedbar.el (speedbar-item-delete): Allow trashing.
6636         * files.el (delete-directory): New arg TRASH.
6638         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
6639         (ange-ftp-rename-remote-to-remote)
6640         (ange-ftp-rename-local-to-remote)
6641         (ange-ftp-rename-remote-to-local, ange-ftp-load)
6642         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
6643         `delete-file'.
6644         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
6645         allow trashing.
6647         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
6648         handle new TRASH arg of `delete-file'.
6650         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
6651         (tramp-handle-make-symbolic-link, tramp-handle-load)
6652         (tramp-do-copy-or-rename-file-via-buffer)
6653         (tramp-do-copy-or-rename-file-directly)
6654         (tramp-do-copy-or-rename-file-out-of-band)
6655         (tramp-handle-process-file, tramp-handle-call-process-region)
6656         (tramp-handle-shell-command, tramp-handle-file-local-copy)
6657         (tramp-handle-insert-file-contents, tramp-handle-write-region)
6658         (tramp-delete-temp-file-function): Use null TRASH arg in
6659         tramp-compat-delete-file call.
6661         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
6662         (tramp-fish-handle-delete-file)
6663         (tramp-fish-handle-make-symbolic-link)
6664         (tramp-fish-handle-process-file): Use null TRASH arg in
6665         `tramp-compat-delete-file' call.
6667         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
6668         arg in `tramp-compat-delete-file' call.
6670         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
6671         (tramp-gvfs-handle-write-region): Use null TRASH arg in
6672         `tramp-compat-delete-file' call.
6674         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
6675         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
6676         `tramp-compat-delete-file' call.
6678         * net/tramp-smb.el (tramp-smb-handle-copy-file)
6679         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
6680         (tramp-smb-handle-write-region): Use null TRASH arg in
6681         tramp-compat-delete-file call.
6682         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
6683         (tramp-smb-handle-delete-file): Rename arg.
6685         * diff.el (diff-sentinel):
6686         * epg.el (epg--make-temp-file, epg-decrypt-string)
6687         (epg-verify-string, epg-sign-string, epg-encrypt-string):
6688         * jka-compr.el (jka-compr-partial-uncompress)
6689         (jka-compr-call-process, jka-compr-write-region):
6690         * server.el (server-sentinel): Remove optional arg from
6691         delete-file, reverting 2010-05-03 change.
6693 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
6695         * progmodes/verilog-mode.el (verilog-type-font-keywords):
6696         Use font-lock-constant-face, not obsolete font-lock-reference-face.
6698 2010-05-27  Kenichi Handa  <handa@m17n.org>
6700         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
6701         element of GSTRING is nil.
6703 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6705         * emacs-lisp/smie.el (smie-forward-token-function)
6706         (smie-backward-token-function): New vars.
6707         (smie-backward-sexp, smie-forward-sexp)
6708         (smie-indent-hanging-p, smie-indent-calculate): Use them.
6709         (smie-default-backward-token): Rename from smie-backward-token and
6710         skip comments.
6711         (smie-default-forward-token): Rename from smie-forward-token and
6712         skip comments.
6713         (smie-next-sexp): Handle nil results from next-token.
6714         (smie-indent-calculate): Add a new case for special `fixindent' comments.
6716 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
6718         * progmodes/verilog-mode.el (verilog-type-font-keywords):
6719         Use font-lock-constant-face, not obsolete font-lock-reference-face.
6721 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
6723         * htmlfontify.el (hfy-face-resolve-face): New function.
6724         (hfy-face-to-style): Use it (Bug#6279).
6726 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6728         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
6729         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
6731 2010-05-26  Glenn Morris  <rgm@gnu.org>
6733         * emulation/edt.el (edt-load-keys): Use locate-library.
6735 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
6737         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
6738         (log-edit-changelog-entries): Doc fix.
6739         (log-edit-changelog-insert-entries): Args changed.
6740         Rename relative filenames in ChangeLog entries.  Delete tabs.
6741         (log-edit-insert-changelog-entries): Reorganize return value of
6742         `log-edit-changelog-entries' to pass filenames to
6743         log-edit-changelog-insert-entries.
6745 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6747         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
6748         `image-dired-dired-insert-marked-thumbs' to
6749         `image-dired-dired-toggle-marked-thumbs'.
6751         * image-dired.el: Require cl when compiling.
6752         (image-dired-dired-toggle-marked-thumbs): Rename from
6753         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
6754         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
6755         to 'no-dir.  Skip files whose names don't match
6756         `image-file-name-regexp'.  When file has a thumbnail overlay,
6757         delete it.  (Bug#5270)
6759 2010-05-25  Juri Linkov  <juri@jurta.org>
6761         * image-mode.el (image-mode): Add image-after-revert-hook to
6762         after-revert-hook.
6763         (image-after-revert-hook): New function.  (Bug#5669)
6765 2010-05-25  Juri Linkov  <juri@jurta.org>
6767         * image.el (image-animated-p): When delay between animated images
6768         is 0, set it to 10 (0.1 sec).  (Bug#6258)
6770 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
6772         * net/tramp.el (tramp-handle-insert-directory): Don't use
6773         `forward-word', its default syntax could be changed.
6775 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
6777         * net/tramp.el (tramp-progress-reporter-update): New defun.
6778         (with-progress-reporter): Use it.
6779         (tramp-process-actions):
6780         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
6781         Preserve current message, in order to let progress reporter continue
6782         afterwards.  (Bug#6257)
6784 2010-05-25  Glenn Morris  <rgm@gnu.org>
6786         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
6787         Add :version.
6789 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
6791         * net/rcirc.el (rcirc-default-user-name): Change to "user".
6792         (rcirc-default-full-name): Change to "unknown".
6793         (rcirc-user-name-history): Add variable.
6795 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
6796             Jonathan Rockway  <jon@jrock.us>
6798         * net/rcirc.el (rcirc-server-alist): Add :pass.
6799         (rcirc): When prompting for connection parameters, also prompt for
6800         username and password.
6801         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
6802         value to server when connecting.
6804 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6806         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
6807         (smie-merge-prec2s): Pass the tables as separate args.
6808         (smie-bnf-precedence-table): Adjust call accordingly.
6809         (smie-prec2-levels): Set levels at the end.
6811         Replace Lisp calls to delete-backward-char by delete-char.
6812         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
6813         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
6814         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
6815         * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
6816         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
6817         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
6818         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
6819         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
6820         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
6821         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
6822         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
6823         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
6824         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
6825         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
6826         delete-backward-char by calls to delete-char.
6828 2010-05-25  Kenichi Handa  <handa@m17n.org>
6830         * language/hebrew.el (hebrew-shape-gstring): New function.
6831         Register it in composition-function-table for all Hebrew combining
6832         characters.
6834 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6836         * epa.el (epa--select-keys): Don't explicitly delete the window since
6837         that can fail (e.g. sole window in frame).  Use dedication instead.
6839 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
6841         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
6843 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
6845         * image.el (image-refresh): Define as an alias for image-flush.
6847         * image-mode.el (image-toggle-display-image): Caller changed.
6849 2010-05-21  Juri Linkov  <juri@jurta.org>
6851         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
6852         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
6853         whitespace, call wildcard-to-regexp on substrings and concat them
6854         with "\\|".  (Bug#6114)
6856 2010-05-21  Alan Mackenzie  <acm@muc.de>
6858         * progmodes/cc-engine.el (c-parse-state-get-strategy):
6859         Replace parameter `here' with `here-' and `here-plus', which sandwich
6860         any pertinent CPP construct.
6861         (c-remove-stale-state-cache-backwards): Fix a bug which happens
6862         when doing (c-parse-state) in a CPP construct: Exclude any "new"
6863         CPP construct from taking part in the scanning.
6865 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
6867         * net/tramp.el (tramp-do-copy-or-rename-file)
6868         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
6869         Tune `with-progress-reporter' messages.
6870         (tramp-handle-vc-registered):
6871         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
6872         (tramp-fish-handle-insert-file-contents)
6873         (tramp-fish-maybe-open-connection):
6874         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
6875         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
6876         (tramp-imap-handle-insert-file-contents)
6877         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
6879 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
6881         * add-log.el (change-log-font-lock-keywords):
6882         Highlight all authors in multi-author entries.
6884         * smerge-mode.el (smerge-refine-ignore-whitespace)
6885         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
6886         Fix typos in docstrings.
6887         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
6889 2010-05-21  Glenn Morris  <rgm@gnu.org>
6891         * progmodes/fortran.el (fortran-mode):
6892         * progmodes/f90.el (f90-mode): Derive from prog-mode.
6894         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
6895         having a relative path in src/Makefile.in.
6897 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6899         * help-mode.el (help-make-xrefs): For Info node links turn
6900         newlines into spaces.  Link node names with newlines are matched
6901         by help-xref-info-regexp and buttonized, this change ensures they
6902         can be followed successfully with RET.  (Bug#6206)
6904 2010-05-20  Juri Linkov  <juri@jurta.org>
6906         * locate.el (locate): Use pop-to-buffer instead of
6907         switch-to-buffer-other-window.  (Bug#6204)
6909 2010-05-20  Juri Linkov  <juri@jurta.org>
6911         * replace.el (replace-highlight): Fix lazy-highlighting
6912         for `M-s w str M-% str RET'.
6914 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
6916         * isearch.el (isearch-yank-word-or-char): Pull next subword
6917         when `subword-mode' is activated.  (Bug#6220)
6919 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
6921         * isearch.el (isearch-update-post-hook): New hook.
6922         (isearch-update): Use the new hook.  (Bug#6225)
6924 2010-05-20  Juri Linkov  <juri@jurta.org>
6926         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
6927         [f1], [help], and (char-to-string help-char) instead of "\C-h".
6928         (Bug#6222)
6930 2010-05-20  Juri Linkov  <juri@jurta.org>
6932         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
6933         (Bug#6223)
6935 2010-05-20  Juri Linkov  <juri@jurta.org>
6937         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
6938         FILE-NAME to read from the minibuffer when called interactively
6939         with prefix argument instead of using buffer-file-name.
6940         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
6942         * dired.el: Update autoloads.
6944 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
6946         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
6947         nxml-finish-element, for consistency with SGML mode.
6949         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
6950         octave-close-block.
6952 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
6954         * composite.el: Require cl when compiling.
6955         (reference-point-alist, compose-gstring-for-graphic)
6956         (compose-gstring-for-terminal): Fix typos in docstrings.
6958 2010-05-19  Juri Linkov  <juri@jurta.org>
6960         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
6961         set-window-parameter.
6963 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6965         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
6966         where appropriate.
6967         (tramp-maybe-open-connection): Use it.
6969 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
6971         * simple.el (move-end-of-line): Make sure we are at line beginning
6972         before backing up to end of previous line.
6974 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6976         * password-cache.el (password-cache-remove): Fix docstring.
6978         * net/secrets.el: Autoload the widget functions.
6979         (secrets-search-items, secrets-create-item)
6980         (secrets-get-attributes, secrets-expand-item): Attributes will be
6981         stored on the password database without leading ":", as all other
6982         clients do as well.
6983         (secrets-mode): Fix docstring.
6984         (secrets-show-secrets): Provide it as autoloaded command only when
6985         D-Bus support is available.  Check existence of Secret Service API.
6987 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6989         * indent.el (indent-region): Deactivate region (bug#6200).
6991 2010-05-19  Glenn Morris  <rgm@gnu.org>
6993         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
6995 2010-05-19  Kenichi Handa  <handa@m17n.org>
6997         * composite.el: Register compose-gstring-for-graphic in
6998         composition-function-table only for combining characters (Mn, Mc, Me).
7000 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
7002         * calc/calc-trail.el (calc-trail-isearch-forward)
7003         (calc-trail-isearch-backward): Ensure that the new window
7004         point is set correctly.
7006 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7008         * subr.el (read-quoted-char): Resolve modifiers after key
7009         remapping (bug#6212).
7011 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
7013         Add visualization code for secrets.
7014         * net/secrets.el (secrets-mode): New major mode.
7015         (secrets-show-secrets, secrets-show-collections)
7016         (secrets-expand-collection, secrets-expand-item)
7017         (secrets-tree-widget-after-toggle-function)
7018         (secrets-tree-widget-show-password): New defuns.
7020 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7022         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
7023         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
7024         handled in smie-next-sexp.
7025         (smie-indent-calculate): Provide a starting indentation (so the
7026         recursion is well-founded ;-).
7028         Fix handling of non-associative equal levels.
7029         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
7030         when it's not needed.
7031         (smie-op-left, smie-op-right): New functions.
7032         (smie-next-sexp): New function, extracted from smie-backward-sexp.
7033         Better handle equal levels to distinguish the associative case from
7034         the "multi-keyword construct" case.
7035         (smie-backward-sexp, smie-forward-sexp): Use it.
7037 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
7039         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
7041         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
7042         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
7044 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7046         Provide a simple generic indentation engine and use it for Prolog.
7047         * emacs-lisp/smie.el: New file.
7048         * progmodes/prolog.el (prolog-smie-op-levels)
7049         (prolog-smie-indent-rules): New var.
7050         (prolog-mode-variables): Use them to configure SMIE.
7051         (prolog-indent-line, prolog-indent-level): Remove.
7053 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
7055         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
7056         order before computing the averages.
7058 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
7060         * calc/calc-vec.el (calc-histogram):
7061         (calcFunc-histogram): Allow vectors as inputs.
7062         (math-vector-avg): New function.
7064         * calc/calc-ext.el (math-group-float): Have the number of digits
7065         being grouped depend on the radix (Bug#6189).
7067 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
7069         * version.el (emacs-copyright, emacs-version): Don't define here,
7070         now that emacs.c defines it.
7072 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
7074         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
7075         "Describe Language Environment" menu item.
7077         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
7079         Bidi-sensitive movement with arrow keys.
7080         * subr.el (right-arrow-command, left-arrow-command): New functions.
7082         * bindings.el (global-map): Bind them to right and left arrow keys.
7084         Don't override standard definition of convert-standard-filename.
7085         * files.el (convert-standard-filename):
7086         Call w32-convert-standard-filename and dos-convert-standard-filename on
7087         the corresponding systems.
7089         * w32-fns.el (w32-convert-standard-filename): Rename from
7090         convert-standard-filename.  Doc fix.
7092         * dos-fns.el (dos-convert-standard-filename): Doc fix.
7093         (convert-standard-filename): Don't defalias.
7094         (register-name-alist, make-register, register-value)
7095         (set-register-value, intdos): Obsolete aliases for the
7096         corresponding dos-* functions and variables.
7097         (dos-intdos): Add a doc string.
7099 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
7101         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
7102         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
7103         (math-compose-tex-func):
7104         * calc/calccomp.el (math-compose-expr):
7105         * calc/calc-ext.el (math-format-flat-expr-fancy):
7106         * calc/calc-store.el (calc-read-var-name):
7107         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
7109         * calc/calc.el (var-π, var-φ, var-γ): New variables.
7110         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
7111         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
7112         (math-standard-units): Add units.
7114 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7116         * progmodes/asm-mode.el (asm-mode):
7117         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
7119         * pcomplete.el (pcomplete-completions-at-point): New function,
7120         extracted from pcomplete-std-complete.
7121         (pcomplete-std-complete): Use it.
7123 2010-05-15  Glenn Morris  <rgm@gnu.org>
7125         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7126         Remove references to CVS, RCS and Old directories.
7128 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
7130         * calc/calc-bin.el (math-format-twos-complement): Group digits when
7131         appropriate.
7133 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7135         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
7136         (sh-mode-syntax-table): Give it a default value instead.
7137         (sh-header-marker): Make buffer-local.
7138         (sh-mode): Move make-local-variable to the corresponding setq.
7139         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
7140         Use complete-with-action.
7142         * simple.el (prog-mode): New (abstract) major mode.
7143         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
7144         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
7146 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
7148         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
7149         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
7150         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
7151         (sql-make-alternate-buffer-name, sql-placeholders-filter)
7152         (sql-escape-newlines-filter, sql-input-sender)
7153         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
7155 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
7157         Add TeX open-block and close-block keybindings to SGML, and vice versa.
7159         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
7160         latex-open-block and C-c / to latex-close-block.
7162         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
7163         and C-c C-e to sgml-close-tag.
7165 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
7167         * net/tramp.el (with-progress-reporter): Create reporter object
7168         only when the message would be displayed.  Handle nested calls.
7169         (tramp-handle-load, tramp-handle-file-local-copy)
7170         (tramp-handle-insert-file-contents, tramp-handle-write-region)
7171         (tramp-maybe-send-script, tramp-find-shell):
7172         Use `with-progress-reporter'.
7173         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
7174         Fix message text.
7176         * net/tramp-smb.el (tramp-smb-handle-copy-file)
7177         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
7178         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
7179         Use `with-progress-reporter'.
7181 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
7183         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
7184         process everytime when spellchecking from the minibuffer (bug#6143).
7186 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7188         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
7190         * dos-fns.el: Add "dos-" prefix for namespace control.
7191         (convert-standard-filename): Define as alias for
7192         dos-convert-standard-filename but only if applicable.
7194 2010-05-12  Alan Mackenzie  <acm@muc.de>
7196         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
7197         Push the mark at the start of these functions when appropriate.
7199 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7201         * minibuffer.el (completion-cycle-threshold): New custom var.
7202         (completion--do-completion): Use it.
7203         (minibuffer-complete): Use cycling if appropriate.
7205 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
7207         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
7208         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
7210 2010-05-11  Juri Linkov  <juri@jurta.org>
7212         * scroll-all.el (scroll-all-check-to-scroll):
7213         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
7215 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7217         * iimage.el (iimage-mode-map): Move initialization into declaration.
7218         (iimage-mode-buffer): Use with-silent-modifications.
7219         Simplify calling convention.  Adjust callers.
7220         (iimage-mode): Don't run hook redundantly.
7222         * minibuffer.el (completion-pcm--pattern->regex):
7223         Fix last change (bug#6160).
7225 2010-05-10  Juri Linkov  <juri@jurta.org>
7227         Remove nodes visited during Isearch from the Info history.
7228         * info.el (Info-isearch-initial-history)
7229         (Info-isearch-initial-history-list): New variables.
7230         (Info-isearch-start): Record initial values of
7231         Info-isearch-initial-history and Info-isearch-initial-history-list.
7232         Add Info-isearch-end to isearch-mode-end-hook.
7233         (Info-isearch-end): New function.
7235 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
7237         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
7238         format string, in order to work around a bug in pdksh.
7239         Reported by Gilles Pion <gpion@lfdj.com>.
7240         (tramp-handle-verify-visited-file-modtime): Do not send a command
7241         when the connection is not established.
7242         (tramp-handle-set-file-times): Simplify the check for utc.
7244 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
7246         Fix use of `filter-buffer-substring' (rework previous change).
7247         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
7248         (cua-repeat-replace-region):
7249         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
7250         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
7251         (cua-cut-region-to-global-mark): Use it.
7253 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
7255         * progmodes/sql.el: Version 2.1.
7256         (sql-product-alist): Redesign structure of product info.
7257         (sql-product, sql-user, sql-server, sql-database): Safe variables.
7258         (sql-port, sql-port-history): New variables.
7259         (sql-interactive-product): New variable.
7260         (sql-send-terminator): New variable.
7261         (sql-imenu-generic-expression): Add "Types" imenu entry.
7262         (sql-oracle-login-params, sql-sqlite-login-params)
7263         (sql-mysql-login-params, sql-solid-login-params)
7264         (sql-sybase-login-params, sql-informix-login-params)
7265         (sql-ingres-login-params, sql-ms-login-params)
7266         (sql-postgres-login-params, sql-interbase-login-params)
7267         (sql-db2-login-params, sql-linter-login-params)
7268         (sql-oracle-scan-on): New variables.
7269         (sql-mode-map): Add C-c C-i to start interactive mode.
7270         (sql-mode-menu): Update existing menu entries.
7271         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7272         (sql-mode-oracle-font-lock-keywords)
7273         (sql-mode-postgres-font-lock-keywords)
7274         (sql-mode-ms-font-lock-keywords)
7275         (sql-mode-sybase-font-lock-keywords)
7276         (sql-mode-informix-font-lock-keywords)
7277         (sql-mode-interbase-font-lock-keywords)
7278         (sql-mode-ingres-font-lock-keywords)
7279         (sql-mode-solid-font-lock-keywords)
7280         (sql-mode-mysql-font-lock-keywords)
7281         (sql-mode-sqlite-font-lock-keywords)
7282         (sql-mode-db2-font-lock-keywords)
7283         (sql-mode-linter-font-lock-keywords): Update initialization to
7284         reduce run-time complexity.
7285         (sql-add-product, sql-del-product): New functions.
7286         (sql-set-product-feature, sql-get-product-feature): New functions.
7287         (sql-product-font-lock): Update product API.
7288         (sql-add-product-keywords): New function.
7289         (sql-highlight-product): Update product API.
7290         (sql-help-list-products): New function.
7291         (sql-help): Dynamically lists free and non-free products.
7292         (sql-get-login): Correct bug in handling history and added
7293         prompt for port.
7294         (sql-copy-column): Copy without properties.
7295         (sqli-input-sender): Apply filters to SQLi input.
7296         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
7297         Implement as a filter.
7298         (sql-escape-newlines-filter): Implement as a filter.
7299         (sql-remove-tabs-filter): New function.
7300         (sql-send-magic-terminator): New function.
7301         (sql-send-string): Implement magic terminator.
7302         (sql-send-region): Use `sql-send-string'.
7303         (sql-interactive-mode): Use product API.
7304         (sql-product-interactive): Use product API.
7305         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7306         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7307         (sql-db2, sql-linter): Use `sql-product-interactive'.
7308         (sql-connect): New function.
7309         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
7310         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
7311         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
7312         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
7313         Use `sql-connect'.
7315 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7317         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
7318         New custom variable.
7319         (completion-pcm--string->pattern): Use it.
7320         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
7321         Make it handle any symbol as `any'.
7322         (completion-pcm--merge-completions): Extract common suffix for the new
7323         `prefix' symbol as well.
7324         (completion-substring--all-completions): Use the new `prefix' symbol.
7326 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
7328         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
7329         not bound.
7330         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
7331         (tramp-compat-funcall): New defmacro.
7332         (tramp-compat-line-beginning-position)
7333         (tramp-compat-line-end-position)
7334         (tramp-compat-temporary-file-directory)
7335         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
7336         (tramp-compat-copy-file, tramp-compat-copy-directory)
7337         (tramp-compat-delete-file, tramp-compat-delete-directory)
7338         (tramp-compat-number-sequence, tramp-compat-process-running-p)
7339         * net/tramp.el (top, with-progress-reporter)
7340         (tramp-rfn-eshadow-setup-minibuffer)
7341         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
7342         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
7343         (tramp-completion-mode-p, tramp-check-for-regexp)
7344         (tramp-open-connection-setup-interactive-shell)
7345         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
7346         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
7347         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
7348         * net/tramp-cmds.el (tramp-cleanup-all-connections)
7349         (tramp-reporter-dump-variable, tramp-load-report-modules)
7350         (tramp-append-tramp-buffers)
7351         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
7353         * net/tramp-imap.el (top): Autoload `epg-make-context'.
7355 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7357         * progmodes/compile.el (compilation-buffer-modtime): Rename from
7358         buffer-modtime.  Adjust users.
7360 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
7362         * international/mule.el (auto-coding-alist): Only purecopy
7363         car of each item, not the whole list (Bug#6083).
7365 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
7367         * progmodes/js.el (js-mode): Make paragraph variables local before
7368         calling c-setup-paragraph-variables (Bug#6071).
7370 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
7372         * composite.el (compose-region, reference-point-alist): Fix typos
7373         in the doc strings.
7375 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
7377         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
7378         gnuplot's "set" command.
7380 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
7382         * abbrev.el (last-abbrev-text): Doc fix.
7383         (abbrev-prefix-mark): Don't escape parenthesis.
7385 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
7387         * composite.el (find-composition): Doc fix.
7389 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
7391         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
7392         (sql-oracle-program, sql-sqlite-options)
7393         (sql-query-placeholders-and-send): Doc fixes.
7394         (sql-set-product, sql-interactive-mode): Reflow docstrings.
7395         (sql-imenu-generic-expression, sql-buffer)
7396         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
7397         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
7398         (sql-mode-sybase-font-lock-keywords)
7399         (sql-mode-informix-font-lock-keywords)
7400         (sql-mode-interbase-font-lock-keywords)
7401         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
7402         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
7403         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
7404         (sql-product-feature, sql-highlight-product)
7405         (comint-line-beginning-position, sql-rename-buffer)
7406         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
7407         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
7408         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
7409         Fix typos in docstrings.
7411 2010-05-08  Juri Linkov  <juri@jurta.org>
7413         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
7414         property instead of `invisible' and `after-string' (bug#5998).
7416 2010-05-08  Juri Linkov  <juri@jurta.org>
7418         * image-mode.el (image-mode-as-text): Fix typo in docstring.
7420 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
7422         * filecache.el (file-cache-add-directory-list)
7423         (file-cache-add-directory-recursively): Fix typos in docstrings.
7425 2010-05-08  Kenichi Handa  <handa@m17n.org>
7427         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
7428         (gujarati-composable-pattern): Fix typo.
7430 2010-05-08  Kenichi Handa  <handa@m17n.org>
7432         * language/indian.el (oriya-composable-pattern)
7433         (tamil-composable-pattern, malayalam-composable-pattern):
7434         Add two-part vowels to "v" (vowel sign).
7436 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
7438         * files.el (copy-directory): Handle symlinks (Bug#5982).
7440 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
7442         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
7443         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
7444         (Bug#5846).
7446 2010-05-08  Glenn Morris  <rgm@gnu.org>
7448         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
7450         * minibuffer.el (completion-at-point): Doc fix.
7452 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7454         * electric.el (Electric-command-loop): Minor tweak.
7456         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
7457         better with dedicated windows.
7459 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
7461         * Version 23.2 released.
7463 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
7464             Stefan Monnier  <monnier@iro.umontreal.ca>
7466         Highlight vendor specific properties.
7467         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
7468         (css-proprietary-property): New face.
7469         (css-font-lock-keywords): Use them.
7471 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
7473         * cus-start.el (all): Add native condition for tool-bar-* symbols.
7475 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7477         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
7478         * files.el (auto-mode-alist): Remove redundant entries.
7480         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
7481         * simple.el (auto-save-mode): Move from files.el.
7482         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
7484 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
7486         * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
7488 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7490         * mail/binhex.el (binhex-decode-region-internal)
7491         * mail/uudecode.el (uudecode-decode-region-internal)
7492         * net/dns.el (dns-read-string-name, dns-write, dns-read)
7493         (dns-read-type, dns-query)
7494         * pgg-parse.el (pgg-parse-armor)
7495         * pgg.el (pgg-verify-region)
7496         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
7497         XEmacs.
7499         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
7501 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
7503         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
7505         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
7506         * emulation/cua-base.el (cua-repeat-replace-region):
7507         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
7508         (cua-cut-region-to-global-mark):
7509         Remove text properties with `set-text-properties'.
7511 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
7513         * net/tramp.el (top, with-progress-reporter):
7514         Use `symbol-function' inside `funcall'.
7516         * net/tramp-compat.el (tramp-compat-file-attributes)
7517         (tramp-compat-delete-file, tramp-compat-delete-directory):
7518         Handle only `wrong-number-of-arguments' error.
7520         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
7521         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
7522         inside `funcall'.
7524 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7526         * minibuffer.el (completion--sreverse, completion--common-suffix):
7527         New functions.
7528         (completion-pcm--merge-completions): Extract common suffix when safe.
7530         * emacs-lisp/easy-mmode.el (define-minor-mode):
7531         Make :variable more flexible.
7532         * files.el (auto-save-mode): Use it to define using define-minor-mode.
7534 2010-05-05  Juri Linkov  <juri@jurta.org>
7536         Add `slow' and `history' tags to the desktop data.
7538         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
7539         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
7540         (Info-finder-find-node): Require `finder.el' to be able
7541         to restore node from the desktop.
7542         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
7543         data `Info-history' and `slow' tag in the assoc list.
7544         (Info-restore-desktop-buffer): Don't restore nodes with the
7545         `slow' tag.  Restore `Info-history'.
7547 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
7549         Add FORCE argument to `delete-file'.
7551         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
7552         forcing to delete the temporary file.
7553         (ange-ftp-delete-file): Add FORCE arg.
7554         (ange-ftp-rename-remote-to-remote)
7555         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
7556         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
7557         Force file deletion.
7559         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
7561         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
7562         (tramp-handle-make-symbolic-link, tramp-handle-load)
7563         (tramp-do-copy-or-rename-file-via-buffer)
7564         (tramp-do-copy-or-rename-file-directly)
7565         (tramp-do-copy-or-rename-file-out-of-band)
7566         (tramp-handle-process-file, tramp-handle-call-process-region)
7567         (tramp-handle-shell-command, tramp-handle-file-local-copy)
7568         (tramp-handle-insert-file-contents, tramp-handle-write-region)
7569         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
7571         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
7572         (tramp-fish-handle-make-symbolic-link)
7573         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
7575         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7576         Use `tramp-compat-delete-file'.
7578         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
7579         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
7581         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
7582         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
7584         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
7585         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
7586         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7587         Use `tramp-compat-delete-file'.
7589 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7591         Minor cleanups.
7592         * subr.el (add-minor-mode): Use push.
7593         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
7594         * emulation/edt.el (edt-select-mode): Simplify.
7596         Use define-minor-mode in more cases.
7597         * term/tvi970.el (tvi970-set-keypad-mode):
7598         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
7599         (normal-erase-is-backspace-mode):
7600         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
7601         (set-scroll-bar-mode-1): (Re)move to its sole caller.
7602         (get-scroll-bar-mode): New function.
7603         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
7605         Use define-minor-mode for less obvious cases.
7606         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
7607         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
7608         * international/iso-ascii.el (iso-ascii-mode):
7609         * frame.el (auto-raise-mode, auto-lower-mode):
7610         * composite.el (global-auto-composition-mode): Use define-minor-mode.
7612 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
7614         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
7615         in order to see error messages for failed logins.
7617 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
7619         * diff.el (diff-sentinel):
7621         * epg.el (epg--make-temp-file, epg-decrypt-string)
7622         (epg-verify-string, epg-sign-string, epg-encrypt-string):
7624         * jka-compr.el (jka-compr-partial-uncompress)
7625         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
7627         * server.el (server-sentinel): Use delete-file's new FORCE arg
7628         (Bug#6070).
7630 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7632         Use define-minor-mode where applicable.
7633         * view.el (view-mode):
7634         * type-break.el (type-break-query-mode)
7635         (type-break-mode-line-message-mode):
7636         * textmodes/reftex.el (reftex-mode):
7637         * term/vt100.el (vt100-wide-mode):
7638         * tar-mode.el (tar-subfile-mode):
7639         * savehist.el (savehist-mode):
7640         * ibuf-ext.el (ibuffer-auto-mode):
7641         * composite.el (auto-composition-mode):
7642         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
7643         Use define-minor-mode.
7644         (vhdl-mode): Use static mode-line format.
7645         (vhdl-mode-line-update): Delete.
7646         (vhdl-create-mode-menu, vhdl-activate-customizations)
7647         (vhdl-hs-minor-mode): Don't bother calling it.
7649 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7651         * simple.el (with-wrapper-hook): Move.
7652         (buffer-substring-filters): Mark obsolete.
7653         (filter-buffer-substring-functions): New variable.
7654         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
7656 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
7657             Michael Albinus  <michael.albinus@gmx.de>
7659         Implement compression for inline methods.
7661         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
7662         (tramp-copy-size-limit): Allow also nil.
7663         (tramp-inline-compress-commands): New defconst.
7664         (tramp-find-inline-compress, tramp-get-inline-compress)
7665         (tramp-get-inline-coding): New defuns.
7666         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
7667         replaced by `tramp-get-inline-coding'.
7668         (tramp-handle-file-local-copy, tramp-handle-write-region)
7669         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
7671 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7673         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
7674         Remove unused functions.
7676         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
7677         Set find-tag-default-function as a variable rather than a property.
7679         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
7680         * progmodes/etags.el (tags-completion-at-point-function):
7681         Remove left over interactive spec.  Add autoloading stub.
7682         (complete-tag): Use tags-completion-at-point-function.
7684 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
7686         * minibuffer.el (tags-completion-at-point-function): Fix return value.
7688 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
7690         * ido.el (ido-init-completion-maps): Remove C-v binding.
7691         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
7693 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
7695         * minibuffer.el (tags-completion-at-point-function): New function.
7696         (completion-at-point-functions): Use it.
7698         * progmodes/etags.el (complete-tag): Revert last change.
7700 2010-04-29  Alan Mackenzie  <acm@muc.de>
7702         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
7703         off-by-one error (in end of macro position).
7705 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7707         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
7708         firefox is absent.  Don't autoload.
7709         (browse-url-galeon-program): Don't autoload.
7711 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
7713         * bindings.el (complete-symbol): Move into minibuffer.el.
7715         * minibuffer.el (complete-tag): Move from etags.el.  If tags
7716         completion cannot be performed, return nil instead of signalling
7717         an error.
7718         (completion-at-point): Make it an alias for complete-symbol.
7719         (complete-symbol): Move from bindings.el, and replace with the
7720         body of completion-at-point.
7722         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
7724 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
7726         * net/tramp.el (tramp-remote-selinux-p): New defun.
7727         (tramp-handle-file-selinux-context)
7728         (tramp-handle-set-file-selinux-context): Use it.
7730 2010-04-28  Sam Steingold  <sds@gnu.org>
7732         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
7733         `safe-local-variable' if the value is a string or a symbol with
7734         the property `bug-reference-url-format'.
7736 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
7738         * progmodes/bug-reference.el (bug-reference-url-format):
7739         Revert 2010-04-27 change due to security risk.
7741 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7743         Make it possible to locally disable a globally enabled mode.
7744         * simple.el (fundamental-mode): Run fundamental-mode-hook.
7745         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
7746         rather than kill-all-local-variables so it runs fundamental-mode-hook.
7747         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7748         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
7749         that subsequent hooks get a chance to disable it.
7751 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7753         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7754         Avoid re-enabling a minor mode after the user turned the minor mode
7755         off if MODE-enable-in-buffers is run twice (typically once from
7756         fundamental-mode's after-change-major-mode-hook and a second time from
7757         run-mode-hook's own after-change-major-mode-hook).
7759         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
7761 2010-04-27  Sam Steingold  <sds@gnu.org>
7763         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
7764         `safe-local-variable' if the value is a string or a function, as
7765         documented and implemented on 2010-04-02.
7767 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
7769         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
7770         when method is 'kill.
7772 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
7774         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
7775         condition in default directory check.
7776         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
7777         Kill ispell process when killing its associated buffer.
7779 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
7781         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
7782         but we aren't using it.
7784 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
7786         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
7787         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
7789 2010-04-24  Glenn Morris  <rgm@gnu.org>
7791         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
7792         Ignore VCS-ignore files, and deleted nextstep preferences files.
7793         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
7794         (authors-ambiguous-files): New list.
7795         (authors-valid-file-names): Add some deleted files.
7796         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
7797         (authors-disambiguate-file-name): New function.  (Bug#5501)
7798         (authors-canonical-file-name): Doc fix.
7799         Don't warn about obsolete files.
7800         (authors-canonical-file-name, authors-scan-el):
7801         Use authors-disambiguate-file-name.
7803         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
7804         Add autoload cookies.
7805         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
7806         (generated-autoload-file): Set file-local value to "htmlfontify.el".
7807         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
7808         They have definitions / compiler macros in cl.el.
7809         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
7810         Replace manual autoloads with generated ones.
7811         (htmlfontify-unload-rgb-file): Remove autoload.
7812         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
7814 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7816         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
7817         (byte-compile-setq-default): Optimize for the
7818         single-var case and don't call byte-compile-form in this case to avoid
7819         inf-loop with byte-compile-set-default.
7821         * progmodes/compile.el (compilation-start): Abbreviate default directory.
7823 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
7825         Implement SELINUX backends.
7827         * net/tramp.el (tramp-file-name-handler-alist):
7828         Add `file-selinux-context' and `set-file-selinux-context'.
7829         (tramp-handle-file-selinux-context)
7830         (tramp-handle-set-file-selinux-context): New defuns.
7831         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
7832         Handle PRESERVE-SELINUX-CONTEXT.
7834         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7835         Add `file-selinux-context' and `set-file-selinux-context'.
7836         (tramp-gvfs-handle-file-selinux-context)
7837         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
7838         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
7840         * net/ange-ftp.el (ange-ftp-copy-file):
7841         * net/tramp-fish.el (tramp-fish-handle-copy-file):
7842         * net/tramp-imap.el (tramp-imap-handle-copy-file):
7843         * net/tramp-smb.el (tramp-smb-handle-copy-file):
7844         Add PRESERVE-SELINUX-CONTEXT.
7846 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
7848         Synchronize with Tramp repository.
7850         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
7851         (tramp-action-process-alive, tramp-action-out-of-band)
7852         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
7853         (tramp-exists-file-name-handler): Fix docstring.
7854         (with-progress-reporter): New defmacro.
7855         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
7856         (tramp-maybe-open-connection): Use it.
7858 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
7860         Detect ssh 'ControlMaster' argument automatically in some cases.
7862         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
7863         (tramp-default-method): Use it.
7865 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
7867         * net/tramp.el (tramp-handle-copy-file): Add new optional
7868         parameter `preserve-selinux-context'.
7869         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
7871 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
7873         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
7874         Ensure, that non remote files are still checked.  Oops.
7876 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
7878         Fix Bug#5840.
7880         * icomplete.el (icomplete-completions): Use `non-essential'.
7882         * net/tramp.el (tramp-connectable-p): New defun.
7883         (tramp-handle-expand-file-name)
7884         (tramp-completion-handle-file-name-all-completions)
7885         (tramp-completion-handle-file-name-completion): Use it.
7887 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7889         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
7891 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
7893         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
7895         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
7897         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
7898         is present.
7900         * info.el (info-tool-bar-map): Add labels.
7902         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
7904         * cus-edit.el (custom-commands): Add labels for tool bar.
7905         (custom-buffer-create-internal, Custom-mode): Adjust for
7906         labels in custom-commands.
7908         * dynamic-setting.el: Renamed from font-setting.el.
7910 2010-04-21  John Wiegley  <jwiegley@gmail.com>
7912         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
7913         toggles the use of virtual buffers.
7914         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
7915         (ido-toggle-virtual-buffers): New function.
7917 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
7919         Use `define-derived-mode'; fix window selection; doc fixes.
7920         * play/tetris.el (tetris, tetris-update-speed-function)
7921         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
7922         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
7923         (tetris-rotate-next, tetris-end-game, tetris-start-game)
7924         (tetris-pause-game): Fix typos in docstrings.
7925         (tetris-mode-map, tetris-null-map):
7926         Move initialization into declaration.
7927         (tetris-mode): Define with `define-derived-mode';
7928         set show-trailing-whitespace to nil.
7929         (tetris): Prefer window already displaying the "*Tetris*" buffer.
7931 2010-04-21  Karel Klíč  <kklic@redhat.com>
7933         * files.el (backup-buffer): Handle SELinux context, and return it
7934         if a backup was made by renaming.
7935         (backup-buffer-copy): Set SELinux context to the target file.
7936         (basic-save-buffer): Set SELinux context of the newly written file.
7937         (basic-save-buffer-1): Now it also returns any SELinux context.
7938         (basic-save-buffer-2): Set SELinux context of the newly created file,
7939         and return it.
7940         * net/tramp.el (tramp-file-name-for-operation):
7941         Add file-selinux-context.
7943 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7945         Make the log-edit comments use RFC822 format throughout.
7947         * vc.el (vc-checkin, vc-modify-change-comment):
7948         Adjust to new vc-start/finish-logentry.
7949         (vc-find-conflicted-file): New command.
7950         (vc-transfer-file): Adjust to new vc-checkin.
7951         (vc-next-action): Improve scoping.
7953         * vc-hg.el (vc-hg-log-edit-mode): Remove.
7954         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
7956         * vc-git.el (vc-git-log-edit-mode): Remove.
7957         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
7958         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
7960         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
7961         (vc-start-logentry): Remove argument `extra'.
7962         (vc-finish-logentry): Remove extra args.
7964         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
7965         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
7966         (vc-bzr-conflicted-files): New function.
7968         * log-edit.el (log-edit-extra-flags)
7969         (log-edit-before-checkin-process): Remove.
7970         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
7971         (log-edit-headers-alist): New var.
7972         (log-edit-header-contents-regexp): New const.
7973         (log-edit-match-to-eoh): New function.
7974         (log-edit-font-lock-keywords): Use them.
7975         (log-edit): Insert a "Summary:" header as default.
7976         (log-edit-mode): Mark font-lock rules as case-insensitive.
7977         (log-edit-done): Cleanup headers.
7978         (log-view-process-buffer): Remove.
7979         (log-edit-extract-headers): New function to replace it.
7981 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
7983         * subr.el (default-direction-reversed): Remove obsolescence info.
7985 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7987         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
7988         windows/frames.
7990         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
7991         I.e. include text after point in the completion region.
7992         Also, return nil when we're not after/in a symbol.
7994         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
7995         default enable-multibyte-characters.
7997 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7999         * international/mule.el: Help the user choose a valid coding-system.
8000         (read-buffer-file-coding-system): New function.
8001         (set-buffer-file-coding-system): Use it.  Prompt the user if the
8002         coding-system cannot encode all the chars.
8004         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
8005         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
8006         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
8007         Don't use *vc-bzr-shelve*.
8009 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
8011         Fix the version number for added files.
8012         * vc-hg.el (vc-hg-working-revision): Check if the file is
8013         registered after hg parent fails (Bug#5961).
8015 2010-04-19  Glenn Morris  <rgm@gnu.org>
8017         * htmlfontify.el (htmlfontify-buffer)
8018         (htmlfontify-copy-and-link-dir): Autoload entry points.
8020 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
8022         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
8023         name relative to the project root (Bug#5960).
8025 2010-04-19  Glenn Morris  <rgm@gnu.org>
8027         * vc-git.el (vc-git-print-log): Doc fix.
8029 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
8031         * ido.el (ido-file-internal): Fix 2009-12-02 change.
8033 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
8035         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
8036         default settings (Bug#5928).
8038 2010-04-19  Glenn Morris  <rgm@gnu.org>
8040         * progmodes/fortran.el (fortran-match-and-skip-declaration):
8041         New function.
8042         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
8044 2010-04-19  Kenichi Handa  <handa@m17n.org>
8046         * language/indian.el (malayalam-composable-pattern): Fix previous
8047         change (add U+0D4D "SIGN VIRAMA").
8048         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
8049         (tamil-composable-pattern): Fix typo in the regexp.
8050         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
8051         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
8052         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
8054 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
8056         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
8057         paragraph-separate (Bug#5821).
8059 2010-04-19  Juri Linkov  <juri@jurta.org>
8061         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
8063         * info.el (Info-find-node-2): Comment out code that skips
8064         breadcrumbs line.
8065         (Info-mouse-follow-link): New command.
8066         (Info-link-keymap): New keymap.
8067         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
8068         Return a string with links instead of inserting breadcrumbs
8069         to the Info buffer.
8070         (Info-fontify-node): Comment out code that inserts breadcrumbs.
8071         Instead of putting the `invisible' text property over the Info
8072         header, make an overlay over the Info header with the `invisible'
8073         property and `after-string' set to the string returned by
8074         `Info-breadcrumbs'.
8076 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
8078         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
8079         Reported by monkey@sandpframing.com.
8081 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8083         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
8084         (tmm-get-keymap): Add key-binding shortcuts now that they're not
8085         available in the "keyseq cache" any more.
8087         * custom.el (defcustom): Add edebug spec.
8089 2010-04-18  Juri Linkov  <juri@jurta.org>
8091         Test for special mode-class in view-buffer instead of view-file (bug#5513).
8093         * view.el (view-file, view-buffer): Move test for special mode-class
8094         from view-file to view-buffer.
8096         * tar-mode.el (tar-extract): Turn if's into one cond
8097         like in arc-mode.el.
8099 2010-04-18  Juri Linkov  <juri@jurta.org>
8101         Add 7z archive format support (bug#5475).
8103         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
8104         (archive-7z-extract): New defcustom.
8105         (archive-find-type): Add magic string for 7z.
8106         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
8107         If `stderr-file' is non-nil, use `(t stderr-file)' for the
8108         `buffer' arg of `call-process'.
8109         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
8110         call the function `archive-7z-extract' with the variable
8111         `archive-7z-extract' let-bound to `archive-zip-extract'.
8112         (archive-7z-summarize, archive-7z-extract): New functions.
8114         * international/mule.el (auto-coding-alist):
8115         * files.el (auto-mode-alist): Add 7z file extension.
8117 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8119         * loadup.el: Setup hash-cons for pure data.
8121         Fix duplicate entries in cedet's loaddefs.el files.
8122         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
8123         Should make most file-local generated-autoload-file unnecessary.
8124         (print-readably): Silence warnings.
8125         (autoload-find-destination): Take load-name as an arg to make sure
8126         it's the same as the one that will be in the file.
8127         (autoload-generate-file-autoloads): Adjust to above changes.
8128         Try to make the dataflow a bit simpler.
8130         * cvs-status.el (cvs-refontify): Remove unused.
8132 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
8134         * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
8136         * calc/calc-bin.el (calc-radix): Have the "O" option turn on
8137         twos-complement mode.
8139 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
8141         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
8142         'calc-option'.  Add `calc-option-prefix-help' to calc-help autoloads.
8143         (calc-inverse): Add "Option" to message, as appropriate.
8144         (calc-hyperbolic): Add "Option" to message, as appropriate.
8145         (calc-option, calc-is-option): New functions.
8147         * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
8148         (calc-option-prefix-help): New function.
8150         * calc/calc-misc.el (calc-help): Add "Option" entry.
8152         * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
8153         (calc-option-flag): New variable.
8154         (calc-do): Set `calc-option-flag to nil.
8155         (calc-set-mode-line): Add "Opt " as appropriate.
8157 2010-04-16  Juri Linkov  <juri@jurta.org>
8159         Move scrolling commands from simple.el to window.el
8160         because their primitives are implemented in window.c.
8162         * simple.el (scroll-error-top-bottom)
8163         (scroll-up-command, scroll-down-command, scroll-up-line)
8164         (scroll-down-line, scroll-other-window-down)
8165         (beginning-of-buffer-other-window, end-of-buffer-other-window):
8166         * window.el (scroll-error-top-bottom)
8167         (scroll-up-command, scroll-down-command, scroll-up-line)
8168         (scroll-down-line, scroll-other-window-down)
8169         (beginning-of-buffer-other-window, end-of-buffer-other-window):
8170         Move from simple.el to window.el because their primitives are
8171         implemented in window.c.
8173 2010-04-16  Juri Linkov  <juri@jurta.org>
8175         * isearch.el (isearch-lookup-scroll-key): Check both
8176         `isearch-scroll' and `scroll-command' properties.
8177         (scroll-up, scroll-down): Remove `isearch-scroll' property.
8179         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
8181         * simple.el (scroll-up-command, scroll-down-command)
8182         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
8184 2010-04-15  Juri Linkov  <juri@jurta.org>
8186         * simple.el (scroll-up-command, scroll-down-command)
8187         (scroll-up-line, scroll-down-line): Put `scroll-command'
8188         property on the these symbols.  Remove them from
8189         `scroll-preserve-screen-position-commands'.
8191         * mwheel.el (mwheel-scroll): Put `scroll-command' and
8192         `isearch-scroll' properties on the `mwheel-scroll' symbol.
8193         Remove it from `scroll-preserve-screen-position-commands'.
8195         * isearch.el (isearch-allow-scroll): Doc fix.
8197 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
8199         * net/tramp.el (tramp-error-with-buffer): Don't show the
8200         connection buffer when we are in completion mode.
8201         (tramp-file-name-handler): Catch the error for some operations
8202         when we are in completion mode.  This gives the user the chance to
8203         correct the file name in the minibuffer.
8205 2010-04-15  Glenn Morris  <rgm@gnu.org>
8207         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
8209 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
8211         Simplify by using `define-derived-mode'.
8212         * info.el (Info-mode):
8213         * calendar/todo-mode.el (todo-mode):
8214         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
8215         (gomoku-mode-map): Move initialization into declaration.
8217 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
8219         Fix Bug#5840.
8220         * ido.el (ido-file-name-all-completions-1):
8221         * minibuffer.el (minibuffer-completion-help):
8222         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
8224 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8226         * simple.el (non-essential): New var.
8228         Add a new field `location' to bookmarks for non-file bookmarks.
8229         * bookmark.el (bookmark-location): Use the new field, if present.
8230         (bookmark-insert-location): Undo last change, not needed any more.
8231         * man.el (Man-bookmark-make-record):
8232         * woman.el (woman-bookmark-make-record): Add `location' field.
8234 2010-04-14  Juri Linkov  <juri@jurta.org>
8236         * simple.el (scroll-error-top-bottom): New defcustom.
8237         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
8239         * emulation/pc-select.el (pc-select-override-scroll-error):
8240         Obsolete in favor of `scroll-error-top-bottom'.
8242 2010-04-14  Juri Linkov  <juri@jurta.org>
8244         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
8245         `scroll-up-command' and `M-v' to `scroll-down-command'.
8247         * emulation/cua-rect.el (cua--init-rectangles):
8248         * forms.el (forms--change-commands):
8249         * image-mode.el (image-mode-map):
8250         Remap scroll-down-command and scroll-up-command
8251         in addition to scroll-down and scroll-up.
8253 2010-04-14  Juri Linkov  <juri@jurta.org>
8255         * mwheel.el (scroll-preserve-screen-position-commands):
8256         Add mwheel-scroll to this list of commands.
8258         * simple.el (scroll-preserve-screen-position-commands):
8259         Add scroll-up-command, scroll-down-command, scroll-up-line,
8260         scroll-down-line to this list of commands.
8262 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8264         * obsolete/complete.el: Move from lisp/complete.el.
8266         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
8268         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
8269         to the minor mode function now turns the mode ON unconditionally.
8271 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8273         * vc-dir.el (vc-dir-kill-line): New command.
8274         (vc-dir-mode-map): Bind it to C-k.
8276         * bookmark.el (bookmark-insert-location): Handle a nil filename.
8278         * woman.el: Add bookmark declarations to silence the compiler.
8279         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
8280         step to compatibility between man and woman bookmarks.
8281         Adjust for Man-default-bookmark-title renaming.
8282         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
8284         * man.el: Add bookmark declarations to silence the compiler.
8285         (Man-name-local-regexp): Make it match NAME as well.
8286         (Man-getpage-in-background): Return the buffer.
8287         (Man-notify-when-ready): Use `case'.
8288         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
8289         Don't hardcode "NAME".  Simplify.
8290         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
8291         Rename from Man-bookmark-make-record.
8292         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
8293         we have the actual man-args.  Use Man-getpage-in-background rather
8294         than `man' since the arg is already processed.  Let bookmark.el do the
8295         window handling.  Only wait for the relevant process.
8296         Don't forget to autoload.
8298         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
8300 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8302         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
8303         New functions.
8304         (woman-mode): Setup bookmark support.
8306         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
8307         (man-bookmark-jump): New functions.
8308         (Man-mode): Setup bookmark support.
8310 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
8312         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
8313         recognize ssh-keygen prompt (Bug#2817).
8315 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
8317         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
8319 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
8321         Synchronize with Tramp repository.
8323         * net/tramp.el (tramp-completion-function-alist)
8324         (tramp-file-name-regexp, tramp-chunksize)
8325         (tramp-local-coding-commands, tramp-remote-coding-commands):
8326         Fix docstring.
8327         (tramp-remote-process-environment): Use `format' instead of `concat'.
8328         (tramp-handle-directory-files-and-attributes)
8329         (tramp-get-remote-path): Use `copy-tree'.
8330         (tramp-handle-file-name-all-completions): Backward/ XEmacs
8331         compatibility: Use `completion-ignore-case' if
8332         `read-file-name-completion-ignore-case' does not exist.
8333         (tramp-do-copy-or-rename-file-directly): Do not use
8334         `tramp-handle-file-remote-p'.
8335         (tramp-do-copy-or-rename-file-out-of-band):
8336         Use `tramp-compat-delete-directory'.
8337         (tramp-do-copy-or-rename-file-out-of-band)
8338         (tramp-compute-multi-hops, tramp-maybe-open-connection):
8339         Use `format-spec-make'.
8340         (tramp-find-foreign-file-name-handler)
8341         (tramp-advice-make-auto-save-file-name)
8342         (tramp-set-auto-save-file-modes): Remove superfluous check for
8343         `stringp'.  This is done inside `tramp-tramp-file-p'.
8344         (tramp-debug-outline-regexp): New defconst.
8345         (tramp-get-debug-buffer): Use it.
8346         (tramp-check-for-regexp): Use (forward-line 1).
8347         (tramp-set-auto-save-file-modes): Adapt version check.
8349         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
8350         Wrap call of `featurep' for 2nd argument.
8351         (tramp-compat-make-temp-file): Simplify fallback implementation.
8352         (tramp-compat-copy-tree): Remove function.
8353         (tramp-compat-delete-directory): Provide implementation for older
8354         Emacsen.
8356         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
8357         Do not use `tramp-fish-handle-file-attributes.
8359         * net/trampver.el: Update release number.
8361 2010-04-10  Glenn Morris  <rgm@gnu.org>
8363         * progmodes/compile.el (compilation-save-buffers-predicate):
8364         Add missing :version tag.
8366 2010-04-09  Sam Steingold  <sds@gnu.org>
8368         * progmodes/compile.el (compilation-save-buffers-predicate):
8369         Remove the "autoload" cookie.
8371         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
8372         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
8373         and `bug-reference-prog-mode' can be used in hooks directly.
8375 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
8377         Add --author support to git commit.
8378         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
8379         (vc-git-log-edit-mode): New minor mode.
8380         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
8381         New declarations.
8383 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
8385         * vc-hooks.el, vc-git.el: Improve documentation comments.
8387 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8389         Fix some of the problems in defsubst* (bug#5728).
8390         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
8391         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
8393 2010-04-07  Sam Steingold  <sds@gnu.org>
8395         * progmodes/compile.el (compilation-save-buffers-predicate):
8396         New custom variable.
8397         (compile, recompile): Pass it to `save-some-buffers'.
8399 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
8401         * wid-edit.el (widget-choose): Move cursor to the second line of
8402         the buffer (Bug#5695).
8404 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
8406         Add new VC methods: vc-log-incoming and vc-log-outgoing.
8407         * vc.el (vc-print-log-setup-buttons): New function split out from
8408         vc-print-log-internal.
8409         (vc-log-internal-common): New function, a parametrized version of
8410         vc-print-log-internal.
8411         (vc-print-log-internal): Just call vc-log-internal-common with the
8412         right arguments.
8413         (vc-incoming-outgoing-internal):
8414         (vc-log-incoming, vc-log-outgoing): New functions.
8415         (vc-log-view-type): New permanent local variable.
8417         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
8419         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
8420         of the dynamic bound vc-short-log.
8421         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
8423         * vc-git.el (vc-git-log-outgoing): New function.
8424         (vc-git-log-view-mode): Use vc-log-view-type instead
8425         of the dynamic bound vc-short-log.
8427         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
8428         of the dynamic bound vc-short-log.  Highlight the tag.
8429         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
8430         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
8431         (vc-hg-incoming-mode): Remove.
8432         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
8434 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
8436         Fix default-directory for vc-root-diff.
8437         * vc.el (vc-root-diff): Bind default-directory to the root
8438         directory for the diff command.
8440 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
8442         * progmodes/verilog-mode.el (verilog-forward-sexp):
8443         (verilog-calc-1): Support "disable fork" and "fork wait" multi
8444         word keywords, suggested by Steve Pearlmutter.
8445         (verilog-pretty-declarations): Support lineup of declarations in
8446         port lists.
8447         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
8448         fix bug for /* / comments.
8449         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
8450         Speed up and simplfy as this is never called with a bound.
8451         (verilog-pretty-declarations): Enhance to line up declarations
8452         inside a parameter list, suggested by Alan Morgan.
8453         (verilog-pretty-expr): Tune assignment regular expression match
8454         string for corner cases; also use markers instead of character
8455         number as indent changes the later.
8457 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
8459         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
8460         as missing keyword.
8461         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
8462         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
8463         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
8464         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
8465         Tennant.
8466         (verilog-keywords):
8467         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
8468         1800-2009 keywords, including "global.".
8470 2010-04-06  John Wiegley  <jwiegley@gmail.com>
8472         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
8473         appearing in buffer list (if a live buffer name matched a recentf
8474         file basename).  Should use uniquify to offer a real solution.
8476 2010-04-06  John Wiegley  <jwiegley@gmail.com>
8478         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
8479         comment to code, and add a :version tag.
8480         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
8482 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
8484         Enable recentf-mode if using virtual buffers.
8485         * ido.el (recentf-list): Declare for byte-compiler.
8486         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
8487         (ido-make-buffer-list): Simplify.
8488         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
8490 2010-04-05  Juri Linkov  <juri@jurta.org>
8492         Scrolling commands which scroll a line instead of full screen.
8493         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
8495         * simple.el (scroll-up-line, scroll-down-line): New commands.
8496         Put property isearch-scroll=t on them.
8498         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
8499         Remove commands.
8501 2010-04-05  Juri Linkov  <juri@jurta.org>
8503         Scrolling commands which do not signal errors at top/bottom.
8504         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
8506         * simple.el (scroll-up-command, scroll-down-command): New commands.
8507         Put property isearch-scroll=t on them.
8509         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
8510         `scroll-down-command' and [next] from `scroll-up' to
8511         `scroll-up-command'.
8513         * emulation/cua-base.el: Put property CUA=move on
8514         `scroll-up-command' and `scroll-down-command'.
8515         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
8516         and `scroll-down-command' to `cua-scroll-down'.
8518 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
8520         * help.el (describe-mode): Return nil.
8522 2010-04-04  John Wiegley  <jwiegley@gmail.com>
8524         * ido.el (ido-use-virtual-buffers): New variable to indicate
8525         whether "virtual buffer" support is enabled for IDO.
8526         (ido-virtual): Face used to indicate virtual buffers in the list.
8527         (ido-buffer-internal): If a buffer is chosen, and no such buffer
8528         exists, but a virtual buffer of that name does (which would be why
8529         it was in the list), recreate the buffer by reopening the file.
8530         (ido-make-buffer-list): If virtual buffers are being used, call
8531         `ido-add-virtual-buffers-to-list' before the make list hook.
8532         (ido-virtual-buffers): New variable which contains a copy of the
8533         current contents of the `recentf-list', albeit pared down for the
8534         sake of speed, and with proper faces applied.
8535         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
8536         create a list of "virtual buffers" to present to the user in
8537         addition to the currently open set.  Note that this logic could
8538         get rather slow if that list is too large.  With the default
8539         `recentf-max-saved-items' of 200, there is little speed penalty.
8541 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8543         * font-lock.el: Require CL when compiling.
8544         (font-lock-turn-on-thing-lock): Use `case'.
8546 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
8548         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
8549         Zaretskii.
8551 2010-04-02  Juri Linkov  <juri@jurta.org>
8553         * ehelp.el (electric-help-orig-major-mode):
8554         New buffer-local variable.
8555         (electric-help-mode): Set it to original major-mode.  Doc fix.
8556         (with-electric-help): Use `electric-help-orig-major-mode' instead
8557         of (default-value 'major-mode).  Doc fix.
8558         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
8560 2010-04-02  Sam Steingold  <sds@gnu.org>
8562         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
8563         `vc-hg-command' with a list of flags.
8565         * progmodes/bug-reference.el (bug-reference-bug-regexp):
8566         Also accept "patch" and "RFE".
8567         (bug-reference-fontify): `bug-reference-url-format' can also be a
8568         function to be able to handle the bug kind.
8569         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
8571 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
8573         * tmm.el (tmm-get-keymap): Check with symbolp before passing
8574         value to fboundp, it may not be a symbol.
8576 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
8578         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
8580 2010-03-31  Juri Linkov  <juri@jurta.org>
8582         * simple.el (next-line, previous-line): Re-throw a signal
8583         with `signal' instead of using `ding'.
8584         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
8586 2010-03-31  Juri Linkov  <juri@jurta.org>
8588         * simple.el (keyboard-escape-quit): Raise deselecting the active
8589         region higher than exiting the minibuffer.
8590         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
8592 2010-03-31  Juri Linkov  <juri@jurta.org>
8594         * image.el (image-animated-p): Use `image-metadata' instead of
8595         `image-extension-data'.  Get GIF extenstion data from metadata
8596         property `extension-data'.
8598 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8600         * simple.el (append-to-buffer): Simplify.
8602 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
8604         * textmodes/artist.el (artist-mode): Fix typo in docstring.
8605         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
8607 2010-03-31  Kenichi Handa  <handa@m17n.org>
8609         * language/sinhala.el (composition-function-table): Fix regexp for
8610         the new Unicode specification.
8612         * language/indian.el (devanagari-composable-pattern)
8613         (tamil-composable-pattern, kannada-composable-pattern)
8614         (malayalam-composable-pattern): Adjust for the new Unicode
8615         specification.
8616         (bengali-composable-pattern, gurmukhi-composable-pattern)
8617         (gujarati-composable-pattern, oriya-composable-pattern)
8618         (telugu-composable-pattern): New variables to cope with the new
8619         Unicode specification.  Use them in composition-function-table.
8621 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8623         Make tmm-menubar work for the Buffers menu again (bug#5726).
8624         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
8625         vectors rather than cons cells, as used in menu-bar-update-buffers.
8627 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
8629         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
8630         (js-insert-and-indent): Revert 2009-08-15 change, restoring
8631         electric punctuation for "{}();,:" (Bug#5586).
8633         * mail/sendmail.el (mail-default-directory): Doc fix.
8635 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
8637         * mail/sendmail.el (mail-default-directory): Doc fix.
8639 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
8641         * subr.el (version-regexp-alist, version-to-list)
8642         (version-list-<, version-list-=, version-list-<=)
8643         (version-list-not-zero, version<, version<=, version=): Doc fix.
8644         (Bug#5744).
8646 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
8648         * vc.el (vc-root-diff): Doc fix.
8650 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
8652         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
8654         * simple.el (append-to-buffer): Fix last change.
8656 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
8658         * simple.el (append-to-buffer): Ensure that point is preserved if
8659         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
8660         (Bug#5749)
8662 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8664         * files.el (auto-mode-case-fold): Change default to t.
8666 2010-03-30  Juri Linkov  <juri@jurta.org>
8668         * dired-x.el (dired-omit-mode): Doc fix.
8670 2010-03-30  Juri Linkov  <juri@jurta.org>
8672         * replace.el (occur-accumulate-lines): Move occur-engine related
8673         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
8674         to be located after `occur-engine'.
8676 2010-03-30  Juri Linkov  <juri@jurta.org>
8678         Make occur handle multi-line matches cleanly with context.
8679         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
8681         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
8682         (occur-engine): Add local variables `ret', `prev-after-lines',
8683         `prev-lines'.  Use more arguments for `occur-context-lines'.
8684         Set first elem of its returned list to `data', and the second elem
8685         to `prev-after-lines'.  Don't print the separator line.
8686         In the end, print remaining context after-lines.
8687         (occur-context-lines): Add new arguments `begpt', `endpt',
8688         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
8689         after-lines of the previous match with before-lines of the
8690         current match and not overlap them.  Return a list with two
8691         values: the output line and the list of context after-lines.
8693 2010-03-30  Juri Linkov  <juri@jurta.org>
8695         * replace.el (occur-accumulate-lines): Fix a bug where the first
8696         context line at the beginning of the buffer was missing.
8698 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
8700         * files.el: Make bidi-display-reordering safe variable for boolean
8701         values.
8703 2010-03-29  Phil Hagelberg  <phil@evri.com>
8704             Chong Yidong  <cyd@stupidchicken.com>
8706         * subr.el: Extend progress reporters to perform "spinning".
8707         (progress-reporter-update, progress-reporter-do-update):
8708         Handle non-numeric value arguments.
8709         (progress-reporter--pulse-characters): New var.
8711 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
8713         * progmodes/compile.el (compilation-start): Fix regexp detection
8714         of initial cd command (Bug#5771).
8716 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
8718         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
8720 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
8722         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
8723         * progmodes/gdb-mi.el: Restore.
8724         * progmodes/gdb-ui.el: Remove.
8725         * progmodes/gud.el: Re-accommodate for gdb-mi.el.
8727 2010-03-25  Glenn Morris  <rgm@gnu.org>
8729         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
8730         all dired buffers, even tramp ones.  (Bug#5755)
8732 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8734         Add "union tags" in mpc.el.
8735         * mpc.el: Remove backward compatibility code.
8736         (mpc-browser-tags): Change default.
8737         (mpc--find-memoize-union-tags): New var.
8738         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
8739         (mpc-cmd-find): Handle the case where the playlist does not exist.
8740         Handle union-tags.
8741         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
8742         (mpc-cmd-add): Use mpc-cmd-flush.
8743         (mpc-tagbrowser-tag-name): New fun.
8744         (mpc-tagbrowser-buf): Use it.
8745         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
8747 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8749         Misc cleanup.
8750         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
8751         Use replace-regexp-in-string.
8752         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
8753         (makefile-imake-mode-syntax-table): Move init into defvar.
8754         (makefile-mode): Use define-derived-mode.
8756         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
8757         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
8758         not be present any more.
8760 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
8762         * faces.el (set-face-attribute): Fix typo in docstring.
8763         (face-valid-attribute-values): Reflow docstring.
8765 2010-03-24  Glenn Morris  <rgm@gnu.org>
8767         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
8769 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
8771         * indent.el (indent-for-tab-command): Doc fix.
8773 2010-03-24  Alan Mackenzie  <acm@muc.de>
8775         * progmodes/cc-engine.el (c-remove-stale-state-cache):
8776         Fix off-by-one error.  Fixes bug #5747.
8778 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
8780         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
8781         (image-dired-read-comment): Doc fix.
8783         * json.el (json-object-type, json-array-type, json-key-type)
8784         (json-false, json-null, json-read-number):
8785         * minibuffer.el (completion-in-region-functions):
8786         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
8787         (cal-tex-cursor-week):
8788         * emacs-lisp/trace.el (trace-function):
8789         * eshell/em-basic.el (eshell/printnl):
8790         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
8791         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
8792         * obsolete/levents.el (allocate-event, event-key, event-object)
8793         (event-point, event-process, event-timestamp, event-to-character)
8794         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
8795         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
8796         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
8797         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
8798         (reftex-highlight-selection): Fix typos in docstrings.
8800 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
8802         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
8804 2010-03-24  Glenn Morris  <rgm@gnu.org>
8806         * mail/rmail.el (rmail-highlight-face): Restore option deleted
8807         2008-02-13 without comment; mark it obsolete.
8808         (rmail-highlight-headers): Use rmail-highlight-face once more.
8810 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
8812         * woman.el (woman2-process-escapes): Only consume the newline if
8813         the filler character is on a line by itself (Bug#5729).
8815 2010-03-24  Kenichi Handa  <handa@m17n.org>
8817         * language/indian.el (devanagari-composable-pattern): Add more
8818         consonants.
8820 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
8822         * net/trampver.el: Update release number.
8824 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
8826         * net/tramp.el (tramp-find-executable):
8827         Use `tramp-get-connection-buffer'.  Make the regexp for checking
8828         output of "wc -l" more robust.
8829         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
8830         (tramp-open-connection-setup-interactive-shell): Remove workaround
8831         for OpenSolaris bug, it is not needed anymore.
8833 2010-03-24  Glenn Morris  <rgm@gnu.org>
8835         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
8837 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
8839         * files.el (auto-mode-alist): Accept more verilog file patterns.
8841 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8843         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
8845 2010-03-24  Glenn Morris  <rgm@gnu.org>
8847         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
8848         log-edit-before-checkin-process.
8850         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
8852         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
8854         * vc-dispatcher.el (vc-start-logentry): Doc fix.
8855         (log-view-process-buffer, log-edit-extra-flags): Declare.
8857         * log-edit.el (log-edit-before-checkin-process): Doc fix.
8859 2010-03-23  Sam Steingold  <sds@gnu.org>
8861         Fix bug#5620: recalculate all markers on compilation buffer
8862         modifications, not on file modifications.
8863         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
8864         the buffer modification time, for buffers not associated with files.
8865         (compilation-mode): Create it.
8866         (compilation-filter): Update it.
8867         (compilation-next-error-function): Use it instead of
8868         `visited-file-modtime' for timestamp.
8870 2010-03-23  Juri Linkov  <juri@jurta.org>
8872         Implement Occur multi-line matches.
8873         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
8875         * replace.el (occur): Doc fix.
8876         (occur-engine): Set `begpt' to the beginning of the first line.
8877         Set `endpt' to the end of the last match line.  At first, count
8878         line numbers between `origpt' and `begpt'.  Split out code from
8879         `out-line' variable to new let-bindings `match-prefix' and
8880         `match-str'.  In `out-line' add non-numeric prefix to all
8881         non-first lines of multi-line matches.  Finally, count lines
8882         between `begpt' and `endpt' and add to `lines'.
8884 2010-03-23  Juri Linkov  <juri@jurta.org>
8886         * replace.el (occur-accumulate-lines, occur-engine):
8887         Use `occur-engine-line' instead of duplicate code.
8888         (occur-engine-line): New function created from duplicate code
8889         in `occur-accumulate-lines' and `occur-engine'.
8891         * replace.el (occur-engine-line): Add optional arg `keep-props'.
8892         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
8894 2010-03-23  Juri Linkov  <juri@jurta.org>
8896         * finder.el: Remove TODO tasks.
8898         * info.el (Info-finder-find-node): Add node "all"
8899         with all package info.  Handle a list of multiple keywords
8900         separated by comma.
8901         (info-finder): In interactive use with a prefix argument,
8902         use `completing-read-multiple' to read a list of keywords
8903         separated by comma.
8905 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8907         Add a new completion style `substring'.
8908         * minibuffer.el (completion-basic--pattern): New function.
8909         (completion-basic-try-completion, completion-basic-all-completions):
8910         Use it.
8911         (completion-substring--all-completions)
8912         (completion-substring-try-completion)
8913         (completion-substring-all-completions): New functions.
8914         (completion-styles-alist): New style `substring'.
8916 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8918         Get rid of .elc files after removal of the corresponding .el.
8919         * Makefile.in (compile-clean): New target.
8920         (compile-main): Use it.
8922 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
8924         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
8925         don't do make there.  When compiling with separate object dir, there
8926         is no Makefile there.
8928 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8930         Get rid of the ELCFILES abomination, again.
8931         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
8932         (all, compile): Don't call compile-last.
8933         (compile-main): Build the "elcfiles" list dynamically.
8934         (compile-targets): New (internal) target.
8936 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
8938         * Makefile.in (top_srcdir): Define.
8939         (abs_top_builddir): Define.
8940         (srcdir): Don't append `/..'.
8941         (EMACS): Use ${abs_top_builddir}.
8942         (all, compile, compile-always, compile-last): Don't set emacswd.
8943         (update-subdirs, update-authors): Use $(top_srcdir) instead of
8944         $(srcdir).
8945         (lisp): Use $(srcdir) instead of @srcdir@.
8947 2010-03-21  Juri Linkov  <juri@jurta.org>
8949         Fix message of multi-line occur regexps and multi-buffer header lines.
8950         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
8952         * replace.el (occur-1): Don't display regexp if it is longer
8953         than window-width.  Use `query-replace-descr' to display regexp.
8954         (occur-engine): Don't display regexp in the buffer header for
8955         multi-buffer occur.  Display a separate header line with total
8956         match count and regexp for multi-buffer occur.
8957         Use `query-replace-descr' to display regexp.
8959 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8961         * net/secrets.el: Fix parenthesis.
8962         (secrets-enabled): Fix parenthesis.
8964 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8966         Use more relative file and directory names.
8967         * Makefile.in (EMACS): Arrange for it to work when we chdir.
8968         (setwins, setwins_almost, setwins_for_subdirs):
8969         Don't `cd'; output relative names.
8970         (all, compile, compile-always, compile-last): Set emacswd.
8971         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
8972         Just cd to the lisp source dir so we can use relative file names.
8974         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
8976 2010-03-20  Glenn Morris  <rgm@gnu.org>
8978         * textmodes/rst.el: Use faces for font-lock customization, and make the
8979         old -face variables obsolete.
8980         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
8981         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
8982         (rst-block-face, rst-external-face, rst-definition-face)
8983         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
8984         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
8985         Make obsolete.
8986         (rst-font-lock-keywords-function): Update for above changes.
8988 2010-03-20  Juri Linkov  <juri@jurta.org>
8990         * s-region.el:
8991         * obsolete/s-region.el: Move to obsolete.
8993 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
8995         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
8997 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
8999         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
9001 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
9003         Add special markup processing for commit logs.
9004         * log-edit.el (log-edit-extra-flags): New variable.
9005         (log-edit): Add new argument MODE.  Use that mode when non-nil
9006         instead of the log-view-mode.
9007         (log-view-process-buffer): New function.
9009         * vc.el: Document that the checkin method takes optional
9010         arguments.  Document new backend specific method: log-view-mode.
9011         (vc-default-log-edit-mode): New function.
9012         (vc-checkin): Use a backend specific log-view-mode.
9013         Pass extra arguments to the checkin method.
9014         (vc-modify-change-comment): Pass a dummy extra argument.
9016         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
9017         log-edit.
9018         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
9019         (vc-finish-logentry): Process the log buffer before passing it
9020         down.  Pass log-edit-extra-flags.
9022         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
9023         command.
9024         (log-edit-extra-flags, log-edit-before-checkin-process):
9025         New declarations.
9027         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
9028         command.
9029         (log-edit-extra-flags, log-edit-before-checkin-process):
9030         New declarations.
9031         (vc-hg-log-edit-mode): New derived mode.
9033         * vc-arch.el (vc-arch-checkin):
9034         * vc-cvs.el (vc-cvs-checkin):
9035         * vc-git.el (vc-git-checkin):
9036         * vc-mtn.el (vc-mtn-checkin):
9037         * vc-rcs.el (vc-rcs-checkin):
9038         * vc-sccs.el (vc-sccs-checkin):
9039         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
9041 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9043         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
9044         parent typo).
9046 2010-03-19  Glenn Morris  <rgm@gnu.org>
9048         * password-cache.el (password-cache, password-cache-expiry): Autoload.
9050 2010-03-18  Glenn Morris  <rgm@gnu.org>
9052         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
9054         * replace.el (query-replace-history): Give it a doc string.
9055         (map-query-replace-regexp): Use query-replace-from-history-variable
9056         and query-replace-to-history-variable.
9058         * mail/hashcash.el (declare-function): Remove duplicate definition.
9060         * mail/emacsbug.el (report-emacs-bug-pretest-address):
9061         Make it an obsolete alias for report-emacs-bug-address.
9062         (message-strip-special-text-properties): Declare.
9063         (report-emacs-bug): Remove test for a pretest bug address.
9064         Combine message-mode-specific code.
9066         * mail/supercite.el: Don't require sendmail.
9067         (mh-in-header-p): Declare rather than using with-no-warnings.
9068         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
9069         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
9071         * calendar/cal-french.el: Convert to utf-8.
9073         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
9074         Emacs scripts.
9076 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
9078         * net/secrets.el (secrets-enabled): New variable.  Use it instead
9079         of a subfeature.
9081 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
9083         * net/secrets.el (top): Register the D-Bus signals only when the
9084         service "org.freedesktop.secrets" can be pinged.
9085         Provide subfeature `enabled'.
9087 2010-03-14  Juri Linkov  <juri@jurta.org>
9089         Add finder unknown keywords.
9091         * finder.el (finder-unknown-keywords): New function.
9093         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
9094         to create a Finder node with unknown keywords.
9096 2010-03-14  Juri Linkov  <juri@jurta.org>
9098         * finder.el (finder-compile-keywords): Replace `princ' with
9099         `prin1' on a list of symbols interned from keyword strings.
9101         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
9102         a comma, then split keywords using a comma and optional whitespace.
9103         Otherwise, split by whitespace.
9105         * complete.el:
9106         * face-remap.el:
9107         * log-view.el:
9108         * net/hmac-def.el:
9109         * net/hmac-md5.el:
9110         * net/netrc.el:
9111         * progmodes/mixal-mode.el: Fix keywords.
9113 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
9115         * Makefile.in (ELCFILES): Add net/secrets.elc.
9117         * net/secrets.el: New file.
9119 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
9121         * facemenu.el (list-colors-display, list-colors-print): New arg
9122         callback.  Use it to allow selecting colors.
9124         * wid-edit.el (widget-image-insert): Insert image prop even if the
9125         current display is non-graphic.
9126         (widget-field-value-set): New fun.
9127         (editable-field): Use it.
9128         (widget-field-value-get): Clean up unused var.
9129         (widget-color-value-create, widget-color--choose-action):
9130         New funs.  Allow using list-colors-display to choose color.
9132 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
9134         * cus-edit.el: Resort topmost custom groups.
9135         (custom-buffer-sort-alphabetically): Default to t.
9136         (customize-apropos): Use apropos-parse-pattern.
9137         (custom-search-field): New var.
9138         (custom-buffer-create-internal): Add custom-apropos search field.
9139         (custom-add-parent-links): Don't display parent doc.
9140         (custom-group-value-create): Don't sort top-level custom group.
9141         (custom-magic-value-create): Show visibility button before option name.
9143         (custom-variable-state): New fun, from custom-variable-state-set.
9144         (custom-variable-state-set): Use it.
9145         (custom-group-value-create): Hide options with standard values
9146         using the :hidden-states property.  Use progress reporter.
9148         (custom-show): Simplify.
9149         (custom-visibility): Disable images by default.
9150         (custom-variable): New property :hidden-states.
9151         (custom-variable-value-create): Enable images for
9152         custom-visibility widgets.  Use :hidden-states property to
9153         determine initial visibility.
9155         * wid-edit.el (widget-image-find): Give images center ascent.
9156         (visibility): Add :on-image and :off-image properties.
9157         (widget-visibility-value-create): Use them.
9159 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
9161         * cus-edit.el (processes): Remove from development group.
9162         (oop, hypermedia): Delete group.
9163         (comm): Promote to top-level group.
9165         * net/browse-url.el (browse-url):
9166         * net/xesam.el (xesam):
9167         * net/tramp.el (tramp):
9168         * net/goto-addr.el (goto-address):
9169         * net/ange-ftp.el (ange-ftp): Put in comm group.
9171         * view.el (view): Remove from editing group.
9173         * uniquify.el (uniquify): Put in files group.
9175         * net/browse-url.el (browse-url):
9176         * ps-print.el (postscript): Put in external group.
9178         * cus-edit.el (outlines):
9179         * textmodes/text-mode.el (text-mode-hook):
9180         * textmodes/table.el (table):
9181         * textmodes/picture.el (picture):
9182         * outline.el (outlines): Put in wp group.
9184         * nxml/nxml-mode.el (nxml): Remove from wp group.
9186         * net/tramp-imap.el (tramp-imap): Put in tramp group.
9188         * mail/metamail.el (metamail): Remove from hypermedia group.
9190         * cus-edit.el (abbrev):
9191         * whitespace.el (whitespace):
9192         * vcursor.el (vcursor):
9193         * reveal.el (reveal):
9194         * hl-line.el (hl-line): Put in convenience group.
9196         * epg-config.el (epg): Put in data group.
9198         * emulation/pc-select.el (pc-select): Put in emulations group.
9200         * calculator.el (calculator): Put in applications group.
9202 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
9204         Add .dir-locals.el support for file-less buffers.
9205         * files.el (hack-local-variables): Split out code to apply local
9206         variable settings ...
9207         (hack-local-variables-apply): ... here.  New function.
9208         (hack-dir-local-variables): Use the default directory for when the
9209         buffer does not have an associated file.
9210         (hack-dir-local-variables-non-file-buffer): New function.
9211         * diff-mode.el (diff-mode):
9212         * vc-annotate.el (vc-annotate-mode):
9213         * vc-dir.el (vc-dir-mode):
9214         * log-edit.el (log-edit-mode):
9215         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
9217 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
9219         Add support for shelving snapshots and for showing shelves.
9220         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
9221         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
9222         New functions.
9223         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
9224         (vc-bzr-extra-menu-map): Map them.
9226 2010-03-11  Glenn Morris  <rgm@gnu.org>
9228         * cus-edit.el (customize-changed-options-previous-release):
9229         Bump to 23.1.
9231         * image.el (image-animate-max-time): Fix :version tag.
9233 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
9235         * Branch for 23.2.
9237 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9239         * vc-git.el (vc-git-revision-table): Include remote branches.
9241 2010-03-10  Kim F. Storm  <storm@cua.dk>
9243         Animated image API.
9244         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
9246         * image.el (image-animate-max-time): New defcustom.
9247         (image-animated-types): New defconst.
9248         (create-animated-image, image-animate-timer)
9249         (image-animate-start, image-animate-stop, image-animate-timeout)
9250         (image-animated-p): New functions.
9252         * image-mode.el (image-toggle-display-image):
9253         Replace `create-image' with `create-animated-image'.
9255 2010-03-09  Miles Bader  <miles@gnu.org>
9257         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
9258         instead of "format:"; this ensures that the output is
9259         newline-terminated.
9261 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
9263         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
9264         that all errors are caught, and that the return value is always a
9265         list (Bug#5692).
9267 2010-03-08  Kenichi Handa  <handa@m17n.org>
9269         * language/misc-lang.el (windows-1256): New coding system.
9270         (cp1256): New alias of windows-1256 (bug#5690).
9272 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
9274         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
9275         call to rfc822-bad-address.  (Bug#5692)
9277 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
9279         * vc-git.el (vc-git-annotate-extract-revision-at-line):
9280         Use vc-git-root as default directory for revision path (Bug#5657).
9282 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
9284         * calculator.el (calculator): Don't bind split-window-keep-point
9285         (Bug#5674).
9287 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9289         * vc-git.el: Re-flow to fit into 80 columns.
9290         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
9291         Remove spurious `quote' element in each case alternative.
9292         (vc-git-show-log-entry): Use prog1.
9293         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
9295 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9297         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
9299 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
9301         * macros.el (insert-kbd-macro): Look up keyboard macro using the
9302         definition, not the name (Bug#5481).
9304 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
9306         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
9307         argument with a local variable.  (Bug#5670)
9309 2010-03-02  Juri Linkov  <juri@jurta.org>
9311         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
9313 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
9315         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
9316         error when FILENAME and NEWNAME are existing remote directories.
9318         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
9319         parameter DIR-FLAG.
9321 2010-03-02  Glenn Morris  <rgm@gnu.org>
9323         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
9324         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
9326 2010-03-01  Kenichi Handa  <handa@m17n.org>
9328         * language/burmese.el (burmese-composable-pattern): Rename from
9329         myanmar-composable-pattern.
9331         * international/characters.el (script-list):
9332         * international/fontset.el (script-representative-chars):
9333         Change myanmar to burmese.
9334         (otf-script-alist): Likewise.
9335         (setup-default-fontset): Likewise.  Re-fix :otf spec.
9337 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9339         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
9341 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
9343         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
9345 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
9347         * net/tramp.el (tramp-handle-write-region): START can be a string.
9348         Take care in the checks.  Reported by Dan Davison
9349         <davison@stats.ox.ac.uk>.
9351 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
9353         * net/dbus.el (dbus-introspect, dbus-get-property)
9354         (dbus-set-property, dbus-get-all-properties):
9355         Use `dbus-call-method' when noninteractive.  (Bug#5645)
9357 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
9359         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
9360         * emacs-lisp/elint.el (elint-add-required-env):
9361         * calendar/icalendar.el (icalendar--add-diary-entry):
9362         * calc/calcalg2.el (math-tracing-integral):
9363         * files.el (recover-session-finish): Use with-current-buffer
9364         instead of save-excursion.
9366 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9368         Fix in-buffer completion when after-change-functions modify the buffer.
9369         * minibuffer.el (completion--replace): New function.
9370         (completion--do-completion): Use it and use relative movement.
9372 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
9374         * international/fontset.el (setup-default-fontset): Fix :otf spec.
9376 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
9378         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
9379         Allow the characters _<> in the stack entry (Bug#5653).
9381 2010-02-26  Kenichi Handa  <handa@m17n.org>
9383         * language/burmese.el: Fix entries in composition-function-table.
9384         (myanmar-composable-pattern): New variable.
9386         * international/fontset.el (setup-default-fontset): Add an entry
9387         for myanmar.
9389         * international/characters.el (script-list): Add Myanmar
9390         Extended-A.
9392 2010-02-26  Glenn Morris  <rgm@gnu.org>
9394         * custom.el (custom-initialize-delay): Doc fix.
9396         * mail/sendmail.el (send-mail-function): Autoload the call
9397         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
9399 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
9401         * files.el (hack-local-variables-filter): For eval forms, also
9402         check safe-local-variable-p (Bug#5636).
9404 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
9406         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
9407         setting the modes by `ignore-errors'.  It might fail, for example
9408         if the file is not owned by the user but the group.
9409         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
9411 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
9413         * files.el (directory-listing-before-filename-regexp):
9414         Use stricter matching for iso-style dates, to avoid false matches with
9415         date-like filenames (Bug#5597).
9417         * htmlfontify.el (htmlfontify): Doc fix.
9419         * eshell/eshell.el (eshell): Doc fix.
9421         * startup.el (fancy-about-screen): In mode-line, apply
9422         mode-line-buffer-id face only to the buffer name (Bug#5613).
9424 2010-02-20  Kevin Ryde  <user42@zip.com.au>
9426         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9427         In `watcom' anchor regexp to start of line, to avoid slowness
9428         (Bug#5599).
9430 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
9432         * subr.el (remove-yank-excluded-properties): Explain in a comment
9433         why `category' property is removed.
9435 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
9437         * isearch.el (isearch-update-post-hook, isearch-update):
9438         Revert 2010-02-17 change.
9440 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
9442         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
9443         (icalendar--convert-weekly-to-ical)
9444         (icalendar--convert-yearly-to-ical)
9445         (icalendar--convert-block-to-ical)
9446         (icalendar--convert-cyclic-to-ical)
9447         (icalendar--convert-anniversary-to-ical): Take care of time
9448         specifications where hour has 1-digit only (Bug#5549).
9450 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
9452         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
9453         of disassemble output in GDB 7.1.
9455 2010-02-19  Glenn Morris  <rgm@gnu.org>
9457         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
9458         property.  (Bug#5593)
9460 2010-02-18  Sam Steingold  <sds@gnu.org>
9462         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9464 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9466         Use abbreviated file names in bookmarks (bug#5591).
9467         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
9468         calls to expand-file-name.
9469         (bookmark-relocate): Use abbreviated file names in bookmarks.
9470         (bookmark-load): Use abbreviated file names in messages.
9472 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
9474         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
9475         expand "." and "..".  Reported by Thierry Volpiatto
9476         <thierry.volpiatto@gmail.com>.
9478 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
9480         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
9481         permissions of the temporary file to "0600".  In case the remote
9482         file has no read permissions for the owner, there might be
9483         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
9485 22010-02-18  Glenn Morris  <rgm@gnu.org>
9487         * emacs-lisp/authors.el (authors-renamed-files-alist):
9488         Add entries for INSTALL.CVS.
9490 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
9492         * vc-bzr.el: Fix typo in Known Bugs section.
9494         * isearch.el (isearch-update-post-hook): New hook.
9495         (isearch-update): Use the new hook.
9497 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
9499         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
9500         Fix errors in copying directories.
9501         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
9502         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
9503         (tramp-handle-delete-file)
9504         (tramp-handle-dired-recursive-delete-directory)
9505         (tramp-handle-write-region): Flush also the cache for the upper
9506         directory.
9508 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
9510         * simple.el (save-interprogram-paste-before-kill): Doc fix.
9512         * cus-edit.el (hardware): Doc fix.
9514         * man.el (man): Add to external custom group.
9516         * delim-col.el (columns): Move to wp custom group.
9518         * doc-view.el (doc-view): Add to data custom group.
9520         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
9522         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
9523         by ispell-parse-output (Bug#5575).
9525 2010-02-16  Kenichi Handa  <handa@m17n.org>
9527         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
9528         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
9529         (skkdic-convert): Use `euc-japan' coding system for writing.
9531 2010-02-16  Glenn Morris  <rgm@gnu.org>
9533         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
9534         tex-main-file before using it.  (Bug#5562)
9536 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9538         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
9539         warnings, since it is annoying for the user to see them each time he
9540         runs the code.
9542 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
9544         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
9545         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
9546         instead of PROC for caching "first-password-request".  Otherwise,
9547         new processes would not profit from passwords already entered.
9549         * net/tramp-cache.el (tramp-dump-connection-properties):
9550         Don't save "first-password-request" property.
9552 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
9554         * outline.el (outline-head-from-level):
9555         * simple.el (with-wrapper-hook):
9556         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
9557         (elint-defun, elint-buffer-env, elint-top-form-logged)
9558         (elint-unbound-variable):
9559         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
9560         Fix typos in docstrings.
9562 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
9564         * files.el (insert-directory): When WILDCARD-REGEXP and
9565         FULL-DIRECTORY-P are nil, insert the file entry instead of the
9566         whole directory.  (Bug#5551)
9568         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
9569         dired's alignment sanity.  (Bug#5516)
9571 2010-02-14  Juri Linkov  <juri@jurta.org>
9573         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
9574         Remove remaining ^H with their preceding chars.  (Bug#5566)
9576 2010-02-13  Glenn Morris  <rgm@gnu.org>
9578         * simple.el (transpose-subr): Give it a doc-string.
9580         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
9581         Doc fixes.
9583 2010-02-12  Juri Linkov  <juri@jurta.org>
9585         * arc-mode.el (archive-unique-fname): Make directories for nested
9586         archives.  (Bug#5540)
9588 2010-02-12  Juri Linkov  <juri@jurta.org>
9590         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
9592 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9594         * subr.el (copy-overlay): Handle deleted overlays.
9596         * man.el (Man-completion-table): Don't signal an error if we can't run
9597         manual-program (bug#4056).
9599 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
9601         * textmodes/artist.el (artist-mt): Fix typos in docstring.
9603 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9605         * info.el (Info-bookmark-jump): Simplify.
9607         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
9608         (bookmark-default-handler): Accept new bookmark field `buffer'.
9610 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
9612         * iswitchb.el (iswitchb-completions): Revert last change.
9614 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
9616         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
9617         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
9618         This prevents file names like "~/" being listed literally.
9620 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
9622         * term/xterm.el (xterm-maybe-set-dark-background-mode):
9623         Remove dead code.  (Bug#5546)
9625 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
9627         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
9628         correctly (Bug#5548).
9630 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
9632         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
9633         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
9635 2010-02-08  Kenichi Handa  <handa@m17n.org>
9637         * international/mule-util.el (with-coding-priority): Add autoload
9638         cookie for putting `lisp-indent-function'.
9640 2010-02-07  Glenn Morris  <rgm@gnu.org>
9642         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
9643         Move F2003 named interfaces from keywords-2 to keywords-1, and
9644         use function-name-face rather than constant-face.
9645         Simplify "abstract interface" regexp.
9647 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
9649         * eshell/esh-util.el (eshell-file-attributes): New optional arg
9650         ID-FORMAT.  Pass it to `file-attributes'.
9652         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
9654 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
9656         * faces.el (set-face-attribute): Allow calling
9657         internal-set-lisp-face-attribute with 'unspecified family and
9658         foundry argument (Bug#5536).
9660 2010-02-07  Glenn Morris  <rgm@gnu.org>
9662         * progmodes/f90.el (f90-font-lock-keywords-2)
9663         (f90-looking-at-type-like, f90-looking-at-program-block-end):
9664         Handle F2003 named interfaces.
9666 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
9668         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
9669         beg and end before calling c-get-state-before-change-functions.
9671 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
9673         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
9675 2010-02-05  Juri Linkov  <juri@jurta.org>
9677         * doc-view.el (doc-view-mode):
9678         * image-mode.el (image-mode): Put property mode-class=special.
9679         (Bug#4896)
9681 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
9683         * vc-svn.el (vc-svn-revision-table): New function.
9685 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
9687         * net/ange-ftp.el (ange-ftp-insert-directory):
9688         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
9689         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
9690         Handle also directories.  (Bug#5478)
9692 2010-02-05  Glenn Morris  <rgm@gnu.org>
9694         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
9696 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
9698         * startup.el (command-line-1): Convert options beginning with a
9699         single dash as well (Bug#5519).
9701 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9703         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
9704         * minibuffer.el (completion-initials-expand): Only check the presence
9705         of delims *within* the boundaries, since otherwise the / delim is
9706         always found for files.
9708         Fix up various corner case problems.
9709         * doc-view.el (doc-view-last-page-number): New function.
9710         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
9711         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
9712         (doc-view-kill-proc): Avoid inf-loop in freak cases.
9713         (doc-view-reconvert-doc): Use the new recursive delete-directory.
9714         (doc-view-convert-current-doc): Don't create the resolution.el file
9715         here any more.
9716         (doc-view-pdf/ps->png): Do it here instead.
9717         (doc-view-already-converted-p): Check that resolution.el is present.
9718         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
9719         windows that are not yet showing images.
9721 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
9723         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
9724         `dired-uncache' for every elemnt which is an absolute file name.
9726         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
9727         directory, handle its directory component.
9728         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
9729         function is called permanently and creates noise, otherwise.
9731         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
9732         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
9733         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
9735 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
9737         * macros.el (apply-macro-to-region-lines):
9738         Minor simplification.  (Bug#5485)
9740 2010-02-04  Glenn Morris  <rgm@gnu.org>
9742         * mail/rmail.el (rmail-show-message-1): Handle malformed
9743         quoted-printable text.  (Bug#5441)
9745         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
9747         * simple.el (visual-line-mode): Capitalize lighter.
9749 2010-02-03  John Wiegley  <jwiegley@gmail.com>
9751         * iswitchb.el (iswitchb-completions): Add bookmark files to the
9752         list of files considered for "virtual buffer" completions.
9754 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
9756         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
9757         also in case of (and (not full) (not wildcard)).  This is needed
9758         when dired is called with a list of files, which are not in
9759         `default-directory'.  (Bug#5478)
9761 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9763         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
9765 2010-02-02  Juri Linkov  <juri@jurta.org>
9767         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
9768         from unidiff to allow function-line after @@.
9770 2010-02-02  Juri Linkov  <juri@jurta.org>
9772         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
9773         '(RCS SCCS) with inverted condition.
9775 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
9777         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
9778         messages.
9780 2010-02-01  Juri Linkov  <juri@jurta.org>
9782         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
9783         compare with "pkunzip" and "pkzip" instead of only "pkzip".
9784         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
9785         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
9787 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9789         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
9790         (doc-view-revert-buffer): New command.
9791         (doc-view-mode-map): Use it.
9793 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
9795         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
9796         pending merge is detected.
9798 2010-01-31  Juri Linkov  <juri@jurta.org>
9800         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
9801         beginning of interactive spec like all other grep commands do.
9802         Put "all" in front of "gz".  (Bug#5260)
9804 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
9806         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
9808 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
9810         * dirtrack.el (dirtrack): Warn instead of signalling error if the
9811         regexp is incorrect (Bug#5476).
9813 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
9815         * net/tramp.el (tramp-handle-insert-directory): Handle also
9816         symlinks, when FILENAME is not in `default-directory'.
9818 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
9820         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
9821         FILE is not in `default-directory'.  (Bug#5478)
9823         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
9824         of SWITCHES.  Handle the case, FILENAME is not in
9825         `default-directory'.  (Bug#5478)
9826         (tramp-register-file-name-handlers): Add safe-magic property.
9828 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
9830         * arc-mode.el (archive-zip-extract): Quote the argument passed to
9831         unzip (Bug#5475).
9833 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
9835         * progmodes/flymake.el (flymake-allowed-file-name-masks)
9836         (flymake-master-make-header-init): Add other C++ filename masks.
9837         (flymake-find-possible-master-files)
9838         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
9840 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
9842         Fix some busybox annoyances.
9844         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
9845         not responding." string.
9846         (tramp-open-connection-setup-interactive-shell): Dump stty
9847         settings.  Enable "neveropen" arg for all `tramp-send-command'
9848         calls.  Handle "=" in variable values properly.
9849         (tramp-find-inline-encoding): Raise an error, when no encoding is
9850         found.
9851         (tramp-wait-for-output): Check, whether PROC buffer is available.
9852         Remove spurious " ^H" sequences, sent by busybox.
9853         (tramp-get-ls-command): Suppress coloring, if possible.
9855 2010-01-28  Glenn Morris  <rgm@gnu.org>
9857         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
9859         * log-edit.el (log-edit-strip-single-file-name): Add missing
9860         :safe, :group, and :version tags.
9862 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
9864         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
9865         buffers.  (Bug#5477)
9867 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
9869         * files.el (delete-directory): Handle moving to trash without
9870         first doing recursion (Bug#5436).
9872 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
9874         * vc-hooks.el (vc-path): Mark as obsolete.
9876 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
9878         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
9879         names too.
9881         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
9882         for the short log.
9883         (vc-bzr-log-view-mode): Adjust regexp for the above change.
9885 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
9887         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
9889         * vc-bzr.el (vc-bzr-revision-table): New function.
9891 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>
9893         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
9894         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
9896 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
9898         Remove support for adding --signoff on commit.
9899         Future support will use an incompatible generic mechanism.
9900         * vc-git.el (vc-git-add-signoff): Remove variable.
9901         (vc-git-toggle-signoff): Remove function.
9902         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
9904         * term/xterm.el (xterm-maybe-set-dark-background-mode):
9905         Rename from xterm-set-background-mode.  Return t if the background mode
9906         was set.
9907         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
9908         earlier, call it again in case the background mode has changed.
9910 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
9912         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
9913         (Bug#3541).
9915 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
9917         * emacs-lisp/assoc.el (aelement): Doc fix.
9918         (aput, adelete, amake): Use lexical-let (Bug#5450).
9920 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
9922         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
9923         is the same as subprogram call, not declaration.  (Bug#5435).
9925 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
9927         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
9928         (tramp-smb-maybe-open-connection): Use it.
9930 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
9932         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
9934 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9936         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
9937         just because we see "encoding: 8bit".
9938         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
9940 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
9942         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
9944 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
9946         * jka-compr.el (jka-compr-load): If load-file is not in
9947         load-history, try its file-truename version.  (bug#5447)
9949 2010-01-21  Alan Mackenzie  <acm@muc.de>
9951         Fix a situation where deletion of a cpp construct throws an error.
9952         * progmodes/cc-engine.el (c-invalidate-state-cache):
9953         Before invoking c-with-all-but-one-cpps-commented-out, check that the
9954         special cpp construct is still in the buffer.
9955         (c-parse-state): Record the special cpp with markers, not numbers.
9957 2010-01-21  Kenichi Handa  <handa@m17n.org>
9959         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
9960         process last-command-event, as it is now decoded first (Bug#5380).
9962 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
9964         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
9966 2010-01-20  Glenn Morris  <rgm@gnu.org>
9968         * indent.el (tab-always-indent): Fix custom-type.
9970 2010-01-19  Alan Mackenzie  <acm@muc.de>
9972         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
9973         buffer throws "args out of range".
9974         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
9975         playing the role of delimiter.
9977 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
9979         * progmodes/ada-mode.el: Fix bug#5400.
9980         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
9981         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
9982         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
9983         Improve comments in "is" portion.  Handle null procedure declaration.
9984         (ada-move-to-end): Improve doc string.
9986 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
9988         * ido.el (ido-cur-list): Initialize to nil.
9989         Remove obsolete information from commentary.
9990         (ido-choice-list): Initialize to nil.
9991         (ido-get-bufname): Reject minibuffers.
9992         (ido-make-buffer-list): If "default" is a nonexistent
9993         buffer, ignore it, as per the function's comment.
9994         (ido-kill-buffer-internal): New function.
9995         (ido-kill-buffer-at-head): Use it.
9996         (ido-visit-buffer): Likewise.
9998 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
10000         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
10002 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
10004         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
10005         Fix typos in chart titles.
10007         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
10008         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
10009         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
10010         (describe-class, eieio-describe-generic, describe-generic):
10011         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
10012         (eieio-speedbar-expand):
10013         * emulation/viper-cmd.el (viper-exec-form-in-vi)
10014         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
10015         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
10016         (viper-del-backward-char-in-replace, viper-backward-indent)
10017         (viper-brac-function, viper-register-to-point, viper-submit-report):
10018         * net/tramp.el (tramp-remote-coding-commands):
10019         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
10020         Fix typos in docstrings.
10022 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
10024         * mail/sendmail.el (mail-yank-original): Set the mark if the
10025         specified function for yanking does not do it.
10027 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
10029         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
10031         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
10032         resyncing a directory.
10034 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
10036         * progmodes/ada-mode.el: Fix bug#1920.
10037         (ada-ident-re): Delete ., allow multibyte characters.
10038         (ada-goto-label-re): New; matches goto labels.
10039         (ada-block-label-re): New; matches block labels.
10040         (ada-label-re): New; matches both.
10041         (ada-named-block-re): Deleted; callers changed to use
10042         `ada-block-label-re' instead.
10043         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
10044         Use `ada-block-label-re'.
10045         (ada-indent-on-previous-lines): Improve handling of goto labels.
10046         (ada-get-indent-block-start): Special-case block label.
10047         (ada-get-indent-label): Split into `ada-indent-block-label' and
10048         `ada-indent-goto-label'.
10049         (ada-goto-stmt-start, ada-goto-next-non-ws):
10050         Optionally ignore goto labels.
10051         (ada-goto-next-word): Simplify.
10052         (ada-indent-newline-indent-conditional): Insert newline before
10053         trying to fix indentation; doc fix.
10055 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
10057         * calc/calc.el (calc-command-flags): Give it an initial value.
10059 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
10061         * files.el (minibuffer-with-setup-hook):
10062         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
10063         (artist-key-draw-continously, artist-key-do-continously-continously)
10064         (artist-key-set-point-continously, artist-mouse-draw-continously):
10065         Fix typos in docstrings.
10067 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
10069         * nxml/nxml-mode.el (nxml-extend-after-change-region):
10070         Never return t (Bug#3898).
10072 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
10074         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
10075         can parse the output of the external commands (Bug#5279).
10077 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
10079         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
10081 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
10083         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
10085         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
10087         * startup.el (command-line): Remove unused --icon-type arg.
10088         Handle --display arg, passing it to command-line-1 (Bug#5392).
10090 2010-01-16  Mario Lang  <mlang@delysid.org>
10092         * emacs-lisp/chart.el (chart-translate-namezone):
10093         * textmodes/artist.el (artist-compute-popup-menu-table):
10094         Remove duplicated words in doc-strings.
10096 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
10098         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
10099         to mairix-search to suppress threading (Bug#5342).
10101 2010-01-15  Kenichi Handa  <handa@m17n.org>
10103         * international/mule-cmds.el (canonicalize-coding-system-name):
10104         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
10106 2010-01-15  Glenn Morris  <rgm@gnu.org>
10108         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
10110         * wid-edit.el (widget-keymap): Doc fix.
10112         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
10113         former seems to be more widely accepted by various svn versions.
10115 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
10117         * find-cmd.el (find-constituents):
10118         * vc-arch.el (vc-arch-root):
10119         * window.el (window-body-height, pop-up-frames):
10120         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
10121         * progmodes/ada-stmt.el (ada-if):
10122         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
10123         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
10124         (ispell-encoding8-command, ispell-aspell-supports-utf8)
10125         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
10127         * progmodes/flymake.el (flymake-post-syntax-check):
10128         Fix typo in error message.
10130 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
10132         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
10133         which is always a string.  (Bug#5313)
10135 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
10137         * progmodes/ada-xref.el (ada-default-prj-properties):
10138         Simplify previous change.
10140 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
10142         * progmodes/ada-xref.el (ada-default-prj-properties):
10143         Default ada_project_path to $ADA_PROJECT_PATH.
10145 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
10147         * progmodes/ada-mode.el (ada-create-keymap):
10148         Override `narrow-to-defun' with `ada-narrow-to-defun'.
10150 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
10152         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
10153         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
10154         (ada-get-current-indent, ada-imenu-generic-expression)
10155         (ada-which-function): Check for it.
10157 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
10159         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
10160         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
10162 2010-01-14  Glenn Morris  <rgm@gnu.org>
10164         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
10166 2010-01-14  Kenichi Handa  <handa@m17n.org>
10168         * composite.el (auto-composition-mode): Make it a buffer local
10169         variable (permanent-local).
10170         (auto-composition-function): Set the default value to
10171         auto-compose-chars.
10172         (auto-composition-mode): Make it a simple function, not a minor mode.
10173         (global-auto-composition-mode): Likewise.
10174         (turn-on-auto-composition-if-enabled): Delete it.
10176 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
10178         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
10180 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
10182         * files.el (copy-directory): Compute target for recursive
10183         directories with identical names.  (Bug#5343)
10185 2010-01-12  Glenn Morris  <rgm@gnu.org>
10187         * mail/emacsbug.el (report-emacs-bug-pretest-address):
10188         Set it to bug-gnu-emacs rather than emacs-pretest-bug.
10190 2010-01-11  Sam Steingold  <sds@gnu.org>
10192         * imenu.el (imenu-default-create-index-function): Detect infinite
10193         loops caused by imenu-prev-index-position-function.
10195 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
10197         * htmlfontify.el (htmlfontify-load-rgb-file)
10198         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
10199         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
10200         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
10201         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
10202         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
10203         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
10204         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
10205         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
10206         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
10207         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
10208         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
10209         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
10210         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
10211         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
10212         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
10213         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
10214         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
10215         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
10216         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
10217         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
10218         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
10219         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
10220         backslash-quoting from parentheses, etc.
10222 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
10224         * progmodes/js.el: Autoload javascript-mode alias.
10226 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
10228         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
10229         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
10230         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
10231         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
10232         Fix typos in docstrings.
10233         (ffap-url-regexp): Doc fix.
10234         (ffap-at-mouse): Fix typo in message.
10236 2010-01-11  Glenn Morris  <rgm@gnu.org>
10238         * version.el (emacs-copyright): Set copyright year to 2010.
10240 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10242         * format.el (format-annotate-function): Only set
10243         write-region-post-annotation-function after running to-fn so as not to
10244         affect nested write-region calls (bug#5273).
10246 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
10248         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
10249         wisent/python.el.
10251 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
10253         * man.el (Man-goto-section): Signal error if the section is not
10254         found (Bug#5317).
10256 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
10258         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
10259         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
10261 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
10263         * progmodes/compile.el: Don't treat compile-command as safe if
10264         compilation-read-command might be nil (Bug#4218).
10266 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
10268         * startup.el (command-line-1): Use orig-argi to check for ignored X and
10269         NS options.
10271 2010-01-08  Kenichi Handa  <handa@m17n.org>
10273         * international/fontset.el (build-default-fontset-data):
10274         Exclude characters in scripts kana, hangul, han, or cjk-misc.
10276 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
10278         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
10279         to `create-file-buffer' as it expects, not just a buffer name.
10280         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
10281         to help uniquify.  (Bug#3224)
10283 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
10285         * font-setting.el (font-setting-change-default-font): Use user-spec
10286         instead of name.
10288 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
10290         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
10292 2010-01-05  Tom Tromey  <tromey@redhat.com>
10294         * progmodes/python.el (python-font-lock-keywords):
10295         Handle qualified decorators (Bug#881).
10297 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
10299         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
10300         in a lightweight checkout.
10302 2010-01-05  Kenichi Handa  <handa@m17n.org>
10304         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
10306 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
10308         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
10310 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
10312         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
10313         checkouts.  (Bug#618)
10314         (vc-bzr-log-view-mode): Also highlight the author.
10315         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
10316         (vc-bzr-shelve-menu-map):
10317         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
10318         (vc-bzr-shelve-apply): Make prompt more explicit.
10320 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
10322         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
10323         They are valid characters in URL paths (rfc3986), and at least
10324         Firefox does not understand the encoded version (Bug#3166).
10326 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
10328         * progmodes/octave-mod.el (octave-end-keywords)
10329         (octave-block-begin-or-end-regexp, octave-block-match-alist):
10330         Add "end" keyword (Bug#3061).
10331         (octave-end-as-array-index-p): New function.
10332         (calculate-octave-indent): Use it.
10334 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
10336         * bookmark.el: Consistently put the text property on the bookmark name.
10337         (bookmark-bmenu-marks-width): Bump back to 2, to include
10338         annotation marks.
10339         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
10340         property on the bookmark name, instead of not putting it at all.
10341         (bookmark-bmenu-list): Fix where we put the text property.
10343 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
10345         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
10346         for showing buffer modified state (as added in the previous change).
10348 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
10350         * bookmark.el: Show modified state of bookmark buffer more accurately.
10351         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
10352         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
10353         (with-buffer-modified-unmodified): New macro.
10354         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
10355         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
10356         Use new macro to preserve the buffer modified state.
10358 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
10360         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
10361         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
10362         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
10363         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
10364         (bookmark-bmenu-rename, bookmark-bmenu-locate)
10365         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
10366         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
10368 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
10370         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10371         Make the lines in the generated doc string shorter.  (Bug#4668)
10373 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
10375         * net/rcirc.el: Add follow-link binding (Bug#4738).
10377 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
10379         * Makefile.in (bzr-update): Rename from cvs-update.
10380         (cvs-update): New target for backward compatibility.
10382         * makefile.w32-in (bzr-update): Rename from cvs-update.
10383         (cvs-update): New target for backward compatibility.
10385 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
10387         * bookmark.el: Remove gratuitous gratitude.
10389 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
10391         * bookmark.el (bookmark-bmenu-any-marks): New function.
10392         (bookmark-bmenu-save): Clear buffer modification if no marks.
10394 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
10396         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
10397         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
10398         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
10399         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
10401         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
10402         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
10403         To: emacs-devel {_AT_} gnu.org
10404         Subject: bookmark.el bug report
10405         Date: Mon, 28 Dec 2009 14:19:16 +0800
10406         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
10408 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
10410         * bookmark.el: Improvements suggested by Drew Adams:
10411         (bookmark-bmenu-ensure-position): New name for
10412         `bookmark-bmenu-check-position'.  Just ensure the position,
10413         don't return any meaningful value.
10414         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
10415         New constants.
10417 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
10419         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
10420         (bookmark-yank-point, bookmark-bmenu-check-position):
10421         Fix typos in docstrings.
10422         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
10423         (bookmark-name-from-full-record, bookmark-get-position)
10424         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
10425         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
10426         Remove useless quoting of parenthesis, etc. in docstrings.
10428         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
10429         (ediff-append-custom-diff): Fix typo in error message.
10430         (ediff-meta-mark-equal-files): Fix typos in messages.
10432         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
10434         * net/imap-hash.el (imap-hash-make): Doc fix.
10435         (imap-hash-test): Fix typo in error message; reflow docstring.
10436         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
10437         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
10438         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
10439         Fix typos in docstrings.
10440         (imap-hash-open-connection): Fix typo in error message.
10442         * play/gomoku.el (gomoku): Fix typos in docstring.
10444         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
10445         (gdb-jsonify-buffer): Fix typos in docstring.
10446         (gdb-goto-breakpoint): Fix typo in error message.
10447         ("Display Other Windows"): Fix typo in help message.
10448         (gdb-speedbar-expand-node): Fix typo in question.
10450         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
10451         (idlwave-html-system-help-location, idlwave-html-help-location)
10452         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
10453         (idlwave-help-browser-generic-args, idlwave-help-directory)
10454         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
10455         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
10456         (idlwave-online-help, idlwave-help-html-link)
10457         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
10458         Fix typos in docstrings.
10459         (idlwave-help-with-source, idlwave-help-find-routine-definition):
10460         Reflow docstrings.
10461         (idlwave-help-assistant-start): Fix typo in error message.
10463         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
10464         (octave-electric-space): Fix typos in docstrings.
10466 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
10468         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
10470 2010-01-01  Juri Linkov  <juri@jurta.org>
10472         * comint.el (comint-input-ring-size): Make it a defcustom and
10473         increase the default to 500 (Bug#5148).
10475 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
10477         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
10478         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
10479         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
10481 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
10483         Show working revision correctly for mercurial.
10484         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
10485         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
10487 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
10489         Declare some functions for the byte-compiler.
10490         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
10491         (speedbar-timer-fn, speedbar-change-expand-button-char)
10492         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
10494 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
10496         This changeset reverts GDB Graphical Interface to use annotations.
10497         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
10499 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
10501         Make vc-dir work on subdirectories of the bzr root.
10502         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
10503         Return file names relative to it.
10504         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
10505         relative directory to vc-bzr-after-dir-status.
10507 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
10509         * font-lock.el (font-lock-refresh-defaults): New function, which
10510         can be used to let font-lock react to external changes in
10511         variables like font-lock-defaults and keywords.
10512         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
10514 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
10516         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
10518         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
10520 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
10522         Supersede color.diff settings in git log (bug#5211).
10524         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
10525         escape chars in its output when the user has color.diff set to `always'.
10526         This fix works on git 1.4.2 and newer (released on 2006-08-13).
10528 2009-12-26  Kevin Ryde  <user42@zip.com.au>
10530         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
10531         node.  Keep previous "Index" name to work with past coreutils too.
10533         * man.el (man): Revise docstring a bit to show -a and -l as
10534         examples.  Add -k description since support for it has otherwise
10535         been a secret.  (Further to bug#3717.)
10536         (Man-bgproc-sentinel): When "-k foo" produces no output show error
10537         "no matches" rather than "Can't find manpage", as the latter reads
10538         like -k was interpreted as a page name, which is not so.  (Bug#5431)
10540 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
10542         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
10543         switches.  Check also for //SUBDIRED// line.
10545 2009-12-25  Kenichi Handa  <handa@m17n.org>
10547         * language/indian.el (devanagari-composable-pattern): Fixed to
10548         handle ZWNJ and ZWJ.  Use it in composition-function-table for
10549         Devanagari.
10550         (malayalam-composable-pattern): Fix previous change.
10552 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10554         * ps-print.el (ps-face-attributes): It was not returning the
10555         attribute face for faces specified as string.  Reported by harven
10556         <harven@free.fr>.  (Bug#5254)
10557         (ps-print-version): New version 7.3.5.
10559 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
10561         * calendar/icalendar.el (icalendar--convert-tz-offset):
10562         Fix timezone names.
10563         (icalendar--convert-tz-offset): Fix the "last-day-problem".
10564         (icalendar--add-diary-entry): Remove the trailing blank that
10565         diary-make-entry inserts.
10567 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
10569         Make `file-expand-wildcards' work for remote files.
10571         * files.el (file-expand-wildcards): In case of remote files, check
10572         only local file name part for wildcards.  Provide feature 'files
10573         and subfeature 'remote-wildcards.  (Bug#5198)
10575         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
10576         if there is already an established connection.
10577         (tramp-advice-file-expand-wildcards): Remove it.
10579         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
10580         (tramp-advice-file-expand-wildcards): Move from tramp.el.
10581         Activate advice for older GNU Emacs versions.  (Bug#5237)
10583 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
10585         Some doc fixes (more needed).
10587         * find-cmd.el (find-constituents): Reflow docstring.
10588         (find-cmd, find-prune, find-command): Fix typos in docstrings.
10589         (find-generic): Doc fix.
10591 2009-12-17  Juri Linkov  <juri@jurta.org>
10593         Fix regression from 23.1 to allow multiple modes in Local Variables.
10595         * files.el (hack-local-variables-filter): While ignoring duplicates,
10596         don't take `mode' into account.
10597         (hack-local-variables-filter, hack-dir-local-variables):
10598         Don't remove duplicate `mode' from local-variables-alist (like `eval').
10600 2009-12-17  Juri Linkov  <juri@jurta.org>
10602         Make `dired-diff' safer.  (Bug#5225)
10604         * dired-aux.el (dired-diff): Signal an error when `file' equals to
10605         `current' or when `file' is a directory of the `current' file.
10607 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
10609         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
10610         unconditionally preloaded files.
10612 2009-12-16  Juri Linkov  <juri@jurta.org>
10614         Revert to old 23.1 logic of using the file at the mark as default.
10615         * dired-aux.el (dired-diff): Use the file at the mark as default
10616         if it's not the same as the current file, and the target dir is
10617         the current dir or the mark is active.  Add the current file
10618         as the arg of `dired-dwim-target-defaults'.  Use the default file
10619         in the prompt.  (Bug#5225)
10621 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
10623         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
10624         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
10625         (tramp-check-for-regexp): Check also, when an echoing shell stops
10626         to echo sent commands.
10628 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
10630         * Makefile.in: Revert last change (Bug#5191).
10632 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
10634         * vc-hg.el (vc-hg-print-log): Fix argument order.
10635         (vc-hg-working-revision): Make sure the command is executed in a
10636         known environment so that we can parse the output.  (Bug#4417)
10638 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
10640         * progmodes/python.el (python-symbol-completions): Remove text
10641         properties from symbol string before calling python-send-receive.
10643 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
10645         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
10646         when there are values for both file and line.  (Bug#5060)
10648 2009-12-14  Juri Linkov  <juri@jurta.org>
10650         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
10651         whitespace after the file name of the first line of unified format,
10652         because git-diff doesn't output whitespace and file modification time
10653         after the file name.
10655 2009-12-14  David Kastrup  <dak@gnu.org>
10657         * info.el (Info-hide-cookies-node): Before hiding a cookie,
10658         check if it already has the `display' property added by
10659         `Info-display-images-node', and not put the `invisible' property
10660         in this case.
10662 2009-12-13  Glenn Morris  <rgm@gnu.org>
10664         * mail/emacsbug.el (message-sort-headers): Define for compiler.
10665         (report-emacs-bug): In message-mode, sort manually before storing
10666         original report text.  (Bug#5178)
10667         Remove superfluous save-excursion.
10669 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
10671         * net/dbus.el (dbus-property-handler): Filter lambda forms out
10672         when responding to "GetAll" properties.
10674 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
10676         * simple.el (compose-mail): Remove mail-setup-with-from from
10677         customization checks.
10679 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
10681         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
10682         RAR archives created on Unix systems.
10684 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10686         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
10687         the varalias that was accidentally removed by the 2009-11-19 change
10688         (bug#5186).
10690 2009-12-12  Kenichi Handa  <handa@m17n.org>
10692         * language/indian.el (indian-compose-regexp): New function.
10693         (malayalam-composable-pattern): Fix the pattern.
10694         (composition-function-table): Set malayalam-composable-pattern for
10695         Malayalam characters.
10697 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
10699         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
10700         rather than down-mouse-1, based on follow-link conventions.
10702         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
10703         are compiled.
10705 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
10707         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
10708         (verilog-vmm-statement-re, verilog-ovm-statement-re)
10709         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
10710         (verilog-leap-to-head, verilog-backward-token):
10711         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
10713 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
10715         * progmodes/verilog-mode.el (verilog-auto-lineup)
10716         (verilog-nameable-item-re): Cleanup user-visible spelling and
10717         documentation errors.  One reported by Gary Delp.
10718         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
10719         (verilog-read-decls): Fix AUTOWIRE with types declared in a
10720         package, bug195.  Reported by Pierre-David Pfister.
10722 2009-12-11  Glenn Morris  <rgm@gnu.org>
10724         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
10726         * mail/emacsbug.el: No longer require sendmail.
10727         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
10728         (report-emacs-bug-orig-text): Doc fix.
10729         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
10730         New local variables, to adapt to different mail-user-agents.
10731         (report-emacs-bug): Fix test for a gnu.org address.
10732         Use overlays for emphasis, since font-lock defeats 'face property.
10733         Pretest bugs also end up at the newsgroup these days.
10734         Stop message-mode stripping text properties.
10735         Set and use the new buffer-local variables.
10736         (report-emacs-bug-hook): Add doc-string.
10737         Remove some unnecessary save-excursions and simplify.
10738         Use the appropriate hook and send-command.
10740         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
10741         capitalization of some menu entries.
10743 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10745         * whitespace.el (whitespace-display-char-on):
10746         Ensure `buffer-display-table' is unique when two or more windows are
10747         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
10748         New version 12.1.
10750 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
10752         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
10753         characters in the Attribute field.
10755 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
10757         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
10759 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10761         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
10762         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
10763         Disregard autoload-excludes.
10764         (update-directory-autoloads): Obey autoload-excludes here instead.
10765         But don't store its contents in no-autoloads and remove entries that
10766         refer to excludes files.
10768 2009-12-10  Glenn Morris  <rgm@gnu.org>
10770         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
10771         (expand-mail-aliases): Define for compiler.
10773         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
10774         Define for compiler.
10776         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
10777         appropriate for the mail-user-agent in use.
10779 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
10781         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
10783 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
10785         Fix short log parsing and fontification.
10786         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
10787         Fix fontification for the [merge] label.
10789 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
10791         Drop some properties to avoid surprises (bug#5002).
10792         * htmlfontify.el (hfy-ignored-properties): New defcustom.
10793         (hfy-fontify-buffer): Use it.
10795 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10797         Minor cleanup.
10798         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
10799         Adjust all callers.
10800         (ffap-locate-file): Remove unused arg `dir-ok' and make other
10801         args compulsory.  Adjust callers.
10802         (ffap-gopher-at-point): Remove unused var `name'.
10804         Get rid of the ELCFILES abomination.
10805         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
10806         (compile-elcfiles): New phony target.
10807         (compile-main): Compute ELCFILES dynamically.
10808         (compile-clean): New target to remove left-over elc files.
10809         (compile, all): Use it.
10811 2009-12-09  Kenichi Handa  <handa@etlken>
10813         * international/mule-diag.el: Require help-mode instead of help-fns.
10815 2009-12-09  Kenichi Handa  <handa@m17n.org>
10817         * international/mule-cmds.el (ucs-names): Supply sufficiently
10818         fine ranges instead of pre-calculating accurate ranges.
10819         Iterate with bigger gc-cons-threshold.
10821 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
10823         Add support for stashing a snapshot of the current tree.
10824         * vc-git.el (vc-git-stash-snapshot): New function.
10825         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
10827 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
10829         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
10830         instead of `(beginning|end)-of-line'.
10832 2009-12-08  Glenn Morris  <rgm@gnu.org>
10834         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
10836         * Makefile.in (ELCFILES): Regenerate.
10838 2009-12-07  Juri Linkov  <juri@jurta.org>
10840         Don't lazy-highlight the comint output in history Isearch mode.
10842         * comint.el (comint-history-isearch-search): Instead of
10843         `comint-line-beginning-position', use `comint-after-pmark-p'
10844         to check if point if before the process mark, and go to
10845         `process-mark' in this case.
10847 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10849         * textmodes/tex-mode.el (latex-complete)
10850         (latex-indent-or-complete): Remove.
10851         (latex-mode): Set completion-at-point-functions instead.
10853         Provide a standard completion command and hook it into TAB.
10854         * minibuffer.el (completion-at-point-functions): New var.
10855         (completion-at-point): New command.
10856         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
10857         * progmodes/python.el (python-mode-map): Use completion-at-point.
10858         (python-completion-at-point): Rename from python-partial-symbol and
10859         adjust for use in completion-at-point-functions.
10860         (python-mode): Setup completion-at-point for Python completion.
10861         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
10862         extracted from lisp-complete-symbol.
10863         (lisp-complete-symbol): Use it.
10864         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
10865         setup completion-at-point for Elisp completion.
10866         (emacs-lisp-mode-map, lisp-interaction-mode-map):
10867         Use completion-at-point.
10868         * ielm.el (ielm-map): Use completion-at-point.
10869         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
10870         * progmodes/sym-comp.el: Move to...
10871         * obsolete/sym-comp.el: Move from progmodes.
10873 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
10875         Prevent save-buffer in Rmail buffers from using the coding-system
10876         of the current message, and from clobbering the encoding mnemonics
10877         in the mode line (Bug#4623).
10879         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
10880         flag, too.
10881         (rmail-message-encoding): New variable.
10882         (rmail-write-region-annotate): Record the encoding of the current
10883         message in rmail-message-encoding.
10884         (rmail-after-save-hook): New function, restores the encoding of
10885         the current message after the message collection is saved.
10887 2009-12-07  Juri Linkov  <juri@jurta.org>
10889         * progmodes/grep.el (grep-read-files): Use `completing-read'
10890         instead of `read-string'.  Set its `collection' arg to
10891         `read-file-name-internal'.  (Bug#4301)
10893 2009-12-07  Juri Linkov  <juri@jurta.org>
10895         Correctly restore original Isearch point.  (Bug#4994)
10897         * isearch.el (isearch-mode): Move `isearch-push-state' after
10898         `(run-hooks 'isearch-mode-hook)'.
10899         (isearch-cancel): When `isearch-push-state-function' is defined,
10900         let-bind `isearch-cmds' to the first state (the last element of
10901         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
10902         function and restores the original point).  Otherwise, move point
10903         to `isearch-opoint'.
10905 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10907         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
10908         chars that don't have names, so the table can be built much faster at
10909         run-time.
10911 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
10913         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
10914         change.  Suggested by David Kastrup.
10916         * simple.el (compose-mail): Check for incompatibilities and warn.
10917         (compose-mail-user-agent-warnings): New option.
10919 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
10921         Support showing a single log entry from vc-annotate.
10922         * vc.el (print-log): Add a new argument: START-REVISION.
10923         (vc-print-log-internal): Add a new optional argument and
10924         pass it to the backend.
10925         (vc-print-log, vc-print-root-log): Adjust callers.
10926         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
10927         buffer already displays the requested log entry, use it.
10928         Otherwise display only the log entry in question.
10929         * vc-svn.el (vc-svn-print-log):
10930         * vc-mtn.el (vc-mtn-print-log):
10931         * vc-hg.el (vc-hg-state):
10932         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
10933         (vc-git-show-log-entry): Return t on success.
10934         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
10935         (vc-bzr-show-log-entry): Return t on success.
10936         * vc-rcs.el (vc-rcs-print-log):
10937         * vc-sccs.el (vc-sccs-print-log):
10938         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
10940 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
10942         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
10943         Add menus to the meta mode.  (Bug#5043)
10945 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
10947         * ediff-init.el (ediff-event-key): Use event-to-character instead of
10948         event-key.
10950         * ediff.el (ediff-buffers-internal): Add unwind-protect.
10952 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
10954         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
10955         Berbain <raphael.berbain@gmail.com>.
10957         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
10958         characters.
10959         (tramp-initial-end-of-output): New defconst.
10960         (tramp-methods, tramp-find-shell)
10961         (tramp-open-connection-setup-interactive-shell)
10962         (tramp-maybe-open-connection): Use it.
10963         (tramp-shell-prompt-pattern, tramp-wait-for-output):
10964         Handle existence of `#' and `$'.
10966         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
10967         Use `tramp-initial-end-of-output'.
10969 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
10971         Get the background mode from the terminal for xterm, and set
10972         faces accordingly.
10973         * term/xterm.el (xterm-set-background-mode): New function.
10974         (terminal-init-xterm): Use it in case xterm supports background
10975         color queries.  Recompute faces after getting the background
10976         color.
10978 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
10980         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
10981         number comment back on its own line, for easier parsing.
10983 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10985         Make it work for non-file buffers (bug#5102).
10986         * doc-view.el (doc-view-current-cache-dir):
10987         Use doc-view-buffer-file-name rather than buffer-file-name.
10988         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
10990 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
10992         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
10993         author field is too short.
10995 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
10997         * vc-git.el (vc-git-print-log): Handle a limit argument.
10998         Display the short log in graph form and with labels.
10999         (vc-git-log-view-mode): Handle labels.
11001         Make vc-revert change VC state from 'added to 'unregistered.
11002         * vc-git.el (vc-git-revert): Call git reset first.
11004 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
11006         * net/newst-backend.el, net/newst-plainview.el:
11007         * net/newst-reader.el, net/newst-ticker.el:
11008         * net/newst-treeview.el, net/newsticker.el:
11009         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
11011 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
11013         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
11015         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
11016         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
11017         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
11018         Update annotation regexp.
11020         * simple.el (beginning-of-visual-line): Constrain to field
11021         boundaries (Bug#5106).
11023 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
11025         * xml.el (xml-substitute-numeric-entities):
11026         Move newsticker--decode-numeric-entities in newst-backend.el to
11027         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
11028         * net/newst-backend.el (newsticker--parse-generic-feed)
11029         (newsticker--parse-generic-items)
11030         (newsticker--decode-numeric-entities):
11031         Move newsticker--decode-numeric-entities in newst-backend.el to
11032         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
11034 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
11036         * progmodes/js.el (js--js-not): Add null to the list of values.
11038 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
11040         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
11042 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11044         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
11045         delimiter if it is at the end of the current line.
11046         (bibtex-generate-url-list): Fix docstring.
11048 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11050         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
11051         minibuffer's content with itself.
11052         Fold the confirm-after-completion case into the `confirm' case.
11053         (completion-pcm-word-delimiters): Add : and / to the delimiters.
11055 2009-12-06  Kevin Ryde  <user42@zip.com.au>
11057         * ffap.el (ffap-rfc-path): Make this a defcustom since
11058         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
11060         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
11061         manuals, similar to existing setup for help-mode.  (Bug#3913.)
11063 2009-12-05  Juri Linkov  <juri@jurta.org>
11065         Save and restore dired buffer's point positions too.  (Bug#4880)
11067         * dired.el (dired-save-positions): Return in the first element
11068         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
11069         Doc fix.
11070         (dired-restore-positions): First restore buffer's position.
11071         While restoring window's positions, check if window still displays
11072         the original buffer.
11074 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
11076         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
11077         if possible.
11079         * shell.el (shell): Require ansi-color (Bug#5113).
11081         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
11083         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
11085 2009-12-05  Alan Mackenzie  <acm@muc.de>
11087         * progmodes/cc-mode.el (c-before-hack-hook)
11088         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
11089         `c-file-style' to work again.  This reversion restores the current
11090         software to its state in Emacs 23.1.  (Bug#4146)
11092 2009-12-05  Kevin Ryde  <user42@zip.com.au>
11094         * textmodes/sgml-mode.el (sgml-lexical-context):
11095         Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
11097 2009-12-05  Juri Linkov  <juri@jurta.org>
11099         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
11100         for virtual nodes.  (Bug#4147)
11101         (Info-find-node-2): Set `Info-current-node-virtual' to nil
11102         when moving from a virtual node.
11103         (Info-mode-menu): Add `Info-virtual-index' to the menu.
11104         (Info-mode): Add `Info-virtual-index' to the docstring.
11106 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11108         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
11109         track of the buffer position of the end of a BibTeX entry as this
11110         position may change during reformatting.
11111         (bibtex-format-entry): Remove whitespace before processing
11112         numerical fields so that we recognize the latter properly.
11113         (bibtex-reformat): Do not use push which changes the global value
11114         of bibtex-entry-format.
11115         (bibtex-field-braces-alist, bibtex-field-strings-alist)
11116         (bibtex-field-re-init): Replace only space characters by regexp
11117         for whitespace.
11118         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
11119         (bibtex-initialize): Also update bibtex-strings.
11120         (bibtex-kill-field): Preserve white space at end of entry.
11121         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
11122         Update bibtex-reference-keys.
11124 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11126         * minibuffer.el (completion-pcm--merge-try): Also consider placing
11127         point after a star, if that's the only place where modifications can
11128         make progress.
11130 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
11132         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
11133         in docstrings.
11135 2009-12-04  Juri Linkov  <juri@jurta.org>
11137         * proced.el (proced): Call `(proced-update t)' to update process
11138         information instead of only running proced-post-display-hook.
11139         (proced-send-signal): Add a leading space to the buffer name
11140         " *Marked Processes*" to make this buffer ephemeral.
11142 2009-12-04  Juri Linkov  <juri@jurta.org>
11144         * dired.el (dired-auto-revert-buffer): New defcustom.
11145         (dired-internal-noselect): Use it.
11147 2009-12-04  Juri Linkov  <juri@jurta.org>
11149         Change roles of modes and functions in image-mode.el (Bug#5062).
11151         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
11152         in `auto-mode-alist'.
11153         (image-mode-previous-major-mode): New variable.
11154         (image-minor-mode-map): Rename from `image-mode-text-map'.
11155         (image-mode): Move graceful error-handling code from
11156         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
11157         (image-minor-mode): Remove all image-handling code.
11158         Replace `image-mode-text-map' with `image-minor-mode-map'.
11159         Check for `image-type' in mode-line format string.
11160         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
11161         (image-mode-as-text): New function with most code from
11162         `image-mode-maybe'.
11163         (image-toggle-display-text): Move code that removes image
11164         properties from `image-toggle-display' to here.
11165         (image-toggle-display-image): New function with code that adds
11166         image properties copied from `image-toggle-display'.
11167         (image-toggle-display): Remove most code with leaving only code
11168         that toggles between `image-mode-as-text' and `image-mode'.
11170 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
11172         * net/newst-treeview.el
11173         (newsticker--treeview-list-highlight-start): Restored call to
11174         save-excursion: Selected item was stuck.
11175         (newsticker--treeview-list-select): New.
11176         (newsticker--treeview-item-show-text)
11177         (newsticker--treeview-item-show)
11178         (newsticker--treeview-item-update): Use new
11179         newsticker-treeview-item-mode.
11180         (newsticker-treeview-update): Keep current item.
11181         (newsticker-treeview-next-new-or-immortal-item): Doc change.
11182         (newsticker--treeview-first-feed): Doc change.
11183         (newsticker-treeview-list-menu)
11184         (newsticker-treeview-item-menu): Added menu entries.
11185         (newsticker-treeview-item-mode): New.
11187         * net/newst-backend.el (newsticker-customize): Delete other
11188         windows.
11190 2009-12-04  Sam Steingold  <sds@gnu.org>
11192         * log-view.el (log-view-mode-map): "q" calls quit-window,
11193         like in all the other non-self-insert buffers.
11195 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11197         Minor cleanup.
11198         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
11199         key decoding rather than do it manually via last-input-event +
11200         ascii-character.
11201         (term-exec): Use delete-and-extract-region.
11202         (term-handle-ansi-terminal-messages): Remove unused var `end'.
11203         (term-process-pager): Remove unused var `i'.
11204         (term-dynamic-simple-complete): Make obsolete.
11205         (serial-update-config-menu): Remove unused vars `y' and `str'.
11206         (term-update-mode-line): Remove unused var `temp'.
11208 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
11210         Limit the number of log entries displayed by default.
11211         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
11212         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
11213         using a prefix argument.
11215 2009-12-03  Glenn Morris  <rgm@gnu.org>
11217         * progmodes/idlwave.el (class): Restore still useful declaration.
11219 2009-12-03  Alan Mackenzie  <acm@muc.de>
11221         Enhance `c-parse-state' to run efficiently in "brace deserts".
11223         * progmodes/cc-mode.el (c-basic-common-init):
11224         Call c-state-cache-init.
11225         (c-neutralize-syntax-in-and-mark-CPP): Rename from
11226         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
11227         placing `category' properties value 'c-cpp-delimiter at its boundaries.
11229         * progmodes/cc-langs.el (c-before-font-lock-function):
11230         c-extend-and-neutralize-syntax-in-CPP has been renamed
11231         c-neutralize-syntax-in-and-mark-CPP.
11233         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
11234         with `category' properties now, not `syntax-table' ones.
11236         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
11237         enhanced (but slower) version of c-end-of-macro that won't land
11238         inside a literal or on another awkward character.
11239         (c-state-cache-too-far, c-state-cache-start)
11240         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
11241         (c-state-nonlit-pos-cache-limit, c-state-point-min)
11242         (c-state-point-min-lit-type, c-state-point-min-lit-start)
11243         (c-state-min-scan-pos, c-state-brace-pair-desert)
11244         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
11245         buffer local variables.
11246         (c-state-literal-at, c-state-lit-beg)
11247         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
11248         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
11249         (c-state-cache-top-paren, c-state-cache-after-top-paren)
11250         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
11251         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
11252         (c-renarrow-state-cache)
11253         (c-append-lower-brace-pair-to-state-cache)
11254         (c-state-push-any-brace-pair, c-append-to-state-cache)
11255         (c-remove-stale-state-cache)
11256         (c-remove-stale-state-cache-backwards, c-state-cache-init)
11257         (c-invalidate-state-cache-1, c-parse-state-1)
11258         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
11259         (c-parse-state): Enhance and refactor.
11260         (c-debug-parse-state): Amend to deal with all the new variables.
11262         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
11263         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
11264         modify to use category text properties rather than syntax-table ones.
11265         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
11266         to switch off/on the syntactic paren property of C++ template
11267         delimiters using the category property.
11268         (c-with-<->-as-parens-suppressed): Macro to invoke code with
11269         template delims suppressed.
11270         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
11271         New constant/macros which apply category properties to the start
11272         and end of preprocessor constructs.
11273         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
11274         "comment out" the syntactic value of characters in preprocessor
11275         constructs.
11276         (c-with-cpps-commented-out)
11277         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
11278         with characters in all or all but one preprocessor constructs
11279         "commented out".
11281 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11283         * proced.el (proced-filter-alist): Use regexp-quote.
11285 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
11287         Cleanup.
11288         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
11289         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
11290         arguments.  Expand `default-directory'.
11292         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
11293         the benefit of returning an expanded localname.
11294         (tramp-tramp-file-p): Handle the case NAME is not a string.
11296 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
11298         Add support for bzr shelve/unshelve.
11299         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
11300         (vc-bzr-extra-menu-map): New variables.
11301         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
11302         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
11303         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
11304         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
11305         (vc-bzr-dir-extra-headers): Display shelves.
11307         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
11309 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11311         * textmodes/bibtex.el (bibtex-complete-internal):
11312         Use completion-in-region.
11313         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
11315 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
11317         Support applying stashes.  Improve UI.
11318         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
11319         (vc-git-stash-apply, vc-git-stash-pop)
11320         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
11321         (vc-git-stash-menu): New functions.
11322         (vc-git-stash-menu-map): New variable.
11323         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
11325 2009-12-03  Glenn Morris  <rgm@gnu.org>
11327         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
11328         (vc-print-log-internal): Fix previous change.
11329         (vc-revert): Correct pluralization.
11331 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11333         * progmodes/make-mode.el (makefile-special-targets-list): No need for
11334         it to be an alist any more.
11335         (makefile-complete): Use completion-in-region.
11337         * progmodes/octave-mod.el (octave-complete-symbol):
11338         Use completion-in-region.
11340         Misc cleanup.
11341         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
11342         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
11343         (idlwave-complete-class): Don't quote lambda.
11344         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
11345         (idlwave-mode-map): Move initialization into declaration.
11346         (idlwave-action-and-binding): Use backquotes.
11347         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
11348         Simplify.
11349         (idlwave-is-pointer-dereference): Remove unused var `pos'.
11350         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
11351         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
11352         `parts', and `all-parts'.
11353         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
11354         (idlwave-convert-xml-system-routine-info): Remove unused string
11355         `version-string'.
11356         (idlwave-display-user-catalog-widget): Use dolist.
11357         (idlwave-scanning-lib): Declare dynamically-scoped var.
11358         (idlwave-scan-library-catalogs): Remove unused var `flags'.
11359         (completion-highlight-first-word-only): Declare to silence bytecomp.
11360         (idlwave-popup-select): Tighten scope of `resp'.
11361         (idlwave-find-struct-tag): Remove unused var `beg'.
11362         (idlwave-after-load-rinfo-hook): Declare.
11363         (idlwave-sintern-class-info): Remove unused var `taglist'.
11364         (idlwave-find-class-definition): Remove unused var `list'.
11365         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
11366         (idlwave-what-module-find-class): Remove unused var `classes'.
11368 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
11370         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
11372 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11374         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
11375         buffers visited.  Remove redundant current-buffer-saving.
11377 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11379         Use completion-in-buffer and remove uses of dynamic scoping.
11380         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
11381         (pascal-buffer-to-use, pascal-flag): Don't declare.
11382         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
11383         (pascal-get-completion-decl, pascal-keyword-completion):
11384         Add `pascal-str' argument, save-excursion,
11385         return the found completions, and don't filter with pascal-pred.
11386         (pascal-completion-cache): New var.
11387         (pascal-completion): Don't switch buffer any more (it was never
11388         necessary).  Don't save-excursion any more (it's done by the called
11389         subroutines).  Use a cache to avoid redundant computations.
11390         Use complete-with-action rather than pascal-completion-response and
11391         let it apply the predicate as well.
11392         (pascal-complete-word): Use completion-in-buffer when
11393         pascal-toggle-completions is nil.
11394         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
11395         not used any more.
11396         (pascal-comp-defun): Don't change buffer any more.
11397         Use complete-with-action rather than pascal-completion-response and
11398         let it apply the predicate as well.
11399         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
11400         when neded.
11402 2009-12-02  Kenichi Handa  <handa@m17n.org>
11404         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
11405         shape for all Indic scripts.
11407 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11409         Use completion-in-buffer.
11410         * wid-edit.el (widget-field-text-end): New function.
11411         (widget-field-value-get): Use it.
11412         (widget-string-complete, widget-file-complete)
11413         (widget-color-complete): Use it and completion-in-region.
11414         (widget-complete): Don't narrow the buffer.
11416 2009-12-02  Glenn Morris  <rgm@gnu.org>
11418         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
11419         (rmail-select-summary): Use rmail-pop-to-buffer.
11420         * mail/rmailsum.el: Replace all pop-to-buffer calls with
11421         rmail-pop-to-buffer, to prevent horizontal splits.
11423         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
11424         save-excursion with save-current-buffer.
11425         Widen before searching.  (Bug#5093)
11426         (diary-list-sexp-entries): Remove superfluous save-excursion.
11428 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
11430         * woman.el (woman-make-bufname): Handle man-pages with "." in the
11431         name.  (Bug#5038)
11433 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
11435         * ido.el (ido-file-internal): Handle filenames at point that do
11436         not have a directory part.  (Bug#5049)
11438 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
11440         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
11441         (mpc-songs-jump-to, mpc-resume): Doc fixes.
11443 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
11445         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
11446         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
11447         any more.
11449 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11451         * comint.el (comint-insert-input): Ignore clicks to the right of
11452         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
11454         * vc.el (vc-print-log-internal): Don't wait for the process to
11455         terminate before setting up the major mode.
11457         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
11458         in case.
11460         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
11461         the last element.
11463         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
11465 2009-12-01  Glenn Morris  <rgm@gnu.org>
11467         * window.el (window--display-buffer-2): Fix previous changes.
11469 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
11471         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
11473 2009-12-01  Glenn Morris  <rgm@gnu.org>
11475         * Makefile.in (ELCFILES): Add mpc.elc.
11477 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11479         * mpc.el: New file.
11481 2009-12-01  Glenn Morris  <rgm@gnu.org>
11483         * window.el (window-to-use): Define for compiler.
11485         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
11486         consistent with others (no final period).
11488         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
11489         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
11491 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
11493         Make vc-print-log buttons work.
11494         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
11496 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
11498         * savehist.el (savehist-autosave-interval): Allow setting to nil
11499         through customize.  (Bug#5056)
11501 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
11503         Fix references to jit-lock properties.
11504         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11505         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
11506         (perl-font-lock-special-syntactic-constructs):
11507         Quote jit-lock-defer-multiline property.
11509 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
11511         * vc-git.el (vc-git-registered): Call vc-git-root only once.
11513 2009-11-30  Juri Linkov  <juri@jurta.org>
11515         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
11516         value `buffer' of `multi-isearch-next-buffer-current-function'.
11517         Use `(current-buffer)' when `buffer' is nil.
11518         (multi-isearch-next-buffer-from-list): Don't fallback to
11519         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
11521 2009-11-30  Juri Linkov  <juri@jurta.org>
11523         * misearch.el (multi-isearch-read-buffers): Move canonicalization
11524         of buffers with `get-buffer' to `multi-isearch-buffers'.
11525         (multi-isearch-buffers, multi-isearch-buffers-regexp):
11526         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
11527         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
11528         FILES with `expand-file-name' converting relative file names
11529         to absolute.  Doc fix.  (Bug#4727)
11531 2009-11-30  Juri Linkov  <juri@jurta.org>
11533         * misearch.el (multi-isearch-read-buffers)
11534         (multi-isearch-read-matching-buffers): New functions.
11535         (multi-isearch-buffers, multi-isearch-buffers-regexp):
11536         Use them in the `interactive' spec.  Doc fix.
11537         (multi-isearch-read-files, multi-isearch-read-matching-files):
11538         New functions.
11539         (multi-isearch-files, multi-isearch-files-regexp):
11540         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
11542 2009-11-30  Juri Linkov  <juri@jurta.org>
11544         * doc-view.el (doc-view-continuous):
11545         Rename from `doc-view-continuous-mode'.
11546         (doc-view-menu): Move "Toggle display" to the top.
11547         Add submenu "Continuous" with radio buttons "Off"/"On"
11548         and "Save as Default".
11549         (doc-view-scroll-up-or-next-page)
11550         (doc-view-scroll-down-or-previous-page)
11551         (doc-view-next-line-or-next-page)
11552         (doc-view-previous-line-or-previous-page):
11553         Rename `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
11555 2009-11-30  Juri Linkov  <juri@jurta.org>
11557         * comint.el (comint-mode-map): Rebind `M-r' from
11558         `comint-previous-matching-input' to
11559         `comint-history-isearch-backward-regexp'.
11560         Unbind `M-s' to allow global key binding `M-s'.
11561         Add menu items for `comint-history-isearch-backward' and
11562         `comint-history-isearch-backward-regexp'.  (Bug#3746)
11564 2009-11-30  Juri Linkov  <juri@jurta.org>
11566         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
11567         For def=recenter, replace `recenter' with `recenter-top-bottom'
11568         that is called with `this-command' and `last-command' let-bound
11569         to `recenter-top-bottom'.  When the last `def' was not `recenter',
11570         set `recenter-last-op' to nil.  (Bug#4981)
11572 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11574         Minor cleanup and simplification.
11575         * filecache.el (file-cache-add-directory)
11576         (file-cache-add-directory-recursively)
11577         (file-cache-add-from-file-cache-buffer)
11578         (file-cache-delete-file-regexp, file-cache-delete-directory)
11579         (file-cache-files-matching-internal, file-cache-display): Use dolist.
11580         (file-cache-temp-minibuffer-message): Delete function.
11581         (file-cache-minibuffer-complete): Use minibuffer-message instead.
11583         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
11584         Don't signal an error when bumping into EOB in tr, s, or y.
11586 2009-11-29  Juri Linkov  <juri@jurta.org>
11588         * startup.el (fancy-about-text): Fix wording of Guided Tour.
11589         (Bug#4960)
11591         * descr-text.el (describe-char-unidata-list): Use lowercase name
11592         for "Unicode name" like in other tags.
11594 2009-11-29  Juri Linkov  <juri@jurta.org>
11596         * ediff-util.el (ediff-minibuffer-with-setup-hook):
11597         New compatibility macro.
11598         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
11600 2009-11-29  Juri Linkov  <juri@jurta.org>
11602         Add defcustom to define the cycling order of `recenter-top-bottom'.
11603         (Bug#4981)
11605         * window.el (recenter-last-op): Doc fix.
11606         (recenter-positions): New defcustom.
11607         (recenter-top-bottom): Rewrite to use `recenter-positions'.
11608         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
11610 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
11612         Improve integration of Tramp and ange-ftp in eshell.
11614         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
11615         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
11616         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
11618         * eshell/esh-util.el (top): Require also Tramp when compiling.
11619         (eshell-directory-files-and-attributes): Check for FTP remote
11620         connection.
11621         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
11622         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
11623         (eshell-file-attributes): Handle ".".  Return `entry'.
11625         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
11626         (ange-ftp-directory-files-and-attributes)
11627         (ange-ftp-real-directory-files-and-attributes): New defuns.
11629         * net/tramp.el (tramp-maybe-open-connection): Open the remote
11630         shell with "exec" when possible.  This prevents trailing prompts
11631         in `start-file-process'.
11633 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11635         Try and remove assumptions about point-min==1.
11636         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
11637         (rng-compute-mode-line-string): Show the validation percentage in
11638         terms of the narrowed text, not the widened text.
11639         (rng-do-some-validation): Don't catch internal errors when debugging.
11640         (rng-first-error): Simplify.
11641         (rng-after-change-function): Remove work around.  AFAIK the bug has
11642         been fixed a while ago.
11644         * image-mode.el (image-minor-mode): Exit more gracefully when the image
11645         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
11647         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
11649         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
11650         `cd' doesn't always do it for us (bug#5067).
11652         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
11653         on 2009-10-25 as part of some other change (bug#5067).
11655 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11657         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
11658         `suspicious'.
11659         (byte-compile-warnings): Use byte-compile-warning-types.
11660         (byte-compile-save-excursion): Warn about use of set-buffer right
11661         after save-excursion.
11663         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
11664         the excursion as well.
11666 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
11668         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
11669         providing a Tramp related implementation of "su" and "sudo".
11670         (eshell-unix-initialize): Add "su" and "sudo".
11672 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
11674         * net/socks.el (socks-send-command): Convert binary request to
11675         unibyte before sending.  This fixes mishandling of some port
11676         numbers such as 129.
11678 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11680         * help.el (describe-bindings-internal): Remove `interactive'.
11682         * man.el (Man-completion-table): Trim a terminating "(".
11683         Remove the space between name page a section.
11684         Add the command's description on the `help-echo' property.
11685         Remove `process-connection-type' binding since it's unused by
11686         call-process.
11687         Provide completion for the "<section> <name>" format as well.
11688         (Man-default-man-entry): Remove spurious var shadowing the argument.
11690 2009-11-26  Kevin Ryde  <user42@zip.com.au>
11692         * log-view.el: Add "Keywords: tools", since its other keywords
11693         aren't in finder-known-keywords, and following vc.el.
11695         * sha1.el (sha1-string-external): default-directory "/" in case
11696         otherwise non-existent.  process-connection-type pipe for touch of
11697         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
11699 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11701         Misc coding convention cleanups.
11702         * htmlfontify.el (hfy-init-kludge-hook): Rename from
11703         hfy-init-kludge-hooks.
11704         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
11705         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
11706         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
11707         and push.
11708         (hfy-slant, hfy-weight): Use tables rather than code.
11709         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
11710         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
11711         (hfy-face-attr-for-class): Initialize `face-spec' directly.
11712         (hfy-face-to-css): Remove `nconc' with single arg.
11713         (hfy-p-to-face-lennart): Use `or'.
11714         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
11715         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
11716         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
11717         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
11718         (hfy-force-fontification): Use run-hooks.
11720 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
11722         Various minor fixes.
11723         * htmlfontify.el (hfy-default-header): Add toggle_invis since
11724         Javascript belongs in the header, not the body.
11725         (hfy-javascript): Remove.
11726         (hfy-fontify-buffer): Don't insert it any more.
11727         (hfy-face-at): Handle (face0 face1 face2) style face properties.
11728         Fix bug in invis handling when there were no invis props in a chunk.
11730 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11732         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
11734 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
11736         * finder.el (finder-mode-map): Add a menu.
11738 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
11740         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
11741         "unsigned" structs.
11743         (verilog-leap-to-head, verilog-backward-token): Handle "disable
11744         fork" statement better.
11746 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
11748         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
11749         (verilog-delete-auto, verilog-delete-empty-auto-pair)
11750         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
11751         Reported by Clay Douglass.
11753         (verilog-auto-inst, verilog-auto-star-safe)
11754         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
11755         Fix removing "// Interfaces" when saving .* expansions.
11756         Reported by Pierre-David Pfister.
11758 2009-11-26  Glenn Morris  <rgm@gnu.org>
11760         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
11761         the scope.
11763 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
11765         * vc-annotate.el (vc-annotate-revision-previous-to-line):
11766         Really use previous revision.
11768 2009-11-25  Kevin Ryde  <user42@zip.com.au>
11770         * man.el (Man-completion-table): default-directory "/" in case
11771         doesn't otherwise exist.  process-environment COLUMNS=999 so as
11772         not to truncate long names.  process-connection-type pipe to avoid
11773         any chance of hitting the pseudo-tty TIOCGWINSZ.
11774         (man): completion-ignore-case t for friendliness and since man
11775         itself is case-insensitive on the command line.
11776         Further to Bug#3717.
11778         * arc-mode.el: Add "Keywords: files", so the details in its
11779         commentary can be reached from finder-by-keyword.
11780         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
11781         editing mode, but it's comms related and sgml-mode.el has "comm"
11782         on that basis too.
11783         * textmodes/bibtex-style.el: Add "Keywords: tex".
11784         * international/isearch-x.el, international/ja-dic-cnv.el:
11785         * international/ja-dic-utl.el, international/kkc.el:
11786         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
11788 2009-11-25  Juri Linkov  <juri@jurta.org>
11790         * man.el (Man-completion-table): Modify regexp to include
11791         section names to completion strings.  (Bug#3717)
11793 2009-11-25  Juri Linkov  <juri@jurta.org>
11795         Search recursively in gzipped files.  (Bug#4982)
11797         * progmodes/grep.el (grep-highlight-matches): Add new options
11798         `always' and `auto'.  Doc fix.
11799         (grep-process-setup): Check `grep-highlight-matches' for
11800         `auto-detect' to determine the need to compute grep defaults.
11801         Move Windows/DOS specific --colors settings handling
11802         to `grep-compute-defaults'.  Check `grep-highlight-matches'
11803         to get the value of "--color=".
11804         (grep-compute-defaults): Compute `grep-highlight-matches' when it
11805         has the value `auto-detect'.  Move Windows/DOS specific settings
11806         from `grep-process-setup'.
11807         (zrgrep): New command with alias `rzgrep'.
11809 2009-11-25  Juri Linkov  <juri@jurta.org>
11811         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
11812         to nil instead of switching off view-mode.  (Bug#4896)
11814 2009-11-25  Juri Linkov  <juri@jurta.org>
11816         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
11818         * mwheel.el (mwheel-scroll-up-function)
11819         (mwheel-scroll-down-function): New defvars.
11820         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
11821         `scroll-up', and `mwheel-scroll-down-function' instead of
11822         `scroll-down'.
11824         * doc-view.el (doc-view-scroll-up-or-next-page)
11825         (doc-view-scroll-down-or-previous-page): Add optional ARG.
11826         Use this ARG in the call to image-scroll-up/image-scroll-down.
11827         Change `interactive' spec to "P".  Goto next/previous page only
11828         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
11829         SPC/DEL case).  Doc fix.
11830         (doc-view-next-line-or-next-page)
11831         (doc-view-previous-line-or-previous-page): Rename arg to ARG
11832         for consistency.
11833         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
11834         `doc-view-scroll-up-or-next-page', and buffer-local
11835         `mwheel-scroll-down-function' to
11836         `doc-view-scroll-down-or-previous-page'.
11838 2009-11-25  Juri Linkov  <juri@jurta.org>
11840         Provide additional default values (directories at other Dired
11841         windows) via M-n in the minibuffer of some Dired commands.
11843         * dired-aux.el (dired-diff, dired-compare-directories)
11844         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
11845         `minibuffer-default' in `minibuffer-with-setup-hook'.
11846         (dired-dwim-target-directory): Find a window that displays Dired
11847         buffer instead of failing when the next window is not Dired.
11848         Use `get-window-with-predicate' to find for the next Dired window.
11849         (dired-dwim-target-defaults): New function.
11851         * ediff-util.el (ediff-read-file-name):
11852         Use `dired-dwim-target-defaults' to set `minibuffer-default'
11853         in `minibuffer-with-setup-hook'.
11855 2009-11-25  Juri Linkov  <juri@jurta.org>
11857         Provide additional default values (file name at point or at the
11858         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
11860         * minibuffer.el (read-file-name-defaults): New function.
11861         (read-file-name): Reset `minibuffer-default' to nil when
11862         it duplicates initial input `insdef'.
11863         Bind `minibuffer-default-add-function' to lambda that
11864         calls `read-file-name-defaults' in `minibuffer-selected-window'.
11865         (minibuffer-insert-file-name-at-point): New command.
11867         * files.el (file-name-at-point-functions): New defcustom.
11868         (find-file-default): Remove defvar.
11869         (find-file-read-args): Don't use `find-file-default'.
11870         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
11871         to `read-file-name'.
11872         (find-file-literally): Use `read-file-name' with
11873         `confirm-nonexistent-file-or-buffer'.
11875         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
11877         * dired.el (dired-read-dir-and-switches):
11878         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
11879         to `read-file-name'.
11880         (dired-file-name-at-point): New function.
11881         (dired-mode): Add hook `dired-file-name-at-point' to
11882         `file-name-at-point-functions'.
11884 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11886         Really make the *Completions* window soft-dedicated (bug#5030).
11887         * window.el (window--display-buffer-2): Add `dedicated' argument.
11888         (display-buffer): Pass it when needed so the dedicated flag is set
11889         after calling set-window-buffer, which would otherwise reset it.
11891 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11893         * progmodes/meta-mode.el (meta-complete-symbol):
11894         * progmodes/etags.el (complete-tag):
11895         * mail/mailabbrev.el (mail-abbrev-complete-alias):
11896         Use completion-in-region.
11898         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
11899         (dabbrev-completion): Use completion-in-region.
11900         (dabbrev--abbrev-at-point): Simplify regexp.
11902         * abbrev.el (abbrev--before-point): Use word-motion functions
11903         if :regexp is not specified (bug#5031).
11905         * subr.el (string-prefix-p): New function.
11907         * man.el (Man-completion-cache): New var.
11908         (Man-completion-table): Use it.
11910         * vc.el (vc-print-log-internal): Make `limit' optional for better
11911         compatibility (e.g. with vc-annotate.el).
11913 2009-11-24  Kevin Ryde  <user42@zip.com.au>
11915         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
11916         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
11918         * emacs-lisp/elint.el (elint-add-required-env): Better error message
11919         when .el source file not found or other error.
11921 2009-11-24  Markus Triska  <markus.triska@gmx.at>
11923         * linum.el (linum-update-window): Ignore intangible (bug#4996).
11925 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11927         Handle the [back] button properly (bug#4979).
11928         * descr-text.el (describe-text-properties): Add a `buffer' argument.
11929         Use help-setup-xref, help-buffer, and with-help-window.
11930         (describe-char): Add `buffer' argument.
11931         Pass proper command to help-setup-xref.  Don't meddle with
11932         help-xref-stack-item directly.
11933         (describe-text-category): Use with-help-window and help-buffer.
11935         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
11936         for the displayed buffer (bug#4887).
11938         * man.el (Man-completion-table): New function.
11939         (man): Use it.
11941 2009-11-24  David Reitter  <david.reitter@gmail.com>
11943         * vc-git.el (vc-git-registered): Use checkout directory (where
11944         .git is) rather than the file's directory and a relative path spec
11945         to work around a bug in git.
11947 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
11949         Improve handling of processes on remote hosts.
11951         * eshell/esh-util.el (eshell-path-env): New defvar.
11952         (eshell-parse-colon-path): New defun.
11953         (eshell-file-attributes): Use `eshell-parse-colon-path'.
11955         * eshell/esh-ext.el (eshell-search-path):
11956         Use `eshell-parse-colon-path'.
11957         (eshell-remote-command): Remove argument HANDLER.
11958         (eshell-external-command): Check for FTP remote connection.
11960         * eshell/esh-proc.el (eshell-gather-process-output):
11961         Use `file-truename', in order to start also symlinked files.
11962         Apply `start-file-process' instead of `start-process'.
11963         Shorten `command' to the local file name part.
11965         * eshell/em-cmpl.el (eshell-complete-commands-list):
11966         Use `eshell-parse-colon-path'.
11968         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
11970         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
11971         to `eshell-directory-change-hook'.
11973 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
11975         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
11976         because it could be enabled automatically if view-read-only is non-nil.
11978 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
11980         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
11981         made on 2009-11-22.
11983 2009-11-24  Glenn Morris  <rgm@gnu.org>
11985         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
11986         deleted variable bookmark-bmenu-bookmark-column.
11988 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11990         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
11992 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
11994         * net/browse-url.el (browse-url-filename-alist): On Windows, add
11995         two slashes to the "file:" prefix.
11996         (browse-url-file-url): De-munge Cygwin filenames before passing
11997         them to Windows browser.
11998         (browse-url-default-windows-browser): Use call-process.
12000 2009-11-23  Juri Linkov  <juri@jurta.org>
12002         Implement DocView Continuous mode.  (Bug#4896)
12003         * doc-view.el (doc-view-continuous-mode): New defcustom.
12004         (doc-view-mode-map): Bind C-n/<down> to
12005         `doc-view-next-line-or-next-page', C-p/<up> to
12006         `doc-view-previous-line-or-previous-page'.
12007         (doc-view-next-line-or-next-page)
12008         (doc-view-previous-line-or-previous-page): New commands.
12010 2009-11-23  Juri Linkov  <juri@jurta.org>
12012         Implement Isearch in comint input history.  (Bug#3746)
12013         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
12014         `isearch-mode-hook'.
12015         (comint-history-isearch): New defcustom.
12016         (comint-history-isearch-backward)
12017         (comint-history-isearch-backward-regexp): New commands.
12018         (comint-history-isearch-message-overlay): New buffer-local variable.
12019         (comint-history-isearch-setup, comint-history-isearch-end)
12020         (comint-goto-input, comint-history-isearch-search)
12021         (comint-history-isearch-message, comint-history-isearch-wrap)
12022         (comint-history-isearch-push-state)
12023         (comint-history-isearch-pop-state): New functions.
12025 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
12027         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
12028         return.
12029         (tramp-handle-make-symbolic-link)
12030         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
12031         Quote file names.
12032         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
12033         (tramp-handle-process-file): Use it.
12035 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12037         * window.el (move-to-window-line-last-op): Remove.
12038         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
12040 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
12042         Make M-r mirror the new cycling behavior of C-l.
12043         * window.el (move-to-window-line-last-op): New var.
12044         (move-to-window-line-top-bottom): New command.
12045         (global-map): Bind M-r move-to-window-line-top-bottom.
12047 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
12049         * dired-x.el (dired-guess-shell-alist-default):
12050         Support xz format.  (Bug#4953)
12052 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
12054         * emulation/viper-cmd.el: Use viper-last-command-char instead of
12055         last-command-char/last-command-event.
12056         (viper-prefix-arg-value): Do correct conversion of event-char for
12057         XEmacs.
12059         * emulation/viper-util.el, emulation/viper.el:
12060         Use viper-last-command-char instead of
12061         last-command-char/last-command-event.
12063         * ediff-init.el, ediff-mult.el, ediff-util.el:
12064         Replace last-command-char and last-command-event
12065         with (ediff-last-command-char) everywhere.
12067         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
12068         created in fundamental mode.
12070         * ediff.el (ediff-version): Revert the change of interactive-p to
12071         called-interactively-p.
12073 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
12075         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
12076         generation from word-movement command names.
12078 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
12080         * cus-start.el (all): Add native condition for font-use-system-font.
12082 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
12084         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
12085         Correct the patch from 2009-11-18.  (Bug#3910)
12087 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
12089         * progmodes/subword.el: Rename from lisp/subword.el.
12091         * subword.el: Rename to progmodes/subword.el.
12093         * Makefile.in (ELCFILES): Adapt to subword.el move.
12095 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12096             Stefan Monnier  <monnier@iro.umontreal.ca>
12098         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
12099         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
12100         (bookmark-bmenu-show-filenames): Use push.
12101         (bookmark-bmenu-hide-filenames): Use local var instead of
12102         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
12103         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
12104         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
12105         filenames now that the bookmark names are always available.
12107 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12109         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
12110         (bookmark-search-pattern): Move and leave unbound.
12111         (bookmark-bmenu-mode-map): Change binding.
12112         (bookmark-read-search-input): Simplify.
12113         Don't use text-char-description.  Don't error on non-char events.
12114         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
12115         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
12116         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
12117         Use a local var for the timer.
12118         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
12119         (i.e. bookmark-bmenu-search).
12121 2009-11-21  Glenn Morris  <rgm@gnu.org>
12123         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
12125 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
12127         * net/browse-url.el (browse-url-default-windows-browser):
12128         Use cygstart for cygwin.
12130 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
12132         * bookmark.el: Formatting and doc fixes only:
12133         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
12134         (bookmark-bmenu-search): Wrap to fit within 80 columns.
12135         Minor grammar and punctuation fixes in doc string.
12136         (bookmark-read-search-input): Adjust to fit within 80 columns.
12138 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
12140         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
12141         (c-backward-into-nomenclature): Adapt to subword renaming.
12143         * subword.el (subword-forward, subword-backward, subword-mark)
12144         (subword-kill, subword-backward-kill, subword-transpose)
12145         (subword-downcase, subword-upcase, subword-capitalize)
12146         (subword-forward-internal, subword-backward-internal):
12147         Rename from forward-subword, backward-subword, mark-subword,
12148         kill-subword, backward-kill-subword, transpose-subwords,
12149         downcase-subword, upcase-subword, capitalize-subword,
12150         forward-subword-internal, backward-subword-internal.
12152 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12154         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
12155         New options.
12156         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
12157         New vars.
12158         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
12159         (bookmark-bmenu-filter-alist-by-regexp)
12160         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
12161         (bookmark-bmenu-search): New command.
12162         (bookmark-bmenu-mode-map): Bind it.
12164 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
12166         * progmodes/cc-cmds.el: declare-functioned forward-subword and
12167         backward-subword to quit the byte-compiler.
12169         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
12171         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
12173         * progmodes/cc-cmds.el (c-update-modeline)
12174         (c-forward-into-nomenclature, c-backward-into-nomenclature):
12175         Refer to subword.el functions instead of cc-subword.el.
12177         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
12178         subword.el functions instead of cc-subword.el.
12180         * progmodes/cc-subword.el: Rename to subword.el.
12181         * subword.el: Rename from progmodes/cc-subword.el.
12182         (subword-mode-map): Rename from c-subword-mode-map.
12183         (subword-mode): Rename from c-subword-mode.
12184         (global-subword-mode): New global minor mode.
12185         (forward-subword): Rename from c-forward-subword.
12186         (backward-subword): Rename from c-backward-subword.
12187         (mark-subword): Rename from c-mark-subword.
12188         (kill-subword): Rename from c-kill-subword.
12189         (backward-kill-subword): Rename from c-backward-kill-subword.
12190         (transpose-subwords): Rename from c-tranpose-subword.
12191         (downcase-subword): Rename from c-downcase-subword.
12192         (capitalize-subword): Rename from c-capitalize-subword.
12193         (forward-subword-internal): Rename from c-forward-subword-internal.
12194         (backward-subword-internal): Rename from c-backward-subword-internal.
12196 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
12198         * vc.el (vc-deduce-fileset): Allow non-state changing operations
12199         from a dired buffer.
12200         (vc-dired-deduce-fileset): New function.
12201         (vc-root-diff, vc-print-root-log): Use it.
12203         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
12204         nil LIMIT argument to vc-print-log-internal.
12206 2009-11-20  Glenn Morris  <rgm@gnu.org>
12208         * Makefile.in (ELCFILES): Regenerate.
12210 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
12212         * calc/calc.el (calc-set-mode-line):
12213         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
12214         (math-format-number): Rename `math-format-complement-signed' to
12215         `math-format-twos-complement'.
12217         * calc/calc-bin.el (math-format-twos-complement): Rename from
12218         math-format-complement-signed.
12219         (calc-radix): Rename `calc-complement-signed-mode' to
12220         `calc-twos-complement-mode'.
12221         (calc-octal-radix, calc-hex-radix): Add an argument for
12222         two's complement.
12224         * calc/calc-embed.el (calc-embedded-mode-vars):
12225         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
12227         * calc/calc-ext.el (calc-init-extensions):
12228         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
12229         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
12231         * calc/calc-units.el (math-build-units-table-buffer):
12232         Let `calc-twos-complement-mode' be nil.
12234         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
12235         entries.
12237         * calc/calc-vec.el (calcFunc-vunpack):
12238         * calc/calc-aent.el (calc-do-calc-eval):
12239         * calc/calc-forms.el (math-format-date):
12240         * calc/calc-graph.el (calc-graph-plot):
12241         * calc/calc-math.el (math-use-emacs-fn):
12242         * calc/calccomp.el (math-compose-expr):
12243         Let `calc-twos-complement-mode' be nil.
12245 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12247         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
12248         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
12249         * minibuffer.el (completion-in-region-functions): New hook.
12250         (completion-in-region): New function.
12251         * emacs-lisp/lisp.el (lisp-complete-symbol):
12252         * pcomplete.el (pcomplete-std-complete): Use it.
12254 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12256         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
12257         (latex-complete-alist): New vars.
12258         (latex-string-prefix-p, latex-complete-bibtex-keys)
12259         (latex-complete-envnames, latex-complete-refkeys)
12260         (latex-complete-data): New functions.
12261         (latex-complete, latex-indent-or-complete): New commands.
12263         * window.el (display-buffer-mark-dedicated): New var.
12264         (display-buffer): Obey it.
12265         * minibuffer.el (minibuffer-completion-help): Use it.
12267         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
12269         * filecache.el (file-cache-add-file): Use push and cons.
12270         (file-cache-delete-file-regexp): Use push.
12271         (file-cache-complete): Use completion-in-region.
12273         * simple.el (with-wrapper-hook): Fix thinko.
12275         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
12276         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
12277         Use with-current-buffer and string-to-number.
12278         (hfy-fallback-colour-values): Use assoc-string.
12279         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
12280         (hfy-face-at): Remove unused var `found-face'.
12281         (hfy-compile-stylesheet): Remove unused var `css'.
12282         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
12283         and `orig-buffer'.
12284         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
12285         Use with-current-buffer.
12286         (hfy-text-p): Use expand-file-name and fewer setq.
12288 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
12290         * htmlfontify.el, hfy-cmap.el: New files.
12292 2009-11-19  Juri Linkov  <juri@jurta.org>
12294         * minibuffer.el (completions-format): New defcustom.
12295         (completion--insert-strings): Implement vertical format.
12297         * simple.el (switch-to-completions): Move point to the first
12298         completion when point was at the beginning of the buffer.
12300 2009-11-19  Juri Linkov  <juri@jurta.org>
12302         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
12304         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
12306 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
12308         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
12309         (mail-signature): Change default to t.
12310         (mail-from-style): Deprecate `system-default' value.
12311         (mail-insert-from-field): For default value of mail-from-style,
12312         default to `angles' unless `angles' needs quoting and `parens'
12313         does not.
12314         (mail-citation-prefix-regexp): Use citation regexp from
12315         message-mode.
12317 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
12319         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
12320         Set variables for computing the prompt for reading password.
12322 2009-11-19  Glenn Morris  <rgm@gnu.org>
12324         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
12326         * textmodes/flyspell.el (sgml-lexical-context): Declare.
12328         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
12329         (newsticker-treeview-listwindow-height): Fix custom type.
12331 2009-11-19  Kenichi Handa  <handa@m17n.org>
12333         * descr-text.el (describe-char-padded-string): Compose with TAB
12334         only if there's a font for CH.
12335         (describe-char): Fix the condition for detecting a trivial composition.
12337 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
12339         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
12340         more accurate version of the regexp.  (Bug#3910)
12342 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
12344         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
12346 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
12348         * font-setting.el (font-use-system-font): Declare for byte-compiler.
12349         (font-setting-change-default-font): Fix typo in docstring.
12351 2009-11-18  Alan Mackenzie  <acm@muc.de>
12353         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
12355 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
12357         * font-setting.el (font-use-system-font): Move ...
12359         * cus-start.el (all): ... to here.
12361 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
12363         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
12364         Don't set `ad-return-value' if `ad-do-it' doesn't.
12366         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
12367         modification time.
12369 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
12371         * menu-bar.el: Put "Use system font" in Option-menu.
12372         (menu-bar-options-save): Add font-use-system-font.
12374         * loadup.el: If feature system-font-setting or font-render-setting is
12375         there, load font-setting.
12377         * Makefile.in (ELCFILES): Add font-settings.el.
12378         * font-setting.el: New file.
12380 2009-11-17  Glenn Morris  <rgm@gnu.org>
12382         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
12384         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
12385         Preserve point in the list buffer.  (Bug#4939)
12386         Use point-at-eol.
12387         (newsticker--treeview-list-update-highlight)
12388         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
12390 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
12392         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
12393         Remove.
12395         * calc/calc-ext.el (calc-init-extensions): Remove references to
12396         symclip.
12398         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
12400         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
12401         * calc/calc-help.el (calc-b-prefix-help): Remove references to
12402         `calc-symclip'.
12404 2009-11-16  Kevin Ryde  <user42@zip.com.au>
12406         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
12407         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
12409         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
12410         (lm-keywords-list): Allow comma-only separator like "foo,bar".
12411         Ignore trailing spaces by omit-nulls to split-string (fixing
12412         regression from Emacs 21 due to the incompatible split-string
12413         change).  (Bug #4928.)
12415 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
12417         * vc.el (vc-log-show-limit): Default to 2000.
12418         (vc-print-log-internal): Insert buttons to request more entries
12419         when limiting the output.
12421         * vc-sccs.el (vc-sccs-print-log):
12422         * vc-rcs.el (vc-rcs-print-log):
12423         * vc-cvs.el (vc-cvs-print-log):
12424         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
12425         LIMIT is non-nil.
12427 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
12429         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
12430         error when `tramp-gvfs-dbus-event-vector' is set.
12431         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
12433 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12435         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
12437 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
12439         * net/dbus.el (dbus-unregister-service): New defun.
12440         (dbus-register-property): Register the handlers of
12441         "org.freedesktop.DBus.Properties" for SERVICE.
12442         (dbus-property-handler): Fix docstring.
12444 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12446         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
12447         Quote doc string reference in defvaralias as it is not in special form.
12448         (byte-compile-output-docform): Doc fix.
12450 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
12452         * calc/calc.el (math-2-word-size, math-half-2-word-size)
12453         (calc-complement-signed-mode): New variables.
12454         (calc-set-mode-line): Add indicator for twos-complements.
12455         (math-format-number): Format twos-complement notation.
12457         * calc/calc-bin.el (calc-word-size): Reset the variables
12458         `math-2-word-size' and `math-half-2-word-size'.
12459         (math-format-complement-signed, math-symclip, calcFunc-symclip)
12460         (calc-symclip): New functions.
12462         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
12464         * calc/calc-embed.el (calc-embedded-mode-vars):
12465         Add `calc-complement-signed-mode' to the list of modes.
12467         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
12468         (calc-b-oper-keys): Add `calc-symclip' to list.
12470         * calc/calc-ext.el (math-read-number-fancy): Read complement
12471         signed numbers.
12472         (calc-init-extensions): Add binding for `calc-symclip'.
12473         Add autoload for `calcFunc-symclip' and `calc-symclip'.
12475         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
12476         `calc-symclip'.
12477         (calc-modes-menu): Add item for twos complement mode.
12479         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
12481 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
12483         * register.el (jump-to-register, insert-register): Handle Semantic
12484         tags.  From commented-out advice in semantic/senator.el.
12486 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
12488         * vc.el (vc-log-show-limit): New variable.
12489         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
12490         when using a prefix argument.
12491         (vc-print-log-internal): Add new argument LIMIT.
12493         * vc-svn.el (vc-svn-print-log):
12494         * vc-mtn.el (vc-mtn-print-log):
12495         * vc-hg.el (vc-hg-print-log):
12496         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
12497         pass it to the log command when set.  Make the BUFFER argument
12498         non-optional.
12500         * vc-sccs.el (vc-sccs-print-log):
12501         * vc-rcs.el (vc-rcs-print-log):
12502         * vc-git.el (vc-git-print-log):
12503         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
12504         ignore it.  Make the BUFFER argument non-optional
12506         * bindings.el (mode-line-buffer-identification): Do not purecopy.
12508 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
12510         * dired.el (dired-mode-map): Move encryption items to "Operate"
12511         menu (Bug#4703).
12513         * strokes.el (strokes-update-window-configuration): Make strokes
12514         buffer current before erasing (Bug#4906).
12516 2009-11-15  Juri Linkov  <juri@jurta.org>
12518         * simple.el (set-mark-default-inactive): Add :type, :group
12519         and :version.  (Bug#4876)
12521 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
12523         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
12524         (archive-unique-fname): ... here.  (Bug#4929)
12526 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12528         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
12529         with a real fix.
12531         * novice.el (disabled-command-function): Add useful args.
12532         Setup the help buffer so that [back] works.
12533         Remove redundant call to help-mode.
12534         (disabled-command-function): Use `case'.
12535         (en/disable-command): New function extracted from enable-command.
12536         (enable-command, disable-command): Use it.
12538 2009-11-14  Glenn Morris  <rgm@gnu.org>
12540         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
12541         constants.  (Bug#4913)
12543         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
12545 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
12547         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
12548         defined in C that have no doc-strings.  (Bug#1063)
12550 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
12552         * cus-edit.el (data, files):
12553         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
12555 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
12557         * simple.el (shell-command): Doc fix (Bug#4891).
12559         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
12561 2009-11-14  Glenn Morris  <rgm@gnu.org>
12563         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
12564         statements for vc-diff, emerge-quit, and rmail-cease-edit.
12565         If they are already loaded, eval-after-load will do the right thing.
12567         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
12568         compiling.
12570         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
12572         * simple.el (x-selection-owner-p): Declare.
12573         (read-mail-command): Use custom radio type rather than choice.
12574         (completion-no-auto-exit): Doc fix.
12576         * custom.el (defgroup):
12577         * epg-config.el (epg): Doc fixes.
12579 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
12581         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
12582         * international/ccl.el (define-ccl-program): Do not purecopy the
12583         docstring, defconst does it anyway.
12585 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12587         * add-log.el (add-change-log-entry): Avoid displaying the changelog
12588         a second time.
12590         * x-dnd.el (x-dnd-maybe-call-test-function):
12591         * window.el (split-window-vertically):
12592         * whitespace.el (whitespace-help-on):
12593         * vc-rcs.el (vc-rcs-consult-headers):
12594         * userlock.el (ask-user-about-lock-help)
12595         (ask-user-about-supersession-help):
12596         * type-break.el (type-break-force-mode-line-update):
12597         * time-stamp.el (time-stamp-conv-warn):
12598         * terminal.el (te-set-output-log, te-more-break, te-filter)
12599         (te-sentinel, terminal-emulator):
12600         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
12601         (term-write-input-ring, term-check-source, term-start-output-log):
12602         (term-display-buffer-line, term-dynamic-list-completions):
12603         (term-ansi-make-term, serial-term):
12604         * subr.el (selective-display):
12605         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
12606         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
12607         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
12608         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
12609         (speedbar-remove-localized-speedbar-support)
12610         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
12611         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
12612         (speedbar-buffers-line-directory):
12613         * simple.el (shell-command-on-region, append-to-buffer)
12614         (prepend-to-buffer):
12615         * shadowfile.el (shadow-save-todo-file):
12616         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
12617         (scroll-bar-maybe-set-window-start):
12618         * sb-image.el (speedbar-image-dump):
12619         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
12620         (load-save-place-alist-from-file):
12621         * ps-samp.el (ps-print-message-from-summary):
12622         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
12623         (ps-background-image, ps-begin-job, ps-do-despool):
12624         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
12625         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
12626         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
12627         (pr-call-process, pr-file-list, pr-interface-save):
12628         * novice.el (disabled-command-function)
12629         (enable-command, disable-command):
12630         * mouse.el (mouse-buffer-menu-alist):
12631         * mouse-copy.el (mouse-kill-preserving-secondary):
12632         * macros.el (kbd-macro-query):
12633         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
12634         * informat.el (batch-info-validate):
12635         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
12636         * hippie-exp.el (try-expand-dabbrev-visible):
12637         * help-mode.el (help-make-xrefs):
12638         * help-fns.el (describe-variable):
12639         * generic-x.el (bat-generic-mode-run-as-comint):
12640         * finder.el (finder-mouse-select):
12641         * find-dired.el (find-dired-sentinel):
12642         * filesets.el (filesets-file-close):
12643         * files.el (list-directory):
12644         * faces.el (list-faces-display, describe-face):
12645         * facemenu.el (list-colors-display):
12646         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
12647         * epg.el (epg--process-filter, epg-cancel):
12648         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
12649         (epa--read-signature-type):
12650         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
12651         (emerge-file-names):
12652         * ehelp.el (electric-helpify):
12653         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
12654         * ediff-vers.el (rcs-ediff-view-revision):
12655         * ediff-util.el (ediff-setup):
12656         * ediff-mult.el (ediff-append-custom-diff):
12657         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
12658         (ediff-wordify):
12659         * echistory.el (Electric-command-history-redo-expression):
12660         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
12661         * disp-table.el (describe-display-table):
12662         * dired.el (dired-find-buffer-nocreate):
12663         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
12664         * dabbrev.el (dabbrev--same-major-mode-p):
12665         * chistory.el (list-command-history):
12666         * apropos.el (apropos-documentation):
12667         * allout.el (allout-obtain-passphrase):
12668         (allout-copy-exposed-to-buffer):
12669         (allout-verify-passphrase): Use with-current-buffer.
12671 2009-11-13  Glenn Morris  <rgm@gnu.org>
12673         * Makefile.in (ELCFILES): Regenerate.
12675 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
12677         * net/dbus.el (dbus-registered-objects-table): Rename from
12678         `dbus-registered-functions-table', because it contains also properties.
12679         (dbus-unregister-object): Unregister also properties.
12680         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
12681         Use a timeout of 500 msec, in order to not block.
12682         (dbus-register-property, dbus-property-handler): New defuns.
12684 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12686         * simple.el (minibuffer-default-add-completions): Drop deprecated
12687         4th arg.
12689 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
12691         * textmodes/artist.el (artist-mouse-choose-operation):
12692         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
12693         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
12694         (artist-compute-up-event-key): New function.
12695         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
12697 2009-11-13  Kenichi Handa  <handa@m17n.org>
12699         * language/japan-util.el: Make sure that the value of jisx0208
12700         property is jisx0208 character.
12702 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
12704         * international/mule.el (auto-coding-regexp-alist): Only purecopy
12705         car or each item, not the whole list.
12707 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12709         * minibuffer.el (minibuffer-completion-help):
12710         Use minibuffer-hide-completions.
12712 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
12714         * dired.el (dired-save-positions, dired-restore-positions): New funs.
12715         (dired-revert): Use them (bug#4880).
12717 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
12719         * tooltip.el (tooltip-frame-parameters): Undo previous change.
12721 2009-11-12  Juri Linkov  <juri@jurta.org>
12723         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
12724         New functions.
12725         (find-file-literally-at-point): Alias of `ffap-literally'.
12727 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
12729         * textmodes/ispell.el (ispell-skip-region-alist):
12730         * textmodes/css-mode.el (auto-mode-alist):
12731         * progmodes/compile.el (auto-mode-alist):
12732         * international/mule.el (ctext-non-standard-encodings-alist)
12733         (ctext-non-standard-encodings-regexp):
12734         * simple.el (shell-command-switch, text-read-only):
12735         * replace.el (occur-mode-map):
12736         * paths.el (rmail-file-name):
12737         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
12738         * find-file.el (ff-special-constructs):
12739         * files.el (file-name-handler-alist):
12740         * composite.el: Purecopy strings.
12742         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
12744 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
12746         * widget.el (define-widget): Purecopy the docstring.
12747         * international/mule-cmds.el (charset): Do not purecopy the
12748         docstring here, define-widget does it.
12750         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
12751         * textmodes/bibtex-style.el (auto-mode-alist):
12752         * progmodes/inf-lisp.el (inferior-lisp-prompt):
12753         * progmodes/compile.el (compile-command):
12754         * language/korea-util.el (default-korean-keyboard):
12755         * international/mule-conf.el (file-coding-system-alist):
12756         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
12757         * tooltip.el (tooltip-frame-parameters):
12758         * newcomment.el (comment-end, comment-padding):
12759         * dired.el (dired-trivial-filenames):
12760         * comint.el (comint-file-name-prefix): Purecopy initial values.
12762 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
12764         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
12765         (tramp-advice-minibuffer-electric-tilde): Unload advices via
12766         `tramp-unload'.
12767         (tramp-advice-make-auto-save-file-name)
12768         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
12769         after removing the advice.
12771 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
12773         * progmodes/grep.el (grep-regexp-alist):
12774         * international/mule-cmds.el (iso-2022-control-alist):
12775         * emacs-lisp/timer.el (timer-duration-words):
12776         * subr.el (version-separator, version-regexp-alist):
12777         * minibuffer.el (completion-styles-alist):
12778         * faces.el (face-attribute-name-alist, list-faces-sample-text):
12779         Change defvars to defconsts.
12781         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
12782         * loadup.el ("international/mule-conf"): Load the byte compiled version.
12783         * international/mule-conf.el: Allow to be byte compiled.
12785         * international/mule.el (define-charset): Purecopy props.
12786         (load-with-code-conversion): Purecopy doc string and file name.
12787         (put-charset-property): Purecopy strings.
12788         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
12790         * international/mule-cmds.el (register-input-method): Purecopy arguments.
12791         (define-char-code-property): Correctly purecopy the table.
12793         * international/ccl.el (define-ccl-program): Purecopy the docstring.
12795         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
12797         * subr.el (add-hook): Purecopy strings.
12798         (eval-after-load): Purecopy load-history-regexp and the form.
12800         * custom.el (custom-declare-group): Purecopy load-file-name.
12802         * subr.el (menu-bar-separator): New defconst.
12803         * net/eudc.el (eudc-tools-menu):
12804         * international/mule-cmds.el (set-coding-system-map)
12805         (mule-menu-keymap):
12806         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
12807         * vc-hooks.el (vc-menu-map):
12808         * replace.el (occur-mode-map):
12809         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
12810         (menu-bar-edit-menu, menu-bar-goto-menu)
12811         (menu-bar-custom-menu, menu-bar-showhide-menu)
12812         (menu-bar-options-menu, menu-bar-tools-menu)
12813         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
12814         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
12815         (menu-bar-help-menu):
12816         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
12817         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
12819         * term/x-win.el (x-gtk-stock-map):
12820         * progmodes/vera-mode.el (auto-mode-alist):
12821         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
12822         (inferior-lisp-program, inferior-lisp-load-command):
12823         * progmodes/hideshow.el (hs-special-modes-alist):
12824         * progmodes/gud.el (same-window-regexps):
12825         * progmodes/grep.el (grep-program, find-program, xargs-program):
12826         * net/telnet.el (same-window-regexps):
12827         * net/rlogin.el (same-window-regexps):
12828         * language/ethiopic.el (font-ccl-encoder-alist):
12829         * vc-sccs.el (vc-sccs-master-templates):
12830         * vc-rcs.el (vc-rcs-master-templates):
12831         * subr.el (cl-assertion-failed):
12832         * simple.el (next-error-overlay-arrow-position):
12833         * lpr.el (lpr-command):
12834         * locate.el (locate-ls-subdir-switches):
12835         * info.el (same-window-regexps, info)
12836         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
12837         * image-mode.el (image-mode, auto-mode-alist):
12838         * hippie-exp.el (hippie-expand-ignore-buffers):
12839         * format.el (format-alist):
12840         * find-dired.el (find-ls-subdir-switches, find-grep-options)
12841         (find-name-arg):
12842         * facemenu.el (facemenu-keybindings):
12843         * dired.el (dired-listing-switches, dired-chown-program):
12844         * diff.el (diff-switches, diff-command):
12845         * cus-edit.el (same-window-regexps):
12846         * bindings.el (mode-line-mule-info)
12847         (mode-line-buffer-identification): Purecopy strings.
12849 2009-11-11  Juri Linkov  <juri@jurta.org>
12851         * simple.el (dired-get-filename) <declare-function>:
12852         Tell the byte-compiler about dired-get-filename.
12853         (shell-command): In Dired mode, get filename from the current line
12854         as the default value.
12856 2009-11-10  Glenn Morris  <rgm@gnu.org>
12858         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
12859         * calendar/holidays.el, progmodes/cperl-mode.el:
12860         Update x-popup-menu declarations.
12862         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
12863         (list-load-path-shadows): Use dolist.
12864         (list-load-path-shadows): Use with-current-buffer.
12866 2009-11-10  Juri Linkov  <juri@jurta.org>
12868         * minibuffer.el (read-file-name): Support a list of default values
12869         in `default-filename'.  Use the first file name where only one
12870         element is required.  Doc fix.
12872 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
12874         * net/dbus.el (dbus-unregister-object): Release service, if no
12875         other method is registered for it.
12877 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
12879         * bookmark.el (bookmark-completing-read): Sort bookmark names if
12880         bookmark-sort-flag is non-nil (Bug#4653).
12882 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
12884         * emulation/cua-base.el: Add CUA property to some CC mode commands
12885         (Bug#4100).
12887 2009-11-08  Kevin Ryde  <user42@zip.com.au>
12889         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
12890         at end of sentence (Bug#4818).
12892 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
12894         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12895         Handle "see declaration of" MSFT statements (Bug#4100).
12897 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
12899         * net/tramp.el (tramp-advice-make-auto-save-file-name)
12900         (tramp-advice-file-expand-wildcards): Unload via
12901         `ad-remove-advice'.
12903         * net/trampver.el: Update release number.
12905 2009-11-08  Kevin Ryde  <user42@zip.com.au>
12907         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
12908         `ad-do-it'.
12910 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
12912         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
12913         in order to keep context in SELinux.
12915 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
12917         * dired-aux.el (dired-query): Place cursor in echo area and allow
12918         C-g.
12920         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
12921         menu item if not on a directory (Bug#4701).
12923 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
12925         Sync with Tramp 2.1.17.
12927         * net/tramp.el (tramp-handle-copy-directory): Don't use
12928         `file-remote-p' (due to compatibility).
12930         * net/tramp-compat.el (tramp-compat-copy-directory)
12931         (tramp-compat-delete-directory): New defuns.
12933         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
12934         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
12935         Use `tramp-compat-delete-directory'.
12937         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
12938         (tramp-smb-handle-delete-directory):
12939         Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
12941         * net/trampver.el: Update release number.
12943 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
12945         * tar-mode.el (tar-copy): Call write-region on the right buffer
12946         (Bug#4857).
12948         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
12949         by hand, if necessary (Bug#4878).
12951 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
12953         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
12954         align size column (Bug#4839).
12956         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
12957         statement.
12959 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
12961         * progmodes/ld-script.el (auto-mode-alist):
12962         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
12964         * cus-face.el (custom-declare-face): Purecopy face spec.
12966 2009-11-06  Kenichi Handa  <handa@m17n.org>
12968         * international/uni-bidi.el: Re-generated.
12969         * international/uni-category.el: Re-generated.
12970         * international/uni-combining.el: Re-generated.
12971         * international/uni-mirrored.el: Re-generated.
12973 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
12975         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
12976         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
12977         (tex-start-options, slitex-run-command, latex-run-command)
12978         (tex-run-command, tex-directory):
12979         * textmodes/ispell.el (ispell-html-skip-alists)
12980         (ispell-tex-skip-alists, ispell-tex-skip-alists):
12981         * textmodes/fill.el (adaptive-fill-first-line-regexp):
12982         (adaptive-fill-regexp):
12983         * textmodes/dns-mode.el (auto-mode-alist):
12984         * progmodes/python.el (interpreter-mode-alist):
12985         * progmodes/etags.el (tags-compression-info-list):
12986         * progmodes/etags.el (tags-file-name):
12987         * net/browse-url.el (browse-url-galeon-program)
12988         (browse-url-firefox-program):
12989         * mail/sendmail.el (mail-signature-file)
12990         (mail-citation-prefix-regexp):
12991         * international/mule-conf.el (eight-bit):
12992         * international/latexenc.el (latex-inputenc-coding-alist):
12993         * international/fontset.el (x-pixel-size-width-font-regexp):
12994         * emacs-lisp/warnings.el (warning-type-format):
12995         * emacs-lisp/trace.el (trace-buffer):
12996         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
12997         (emacs-lisp-mode-map):
12998         * calendar/holidays.el (holiday-solar-holidays)
12999         (holiday-bahai-holidays, holiday-islamic-holidays)
13000         (holiday-christian-holidays, holiday-hebrew-holidays)
13001         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
13002         (hebrew-holidays-1, holiday-oriental-holidays)
13003         (holiday-general-holidays):
13004         * x-dnd.el (x-dnd-known-types):
13005         * tool-bar.el (tool-bar):
13006         * startup.el (site-run-file):
13007         * shell.el (shell-dumb-shell-regexp):
13008         * rfn-eshadow.el (file-name-shadow-tty-properties)
13009         (file-name-shadow-properties):
13010         * paths.el (remote-shell-program, news-directory):
13011         * mouse.el ([C-down-mouse-3]):
13012         * menu-bar.el (menu-bar-tools-menu):
13013         * jka-cmpr-hook.el (jka-compr-load-suffixes)
13014         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
13015         (jka-compr-compression-info-list):
13016         * isearch.el (search-whitespace-regexp):
13017         * image-file.el (image-file-name-extensions):
13018         * find-dired.el (find-ls-option):
13019         * files.el (directory-listing-before-filename-regexp)
13020         (directory-free-space-args, insert-directory-program)
13021         (list-directory-brief-switches, magic-fallback-mode-alist)
13022         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
13023         (automount-dir-prefix):
13024         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
13025         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
13026         (face-font-registry-alternatives, face-font-registry-alternatives)
13027         (face-font-family-alternatives):
13028         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
13029         (facemenu-foreground-menu, facemenu-face-menu):
13030         * epa-hook.el (epa-file-name-regexp):
13031         * dnd.el (dnd-protocol-alist):
13032         * textmodes/rst.el (auto-mode-alist):
13033         * button.el (default-button): Purecopy strings.
13035 2009-11-06  Glenn Morris  <rgm@gnu.org>
13037         * Makefile.in (ELCFILES): Update.
13039 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13041         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
13042         * emacs-lisp/levents.el: Move to obsolete/levents.el.
13044         * nxml/xsd-regexp.el (xsdre-gen-categories):
13045         * nxml/xmltok.el (xmltok-parse-entity):
13046         * nxml/rng-parse.el (rng-parse-validate-file):
13047         * nxml/rng-maint.el (rng-format-manual)
13048         (rng-manual-output-force-new-line):
13049         * nxml/rng-loc.el (rng-save-schema-location-1):
13050         * nxml/rng-cmpct.el (rng-c-parse-file):
13051         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
13052         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
13054 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
13056         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
13057         Remove extra save-excursions and make-variable-buffer-local's.
13058         Suggested by Stefan Monnier.
13060         (verilog-getopt-file, verilog-module-inside-filename-p)
13061         (verilog-set-define): Merge GNU 1.35 and repair changes from
13062         switching to using with-current-buffer.
13064         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
13065         being treated as a number and confusing AUTORESET.
13066         Reported by Dan Dever.
13068         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
13069         Add verilog-auto-ignore-concat to fix backward compatibility with
13070         older verilog-modes.  Reported by Dan Katz.
13072         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
13073         containing closing anchors "...$".
13075         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
13076         Reported by Wade Smith.
13078         (verilog-batch-execute-func): Comment on function usage.
13080 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
13082         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
13083         for labels.
13085         (verilog-label-re, verilog-calc-1): Support proper indent of named
13086         asserts.
13088         (verilog-backward-token, verilog-basic-complete-re)
13089         (verilog-beg-of-statement, verilog-indent-re): Support proper
13090         indent of the assert statement at the beginning of a block of text.
13092         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
13093         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
13094         tokens as begins.
13096 2009-11-05  Glenn Morris  <rgm@gnu.org>
13098         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
13099         Emacs 19.  (Bug#1531)
13100         (byte-compile-fix-header): Update for the above change.
13101         Drop test for epoch::version.
13103         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
13104         * cus-dep.el (custom-make-dependencies):
13105         * finder.el (finder-compile-keywords):
13106         Use autoload-rubric's feature argument.
13108         * calendar/diary-lib.el (top-level): Make load behave more like require.
13110         * vc-git.el (vc-git-stash-map): Move definition before use.
13112 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
13114         * custom.el (custom-declare-group): Purecopy standard-value.
13115         (custom-declare-group): Purecopy custom-prefix.
13117         * international/mule.el (load-with-code-conversion):
13118         Call do-after-load-evaluation unconditionally.
13120         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
13122 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13124         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
13126 2009-11-04  Glenn Morris  <rgm@gnu.org>
13128         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
13129         (byte-compile-compatibility): Remove option.
13130         (byte-compile-close-variables, byte-compile-fix-header)
13131         (byte-compile-insert-header, byte-compile-output-docform)
13132         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
13133         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
13134         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
13135         (byte-compile-insert, byte-compile-defun):
13136         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
13137         (byte-defop-compiler19): Remove.
13138         Without byte-compile-compatibility, the 'emacs19-opcode property is not
13139         used by anything.  Replace all calls with byte-defop-compiler.
13141 2009-11-04  Juri Linkov  <juri@jurta.org>
13143         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
13144         (menu-bar-options-menu): Don't quote the `prop' arg of
13145         `menu-bar-make-mm-toggle'.
13147 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
13149         * calendar/calendar.el (cal-loaddefs):
13150         * calendar/diary-lib.el (diary-loaddefs):
13151         * calendar/holidays.el (hol-loaddefs):
13152         * eshell/esh-module.el (esh-groups): Load rather than require.
13154 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13156         * calendar/todo-mode.el (todo-add-category): Don't hardcode
13157         point-min==1.
13158         (todo-top-priorities): Only display-buffer when called interactively.
13159         (todo-item-start): Don't save excursion point.
13160         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
13161         (todo-insert-item-here, todo-file-item, todo-remove-item):
13162         Adjust uses of todo-item-start and todo-item-end.
13164         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
13165         (autoload-rubric): Don't use any more.
13167         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
13168         and only put a prop if it is non-nil.
13170 2009-11-03  Juri Linkov  <juri@jurta.org>
13172         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
13173         (menu-bar-options-menu): Fix list quoting (Bug#4429).
13175         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
13176         and "Menu" to make top-level menu item visually one unit (like
13177         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
13178         multi-word menu items).  Fix :help string for quit-window.
13180 2009-11-03  Glenn Morris  <rgm@gnu.org>
13182         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
13183         (byte-compile-file-form-define-abbrev-table)
13184         (byte-compile-file-form-custom-declare-variable)
13185         (byte-compile-variable-ref, byte-compile-defvar):
13186         Whether or not a warning is enabled should only affect whether we issue
13187         the warning, not whether or not we collect the relevant data.
13188         Eg warnings can be turned on and off throughout the course of a file.
13190         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
13191         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
13193 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13195         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
13196         * play/mpuz.el (mpuz-create-buffer):
13197         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
13198         (lm-print-y,s,noise, lm-print-w0, lm-init):
13199         * play/gomoku.el (gomoku-prompt-for-move):
13200         * play/fortune.el (fortune-in-buffer):
13201         * play/dissociate.el (dissociated-press):
13202         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
13203         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
13204         * mail/supercite.el (sc-eref-show):
13205         * mail/smtpmail.el (smtpmail-send-it):
13206         * mail/rmailsum.el (rmail-summary-next-labeled-message)
13207         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
13208         (rmail-summary-undelete-many, rmail-summary-rmail-update)
13209         (rmail-summary-goto-msg, rmail-summary-expunge)
13210         (rmail-summary-get-new-mail, rmail-summary-search-backward)
13211         (rmail-summary-add-label, rmail-summary-output-menu)
13212         (rmail-summary-output-body):
13213         * mail/rfc822.el (rfc822-addresses):
13214         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
13215         * mail/mailpost.el (post-mail-send-it):
13216         * mail/hashcash.el (hashcash-generate-payment):
13217         * mail/feedmail.el (feedmail-run-the-queue)
13218         (feedmail-queue-send-edit-prompt-help-first)
13219         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
13220         (feedmail-deduce-address-list):
13221         * eshell/esh-ext.el (eshell-remote-command):
13222         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
13223         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
13224         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
13225         (viper-save-string-in-file, viper-valid-marker):
13226         * emulation/viper-keym.el (viper-toggle-key):
13227         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
13228         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
13229         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
13230         * emulation/viper-cmd.el (viper-exec-form-in-vi)
13231         (viper-exec-form-in-emacs, viper-brac-function):
13232         * emulation/viper.el (viper-delocalize-var):
13233         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
13234         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
13235         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
13236         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
13237         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
13238         * emulation/edt.el (edt-electric-helpify):
13239         * emulation/cua-rect.el (cua--rectangle-aux-replace):
13240         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
13241         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
13242         (cua-indent-to-global-mark-column):
13243         * calendar/diary-lib.el (calendar-mark-1):
13244         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
13245         Use with-current-buffer.
13246         * emulation/viper.el (viper-delocalize-var): Use dolist.
13248 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
13250         * comint.el (comint-replace-by-expanded-history-before-point):
13251         Replace !! with the previous input string literally (Bug#1795).
13253 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
13255         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
13256         to be made up of whitespace.
13258 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
13260         * minibuffer.el (read-file-name): Don't use file dialogs for
13261         remote directories (Bug#99).
13263 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
13265         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
13267 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
13269         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
13270         instead of deleting the window or frame.
13272 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
13274         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
13275         Support face colors.
13277         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
13278         New function.  Support face colors (Bug#1168).
13279         (tex-common-initialization): Use it.
13281         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
13282         mode allows it (Bug#1168).
13284 2009-10-31  Juri Linkov  <juri@jurta.org>
13286         * facemenu.el (list-colors-display): Don't mark buffer as
13287         modified (Bug#3948).
13289 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
13291         * international/mule-diag.el (list-character-sets-1):
13292         Minor message fix (Bug#3526).
13294         * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
13295         Fix face property (Bug#4834).
13296         (etags-list-tags, etags-tags-apropos-additional)
13297         (etags-tags-apropos, tags-select-tags-table): Add follow-link
13298         property.
13300         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
13301         items.
13303 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13305         * textmodes/two-column.el (2C-split):
13306         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
13307         * textmodes/tex-mode.el (tex-set-buffer-directory):
13308         * textmodes/spell.el (spell-region, spell-string):
13309         * textmodes/reftex.el (reftex-erase-buffer):
13310         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
13311         * textmodes/reftex-toc.el (reftex-toc-promote-action):
13312         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
13313         (reftex-select-item):
13314         * textmodes/reftex-ref.el (reftex-label-info-update)
13315         (reftex-offer-label-menu):
13316         * textmodes/reftex-index.el (reftex-index-change-entry)
13317         (reftex-index-phrases-info):
13318         * textmodes/reftex-global.el (reftex-create-tags-file)
13319         (reftex-save-all-document-buffers, reftex-ensure-write-access):
13320         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
13321         (reftex-view-crossref-from-bibtex):
13322         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
13323         (reftex-extract-bib-entries-from-thebibliography)
13324         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
13325         * textmodes/refbib.el (r2b-capitalize-title):
13326         (r2b-convert-buffer, r2b-help):
13327         * textmodes/page-ext.el (pages-directory)
13328         (pages-directory-goto-with-mouse):
13329         * textmodes/bibtex.el (bibtex-validate-globally):
13330         * textmodes/bib-mode.el (bib-capitalize-title):
13331         * textmodes/artist.el (artist-clear-buffer, artist-system):
13332         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
13333         (local-set-scheme-interaction-buffer, xscheme-process-filter)
13334         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
13335         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
13336         (xscheme-send-control-g-interrupt, xscheme-start-process)
13337         (xscheme-process-sentinel, xscheme-cd):
13338         * progmodes/verilog-mode.el (verilog-read-always-signals)
13339         (verilog-set-define, verilog-getopt-file)
13340         (verilog-module-inside-filename-p):
13341         * progmodes/sh-script.el:
13342         * progmodes/python.el (python-pdbtrack-get-source-buffer)
13343         (python-pdbtrack-grub-for-buffer, python-execute-file):
13344         * progmodes/octave-inf.el (inferior-octave):
13345         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
13346         (idlwave-shell-compile-helper-routines, idlwave-set-local)
13347         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
13348         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
13349         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
13350         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
13351         (idlwave-shell-filter, idlwave-shell-examine-highlight)
13352         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
13353         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
13354         (idlwave-shell-examine-display, idlwave-shell-run-region)
13355         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
13356         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
13357         * progmodes/idlw-help.el (idlwave-help-get-special-help)
13358         (idlwave-help-get-help-buffer):
13359         * progmodes/gud.el (gud-basic-call, gud-find-class)
13360         (gud-tooltip-activate-mouse-motions-if-enabled):
13361         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
13362         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
13363         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
13364         (ebrowse-tags-next-file):
13365         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
13366         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
13367         (ebnf-eps-finish-and-write):
13368         * progmodes/cpp.el (cpp-edit-save):
13369         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
13370         * progmodes/cc-defs.el (c-emacs-features):
13371         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
13372         (antlr-directory-dependencies):
13373         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
13374         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
13375         (ada-find-any-references, ada-make-filename-from-adaname)
13376         (ada-make-body-gnatstub):
13377         * obsolete/rnews.el (news-list-news-groups):
13378         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
13379         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
13380         * net/rcirc.el (rcirc-debug):
13381         * net/newst-treeview.el (newsticker--treeview-list-add-item)
13382         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
13383         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
13384         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
13385         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
13386         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
13387         (newsticker--treeview-list-clear-highlight)
13388         (newsticker--treeview-list-update-highlight)
13389         (newsticker--treeview-list-highlight-start)
13390         (newsticker--treeview-tree-update-highlight)
13391         (newsticker--treeview-get-selected-item)
13392         (newsticker-treeview-mark-list-items-old)
13393         (newsticker--treeview-set-current-node):
13394         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
13395         * net/newst-backend.el (newsticker--get-news-by-funcall)
13396         (newsticker--get-news-by-wget, newsticker--image-get)
13397         (newsticker--image-sentinel):
13398         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
13399         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
13400         (eudc-ph-close-session):
13401         * net/eudc.el (eudc-save-options):
13402         * language/thai-word.el (thai-update-word-table):
13403         * language/japan-util.el (japanese-string-conversion):
13404         * international/titdic-cnv.el (tsang-quick-converter)
13405         (ziranma-converter, ctlau-converter):
13406         * international/mule-cmds.el (describe-language-environment):
13407         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
13408         (skkdic-convert-postfix, skkdic-convert-prefix):
13409         (skkdic-convert-okuri-nasi, skkdic-convert):
13410         * emacs-lisp/re-builder.el (reb-update-overlays):
13411         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
13412         * emacs-lisp/gulp.el (gulp-send-requests):
13413         * emacs-lisp/find-gc.el (trace-call-tree):
13414         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
13415         (eieio-describe-generic):
13416         * emacs-lisp/eieio-base.el (eieio-persistent-read):
13417         * emacs-lisp/edebug.el (edebug-outside-excursion):
13418         * emacs-lisp/debug.el (debugger-make-xrefs):
13419         * emacs-lisp/cust-print.el (custom-prin1-to-string):
13420         * emacs-lisp/chart.el (chart-new-buffer):
13421         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
13422         Use with-current-buffer.
13423         * textmodes/artist.el (artist-system): Don't call
13424         copy-sequence on a fresh string.
13425         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
13427 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
13429         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
13430         is no item to edit.  (Bug#4820)
13431         (todo-top-priorities): Restore point and restore narrowing in Todo
13432         buffer.  (Bug#4820)
13434 2009-10-31  Glenn Morris  <rgm@gnu.org>
13436         * net/ange-ftp.el (top-level): Don't require dired when compiling.
13437         (comint-last-output-start, comint-last-input-start)
13438         (comint-last-input-end): Don't defvar when compiling.
13439         (ange-ftp-process-file): Use bound-and-true-p.
13441         * pcmpl-rpm.el (top-level): Move provide statement to end.
13442         (pcmpl-rpm): Remove unused custom group.
13444         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
13446         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
13448         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
13449         (byte-compile-warnings): Add `constants' as an option.
13450         (byte-compile-callargs-warn, byte-compile-arglist-warn)
13451         (display-call-tree): Update for byte-compile-fdefinition possibly
13452         returning `(macro lambda ...)'.  (Bug#4778)
13453         (byte-compile-variable-ref, byte-compile-setq-default):
13454         Respect `constants' member of byte-compile-warnings.
13456 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13458         * vc-bzr.el (vc-bzr-revision-keywords): New var.
13459         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
13460         to "submit:".
13462 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
13464         * textmodes/ispell.el (ispell-skip-region-alist):
13465         * international/mule-conf.el (eight-bit):
13466         * international/fontset.el (font-encoding-alist):
13467         * startup.el (pure-space-overflow-message):
13468         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
13469         * paths.el (gnus-nntp-service, rmail-spool-directory)
13470         (term-file-prefix):
13471         * files.el (save-some-buffers-action-alist):
13472         * cmuscheme.el (same-window-buffer-names):
13473         * ielm.el (same-window-buffer-names):
13474         * shell.el (same-window-buffer-names):
13475         * mail/sendmail.el (same-window-buffer-names):
13476         * progmodes/inf-lisp.el (same-window-buffer-names):
13477         * bindings.el (mode-line-client)
13478         (mode-line-column-line-number-mode-map):
13479         * language/tibetan.el (tibetan-precomposition-rule-regexp)
13480         (tibetan-precomposed-regexp): Purecopy string arguments.
13482 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13484         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
13485         (calcDigit-nondigit):
13486         * calc/calc-yank.el (calc-copy-to-buffer):
13487         * calc/calc-units.el (calc-invalidate-units-table):
13488         * calc/calc-trail.el (calc-trail-yank):
13489         * calc/calc-store.el (calc-insert-variables):
13490         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
13491         * calc/calc-prog.el (calc-read-parse-table):
13492         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
13493         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
13494         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
13495         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
13496         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
13497         (calc-graph-name, calc-graph-find-command, calc-graph-view)
13498         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
13499         * calc/calc-ext.el (calc-realign):
13500         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
13501         (calc-embedded-finish-edit, calc-embedded-make-info)
13502         (calc-embedded-finish-command, calc-embedded-stack-change):
13503         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
13505         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
13506         shell-dynamic-complete-filename in preference to
13507         comint-dynamic-complete-filename.
13509         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13510         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
13511         Don't consider whether the display supports colors.
13512         (bookmark-import-new-list): Use dolist.
13513         (bookmark-bmenu-mode-map): Move initialization into declaration.
13514         (bookmark-bmenu-list): Use dolist, simplify.
13515         (bookmark-show-all-annotations): Use save-selected-window and dolist.
13516         (menu-bar-final-items): Use push.
13518 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
13520         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
13521         it works on remote files.
13522         (vc-hg-diff): Don't pass any `--cwd' argument.
13524 2009-10-27  Kevin Ryde  <user42@zip.com.au>
13526         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
13527         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
13528         (Further to Bug#3921).
13530 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
13532         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
13533         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
13534         calling `tramp-imap-put-file'.  Add file size to the call.
13535         (tramp-imap-get-file-entries): Compute also user name, file size,
13536         and date.
13537         (tramp-imap-handle-insert-directory): Insert uid and gid.
13538         (tramp-imap-handle-file-attributes): Transform uid and gid
13539         according to `id-format'.
13540         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
13541         size in header X-Size.
13543 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
13545         * simple.el (transpose-subr): Give clearer error when the mark
13546         is not set.  (Bug#4807)
13548 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
13550         * net/tramp.el (tramp-perl-file-truename): New defconst.
13551         Perl code contributed by yary <not.com@gmail.com> (tiny change).
13552         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
13553         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
13554         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
13556         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
13557         Ignore `dired-call-process'.
13558         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
13560 2009-10-26  Julian Scheid  <julians37@gmail.com>
13562         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
13563         (tramp-get-remote-readlink): New defun.
13564         (tramp-handle-file-truename): Use it.
13565         (tramp-handle-file-exists-p): Check file-attributes cache, assume
13566         file exists if cache value present.
13567         (tramp-check-cached-permissions): New defun.
13568         (tramp-handle-file-readable-p): Use it.
13569         (tramp-handle-file-writable-p): Likewise.
13570         (tramp-handle-file-executable-p): Likewise.
13571         (tramp-handle-file-name-all-completions): Try using Perl to get
13572         partial completions.  When perl not available, combine `cd' and
13573         `ls' into single remote operation and use shell expansion to get
13574         partial remote directory contents.  Set `file-exists-p' cache for
13575         directory and any files returned by ls.  Change cache handling to
13576         support partial directory contents.  Use error message emitted by
13577         remote `cd' or Perl code for local tramp-error.
13578         (tramp-do-copy-or-rename-file-directly): Avoid separate
13579         tramp-send-command-and-check call.
13580         (tramp-handle-process-file): Merge three remote ops into one.
13581         Do not flush all caches when `process-file-side-effects' is set.
13582         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
13583         file-attributes shows uid/gid to be set already.
13585 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
13587         * textmodes/tex-mode.el (tex-dvi-view-command)
13588         (tex-show-queue-command, tex-open-quote):
13589         * progmodes/ruby-mode.el (auto-mode-alist)
13590         (interpreter-mode-alist): Purecopy strings.
13592         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
13594         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
13595         string for the hook, keymap and abbrev table.
13597         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
13599         * x-dnd.el (x-dnd-xdnd-to-action):
13600         * startup.el (fancy-startup-text, fancy-about-text): Change to
13601         defconst from defvar.
13603         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
13605         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
13606         Purecopy initialization strings.
13608         * mail/sendmail.el (mail-header-separator)
13609         (mail-personal-alias-file):
13610         * mail/rmail.el (rmail-default-dont-reply-to-names)
13611         (rmail-ignored-headers, rmail-retry-ignored-headers)
13612         (rmail-highlighted-headers, rmail-secondary-file-directory)
13613         (rmail-secondary-file-regexp):
13614         * files.el (null-device, file-name-invalid-regexp)
13615         (locate-dominating-stop-dir-regexp)
13616         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
13617         (interpreter-mode-alist): Use mapcar instead of mapc.
13619         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
13621         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
13622         (completion-ignored-extensions):
13623         (debug-ignored-errors): Purecopy strings.
13625 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13627         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
13628         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
13629         (pcomplete--here): Use push.
13631         * subr.el (all-completions): Declare the 4th arg obsolete.
13633 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13635         * pcomplete.el (pcomplete-unquote-argument-function): New var.
13636         (pcomplete-unquote-argument): New function.
13637         (pcomplete--common-suffix): Always pay attention to case.
13638         (pcomplete--table-subvert): Quote and unquote the text.
13639         (pcomplete--common-quoted-suffix): New function.
13640         (pcomplete-std-complete): Use it and pcomplete-begin.
13642         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
13643         we're inside a dedicated or minibuffer window.
13645 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
13647         * bookmark.el: Update documentation, especially documentation
13648         of `bookmark-alist' and of the bookmark file format.
13649         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
13651 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
13653         * mail/emacsbug.el (report-emacs-bug): Clarify that the
13654         keybindings apply to the mail buffer (Bug#4003).  Shrink help
13655         window to buffer.
13657         * whitespace.el (whitespace-mode, whitespace-newline-mode)
13658         (global-whitespace-mode, global-whitespace-newline-mode)
13659         (whitespace-toggle-options, global-whitespace-toggle-options):
13660         Doc fix (Bug#3660).
13662         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
13663         of xmltok-start before the end tag was inserted (Bug#2840).
13665         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
13666         patterns that are preceded by an open-paren (Bug#1320).
13668 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
13670         * files.el (delete-directory): Delete symlinks to directories with
13671         delete-file (Bug#4739).
13673 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
13675         * vc.el (vc-backend-for-registration): Rename from
13676         vc-get-backend-for-registration.  Update callers.
13678         * international/mule-cmds.el (set-language-info-alist):
13679         Purecopy lang-env.
13680         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
13681         (charset): Purecopy the name.
13682         (define-char-code-property): Purecopy string arguments.
13684         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
13685         Purecopy string arguments.
13687         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
13688         * ediff-hook.el (menu-bar-ediff-menu):
13689         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
13690         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
13692 2009-10-24  Glenn Morris  <rgm@gnu.org>
13694         * comint.el (comint-dynamic-list-completions):
13695         * term.el (term-dynamic-list-completions): Use choose-completion rather
13696         than obsolete alias mouse-choose-completion.
13698         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
13699         file-cache-choose-completion.
13700         (file-cache-choose-completion): Handle an optional event argument.
13701         (file-cache-mouse-choose-completion): Make it an obsolete alias.
13703         * progmodes/octave-mod.el (octave-complete-symbol):
13704         Use choose-completion if mouse-choose-completion is ever removed.
13706         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
13707         use.
13709         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
13710         compiler.
13712         * vc-hooks.el (vc-responsible-backend): Fix declaration.
13714 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13716         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
13717         Ignore `pred' now that we receive one.
13718         Handle test-completion specially.
13720 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
13722         * vc.el (vc-responsible-backend): Throw an error if not backend is
13723         found.  Remove the REGISTER argument.  Move the code dealing with
13724         REGISTER ...
13725         (vc-get-backend-for-registration): ... here.  New function.
13726         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
13727         of vc-responsible-backend, pass the file name instead of the
13728         directory name.
13730 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13732         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
13733         New funs.
13734         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
13735         (pcomplete-comint-setup): Don't modify a global var via
13736         accidental side-effects.
13737         (pcomplete-shell-setup): Adjust call accordingly.
13738         (pcomplete-parse-comint-arguments): Use push.
13740 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
13742         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
13743         Allow uncapitalized info node names (Bug#3921).
13745         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
13746         to the DEBUG file (Bug#3781).
13748 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
13750         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
13751         dictionary entry (Bug#4579).
13753 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
13755         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
13756         from `rfn-eshadow-update-overlay-hook' when unloading.
13757         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
13758         "rsyncc".  Adjust doc string.
13759         (tramp-temp-buffer-file-name): New buffer-local defvar.
13760         (tramp-handle-insert-file-contents, tramp-handle-write-region):
13761         Keep temporary file when indicated by method ("rsync" and
13762         "rsyncc").
13763         (tramp-handle-write-region): Handle APPEND.
13764         (tramp-delete-temp-file-function): New defun.  Added to
13765         `kill-buffer-hook'.
13767 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
13769         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
13771 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
13773         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
13774         (color-name-rgb-alist, tty-standard-colors)
13775         (tty-color-mode-alist): Change to defconst.
13777         * simple.el (mark-inactive): Purecopy message.
13779         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
13780         (global-map, yank-menu):
13781         * textmodes/ispell.el (ispell-menu-map):
13782         * net/eudc.el (eudc-tools-menu):
13783         * international/mule-cmds.el (describe-language-environment-map)
13784         (setup-language-environment-map, set-coding-system-map)
13785         (mule-menu-keymap):
13786         * vc-hooks.el (vc-menu-entry, vc-menu-map):
13787         * replace.el (occur-mode-map):
13788         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
13790 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
13792         * calc/calc.el (math-read-number, math-read-number-simple):
13793         Use `save-match-data'.
13795 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13797         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
13798         rather than fiddling with global-map bindings, since it should only
13799         affect per-terminal settings.
13800         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
13802         * minibuffer.el (completion-table-with-terminator): Allow to specify
13803         the terminator-regexp.
13805         * simple.el (switch-to-completions): Look for *Completions* in other
13806         frames as well.
13808         * pcomplete.el: Allow the use of completion-tables.
13809         (pcomplete-std-complete): New command.
13810         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
13811         (pcomplete--here): Use a function for `form' rather than an expression,
13812         so it can be byte-compiled.
13813         (pcomplete-here, pcomplete-here*): Adjust accordingly.
13814         Add edebug declaration.
13815         (pcomplete-show-completions): Remove unused var `curbuf'.
13816         (pcomplete-do-complete, pcomplete-stub):
13817         Don't assume `completions' is a list of strings any more.
13819 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
13821         * find-dired.el (find-name-arg): Fix typo in docstring.
13823 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13825         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
13826         (pcmpl-linux-fs-types): Same, and update to new modules layout.
13828         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
13829         pcomplete-entries.
13831         * comint.el (comint-read-input-ring, comint-write-input-ring)
13832         (comint-substitute-in-file-name)
13833         (comint-dynamic-complete-as-filename)
13834         (comint-dynamic-simple-complete)
13835         (comint-dynamic-list-filename-completions)
13836         (comint-dynamic-list-completions)
13837         (comint-redirect-results-list-from-process): Minor simplifications.
13839 2009-10-21  Kevin Ryde  <user42@zip.com.au>
13841         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
13842         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
13843         the first form.  And insert a blank line after ";;; Code" since
13844         that's usual style.  (Bug#4612)
13846         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
13848 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13850         * minibuffer.el (completion-table-with-terminator): Properly implement
13851         boundaries, in case `terminator' appears in the suffix.
13852         (completion--embedded-envvar-table): Don't return boundaries if
13853         there's no valid completion.  Simplify.
13854         (completion-file-name-table): New completion table extracted from
13855         completion--file-name-table.
13856         (completion--file-name-table): Use it.
13857         (read-file-name-predicate): Declare obsolete.
13858         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
13859         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
13860         completion-file-name-table, and use the `pred' argument.
13861         * files.el (locate-file-completion-table): Use the `pred' arg rather
13862         than read-file-name-predicate.
13863         (abbreviate-file-name): Use \` rather than ^ for BOS.
13865 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
13867         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
13868         vc-responsible-backend to register, it causes problems.
13870 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13872         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
13874 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
13876         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
13877         (tramp-smb-handle-file-attributes): Use it.
13878         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
13879         (tramp-smb-handle-insert-directory): Use `mapc' rather than
13880         `mapcar'.  Use `tramp-smb-get-stat-capability'.
13881         Add `dired-filename' text properties.
13882         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
13883         (tramp-smb-maybe-open-connection): Simplify check for smbclient
13884         version.
13886 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13888         * subr.el (read-key-delay): Reduce to 0.01.
13889         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
13890         (bug#4751).
13892 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13894         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
13896         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
13897         (Info-menu): Remove unused vars `last' and `completions'.
13898         (Info-index-nodes): Remove unused var `node'.
13900         * info.el (Info-complete-menu-item): Use complete-with-action.
13902 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
13904         Make vc-annotate work through copies and renames.
13905         * vc-annotate.el (vc-annotate-extract-revision-at-line):
13906         Return the file name too.
13907         (vc-annotate-revision-at-line)
13908         (vc-annotate-find-revision-at-line)
13909         (vc-annotate-revision-previous-to-line)
13910         (vc-annotate-show-log-revision-at-line): Update to get the file
13911         name from vc-annotate-extract-revision-at-line.
13912         (vc-annotate-show-diff-revision-at-line-internal): Change the
13913         argument to mean whether to show a file diff or not.  Get the file
13914         name from vc-annotate-extract-revision-at-line.
13915         (vc-annotate-show-diff-revision-at-line):
13916         Update vc-annotate-show-diff-revision-at-line call.
13917         (vc-annotate-warp-revision): Add an optional file argument.
13919         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
13920         (vc-git-annotate-extract-revision-at-line): Also return the file
13921         name if found.
13923         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
13924         command.  Remove unused code.
13925         (vc-hg-annotate-re): Update to match --follow output.
13926         (vc-hg-annotate-extract-revision-at-line): Also return the file
13927         name if found.
13929         * vc.el: Update annotate-extract-revision-at-line documentation.
13931 2009-10-18  Kevin Ryde  <user42@zip.com.au>
13933         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
13934         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
13936         * net/browse-url.el (browse-url): Identify alist with "consp and
13937         not functionp" and let all other things go down the `apply' leg,
13938         as suggested by Stefan.  (Further to bug#4531.)
13940 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
13942         * minibuffer.el (read-file-name): Check for repeat before putting
13943         a default argument in file-name-history (Bug#4657).
13945         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
13946         read syntax (Bug#4737).
13948         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
13950 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
13952         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
13953         (html-tag-alist, html-tag-help): Add descriptions for undocumented
13954         entries and make note of obsolete tags.
13956 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13958         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
13960 2009-10-18  Glenn Morris  <rgm@gnu.org>
13962         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
13963         grep, so that binary files (eg international/uni-bidi.el) can match.
13964         Remove test for "UnicodeData" files, since it is hopefully unnecessary
13965         now, and in any case the file header format has changed.
13967 2009-10-17  Glenn Morris  <rgm@gnu.org>
13969         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
13970         (flyspell-get-word, flyspell-large-region)
13971         (flyspell-auto-correct-previous-word): Doc/error message fixes.
13973 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
13975         * Makefile.in (ELCFILES): Add ede/shell.
13977 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
13979         * term/common-win.el (x-colors): Purecopy it.
13981 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13983         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
13984         permissive for when the buffer is empty.
13985         (tar-header-block-tokenize): Decode the username and groupname.
13986         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
13988 2009-10-17  Eric Ludlam  <zappo@gnu.org>
13990         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
13991         contains multibyte characters, choose first applicable coding
13992         system automatically.
13994 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13996         * international/mule-cmds.el (select-safe-coding-system): If the file
13997         has a coding cookie, use it regardless of any other setting (bug#4712).
13999 2009-10-17  Glenn Morris  <rgm@gnu.org>
14001         * foldout.el (foldout-mouse-swallow-events):
14002         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
14004         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
14005         (dired-keep-marker-copy, dired-keep-marker-hardlink)
14006         (dired-keep-marker-symlink, dired-dwim-target)
14007         (dired-copy-preserve-time): Do not autoload these defcustoms.
14009         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
14010         messages from messing up the file coding.  (Bug#4623)
14012 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
14014         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
14015         if no match is found for the current dictionary.  (Bug#4578)
14017         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
14018         optional, since that is how it is documented, and this is often called
14019         with a nil argument.  (Bug#4577)
14020         (flyspell-external-point-words, flyspell-auto-correct-word)
14021         (flyspell-correct-word-before-point, flyspell-word-search-forward)
14022         (flyspell-word-search-backward): Remove nil argument in calls to
14023         flyspell-get-word, since it is not needed now.
14025 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
14027         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
14029 2009-10-16  Glenn Morris  <rgm@gnu.org>
14031         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
14033 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
14035         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
14036         (ange-ftp-file-size): New function.
14037         (ange-ftp-file-attributes): Use it.
14039 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
14041         * net/tramp-smb.el (tramp-smb-version): New defvar.
14042         (tramp-smb-maybe-open-connection): Use it, in order to avoid
14043         repeated checks.
14045 2009-10-16  Glenn Morris  <rgm@gnu.org>
14047         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
14048         Maybe copy some custom properties from old to new name.  (Bug#4706)
14050 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
14052         * subr.el (error, sit-for, start-process-shell-command)
14053         (start-file-process-shell-command): Set the calling convention
14054         after the function definition.
14056 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14058         * subr.el (error, sit-for, start-process-shell-command)
14059         (start-file-process-shell-command): Use the new
14060         set-advertised-calling-convention feature.
14062 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
14064         * international/ucs-normalize.el (ucs-normalize-version):
14065         Change to 1.2.
14066         (check-range): Adjust for Unicode 5.2.
14068 2009-10-15  Juri Linkov  <juri@jurta.org>
14070         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
14071         to the `menu-item' format.
14073 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
14075         * net/tramp.el (tramp-replace-environment-variables): Do not fail
14076         if the environment variable does not exist.
14078         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
14079         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
14080         parameter.
14081         (tramp-smb-handle-add-name-to-file)
14082         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
14083         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
14084         (tramp-smb-handle-file-attributes)
14085         (tramp-smb-do-file-attributes-with-stat)
14086         (tramp-smb-handle-file-local-copy)
14087         (tramp-smb-handle-insert-directory)
14088         (tramp-smb-handle-make-directory)
14089         (tramp-smb-handle-make-directory-internal)
14090         (tramp-smb-handle-make-symbolic-link)
14091         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
14092         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
14093         (tramp-smb-maybe-open-connection): Apply the changed parameters.
14094         (tramp-smb-read-file-entry): Read Disk names in compressed format.
14095         Handle long file names.
14096         (tramp-smb-get-cifs-capabilities): Check, whether the connection
14097         process is running.
14098         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
14099         Read share names with "-g" option.
14101 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
14103         * net/rcirc.el (rcirc-view-log-file): New command.
14104         (rcirc-track-minor-mode-map): Remove C-c ` binding.
14105         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
14106         specified.
14108 2009-10-15  Glenn Morris  <rgm@gnu.org>
14110         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
14111         from the second command-line argument.
14112         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
14113         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
14114         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
14115         w32-batch-update-autoloads.
14116         * emacs-lisp/autoload.el (autoload-make-program): New variable.
14117         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
14119         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
14120         the headers cannot be located.  Simplify, subtracting superflous
14121         save-excursions.
14123 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14125         Replace completion-base-size by completion-base-position to fix bugs
14126         such as (bug#4699).
14127         * simple.el (completion-base-position): New var.
14128         (completion-base-size): Mark as obsolete.
14129         (choose-completion): Make it work for mouse events as well.
14130         Pass the new base-position to choose-completion-string.
14131         (choose-completion-guess-base-position): New function, extracted from
14132         choose-completion-delete-max-match.
14133         (choose-completion-delete-max-match): Use it.  Make obsolete.
14134         (choose-completion-string): Use the new base-position info.
14135         (completion-root-regexp): Delete.
14136         (completion-setup-function): Preserve completion-base-position.
14137         Eliminate obsolete base-size manipulation.
14138         * minibuffer.el (display-completion-list): Don't mess with base-size.
14139         (minibuffer-completion-help): Set completion-base-position instead.
14140         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
14141         choose-completion.
14142         * textmodes/bibtex.el (bibtex-complete):
14143         * emacs-lisp/crm.el (crm--choose-completion-string):
14144         Adjust to new calling convention.
14145         * complete.el (partial-completion-mode): Use minibufferp to avoid
14146         bumping into incompatible change to choose-completion-string-functions.
14147         * ido.el (ido-choose-completion-string): Make its calling convention
14148         more permissive.
14149         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
14150         base-size manipulation.
14151         (comint-dynamic-list-input-ring): Use dotimes and push.
14152         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
14153         fundamental-mode.  Use `or'.
14155 2009-10-14  Juri Linkov  <juri@jurta.org>
14157         * misearch.el (multi-isearch-next-buffer-from-list)
14158         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
14160 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14162         * Makefile.in (compile-onefile): Load `bytecomp' rather than
14163         `bytecomp.el'.
14165         * minibuffer.el (completion-pcm--merge-completions): Make sure the
14166         string we return is all made up of text from the completions rather
14167         than part from the completions and part from the input (bug#4219).
14169         * ido.el (ido-everywhere): Use define-minor-mode.
14171         * buff-menu.el (list-buffers, ctl-x-map):
14172         Mark the entry points with ;;;###autoload cookies.
14174 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
14176         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
14177         correctly in the detached head case.
14178         (vc-git-print-log): Remove unused binding.
14180         * vc.el (vc-responsible-backend): When a directory is passed for
14181         for registration create a VC repository if no backend is
14182         responsible for the directory argument.
14183         (vc-deduce-fileset): Tell vc-responsible-backend to register.
14185         * vc.el: Move comments about RCS and SCCS ...
14186         * vc-rcs.el:
14187         * vc-sccs.el: ... here, respectively.
14189 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14191         * minibuffer.el (completion--file-name-table): Return nil if there's
14192         no file completion, even if substitute-in-file-name changed
14193         the string (bug#4708).
14195 2009-10-13  Juri Linkov  <juri@jurta.org>
14197         * files-x.el (read-file-local-variable-value): Don't filter out
14198         minor modes from mode name completion (bug#4664).
14200 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
14202         * international/mule-cmds.el (ucs-names): Remove exclusion of
14203         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
14205 2009-10-13  Kenichi Handa  <handa@m17n.org>
14207         * international/uni-name.el: Regenerated.
14209 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
14211         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
14212         should be automatically buffer-local, but isn't.)
14214 2009-10-12  Sam Steingold  <sds@gnu.org>
14216         * progmodes/compile.el (compilation-next-error-function): Fix the
14217         timestamps if the buffer has been visited before.
14218         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
14219         non-anchored patterns, like the perl one (bug#3928).
14221 2009-10-12  Glenn Morris  <rgm@gnu.org>
14223         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
14224         Let-bind `size'.
14226 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
14228         * proced.el (proced-unload-function): New function.
14230         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
14231         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
14232         Doc fix.
14234         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
14236 2009-10-11  Juri Linkov  <juri@jurta.org>
14238         * files-x.el (read-file-local-variable-value):
14239         Provide default value only for bound variables (bug#4664).
14241 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
14243         * net/tramp.el (tramp-local-host-p): Function shall return nil for
14244         connection methods like smb.
14246         * net/tramp-cache.el (tramp-flush-connection-property): The hash
14247         can be empty.
14249         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
14250         (tramp-smb-file-name-handler-alist): Add handlers for
14251         `add-name-to-file', `make-symbolic-link'.
14252         (tramp-smb-handle-add-name-to-file)
14253         (tramp-smb-do-file-attributes-with-stat)
14254         (tramp-smb-handle-make-symbolic-link)
14255         (tramp-smb-get-cifs-capabilities): New defuns.
14256         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
14257         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
14258         (tramp-smb-handle-file-local-copy)
14259         (tramp-smb-handle-make-directory-internal)
14260         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
14261         The file name syntax depends on cifs capabilities.
14262         (tramp-smb-handle-file-attributes):
14263         Call `tramp-smb-do-file-attributes-with-stat' if possible.
14264         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
14265         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
14267 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
14269         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
14270         (eieio-defclass): Apply deftype handler and setf-method properties
14271         directly.
14272         (eieio-add-new-slot): Avoid union function from cl library.
14273         (eieio--typep): New function.
14274         (eieio-perform-slot-validation): Use it.
14276 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
14278         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
14279         Update documentation to refer to the variables documented in r1.135.
14280         (Bug#4188)
14282 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
14284         * bookmark.el (Info-suffix-list): Remove this unused variable.
14285         (bookmark-current-point): Remove this obsolete variable.
14286         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
14287         Adjust for removal of bookmark-current-point.
14289         (bookmarks-already-loaded, bookmark-current-buffer)
14290         (bookmark-yank-point): Document.  (Bug#4188)
14292 2009-10-10  Glenn Morris  <rgm@gnu.org>
14294         * frame.el (frame-height): Doc fix.
14296         * calendar/calendar.el (calendar-split-width-threshold): New option.
14297         (calendar-basic-setup): Use calendar-split-width-threshold.
14299 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
14301         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
14302         Ideographic Supplement" range (U+1F200..U+1F2FF).
14304 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
14306         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
14307         since the list will have been rebuilt anyway.  (Bug#4349)
14309 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
14311         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
14312         (bookmark-bmenu-execute-deletions): Don't save here, as
14313         bookmark-delete will now do so if necessary.
14314         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
14315         (Bug#4348)
14317 2009-10-09  Glenn Morris  <rgm@gnu.org>
14319         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
14321 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
14323         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
14324         (bookmark-jump-other-window): Just invoke bookmark-jump with new
14325         argument now, so the two function's behaviors will match.  (Bug#3645)
14327 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
14329         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
14330         (tramp-file-name-real-host, tramp-file-name-port):
14331         Apply `save-match-data'.
14333         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
14334         case both directories are remote.
14335         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
14336         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
14338 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
14340         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
14342 2009-10-07  Glenn Morris  <rgm@gnu.org>
14344         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
14345         of concat.
14347 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14349         * files-x.el (read-file-local-variable): Include some
14350         non-user-variables in the completion table (bug#4664).
14352 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
14354         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
14355         message.
14357         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
14358         (tramp-smb-file-name-handler-alist): Add handler for
14359         `copy-directory', `expand-file-name', `set-file-modes'.
14360         (tramp-smb-handle-copy-directory)
14361         (tramp-smb-handle-expand-file-name)
14362         (tramp-smb-handle-set-file-modes): New defuns.
14363         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
14364         (tramp-smb-handle-file-attributes): Simplify check for retrieving
14365         entry.
14366         (tramp-smb-handle-insert-directory): Don't flush the cache.
14367         (tramp-smb-maybe-open-connection): Check for samba client and
14368         server versions.
14370 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
14372         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
14373         to not error out of search for "^lisp=" fails.
14375 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
14377         * makefile.w32-in (WINS_UPDATES): New macro.
14378         (custom-deps, finder-data, autoloads): Use it.
14380 2009-10-07  Glenn Morris  <rgm@gnu.org>
14382         * Makefile.in (autoloads): Revert previous change.
14383         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
14384         the list of preloaded files passed on the command-line, get
14385         it from src/Makefile.
14387         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
14388         show the original buffer rather than a random one.
14390 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
14392         * help.el (describe-no-warranty): Place point in a slightly better
14393         position in the GPLv3 text.
14395 2009-10-06  Sam Steingold  <sds@gnu.org>
14397         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
14398         the comm attribute is present before calling regexp-quote.
14400 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
14402         * play/animate.el (animate-string): For good effect, make sure
14403         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
14405         * play/animate.el (animate-sequence, animate-birthday-present):
14406         * misc.el (butterfly): Don't set `indent-tabs-mode'.
14408 2009-10-06  Glenn Morris  <rgm@gnu.org>
14410         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
14412         * emacs-lisp/autoload.el (autoload-excludes): New variable.
14413         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
14414         (batch-update-autoloads): Process a string value of autoload-excludes,
14415         set during the build process.
14416         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
14418         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
14419         inside with-parsed...  macro so that `v' is defined.
14421         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
14422         * progmodes/fortran.el (fortran-end-of-block)
14423         (fortran-beginning-of-block):
14424         Also push mark in the macro case.
14426         * emerge.el (emerge-show-file-name):
14427         * calc/calc.el (calc-quit):
14428         * calc/calc-misc.el (calc-big-or-small):
14429         * calc/calc-graph.el (calc-graph-view):
14430         * calc/calc-ext.el (calc-reset):
14431         * calendar/calendar.el (calendar-basic-setup):
14432         Use window-full-height-p.
14434         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
14435         header we don't understand, don't insert another.  (Bug#4624)
14436         If changing mime charset, insert the new one in the right place.
14438 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
14440         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
14441         (cal-tex-cursor-month): Correctly increment the end date for diary and
14442         holiday listing.  (Bug#4626)
14444 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14446         * help-fns.el (describe-function-1): Don't burp if the function is not
14447         a symbol.
14449 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
14451         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
14452         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
14453         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
14454         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
14456         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
14457         (eieio-default-superclass): Reflow docstrings.
14458         (this, class-option-assoc, defclass, eieio-class-un-autoload)
14459         (eieio-unbind-method-implementations, defmethod)
14460         (eieio-validate-slot-value, eieio-validate-class-slot-value)
14461         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
14462         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
14463         (eieio-slot-originating-class-p, eieio-slot-name-index)
14464         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
14465         (constructor, initialize-instance, no-next-method, object-print)
14466         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
14467         Fix typos in docstrings.
14468         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
14469         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
14470         (next-method-p): Doc fixes.
14471         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
14472         Fix typos in error messages.
14473         (eieio-defmethod): Fix typo in description of generic method.
14475         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
14476         (eieio-persistent-save-interactive, slot-missing):
14477         Fix typos in docstrings.
14478         (eieio-instance-inheritor-slot-boundp): Doc fix.
14480         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
14481         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
14483         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
14484         (eieio-custom-object-apply-reset):
14485         Fix typos in docstrings and error messages.
14487         * emacs-lisp/eieio-datadebug.el (data-debug-show):
14488         Fix typo in docstring.
14490         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
14491         (eieio-browse-tree): Doc fix.
14492         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
14493         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
14494         Fix typos in docstrings.
14496         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
14497         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
14498         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
14499         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
14500         Reflow docstrings.
14502 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
14504         * vc-hg.el (log-view-vc-backend): Declare for compiler.
14505         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
14506         Set log-view-vc-backend so that diff can work.
14508         * log-view.el (log-view-diff): Use vc-diff-internal instead of
14509         vc-version-diff.
14510         (vc-diff-internal): Autoload this instead of vc-version-diff.
14512 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
14514         * simple.el (eval-expression): Doc fix.
14516         * progmodes/cwarn.el (cwarn-mode): Doc fix.
14518 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
14520         * files.el (directory-files-no-dot-files-regexp): New defconst.
14521         (delete-directory): Use it.
14522         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
14524         * net/tramp.el (tramp-verbose): Fix docstring.
14525         (tramp-methods): Add recursive option to `tramp-copy-args'.
14526         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
14527         "scp1_old", "scp2_old", "rsync", "rsyncc".
14528         (tramp-default-method): Check also for `auth-source-user-or-password'.
14529         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
14530         Add handler for `copy-directory'.
14531         (tramp-handle-copy-directory): New defun.
14532         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
14533         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
14534         Optimize sent command.
14536 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14538         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
14539         window if necessary.
14541         * calendar/calendar.el (calendar-basic-setup): Don't call
14542         switch-to-buffer in a dedicated window.
14544 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
14546         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
14547         don't do anything related to relocating, just return nil.
14548         (bookmark-error-no-filename): New error.
14549         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
14550         bookmark has no file.  Don't even attempt to handle things that
14551         are not files; the whole point of custom handlers is to keep that
14552         knowledge elsewhere anyway.  Tighten some comments.
14553         (bookmark-file-or-variation-thereof): Remove now-unused function.
14554         (bookmark-location): Doc string fix.
14555         (Bug#4250)
14557 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
14559         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
14560         don't use a file dialog, because they usually don't know how to read
14561         a directory target from the user.  (Bug#4230)
14562         Also, make sure the prompt can display directories as well as files.
14564 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
14566         * bookmark.el (bookmark-set, bookmark-buffer-name):
14567         Improve doc strings.  (Bug#1193)
14569 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
14571         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
14572         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
14573         (bookmark-get-annotation, bookmark-set-annotation)
14574         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
14575         (bookmark-set-position, bookmark-get-front-context-string)
14576         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
14577         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
14578         (bookmark-jump-other-window, bookmark-handle-bookmark)
14579         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
14580         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
14581         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
14582         Improve doc strings to say whether bookmark can be a string or
14583         a record or both, and make other consistency and clarity fixes.
14584         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
14585         (bookmark-default-annotation-text, bookmark-yank-word)
14586         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
14587         (bookmark-import-new-list, bookmark-maybe-rename)
14588         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
14589         (bookmark-bmenu-bookmark): Give these doc strings.
14590         (bookmark-bmenu-check-position): Give this a doc string, but also
14591         add a FIXME comment about how the function may be pointless.
14592         (bookmark-default-handler): Rework doc string and change a
14593         parameter name, to clarify that this takes a bookmark record
14594         not a bookmark name.
14595         (bookmark-set): Change a parameter name to indicate its meaning,
14596         and improve the doc string a bit.
14597         (Bug#4188)
14599 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
14601         * bookmark.el (bookmark-alist): Document the new `handler' element
14602         in the param alist.
14603         (bookmark-make-record-function): Adjust documentation for above.
14604         (Bug#4193)
14606 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
14608         * info.el (Info-bookmark-make-record): Document this function.
14609         (Info-bookmark-jump): Document with a doc string, not just a comment.
14610         (Bug#4203)
14612 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
14614         * files.el (copy-directory): New defun.
14616         * dired-aux.el (dired-copy-file-recursive): Use it.
14618 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
14620         * files-x.el (modify-dir-local-variable)
14621         (copy-dir-locals-to-file-locals-prop-line): Fix typos in
14622         docstrings.
14624         * recentf.el (recentf-unload-function): New function.
14626 2009-10-04  Glenn Morris  <rgm@gnu.org>
14628         * window.el (window-full-height-p): Add doc string.
14630 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
14632         * window.el (window-full-height-p): New function.  (Bug#4543)
14634 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
14636         * vc.el: Remove commented out code.
14637         (vc-derived-from-dir-mode): Remove, unused.
14638         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
14640 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
14642         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
14643         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
14644         there could be recursive loading when `default-directory' is a
14645         remote file name.  (Bug#4614)
14647 2009-10-03  Glenn Morris  <rgm@gnu.org>
14649         * calendar/calendar.el (calendar-basic-setup): Handle the case where
14650         the frame is wide.
14651         (calendar-generate-window): Test for shrinkability rather than width.
14653         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
14654         reusing existing buffers, in case we happen to visit two files with the
14655         same basename.  (Bug#4593)
14657 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
14659         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
14660         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
14661         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
14662         subdirs of cedet as well.
14663         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
14665 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14667         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
14668         Obey advertised-signature-table.
14670         * help-fns.el (help-function-arglist): Don't check
14671         advertised-signature-table.
14672         (describe-function-1): Do it here instead so it also applies to subrs.
14674 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
14676         * simple.el (start-file-process): Say in the doc-string, that file
14677         handlers might not support pty association, if PROGRAM is nil.
14679         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
14680         HOST and USER are strings.  They are nil, when there are
14681         incomplete entries in ~/.netrc, for example.
14682         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
14683         root directory ("device busy" error otherwise).
14685         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
14686         Flush file properties of created directory.
14688 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
14690         * makefile.w32-in (WINS_BASIC): Remove cedet.
14691         (WINS_CEDET): Add cedet.
14692         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
14694 2009-10-02  Kevin Ryde  <user42@zip.com.au>
14696         * net/browse-url.el (browse-url): Pass any symbol in
14697         browse-url-browser-function to `apply', since if you've mistakenly put
14698         an unbound symbol then the error is clearer.  (Bug#4531)
14700 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
14702         * allout.el (allout-init, allout-back-to-current-heading)
14703         (allout-beginning-of-current-entry, allout-ascend-to-depth)
14704         (allout-ascend, allout-up-current-level, allout-end-of-level)
14705         (allout-previous-visible-heading, allout-forward-current-level)
14706         (allout-backward-current-level, allout-show-children):
14707         * apropos.el (apropos-describe-plist):
14708         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
14709         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
14710         * completion.el (add-completion, add-permanent-completion):
14711         * descr-text.el (describe-text-category, describe-char):
14712         * desktop.el (desktop-lazy-abort):
14713         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
14714         * dired.el (dired-build-subdir-alist):
14715         * ediff.el (ediff-version):
14716         * elide-head.el (elide-head, elide-head-show):
14717         * emerge.el (emerge-version):
14718         * env.el (getenv):
14719         * face-remap.el (variable-pitch-mode):
14720         * faces.el (describe-face):
14721         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
14722         (dired-at-point):
14723         * files.el (find-file-existing, auto-save-mode):
14724         * font-lock.el (font-lock-fontify-buffer):
14725         * help-fns.el (describe-function, describe-variable)
14726         (describe-syntax, describe-categories):
14727         * help.el (view-lossage, describe-bindings, describe-key)
14728         (describe-mode):
14729         * hexl.el (hexl-current-address):
14730         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
14731         * info.el (Info-goto-emacs-key-command-node):
14732         * log-edit.el (log-edit-insert-cvs-template)
14733         (log-edit-insert-cvs-rcstemplate):
14734         * menu-bar.el (menu-bar-mode):
14735         * mouse.el (mouse-appearance-menu):
14736         * newcomment.el (comment-indent-new-line):
14737         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
14738         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
14739         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
14740         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
14741         * recentf.el (recentf-mode):
14742         * savehist.el (savehist-mode, savehist-save):
14743         * shadowfile.el (shadow-copy-files):
14744         * simple.el (kill-ring-save, next-line, previous-line)
14745         (normal-erase-is-backspace-mode):
14746         * strokes.el (strokes-update-window-configuration)
14747         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
14748         (strokes-xpm-for-stroke):
14749         * time.el (emacs-uptime, emacs-init-time):
14750         * tutorial.el (tutorial--describe-nonstandard-key)
14751         (tutorial--detailed-help):
14752         * type-break.el (type-break-mode)
14753         (type-break-mode-line-message-mode, type-break-query-mode)
14754         (type-break-guesstimate-keystroke-threshold):
14755         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
14756         * version.el (emacs-version):
14757         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
14758         * winner.el (winner-mode):
14759         * calendar/timeclock.el (timeclock-in, timeclock-out)
14760         (timeclock-status-string, timeclock-change)
14761         (timeclock-workday-remaining-string)
14762         (timeclock-workday-elapsed-string)
14763         (timeclock-when-to-leave-string):
14764         * calendar/todo-mode.el (todo-add-category):
14765         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
14766         * emacs-lisp/autoload.el (update-file-autoloads):
14767         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
14768         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
14769         (checkdoc-message-text, checkdoc-defun):
14770         * emacs-lisp/debug.el (debugger-list-functions):
14771         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14772         * emacs-lisp/eieio-opt.el (eieio-describe-class)
14773         (eieio-describe-generic):
14774         * emacs-lisp/lisp-mnt.el (lm-synopsis):
14775         * emacs-lisp/shadow.el (list-load-path-shadows):
14776         * emulation/cua-base.el (cua-mode):
14777         * emulation/edt.el (edt-set-scroll-margins):
14778         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
14779         (tpu-toggle-regexp, tpu-toggle-search-direction)
14780         (tpu-toggle-rectangle, tpu-toggle-control-keys):
14781         * emulation/tpu-extras.el (tpu-set-scroll-margins):
14782         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
14783         (viper-set-parsing-style-toggling-macro)
14784         (viper-set-emacs-state-searchstyle-macros):
14785         * emulation/viper.el (viper-set-hooks):
14786         * eshell/esh-mode.el (eshell-truncate-buffer):
14787         * international/mule-cmds.el (prefer-coding-system)
14788         (describe-input-method, describe-language-environment):
14789         * international/mule-diag.el (list-character-sets)
14790         (describe-character-set, describe-coding-system)
14791         (describe-fontset, list-fontsets, list-input-methods):
14792         * mail/sendmail.el (mail-signature):
14793         * net/ange-ftp.el (ange-ftp-copy-file):
14794         * net/browse-url.el (browse-url):
14795         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
14796         * net/quickurl.el (quickurl-add-url):
14797         * net/rcirc.el (names, topic):
14798         * net/xesam.el (xesam-mode):
14799         * play/5x5.el (5x5-new-game):
14800         * play/yow.el (apropos-zippy):
14801         * progmodes/ada-mode.el (ada-mode-version):
14802         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
14803         (f90-end-of-block)
14804         (f90-beginning-of-block):
14805         * progmodes/fortran.el (fortran-end-of-block)
14806         (fortran-beginning-of-block):
14807         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
14808         * progmodes/python.el (python-describe-symbol, python-shell):
14809         * term/ns-win.el (ns-print-buffer):
14810         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
14811         * textmodes/flyspell.el (flyspell-mode-on):
14812         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
14813         (pages-directory-for-addresses):
14814         * textmodes/table.el (table-recognize-cell)
14815         (table-query-dimension, table-generate-source)
14816         (table-insert-sequence, table--warn-incompatibility):
14817         * textmodes/tex-mode.el (tex-validate-buffer):
14818         * textmodes/texinfmt.el (texinfmt-version)
14819         (texinfo-format-buffer):
14820         Use `called-interactively-p' instead of `interactive-p'.
14822 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
14824         * image-mode.el (image-toggle-display):
14825         * emacs-lisp/elp.el (elp-instrument-function):
14826         * emacs-lisp/advice.el (ad-make-advised-definition):
14827         * emacs-lisp/easy-mmode.el (define-minor-mode):
14828         * net/browse-url.el (browse-url-maybe-new-window):
14829         * progmodes/sh-script.el (sh-learn-buffer-indent):
14830         Pass new argument 'any to `called-interactively-p'.
14832 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
14834         * international/uni-bidi.el:
14835         * international/uni-category.el:
14836         * international/uni-combining.el:
14837         * international/uni-comment.el:
14838         * international/uni-decimal.el:
14839         * international/uni-decomposition.el:
14840         * international/uni-digit.el:
14841         * international/uni-lowercase.el:
14842         * international/uni-mirrored.el:
14843         * international/uni-name.el:
14844         * international/uni-numeric.el:
14845         * international/uni-old-name.el:
14846         * international/uni-titlecase.el:
14847         * international/uni-uppercase.el:
14848         Regenerate from Unicode 5.2.0 data.
14850 2009-10-01  Glenn Morris  <rgm@gnu.org>
14852         * Makefile.in (ELCFILES): Regenerate.
14854 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14856         * subr.el (interactive-p): Mark obsolete.
14857         (called-interactively-p): Make the optional-ness of `kind' obsolete.
14858         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
14859         advertised-signature-table for subroutines as well.
14861         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
14862         (set-advertised-calling-convention): New function.
14863         (make-obsolete, define-obsolete-function-alias)
14864         (make-obsolete-variable, define-obsolete-variable-alias):
14865         Make the optional-ness of `when' obsolete.
14866         (define-obsolete-face-alias): Make `when' non-optional.
14867         * help-fns.el (help-function-arglist):
14868         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
14869         Use advertised-signature-table.
14871 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
14873         * files.el (delete-directory): New defun.  The original function
14874         in fileio.c has been renamed to `delete-directory-internal'.
14876         * dired.el (dired-delete-file): Call `delete-directory' with
14877         RECURSIVE parameter.
14879         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
14880         parameter RECURSIVE.  Implementation is missing.
14882         * net/tramp.el (tramp-handle-make-directory): Flush upper
14883         directory's file properties.
14884         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
14885         (tramp-handle-dired-recursive-delete-directory): Flush directory
14886         properties after the remove command only.
14888         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
14889         Handle optional parameter RECURSIVE.
14891         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
14892         Handle optional parameter RECURSIVE.
14894         * net/tramp-smb.el (tramp-smb-errors): Add error message for
14895         connection timeout.
14896         (tramp-smb-handle-delete-directory): Handle optional parameter
14897         RECURSIVE.
14899 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14901         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
14902         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
14903         (byte-compile-defmacro): Use backquotes.
14905         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
14907         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
14908         has no associated file.
14909         (vc-resynch-buffer): Use vc-dir-buffers.
14911 2009-10-01  Glenn Morris  <rgm@gnu.org>
14913         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
14914         (chart-file-count):
14915         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
14916         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
14917         * emacs-lisp/eieio-opt.el (eieio-describe-class):
14918         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
14919         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
14920         (eieio-copy-parents-into-subclass, make-instance, class-children)
14921         (eieio-generic-form):
14923         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
14924         match-data.  (Bug#4555).
14926         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
14927         rather than parsing it as a regexp.  This relaxes the layout
14928         requirements and makes errors easier to detect.
14929         (check-declare-verify): Check file is regular.
14930         (check-declare-directory): Doc fix.
14931         * subr.el (declare-function): Doc fix.
14933         * ibuffer.el (ibuffer-format-qualifier):
14934         * isearch.el (hi-lock-regexp-okay):
14935         * calc/calc.el (math-zerop):
14936         * mail/uce.el (rmail-msgbeg, rmail-msgend):
14937         * term/w32-win.el (setup-default-fontset, set-fontset-font):
14938         Remove unused declarations.
14940 2009-09-30  Eric Ludlam  <zappo@gnu.org>
14942         * emacs-lisp/eieio.el (boolean-p): Delete.
14944 2009-09-30  Glenn Morris  <rgm@gnu.org>
14946         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
14948         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
14949         filename is not a string.
14951 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
14953         * files.el (safe-local-eval-forms): Fix typo.
14955 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14957         * vc-hooks.el (vc-dir-buffers): New var.
14958         (vc-state-refresh): New function.
14959         (vc-state): Use it.
14960         (vc-after-save): Always ask the backend to recompute the new state.
14961         Always call vc-dir if necessary, using vc-dir-buffers.
14962         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
14963         Use vc-dir-buffers.
14964         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
14965         (vc-dir-prepare-status-buffer, vc-dir-update)
14966         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
14967         Don't call expand-file-name on default-directory.
14969 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
14971         * speedbar.el (speedbar-item-delete):
14972         * calc/calc-prog.el (calc-kbd-if):
14973         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
14975         * epa.el (epa-key-list-mode-map):
14976         * hi-lock.el (hi-lock-menu): Fix typos in menus.
14978         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
14979         (hs-show-hook): Fix typo in docstring.
14981 2009-09-29  Glenn Morris  <rgm@gnu.org>
14983         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
14984         file-name-nondirectory call preventing location of cedet files.
14985         (check-declare-verify): Use literal search rather than re-search.
14986         Add basic defmethod and defclass, and define-overloadable-function.
14988         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
14989         Use tramp-compat-file-attributes rather than nonexistent
14990         tramp-compat-handle-file-attributes.
14992         * Makefile.in (lisptagsfiles4): New.
14993         (AUTOGENEL): Add cedet loaddefs files.
14994         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
14995         (update-elclist, compile-always, backup-compiled-files)
14996         (bootstrap-clean): Add yet another directory level.
14997         (update-elclist): Use LC_COLLATE rather than COLLATE.
14998         (ELCFILES): Update, via `make update-elclist'.
15000 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
15002         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
15003         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
15004         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
15006 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
15008         * Makefile.in (lisptagsfiles3): Define.
15009         (TAGS, TAGS-LISP): Use it.
15010         (update-elclist): Add third directory level to look for elc files.
15011         (compile-always): Likewise.
15012         (backup-compiled-files): Likewise.
15013         (bootstrap-clean): Likewise.
15014         (ELCFILES): Update.
15016 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
15018         * Makefile.in (ELCFILES): Add CEDET files.
15020 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
15022         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
15024         * net/tramp.el (top): Require tramp-imap.
15026         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
15027         Use `tramp-compat-handle-file-attributes'.
15029 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15031         * net/tramp-imap.el: New package.
15033 2009-09-28  Eric Ludlam  <zappo@gnu.org>
15035         * emacs-lisp/chart.el:
15036         * emacs-lisp/eieio-base.el:
15037         * emacs-lisp/eieio-comp.el:
15038         * emacs-lisp/eieio-custom.el:
15039         * emacs-lisp/eieio-datadebug.el:
15040         * emacs-lisp/eieio-opt.el:
15041         * emacs-lisp/eieio-speedbar.el:
15042         * emacs-lisp/eieio.el: New files.
15044 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15046         * whitespace.el (whitespace-trailing-regexp)
15047         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
15048         Fix doc string.
15050 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
15052         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
15053         menu.
15055         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
15056         menu-bar-ediff-menu.
15058         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
15059         define-overloadable-function.
15061         * progmodes/autoconf.el: Provide autoconf as well, so that this
15062         file can be `require'd.
15064         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
15066         * emacs-lisp/autoload.el (generated-autoload-feature)
15067         (generated-autoload-load-name): New vars.
15068         (autoload-rubric, autoload-generate-file-autoloads): Use them.
15069         (make-autoload): Recognize define-overloadable-function and
15070         defclass forms (for EIEIO).
15072         * Makefile.in (update-subdirs): Exclude cedet directory.
15074 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
15076         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
15078         * faces.el: Default light-background background for region face to
15079         ns_selection_color under NS.
15081 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
15083         * net/imap-hash.el: New library, see NEWS.
15085         * Makefile.in (ELCFILES): Add imap-hash.el.
15087 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15089         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
15090         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
15091         * help-macro.el (make-help-screen): Avoid using an ambiguous function
15092         definition where the docstring could be taken for the return value.
15094 2009-09-26  Glenn Morris  <rgm@gnu.org>
15096         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
15097         Add option to only show images below a certain size.
15098         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
15099         save-excursion calls.
15101 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
15103         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
15104         subdirectories) and eieio.
15106 2009-09-26  Alan Mackenzie  <acm@muc.de>
15108         * progmodes/cc-engine.el (c-beginning-of-statement-1):
15109         Correct buggy bracketing.  (Bug#4289)
15111         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
15112         character constants (as case labels).  (Bug#4289)
15114 2009-09-25  Juri Linkov  <juri@jurta.org>
15116         * files.el (safe-local-eval-forms): Allow time-stamp in
15117         before-save-hook (Bug#4554).
15119 2009-09-25  Drew Adams  <drew.adams@oracle.com>
15121         * menu-bar.el (list-buffers-directory): Doc fix.
15123 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15125         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
15126         Try and avoid copying twice the same paragraph.
15127         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
15128         Remove save-excursion.
15129         (log-edit-changelog-entry): Do it here instead.
15131 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
15133         * bs.el (bs--get-file-name): Use `list-buffers-directory'
15134         when available, instead of hardcoding mode names.  Doc fix.
15136         * menu-bar.el (list-buffers-directory): Add docstring.
15137         Make automatically buffer-local.
15139         * dired.el (dired-mode):
15140         * files.el (cd-absolute):
15141         * pcvs.el (cvs-temp-buffer):
15142         * pcvs-util.el (cvs-get-buffer-create):
15143         * shell.el (shell-mode):
15144         * vc-dir.el (vc-dir-mode):
15145         Don't make `list-buffers-directory' buffer local.
15147 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
15149         * comint.el (comint-exec, comint-run, make-comint):
15150         Doc fixes (Bug#4542).
15152 2009-09-25  Glenn Morris  <rgm@gnu.org>
15154         * mail/rmailmm.el (rmail-mime): New custom group.
15155         Move all defcustoms in this file into this group.
15156         (rmail-mime-media-type-handlers-alist): Revert previous change.
15157         (rmail-mime-show-images): New option.
15158         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
15159         references to it, since it wasn't actually used for anything.
15160         (rmail-mime-insert-image): New function.
15161         (rmail-mime-image): Use rmail-mime-insert-image.
15162         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
15163         obey the value of `rmail-mime-show-images' option.  Print the size of
15164         attachments.
15166 2009-09-25  David Engster  <deng@randomsample.de>
15168         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
15170 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15172         * whitespace.el: Does not highlight trailing spaces While point is
15173         at end of line.  Does not highligt spaces at beginning of buffer
15174         while point is at beginning of buffer.  Does not highlight spaces
15175         at end of buffer while point is at end of buffer.  (Bug#4177)
15176         New version 12.0.
15177         (whitespace-display-mappings): Adjust initialization.
15178         (whitespace-point, whitespace-font-lock-refontify): New vars.
15179         (whitespace-color-on, whitespace-color-off): Adjust code.
15180         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
15181         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
15182         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
15184 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
15186         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
15188         * textmodes/sgml-mode.el: Remove xml-mode alias.
15190         * files.el (auto-mode-alist, conf-mode-maybe)
15191         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
15193 2009-09-24  Alan Mackenzie  <acm@muc.de>
15195         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
15196         c-forward-conditionals, but it doesn't move point and doesn't set
15197         the mark.
15198         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
15199         (c-down-conditional-with-else, c-backward-conditional)
15200         (c-forward-conditional): Refactor to use c-scan-conditionals.
15202 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
15204         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
15205         (help-default-arg-highlight): Remove.
15206         (help-highlight-arg): New function.
15207         (help-do-arg-highlight): Use it.
15208         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
15210 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15212         * term.el (term-set-scroll-region, term-handle-ansi-escape):
15213         Undo last change, which didn't fix the problem and introduced others.
15215 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
15217         * progmodes/gdb-mi.el: Don't require speedbar.
15218         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
15220 2009-09-24  Glenn Morris  <rgm@gnu.org>
15222         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
15224         * term/ns-win.el (ns-reg-to-script): Define for compiler.
15226         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
15227         there is no newline after the final mime boundary.  (Bug#4539)
15228         Move markers on insertion so that any buttons inserted don't end up in
15229         the next part of a multipart message.
15230         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
15231         (rmail-mime-bulk-handler): Optionally handle images.
15232         (rmail-mime-image): New button action.
15233         (rmail-mime-image-handler): New function.
15234         (rmail-mime-mode): New mode.
15235         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
15237 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15239         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
15240         than just dropping elements from it (bug#4504).
15242         * term.el (term-set-scroll-region): Don't move cursor any more.
15243         (term-handle-ansi-escape): Call term-goto here instead.
15244         Suggested by Ivan Kanis <apple@kanis.eu>.
15246         * term.el: Require CL.
15247         (term-ansi-reset): New function.
15248         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
15249         (term-handle-colors-array): Simplify.
15251 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
15253         * allout.el (allout-overlay-interior-modification-handler)
15254         (allout-obtain-passphrase):
15255         * epa-file.el (epa-file-write-region):
15256         * ps-print.el (ps-begin-job):
15257         * vc-hooks.el (vc-toggle-read-only):
15258         * vc-rcs.el (vc-rcs-rollback):
15259         * vc-sccs.el (vc-sccs-rollback):
15260         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
15261         (vc-version-diff, vc-revert, vc-rollback):
15262         * wdired.el (wdired-check-kill-buffer):
15263         * emacs-lisp/authors.el (authors):
15264         * net/socks.el (socks-open-connection):
15265         * net/zeroconf.el (zeroconf-service-add-hook):
15266         * obsolete/vc-mcvs.el (vc-mcvs-register):
15267         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
15268         (gdb-select-frame):
15269         * progmodes/grep.el (lgrep, rgrep):
15270         * progmodes/idlw-help.el (idlwave-help-check-locations)
15271         (idlwave-help-html-link, idlwave-help-assistant-open-link):
15272         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
15273         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
15274         (reftex-toc-rename-label): Fix typos in error messages.
15276         * dired-aux.el (dired-do-shell-command): Reflow docstring.
15277         (dired-copy-how-to-fn): Doc fix.
15278         (dired-files-attributes, dired-read-shell-command):
15279         Fix typos in docstrings.
15281         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
15282         (dired-x-find-file-other-window): Reflow docstrings.
15283         (dired-omit-marker-char, dired-read-shell-command)
15284         (dired-x-submit-report): Fix typos in docstrings.
15286         * shell.el (shell-mode-hook):
15287         * view.el (View-scroll-line-forward):
15288         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
15289         Fix typos in docstrings.
15291         * net/dig.el (dig-invoke): Fix typo in docstring.
15292         (query-dig): Reflow docstring.
15294         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
15295         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
15296         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
15297         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
15298         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
15299         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
15300         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
15301         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
15302         (idlwave-completion-map, idlwave-current-indent)
15303         (idlwave-custom-ampersand-surround, idlwave-customize)
15304         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
15305         (idlwave-define-abbrev, idlwave-determine-class-special)
15306         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
15307         (idlwave-end-block-reg, idlwave-end-of-statement)
15308         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
15309         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
15310         (idlwave-explicit-class-listed, idlwave-file-header)
15311         (idlwave-fill-paragraph, idlwave-find-class-definition)
15312         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
15313         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
15314         (idlwave-in-quote, idlwave-indent-action-table)
15315         (idlwave-indent-expand-table, idlwave-indent-line)
15316         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
15317         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
15318         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
15319         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
15320         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
15321         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
15322         (idlwave-outlawed-buffers, idlwave-popup-select)
15323         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
15324         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
15325         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
15326         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
15327         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
15328         (idlwave-statement-type, idlwave-struct-skip)
15329         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
15330         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
15331         (idlwave-what-module-find-class): Fix typos in docstrings.
15332         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
15333         (idlwave-calculate-cont-indent, idlwave-expand-equal)
15334         (idlwave-find-module, idlwave-find-structure-definition)
15335         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
15336         (idlwave-list-load-path-shadows, idlwave-next-statement)
15337         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
15338         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
15339         (idlwave-template): Reflow docstrings.
15341         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
15342         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
15343         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
15344         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
15345         (idlwave-shell-display-line, idlwave-shell-display-wframe)
15346         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
15347         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
15348         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
15349         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
15350         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
15351         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
15352         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
15353         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
15354         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
15355         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
15356         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
15357         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
15358         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
15359         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
15360         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
15361         Fix typos in docstrings.
15362         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
15363         (idlwave-shell-hide-output, idlwave-shell-mode)
15364         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
15365         Reflow docstrings.
15367         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
15369 2009-09-24  Ivan Kanis  <apple@kanis.eu>
15371         * term.el (term-bold-attribute): New var.
15372         (term-handle-colors-array): Use it.
15374 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
15376         * progmodes/gdb-mi.el (gdb-version): New variable.
15377         (gdb-non-stop-handler): Set gdb-version.
15378         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
15379         Condition "--thread" option on gdb-version.
15380         (gdb-invalidate-threads): Remove unused argument.
15382 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15384         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
15385         to looking-back to avoid ridiculous slow down in large files (bug#4511).
15387 2009-09-23  Glenn Morris  <rgm@gnu.org>
15389         * mail/rmail.el (rmail-reply): Don't try to add a References header when
15390         replying to mail without References or Message-Id.  (Bug#4525)
15392 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
15394         * term/ns-win.el (ns-reg-to-script): New variable.
15396 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
15398         * epg.el (epg-wait-for-status): Preserve existing 'error results.
15400 2009-09-22  Sam Steingold  <sds@gnu.org>
15402         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
15403         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
15404         to 1 because hg returns status 1 when nothing is found.
15405         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
15407 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15409         * textmodes/fill.el: Convert to utf-8 encoding.
15410         (fill-french-nobreak-p): Remove redundant » and « inherited from our
15411         pre-Unicode days.
15413         * add-log.el (change-log-fill-forward-paragraph): New function.
15414         (change-log-mode): Use it so fill-region DTRT.
15415         Set fill-indent-according-to-mode here rather than in
15416         change-log-fill-paragraph.
15417         (change-log-fill-paragraph): Remove.
15419 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
15421         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
15422         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
15424 2009-09-22  Glenn Morris  <rgm@gnu.org>
15426         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
15427         the scroll-bar scroll the calendar window rather than the buffer.
15429         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
15430         commands that move point (as opposed to scrolling).
15432         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
15434         * emacs-lisp/elint.el (elint): New custom group.
15435         (elint-log-buffer): Make it a defcustom.
15436         (elint-scan-preloaded, elint-ignored-warnings)
15437         (elint-directory-skip-re): New options.
15438         (elint-builtin-variables): Doc fix.
15439         (elint-preloaded-env): New variable.
15440         (elint-unknown-builtin-args): Add an entry for encode-time.
15441         (elint-extra-errors): Make it a variable rather than a constant.
15442         (elint-preloaded-skip-re): New constant.
15443         (elint-directory): Skip files matching elint-directory-skip-re.
15444         (elint-features): New variable, local to linted buffers.
15445         (elint-update-env): Initialize elint-features.  Possibly add
15446         elint-preloaded-env to the buffer's environment.
15447         (elint-get-top-forms): Bind elint-current-pos, for log messages.
15448         Skip quoted forms.
15449         (elint-init-form): New function, extracted from elint-init-env.
15450         Make non-list forms a warning rather than an error.
15451         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
15452         easy-menu-define, put that adds an error-condition, and provide.
15453         When requiring cl, also require cl-macs.  Really require cl, to handle
15454         some cl macros.  Store required libraries in the list elint-features,
15455         so as not to re-load them.  Treat cc-require like require.
15456         (elint-init-env): Call elint-init-form to do the work.
15457         Handle eval-and-compile and such like.
15458         (elint-add-required-env): Do not clear messages.
15459         (elint-special-forms): Add handlers for function, defalias, if, when,
15460         unless, and, or.
15461         (elint-form): Add optional argument to ignore elint-special-forms,
15462         useful to prevent recursive calls from handlers.  Doc fix.
15463         Respect elint-ignored-warnings.
15464         (elint-form): Respect elint-ignored-warnings.
15465         (elint-bound-variable, elint-bound-function): New variables.
15466         (elint-unbound-variable): Respect elint-bound-variable.
15467         (elint-get-args): Respect elint-bound-function.
15468         (elint-check-cond-form): Add some simple handling for (f)boundp and
15469         featurep tests.
15470         (elint-check-defalias-form): New handler.
15471         (elint-check-let-form): Make an empty let a warning rather than an
15472         error.
15473         (elint-check-setq-form): Make an empty setq a warning rather than an
15474         error.  Respect elint-ignored-warnings.
15475         (elint-check-defvar-form): Accept null doc-strings.
15476         (elint-check-conditional-form): New handler.  Does some simple-minded
15477         checking of featurep and (f)boundp tests.
15478         (elint-put-function-args): New function.
15479         (elint-initialize): Use elint-scan-doc-file rather than
15480         elint-find-builtin-variables.  Use elint-put-function-args.
15481         Possibly scan preloaded-file-list.
15482         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
15483         extend to handle functions as well.
15485 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
15487         * linum.el (linum-delete-overlays, linum-update-window):
15488         Do not modify the right margin.  (Bug#3971)
15490 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
15492         * files.el (conf-mode-maybe, magic-fallback-mode-alist):
15493         Use nxml-mode instead of xml-mode.
15495 2009-09-21  Kevin Ryde  <user42@zip.com.au>
15497         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
15499 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15501         * net/dig.el (dig-mode): Use define-derived-mode.
15503 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
15505         * vc-dispatcher.el (vc-do-command): Return the process object in
15506         the asynchronous case.  Use when instead of if.  Do not run
15507         vc-exec-after to display a message if not enabled.  (Bug#4463)
15509         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
15510         properties to the stash strings.
15511         (vc-git-stash-list): Return a list of strings.
15512         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
15513         (vc-git-stash-show-at-point): New functions.
15514         (vc-git-stash-map): New keymap.
15516         * register.el (ctl-x-r-map): Define the keys here instead of
15517         using autoload.
15519 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
15521         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
15522         list, to workaround performance problem (bug#4485).
15524 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
15526         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
15528 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
15530         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
15531         Document that this option is not recommended to use.
15533 2009-09-19  Glenn Morris  <rgm@gnu.org>
15535         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
15536         variable `var'.
15538         * calc/calc-alg.el (var):
15539         * calc/calcalg2.el (var): Define for compiler.
15541 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
15543         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
15544         Doc fix (Bug#3932).
15546         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
15548         * time-stamp.el (time-stamp-month-dd-yyyy)
15549         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
15550         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
15551         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
15552         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
15553         Remove functions that have been obsolete since 1995 (Bug#4436).
15555         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
15556         indent buffer only if called interactively (Bug#4452).
15558 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
15559             Eli Zaretskii  <eliz@gnu.org>
15561         This fixes bug#4197 (merged to bug#865, though not identical).
15562         * server.el (server-auth-dir): Add docstring note about FAT32.
15563         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
15564         but warn against using them.
15566 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
15568         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
15569         older GDB where there is no has_more field.
15571 2009-09-19  Glenn Morris  <rgm@gnu.org>
15573         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
15575 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
15577         * files.el (auto-mode-alist): Change default for XML files to nXML
15578         mode (Bug#4169).
15580 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
15582         * server.el (server-ensure-safe-dir): Pass 'integer
15583         to `file-attributes', as suggested.
15585 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15587         * dired-aux.el (dired-query-alist): Remove spurious backslash.
15588         (dired-query): Use read-key.
15590 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
15592         * cus-start.el (ns-use-qd-smoothing): Remove.
15594 2009-09-18  Glenn Morris  <rgm@gnu.org>
15596         * allout.el (top-level): Remove unnecessary progn.
15598         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
15600         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
15601         definition of abbrev table.
15603         * speedbar.el (speedbar-track-mouse):
15604         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
15605         * net/eudc.el (eudc-expand-inline):
15606         * net/newst-backend.el (newsticker--cache-read-feed):
15607         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
15608         condition-case handlers.
15610 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
15612         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
15613         (gdb-var-list): Add an element for has_more field.
15614         (gdb-non-stop-handler): Enable pretty printing for STL containers.
15615         (gdb-var-create-handler, gdb-var-list-children-handler-1)
15616         (gdb-var-update-handler-1): Parse output of dynamic variable
15617         objects (STL containers).
15618         (gdb-var-delete-1): Pass var1 as an explicit second argument.
15619         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
15621         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
15622         gdb-var-list.
15623         (gud-speedbar-buttons): Make node expandable if expression "has more"
15624         children.
15626 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
15628         * startup.el (emacs-quick-startup): Remove variable and all uses.
15629         (command-line): Set `inhibit-x-resources' instead.
15630         (command-line-1): Use `inhibit-x-resources' instead.
15632 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
15634         * subr.el: Fix last change to avoid using the `unless' macro,
15635         which breaks bootstrapping.
15637 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15639         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
15640         extended definitions, in case we reload subr.el after having
15641         loaded CL.
15642         (eval-next-after-load): Mark as obsolete.
15644 2009-09-17  Juri Linkov  <juri@jurta.org>
15646         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
15647         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
15648         (menu-bar-showhide-menu, menu-bar-tools-menu)
15649         (menu-bar-describe-menu, menu-bar-help-menu)
15650         (minibuffer-local-completion-map, minibuffer-local-map):
15651         Fix list quoting.
15653 2009-09-17  Glenn Morris  <rgm@gnu.org>
15655         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
15656         arguments, whether or not it has a handler.
15658         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
15660         * simple.el (hard-newline): Give it a doc-string.
15662         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
15663         (lisp-mode-syntax-table): Give them doc-strings.
15665 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
15667         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
15668         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
15669         (menu-bar-options-menu, menu-bar-showhide-menu)
15670         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
15671         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
15672         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
15673         (menu-bar-options-menu, menu-bar-tools-menu)
15674         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
15675         (menu-bar-help-menu):
15676         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
15677         string arguments.
15679         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
15680         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
15681         calls for the menu names and :help.
15683 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15685         * mouse.el (minor-mode-menu-from-indicator): Pay attention
15686         to :minor-mode-function (bug#4455).
15688 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15690         * startup.el (command-line): Initialize the window-system after
15691         processing the command-line.
15693         * textmodes/page.el (what-page): Make sure we don't inf-loop if
15694         page-delimiter matches the empty string.
15696 2009-09-16  Glenn Morris  <rgm@gnu.org>
15698         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
15699         byte-compile-not-obsolete-var.  It's a list now.
15700         (byte-compile-not-obsolete-funcs): New variable.
15701         (byte-compile-warn-obsolete): Don't warn about functions if they are in
15702         byte-compile-not-obsolete-funcs.
15703         (byte-compile-variable-ref, byte-compile-defvar): Update for
15704         byte-compile-not-obsolete-vars name-change and list nature.
15705         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
15706         and variables behind (f)boundp tests.
15707         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
15709 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
15711         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
15713 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15715         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
15716         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
15717         Don't autoload.
15719 2009-09-15  Stephen Eglen  <stephen@gnu.org>
15721         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
15722         the virtual-buffers, use the name of the buffer specified by
15723         find-file-noselect, as the match may be a symlink.  (This was a
15724         problem if the target and the symlink had different names.)
15726 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15728         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
15730         * desktop.el (desktop-path): Check user-emacs-directory.
15732         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
15734         * loadup.el: Use after-load-functions to GC after loading each file.
15735         Remove the explicit GC calls that used to be sprinkled around.
15737         * subr.el (after-load-functions): New hook.
15738         (do-after-load-evaluation): Run it.  Use string-match-p to detect
15739         `obsolete' packages, rather than painfully extracting the relevant
15740         directory name.
15742 2009-09-15  Glenn Morris  <rgm@gnu.org>
15744         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
15745         free variable `doc'.
15747         * dired.el (dired-mode-map): Add menu entry for async shell command.
15749         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
15750         variables, also consider the .elc files, since the .el files are
15751         normally gzipped (subsequent code locates the .el.gz from the .elc).
15753         * calc/calc-prog.el (arglist): Define for compiler.
15755         * calendar/diary-lib.el (diary-display-function): Change the default to
15756         fancy display.
15757         (body): Define for compiler.
15759         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
15760         (byte-compile-file-form, byte-compile-lambda)
15761         (byte-compile-top-level-body, byte-compile-form)
15762         (byte-compile-variable-ref, byte-compile-setq)
15763         (byte-compile-setq-default, byte-compile-body)
15764         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
15765         (batch-byte-compile): Give some more local variables with common names
15766         a "bytecomp-" prefix to avoid masking warnings about free variables.
15768         * startup.el (command-line-1): Give local variables with common names a
15769         distinguishing prefix, so as not to hide free variable warnings during
15770         bootstrap.
15772         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
15773         clever and add a suffix to make a unique name, just let the user decide
15774         whether or not to overwrite it.  If the input is a directory, write the
15775         default filename to that directory.  (Bug#4388)
15776         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
15777         is a filename-as-a-directory.
15779 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15781         * textmodes/page.el (what-page): Don't move to beginning of line.
15782         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
15784 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
15786         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
15788 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
15790         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
15791         * help.el (help-for-help-internal): Add purecopy calls for text.
15793         * vc.el (top): print-log method now takes an optional SHORTLOG
15794         argument.  Add a new method: root.
15795         (vc-root-diff, vc-print-root-log): New functions.
15796         (vc-log-short-style): New variable.
15797         (vc-print-log-internal): Add support for showing short logs.
15799         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
15800         vc-print-root-log and vc-print-root-diff.
15802         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
15803         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
15804         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
15805         short logs.
15807         * vc-cvs.el (vc-cvs-print-log):
15808         * vc-mtn.el (vc-mtn-print-log):
15809         * vc-rcs.el (vc-rcs-print-log):
15810         * vc-sccs.el (vc-sccs-print-log):
15811         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
15812         that is ignored for now.
15814         * vc-mtn.el (vc-mtn-annotate-command):
15815         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
15817 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15819         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
15820         to function-key-map, and give them ascii-character property.
15821         * term/x-win.el (x-alternatives-map):
15822         * term/ns-win.el (ns-alternatives-map):
15823         * term/internal.el (msdos-key-remapping-map):
15824         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
15826 2009-09-14  Glenn Morris  <rgm@gnu.org>
15828         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
15829         temp-buffers (2009-09-12).
15831 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15833         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
15834         the new read-key function.
15836 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
15838         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
15839         is defined (Bug#4405).
15841 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
15843         * recentf.el (recentf-cleanup): Use a hash table to find
15844         duplicates (Bug#4407).
15846 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
15848         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
15849         kp-0 to ascii equivalents (Bug#4325).
15851 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
15853         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
15855         * eshell/em-hist.el:
15856         * eshell/em-dirs.el (eshell-complete-user-reference):
15857         Declare pcomplete functions and variables to avoid compiler warnings.
15859 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
15861         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
15862         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
15863         * eshell/em-alias.el (eshell-aliases-file):
15864         * eshell/em-hist.el (eshell-history-file-name):
15865         Use expand-file-name instead of concat to make file names (Bug#4308).
15867 2009-09-13  Glenn Morris  <rgm@gnu.org>
15869         * ediff-merg.el (ediff-do-merge):
15870         * filesets.el (filesets-run-cmd):
15871         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
15872         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
15873         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
15874         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
15875         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
15876         Replace empty `let's with `progn'.
15878 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15880         * mail/sendmail.el (send-mail-function):
15881         * tooltip.el (tooltip-mode):
15882         * simple.el (transient-mark-mode):
15883         * rfn-eshadow.el (file-name-shadow-mode):
15884         * frame.el (blink-cursor-mode):
15885         * font-core.el (global-font-lock-mode):
15886         * files.el (temporary-file-directory)
15887         (small-temporary-file-directory, auto-save-file-name-transforms):
15888         * epa-hook.el (auto-encryption-mode):
15889         * composite.el (global-auto-composition-mode):
15890         Use custom-initialize-delay.
15891         * startup.el (command-line): Don't explicitly call
15892         custom-reevaluate-setting for all the above vars.
15893         * custom.el (custom-initialize-safe-set)
15894         (custom-initialize-safe-default): Delete.
15896 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15898         * term/x-win.el (x-initialize-window-system):
15899         * term/w32-win.el (w32-initialize-window-system):
15900         * term/ns-win.el (ns-initialize-window-system): Don't call
15901         mouse-wheel-mode since it's enabled globally by default already.
15903         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
15904         actually define the variable, but only silences the byte-compiler.
15905         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
15906         before looking it up.
15907         (mouse-wheel-scroll-amount): Also reset the bindings if this value
15908         is changed.
15910 2009-09-12  Glenn Morris  <rgm@gnu.org>
15912         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
15913         1000.
15914         (elint-add-required-env): Don't beep on error.
15915         (elint-forms): In case of error, return ENV unchanged.
15916         (elint-init-env): Skip non-list forms.
15917         (elint-log): Handle unknown file positions.
15919 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
15921         * epg.el (epg-make-context): Add autoload cookie.
15922         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
15923         (epg-decrypt-string, epg-start-verify, epg-verify-file)
15924         (epg-verify-string, epg-start-sign, epg-sign-file)
15925         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
15926         (epg-encrypt-string, epg-start-export-keys)
15927         (epg-export-keys-to-file, epg-export-keys-to-string)
15928         (epg-start-import-keys, epg-import-keys-from-file)
15929         (epg-import-keys-from-string, epg-start-receive-keys)
15930         (epg-receive-keys, epg-import-keys-from-server)
15931         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
15932         (epg-sign-keys, epg-start-generate-key)
15933         (epg-generate-key-from-file, epg-generate-key-from-string):
15934         Remove autoload cookie.
15936 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
15938         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
15939         reevaluation of trash-directory.
15941         * mwheel.el: Fix last change.
15942         (mouse-wheel-mode): New defvar.
15943         (mouse-wheel-mode): Remove autoload cookie.
15945 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15947         * mwheel.el (mwheel-installed-bindings): New var.
15948         (mouse-wheel-mode): Use it, so as to make sure we really remove all
15949         the bindings we set last time.  Use custom-initialize-delay.
15950         * loadup.el: Load mwheel after term/*-win.el.
15951         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
15952         and mouse-wheel-up-event now that their first evaluation is done
15953         sufficiently late to be correct.
15955         * startup.el (tutorial-directory): Make it a defcustom.
15956         Use custom-initialize-delay rather than eval-at-startup to set it.
15957         * image.el (image-load-path): Make it a defcustom.
15958         Use custom-initialize-delay rather than eval-at-startup to set it.
15959         * subr.el (eval-at-startup): Remove.
15960         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
15962         * subr.el (do-after-load-evaluation): Warn the user after loading an
15963         obsolete package.
15965 2009-09-12  Glenn Morris  <rgm@gnu.org>
15967         * proced.el (proced-mark-alt): Remove alias.
15968         (proced-mode-map): Remove proced-mark-alt.
15970         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
15971         Elint file and directory.  Remove initialization entry.
15973         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
15974         commands.
15975         (elint-current-buffer): Set mode-line-process.
15976         (elint-init-env): Handle define-derived-mode.
15977         Fix declare-function with unspecified arglist.  Guard against odd
15978         defalias statements (eg iso-insert's 8859-1-map).
15979         (elint-add-required-env): Use a temp buffer.
15980         (elint-form): Just print the function/macro name, not the whole form.
15981         Return env unchanged if we fail to parse a macro.
15982         (elint-forms): Guard against parse errors.
15983         (elint-output): New function, to handle batch mode.
15984         (elint-log-message): Add optional argument.  Use elint-output.
15985         (elint-set-mode-line): New function.
15987 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
15989         * emacs-lisp/elp.el (elp-not-profilable): Add more
15990         functions (Bug#4233).
15992 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
15994         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
15995         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
15997 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
15999         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
16000         (gdb-var-list-children): Use json parsing.
16002 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
16004         * progmodes/js.el (js--proper-indentation): Handle the case where
16005         char-before is null.  Reported by Deniz Dogan.
16007 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
16009         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
16011 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
16013         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
16014         (epg-digest-algorithm-alist): Add SHA224.
16015         (epg-context-set-passphrase-callback)
16016         (epg-context-set-progress-callback): Add description about
16017         callback function.
16019 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16021         * custom.el (custom-delayed-init-variables): New var.
16022         (custom-initialize-delay): New function.
16023         * startup.el (command-line): "Re"evaluate all vars in
16024         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
16025         explicitly any more.
16026         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
16027         to avoid creating a ~/.emacs.d at build-time (bug#4347).
16029         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
16031 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
16033         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
16034         (gdb-var-update-handler): Use json parsing.
16036 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
16038         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
16039         decode annotated text, regardless of language environment.  (Bug#2741)
16041 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16043         * Makefile.in (autoloads): Make rmail.el writable as well.
16045 2009-09-11  Glenn Morris  <rgm@gnu.org>
16047         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
16048         loaddefs.el.
16049         * dired.el: Regenerate with extracted autoloads.
16050         * Makefile.in (autoloads): Make dired.el writable.
16052         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
16053         * ibuffer.el: Regenerate with extracted autoloads.
16054         * Makefile.in (autoloads): Make ibuffer.el writable.
16056         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
16057         * version.el (emacs-copyright, emacs-major-version)
16058         (emacs-minor-version): Reformat doc-strings for make-docfile.
16060         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
16061         functions and variables, since they must be stuff specific to some other
16062         platform.
16063         (apropos-print): Make mouse-click message less specific about button.
16065         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
16066         that records where a macro was defined.
16067         * help-fns.el (describe-function-1): Mention if a function has a
16068         compiler-macro.
16069         * help-mode.el (help-function-cmacro): New button.
16071         * locate.el (top-level): Always require dired.
16072         (locate-mode-map): Initialize inside the defvar.
16074         * net/ange-ftp.el (dired-compress-file): Declare.
16075         (ange-ftp-dired-compress-file): Add doc string.
16077         * term/ns-win.el (x-display-name, x-setup-function-keys):
16078         Unify doc-strings with X versions.
16080 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16082         * emulation/crisp.el (crisp-mode-map): Move initialization
16083         into declaration.
16084         (crisp-mode): Use define-minor-mode.
16086         * progmodes/xscheme.el (xscheme-evaluation-commands):
16087         Put a :advertised-binding property rather than using
16088         advertised-xscheme-send-previous-expression.
16089         (advertised-xscheme-send-previous-expression): Declare obsolete.
16090         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
16091         `advertised-undo'.
16092         (crisp-mode): Add corresponding bindings to
16093         undo's :advertised-binding instead.
16094         * dired.el (dired-mode-map): Put a :advertised-binding property rather
16095         than using dired-advertised-find-file.
16096         (dired-advertised-find-file):
16097         * simple.el (advertised-undo):
16098         * wid-edit.el (advertised-widget-backward): Declare obsolete.
16099         (widget-keymap): Put a :advertised-binding property rather
16100         than using advertised-widget-backward.
16101         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
16102         than using advertised-undo.
16103         * tutorial.el (tutorial--default-keys): Adjust accordingly.
16105 2009-09-10  Simon South  <ssouth@slowcomputing.org>
16107         * progmodes/delphi.el (delphi-tab): Indent region when Transient
16108         Mark mode is enabled and region is active; otherwise indent or
16109         insert TAB as usual.
16110         (delphi-mode): Update description of TAB-key binding.
16112 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16114         * subr.el (define-key-rebound-commands): Mark obsolete.
16115         * startup.el (precompute-menubar-bindings): Remove.
16116         (normal-top-level): Remove obsolete code that tried to precompute
16117         menubar bindings.
16118         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
16119         define-key-rebound-commands and precompute-menubar-bindings.
16121 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16123         * net/imap.el (imap-interactive-login): Better messages.
16124         (imap-open): Fix bug with renamed buffer on reconnect.
16125         (imap-authenticate): Add buffer-local imap-last-authenticator variable
16126         for easier debugging and cleaner code.  On successful (guessed based on
16127         server capabilities) secondary authentication, set imap-state
16128         correctly.
16129         (imap-last-authenticator): Define imap-last-authenticator as a variable
16130         to avoid warnings.
16132 2009-09-10  Glenn Morris  <rgm@gnu.org>
16134         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
16136         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
16137         (byte-compile-file-form-autoload): Don't warn about unknown functions
16138         where the autoload statement comes after the use.
16139         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
16140         that any handlers inside the body (eg require) are in turn respected.
16142         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
16143         effects.
16145         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
16146         and syntax and abbrev tables basic docs, if they don't have any.
16148         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
16150         * international/mule-cmds.el (top-level): Require cl when compiling.
16151         (view-hello-file): Use default-value rather than
16152         default-enable-multibyte-characters.
16154         * progmodes/fortran.el: Move all safe and risky properties into the
16155         defcustoms.
16157         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
16158         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
16159         * mail/undigest.el:
16160         Put autoloads in rmail.el rather than loaddefs.el.
16161         * mail/rmail.el: Regenerate with extracted autoloads.
16163         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
16164         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
16166 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
16168         Reported in thread for Bug#4375.
16169         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
16170         "-data-evaluate-expression" instead of print.
16171         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
16172         (gdb-tooltip-print): Parse output from above MI command.
16173         (gdb): Revert 2009-08-11 change.  User should detach inferior
16174         manually.
16176         Remove the word "separate" from IO functions as inferior
16177         output is now never displayed in the GUD buffer.
16179 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
16181         * startup.el (command-line-normalize-file-name): On Windows and
16182         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
16184 2009-09-10  Juri Linkov  <juri@jurta.org>
16186         * isearch.el (isearch-text-char-description): Propertize escape
16187         character sequences with the `escape-glyph' face.  (Bug#4344)
16189         * simple.el (shell-command): Set asynchronous process filter to
16190         `comint-output-filter'.  (Bug#4343)
16192         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
16193         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
16194         the list.  Move "asm" to the bottom.
16195         (grep-find-ignored-directories): Add `choice' with nil value
16196         to empty the list easily.
16197         (grep-find-ignored-files): New option.
16198         (grep-files-history): Set to nil by default instead of '("ch" "el").
16199         (grep-compute-defaults): Add "<X>" to `grep-template'.
16200         (grep-read-files): Bind new local variables `default-alias' and
16201         `default-extension'.  Use a list of default values for the file prompt.
16202         (lgrep): Add `--exclude=' command line options composed from
16203         `grep-find-ignored-files'.
16204         (rgrep): Add `-name' command line options composed from
16205         `grep-find-ignored-files'.  (Bug#4301)
16207 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16209         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
16210         (bug#4368).
16212 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16214         * calendar/time-date.el (autoload):
16215         Expand define-obsolete-function-alias into defalias and make-obsolete
16216         for old Emacsen that Gnus supports.
16217         (with-no-warnings): Define it for old Emacsen.
16218         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
16219         is available.
16220         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
16221         float-time is available; suppress compile warning for time-to-seconds.
16223 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
16225         * net/imap.el (imap-message-map): Docstring fix.
16227 2009-09-09  Glenn Morris  <rgm@gnu.org>
16229         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
16230         line numbers too.  (Bug#4374)
16232 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16234         * smerge-mode.el (smerge-remove-props, smerge-refine):
16235         Use with-silent-modifications (bug#4342).
16237         * subr.el (with-silent-modifications): New macro.
16239 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
16241         * files.el (top-level): Require `cl' when compiling.
16243 2009-09-07  Glenn Morris  <rgm@gnu.org>
16245         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
16247         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
16248         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
16250 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
16252         * vc-git.el (vc-git-annotate-command): Use separator to parse
16253         arguments correctly.
16255 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
16257         * proced.el (proced-mode): Doc fix.
16259 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
16261         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
16262         lstat fails.
16263         (tramp-do-file-attributes-with-ls): Check for file existence at
16264         remote end.
16265         (tramp-do-file-attributes-with-stat): Likewise.
16266         (tramp-convert-file-attributes): Return nil when attr is nil.
16268 2009-09-05  Glenn Morris  <rgm@gnu.org>
16270         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
16271         properties to this button.
16272         (diary-fancy-display): Don't extend the button to the final newline.
16273         (diary-fancy-display-mode): Continue to define "q" as a local key.
16275         * calendar/cal-china.el (holiday-chinese): Make it slightly more
16276         efficient.
16278         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
16280         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
16281         (byte-compile-dest-file-function): New option.
16282         (byte-compile-dest-file): Doc fix.
16283         Obey byte-compile-dest-file-function.
16284         (byte-compile-cl-file-p): New function.
16285         (byte-compile-eval): Only suppress noruntime warnings about cl functions
16286         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
16287         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
16288         than for file being previously loaded.
16289         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
16290         (byte-compile-file-form-require): Handle the case where requiring a file
16291         indirectly causes CL to be loaded.
16293 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
16295         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
16296         before killing the old buffer, since by the time `kill-buffer' is
16297         run so many buffer variables have been set to nil that it may not
16298         behave as expected.  (Bug#4061)
16300 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
16302         * files.el (find-alternate-file): If the old buffer is modified
16303         and visiting a file, behave similarly to `kill-buffer' when
16304         killing it, thus reverting to the pre-1.878 behavior; see
16305         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
16306         for discussion.  Also, consult `buffer-file-name' as a variable
16307         not as a function, for consistency with the rest of the code.
16309 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
16311         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
16312         also when adding a new directory.
16314         * net/tramp-compat.el (tramp-compat-line-beginning-position):
16315         New defun.
16317 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16319         * files.el (locate-file-completion-table): Make it provide boundary
16320         information, so partial-completion works better.
16322 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
16324         * mail/footnote.el (Footnote-text-under-cursor):
16325         Check footnote-text-marker-alist before using it (bug#4324).
16327 2009-09-04  Glenn Morris  <rgm@gnu.org>
16329         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
16330         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
16331         * play/solitaire.el, play/tetris.el:
16332         Remove leading * from defcustom and defface docs.
16334         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
16335         necessary.
16336         (diary-fancy-overriding-map): New variable.
16337         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
16338         Use view-mode.
16340         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
16341         goto-line.
16343 2009-09-03  Glenn Morris  <rgm@gnu.org>
16345         * arc-mode.el (archive-mode):
16346         * dos-fns.el (set-default-process-coding-system):
16347         * man.el (Man-getpage-in-background):
16348         * menu-bar.el (menu-bar-describe-menu):
16349         * server.el (server-process-filter):
16350         * startup.el (command-line):
16351         * tar-mode.el (tar-header-block-tokenize, tar-extract):
16352         * w32-fns.el (set-default-process-coding-system):
16353         * x-dnd.el (x-dnd-handle-file-name):
16354         * international/mule-cmds.el (mule-menu-keymap)
16355         (set-default-coding-systems, language-info-alist, set-language-info)
16356         (set-language-environment, standard-display-european-internal)
16357         (set-locale-environment):
16358         * international/mule-diag.el (mule-diag):
16359         * mail/emacsbug.el (report-emacs-bug):
16360         * mail/rmail.el (rmail-mode):
16361         * mail/sendmail.el (mail-setup):
16362         Use default-value rather than default-enable-multibyte-characters.
16364         * progmodes/f90.el: Move all safe properties into the defcustoms.
16365         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
16367         * calendar/appt.el (appt-check):
16368         * calendar/diary-lib.el (diary-set-header, diary-live-p)
16369         (diary-check-diary-file, diary-list-entries)
16370         (diary-include-other-diary-files, diary-simple-display)
16371         (diary-fancy-display, diary-print-entries)
16372         (diary-mark-included-diary-files, diary-make-entry):
16373         Don't call substitute-in-file-name on diary-file.
16375 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
16376             Stefan Monnier  <monnier@iro.umontreal.ca>
16378         * mail/footnote.el (footnote-prefix): Make it a defcustom.
16379         (footnote-mode-map): Move initialization into the declaration.
16380         (footnote-minor-mode-map): Define it rather than changing global-map.
16381         (footnote-mode): Use define-minor-mode.
16383 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
16385         * net/tramp.el (tramp-handle-file-attributes-with-ls)
16386         (tramp-do-file-attributes-with-perl)
16387         (tramp-do-file-attributes-with-stat): Rename from
16388         `tramp-handle-file-attributes-with-*'.
16389         (tramp-handle-file-attributes): Use them.
16390         (tramp-do-directory-files-and-attributes-with-perl)
16391         (tramp-do-directory-files-and-attributes-with-stat): Rename from
16392         `tramp-handle-directory-files-and-attributes-with-*'.
16393         (tramp-handle-directory-files-and-attributes): Use them.
16394         (tramp-method-out-of-band-p): Additional parameter SIZE.
16395         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
16396         (tramp-handle-write-region): Use it.
16397         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
16398         (tramp-handle-vc-registered): Check, whether the first run did
16399         return files to be tested.
16400         (tramp-advice-make-auto-save-file-name): Do not call directly
16401         `tramp-handle-make-auto-save-file-name', because this would bypass
16402         the locking mechanism.
16404         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
16405         (file-remote-p, process-file, start-file-process, set-file-times)
16406         (tramp-compat-file-attributes): Compatibility functions shall not
16407         call directly `tramp-handle-*', because this would bypass the
16408         locking mechanism.
16409         (tramp-compat-number-sequence): New defun.
16411 2009-09-02  Glenn Morris  <rgm@gnu.org>
16413         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
16414         alias for float-time.
16415         (time-to-number-of-days): In Emacs, use float-time.
16416         * net/newst-backend.el (time-add): Suppress warnings from compat
16417         function.
16418         * time.el (emacs-uptime, emacs-init-time):
16419         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
16420         Use float-time rather than time-to-seconds.
16422         * minibuffer.el (completion-initials-expand): Fix typo.
16424         * faces.el (modeline, modeline-inactive, modeline-highlight)
16425         (modeline-buffer-id):
16426         * info.el (info-menu-5): Mark these face aliases as obsolete.
16428 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
16430         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
16431         space ...
16432         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
16433         no "--thread" option.
16434         (gdb-stopped): Don't print "Switched to thread" message when it is
16435         unchanged.
16437 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16439         * minibuffer.el (completion-try-completion)
16440         (completion-all-completions): Remove ill-defined (and
16441         mistakenly installed and luckily never used nor documented)
16442         `completion-styles' property.
16443         (completion-initials-expand, completion-initials-all-completions)
16444         (completion-initials-try-completion): New functions.
16445         (completion-styles-alist): Add doc to each entry.
16446         Add new `initials' entry.
16448 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
16450         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
16451         MI command -var-evaluate-expression.
16452         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
16453         and tweak for case of string child.
16454         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
16456 2009-09-01  Glenn Morris  <rgm@gnu.org>
16458         * add-log.el (change-log-date-face, change-log-name-face)
16459         (change-log-email-face, change-log-file-face, change-log-list-face)
16460         (change-log-conditionals-face, change-log-function-face)
16461         (change-log-acknowledgement-face):
16462         * cus-edit.el (custom-invalid-face, custom-rogue-face)
16463         (custom-modified-face, custom-set-face, custom-changed-face)
16464         (custom-saved-face, custom-button-face, custom-button-pressed-face)
16465         (custom-documentation-face, custom-state-face, custom-comment-face)
16466         (custom-comment-tag-face, custom-variable-tag-face)
16467         (custom-variable-button-face, custom-face-tag-face)
16468         (custom-group-tag-face-1, custom-group-tag-face):
16469         * diff-mode.el (diff-header-face, diff-file-header-face)
16470         (diff-index-face, diff-hunk-header-face, diff-removed-face)
16471         (diff-added-face, diff-changed-face, diff-function-face)
16472         (diff-context-face, diff-nonexistent-face):
16473         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
16474         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
16475         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
16476         (Info-title-4-face):
16477         * isearch.el (isearch-lazy-highlight-face):
16478         * log-view.el (log-view-file-face, log-view-message-face):
16479         * paren.el (show-paren-match-face, show-paren-mismatch-face):
16480         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
16481         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
16482         (cvs-msg-face):
16483         * smerge-mode.el (smerge-mine-face, smerge-other-face)
16484         (smerge-base-face, smerge-markers-face):
16485         * wid-edit.el (widget-documentation-face, widget-button-face)
16486         (widget-field-face, widget-single-line-field-face)
16487         (widget-inactive-face, widget-button-pressed-face):
16488         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
16489         (woman-addition-face):
16490         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
16491         (eshell-ls-executable-face, eshell-ls-readonly-face)
16492         (eshell-ls-unreadable-face, eshell-ls-special-face)
16493         (eshell-ls-missing-face, eshell-ls-archive-face)
16494         (eshell-ls-backup-face, eshell-ls-product-face)
16495         (eshell-ls-clutter-face):
16496         * eshell/em-prompt.el (eshell-prompt-face):
16497         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
16498         * obsolete/old-whitespace.el (whitespace-highlight-face):
16499         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
16500         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
16501         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
16502         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
16503         (antlr-font-lock-literal-face):
16504         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
16505         (ebrowse-root-class-face, ebrowse-file-name-face)
16506         (ebrowse-default-face, ebrowse-member-attribute-face)
16507         (ebrowse-member-class-face, ebrowse-progress-face):
16508         * progmodes/make-mode.el (makefile-space-face):
16509         * progmodes/sh-script.el (sh-heredoc-face):
16510         * textmodes/flyspell.el (flyspell-incorrect-face)
16511         (flyspell-duplicate-face):
16512         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
16513         * textmodes/texinfo.el (texinfo-heading-face):
16514         Mark face aliases with "-face" suffix as obsolete.
16516         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
16517         compiler.
16519         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
16520         (eudc-bob-sound-menu): Use defvar rather than defconst, since
16521         easy-menu-define wants to modify these.
16523         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
16525         * net/browse-url.el (browse-url-file-url):
16526         * term/internal.el (dos-codepage-setup):
16527         Use default-value rather than default-enable-multibyte-characters.
16529         * progmodes/etags.el (etags-goto-tag-location):
16530         * progmodes/flymake.el (flymake-highlight-line)
16531         (flymake-goto-file-and-line, flymake-goto-line):
16532         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
16533         (gdb-goto-breakpoint):
16534         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
16535         * progmodes/python.el (python-find-function)
16536         (python-pdbtrack-track-stack-file):
16537         * progmodes/verilog-mode.el (verilog-surelint-off):
16538         * term/ns-win.el (ns-open-file-select-line):
16539         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
16540         Use forward-line rather than goto-line.
16542         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
16543         * textmodes/reftex-index.el (reftex-display-index):
16544         * textmodes/reftex-ref.el (reftex-offer-label-menu):
16545         * textmodes/reftex-toc.el (reftex-toc):
16546         Remove unnecessary bindings of default-major-mode (all are followed by
16547         major-mode check and possible mode switch).
16549 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
16551         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
16552         Handle watchpoints (bug#4282).
16553         (def-gdb-thread-buffer-command): Enable thread to be selected by
16554         clicking without selecting threads buffer first.
16555         (gdb-current-context-command): Use selected frame so that "up",
16556         "down" etc work in the GUD buffer.
16557         (gdb-update): Find selected frame before rendering stack buffer.
16558         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
16560 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
16562         * progmodes/sym-comp.el (displayed-completions): Remove.
16563         (symbol-complete): Use minibuffer-complete.
16565 2009-08-31  Glenn Morris  <rgm@gnu.org>
16567         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
16569         * apropos.el (apropos-symbols-internal):
16570         Handle (obsolete) face aliases.
16572         * faces.el (describe-face): Adjust the output format to be more like
16573         describe-variable, and to mention (obsolete) face aliases.
16574         Adjust the whitespace so that help-setup-xref works.
16576         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
16577         * calendar/diary-lib.el (diary-button-face):
16578         Mark these face aliases as obsolete.
16580         * calendar/calendar.el (calendar-today): Doc fix.
16582 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
16584         * progmodes/gdb-mi.el (gdb-control-all-threads)
16585         (gdb-control-current-thread): Force tool bar update.
16586         (gdb-non-stop-handler): New function.
16587         (gdb-init-1): Use it to test if non-stop mode is supported.
16588         Remove unused gdbmi buffer type.
16590 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
16592         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
16593         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
16595 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
16597         * comint.el (comint-exec-1): Check command is non-null first.
16598         Part of gdb-mi.el change (2009-08-28).
16600 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16602         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
16604 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
16606         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
16607         instead of `dolist' to avoid a recursive require when bootstrapping.
16609 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16611         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
16613         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
16615         * net/imap.el (imap-send-command): Simplify.
16616         (imap-wait-for-tag): point-max -> buffer-size.
16618         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
16620         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
16621         with constant argument.
16623         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
16625         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
16627         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
16628         Change default, since most of our files don't have a history.
16629         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
16630         the user.
16632         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16633         Add comint-run.
16635         * calc/calc.el: Improve commenting convention.
16636         (calc-digit-map, toplevel): Simplify.
16638         * comint.el (comint-insert-input): Be careful to only set point if we
16639         don't delegate to some other command.
16641         * proced.el (proced-signal-list): Make it an alist.
16642         (proced-grammar-alist): Capitalize names.
16643         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
16644         Disable undo manually and make it read-only.
16645         Use completion-annotate-function.
16647         * minibuffer.el (minibuffer-message): If the current buffer is not
16648         a minibuffer, insert the message in the echo area rather than at the
16649         end of the buffer.
16650         (completion-annotate-function): New variable.
16651         (minibuffer-completion-help): Use it.
16652         (completion--embedded-envvar-table): Environment vars are
16653         always case-sensitive.
16655 2009-08-30  Glenn Morris  <rgm@gnu.org>
16657         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
16658         from fortran-current-defun.
16659         (fortran-beginning-of-subprogram): Be more precise about finding the
16660         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
16661         (fortran-end-of-subprogram): Simplify.
16662         (fortran-current-defun): Use fortran-start-prog-re.
16664 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
16666         * subr.el (do-after-load-evaluation): Simplify.
16668 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
16670         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
16672         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
16673         (vc-rcs-print-log): Use it.
16675         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
16677 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16679         * paths.el (abbrev-file-name): Move to abbrev.el.
16680         * abbrev.el (abbrev-file-name): Move from paths.el.
16681         Obey user-emacs-directory.
16682         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
16683         user-emacs-directory.
16684         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
16685         abbrev-file-name and calc-settings-file any more.
16686         * startup.el (command-line): Recompute abbrev-file-name and
16687         abbreviated-home-dir.
16688         (normal-no-mouse-startup-screen): Improve the generic code and get rid
16689         of the special code for when C-h bindings haven't been changed.
16690         (display-startup-echo-area-message): Use with-current-buffer.
16691         (command-line-1): Use a list of strings, rather than a list of lists
16692         of strings for longopts.
16694         * files.el (get-free-disk-space): Use / for default-directory.
16696         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
16697         Use with-current-buffer.
16699         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
16700         Recognize immutable variables like most-positive-fixnum.
16701         (byte-compile-setq-default): Check and warn if trying to assign
16702         to an immutable variable, or a non-variable.
16704         * progmodes/cc-vars.el (c-comment-continuation-stars):
16705         * progmodes/cc-engine.el (c-looking-at-bos):
16706         * progmodes/cc-cmds.el (c-toggle-auto-state)
16707         (c-forward-into-nomenclature, c-backward-into-nomenclature)
16708         (c-comment-line-break-function): Add version of obsolescence.
16710 2009-08-28  Juri Linkov  <juri@jurta.org>
16712         * files.el (magic-fallback-mode-alist): Add ZIP magic number
16713         associated with `archive-mode'.
16715         * image.el (image-type-header-regexps): Use only JPEG magic number
16716         to determine JPEG images, and don't use `image-jpeg-p' because
16717         Emacs can display non-JFIF non-Exif JPEG images.
16719 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
16721         * arc-mode.el (archive-mode):
16722         * emacs-lisp/re-builder.el (re-builder-unload-function):
16723         Protect against the default value of `major-mode' being nil.
16725 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
16727         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
16728         Fix typos in docstrings.
16730         * progmodes/js.el (js--macro-decl-re): Doc fix.
16731         (js--plain-method-re, js--split-name): Refloc docstring.
16732         (js--class-styles, js--make-merged-item, js--splice-into-items):
16733         Fix typos in docstrings; reflow docstrings.
16734         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
16735         (js--variable-decl-matcher, js--inside-pitem-p)
16736         (js--parse-state-at-point, js--get-all-known-symbols)
16737         (js--symbol-history, js-find-symbol, js--js-references)
16738         (js--moz-interactor, js--js-encode-value, js--read-tab):
16739         Fix typos in docstrings.
16741 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16743         * textmodes/reftex.el (reftex-get-file-buffer-force):
16744         * progmodes/verilog-mode.el (verilog-batch-execute-func):
16745         * emulation/viper.el (viper-go-away, viper-set-hooks):
16746         * emacs-lisp/re-builder.el (re-builder-unload-function):
16747         * emacs-lisp/bytecomp.el (byte-compile-file):
16748         * ses.el (ses-unload-function):
16749         * hexl.el (hexl-find-file):
16750         * files.el (normal-mode):
16751         * ehelp.el (with-electric-help):
16752         * autoinsert.el (auto-insert-alist):
16753         * arc-mode.el (archive-mode):
16754         Use (default-value 'major-mode) instead of default-major-mode.
16756         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
16757         * international/mule.el (load-with-code-conversion):
16758         * emacs-lisp/debug.el (debug):
16759         * ediff-vers.el (ediff-rcs-get-output-buffer):
16760         * dired.el (dired-internal-noselect): Don't let-bind
16761         default-major-mode around code that doesn't use it.
16762         E.g. buffer creation via get-buffer-create doesn't use it.
16764 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
16766         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
16767         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
16768         when writing the temp file.  Otherwise, epa-file gets confused.
16769         (tramp-register-file-name-handlers): Make it a defun.  Move also
16770         `epa-file-handler' to the front of `file-name-handler-alist'.
16772 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16774         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
16775         start right after a ^M.
16776         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
16777         (tramp-completion-file-name-regexp-separate)
16778         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
16779         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
16780         Don't modify last-coding-system-used by accident.
16781         (tramp-completion-file-name-handler): Apply the checks here,
16782         instead during registration.
16783         (tramp-register-file-name-handlers): Renamed from
16784         `tramp-register-file-name-handler'.  Register both
16785         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
16786         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
16788 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
16790         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
16791         Remove variable ...
16792         (gdb-init-1, gdb-display-separate-io-buffer)
16793         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
16794         references to it.
16795         (gdb-inferior-io-mode): Use make-comint-in-buffer.
16796         (gdb-inferior-filter): Use comint-output-filter to stop
16797         echoing and remove ^M characters.
16799 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16801         * emulation/viper-init.el (viper-restore-cursor-type):
16802         * emulation/cua-base.el (cua--update-indications):
16803         Replace default-cursor-type with (default-value 'cursor-type).
16805         * mail/sendmail.el (mail-recover-1):
16806         * international/mule-diag.el (describe-current-coding-system-briefly)
16807         (describe-current-coding-system):
16808         * international/mule-cmds.el (select-safe-coding-system)
16809         (select-message-coding-system)
16810         (set-language-environment-coding-systems, set-locale-environment):
16811         * hexl.el (hexl-insert-multibyte-char):
16812         * dos-w32.el (find-buffer-file-type-coding-system):
16813         * simple.el (what-cursor-position):
16814         Replace uses of default-buffer-file-coding-system
16815         with (default-value 'buffer-file-coding-system).
16817         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
16818         Replace uses of default-cursor-in-non-selected-windows
16819         with (default-value 'cursor-in-non-selected-windows).
16820         Use with-current-buffer.
16822         * mail/feedmail.el: Use CL macros.
16823         (feedmail-run-the-queue, feedmail-send-it-immediately):
16824         * dos-w32.el (find-buffer-file-type): Replace uses of
16825         default-buffer-file-type with (default-value 'buffer-file-type).
16827 2009-08-28  Glenn Morris  <rgm@gnu.org>
16829         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
16830         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
16831         Use default-value of major-mode rather than default-major-mode.
16833 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16835         * Makefile.in (update-elcfiles): Report left over elc files.
16837         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
16838         expand-file-name and with-current-buffer.
16839         (mail-get-names, mail-directory): Use with-current-buffer.
16841         * vc.el (vc-read-revision): New function.
16842         (vc-version-diff, vc-merge): Use it.
16844 2009-08-27  Sam Steingold  <sds@gnu.org>
16846         * simple.el (kill-do-not-save-duplicates): New user option.
16847         (kill-new): When it is non-nil, and the new string is the same as
16848         the latest kill, set replace to t to avoid duplicates in kill-ring.
16850 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
16852         * net/tramp.el (tramp-handle-process-file): Do not flush all
16853         caches when `process-file-side-effects' is set.
16854         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
16855         instead of `tramp-find-file-exists-command'.
16856         Unset `process-file-side-effects'.
16858 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
16860         * net/tramp.el (tramp-methods): New method "rsyncc".
16861         (top): Add completion function for "rsyncc".
16862         (tramp-message-show-message): New defvar.
16863         (tramp-message, tramp-error): Use it.
16864         (tramp-do-copy-or-rename-file-directly): Extend check for direct
16865         remote copying.
16866         (tramp-do-copy-or-rename-file-out-of-band): Handle new
16867         `tramp-methods' entry `copy-env' of "rsyncc".
16868         (tramp-vc-registered-read-file-names): New defconst.
16869         (tramp-vc-registered-file-names): New defvar.
16870         (tramp-handle-vc-registered): Implement optimization strategy.
16871         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
16872         (tramp-vc-file-name-handler): New defun.
16873         (tramp-get-ls-command, tramp-get-test-command)
16874         (tramp-get-file-exists-command, tramp-get-remote-ln)
16875         (tramp-get-remote-perl, tramp-get-remote-stat)
16876         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
16878         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
16879         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
16880         timestamps.
16881         (tramp-get-file-property): Check for timestamps in
16882         `tramp-cache-inhibit-cache'.
16883         (tramp-set-file-property): Write timestamp.
16885 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16887         * language/japan-util.el (japanese-symbol-table): Add entries for
16888         cp932-2-byte.
16890         * international/characters.el: Add category `j' to cp932-2-byte.
16892 2009-08-27  Kenichi Handa  <handa@m17n.org>
16894         * international/fontset.el (build-default-fontset-data): New macro.
16895         (setup-default-fontset): Use build-default-fontset-data for CJK,
16896         tibetan, ethiopic, and ipa.
16898 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16900         * cus-start.el (default-major-mode): Customize `major-mode' instead.
16901         (enable-multibyte-characters): Not customizable any more.
16903         * subr.el (default-mode-line-format, default-header-line-format)
16904         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
16905         (default-direction-reversed, default-truncate-lines)
16906         (default-left-margin, default-tab-width, default-case-fold-search)
16907         (default-left-margin-width, default-right-margin-width)
16908         (default-left-fringe-width, default-right-fringe-width)
16909         (default-fringes-outside-margins, default-scroll-bar-width)
16910         (default-vertical-scroll-bar, default-indicate-empty-lines)
16911         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
16912         (default-fringe-cursor-alist, default-scroll-up-aggressively)
16913         (default-scroll-down-aggressively, default-fill-column)
16914         (default-cursor-type, default-buffer-file-type)
16915         (default-cursor-in-non-selected-windows)
16916         (default-buffer-file-coding-system, default-major-mode)
16917         (default-enable-multibyte-characters): Mark as obsolete.
16919 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
16921         * vc-dir.el (vc-dir-update): Remove debug helper.
16923         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
16925 2009-08-26  Sam Steingold  <sds@gnu.org>
16927         * simple.el (save-interprogram-paste-before-kill): New user option.
16928         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
16929         save the interprogram-paste into kill-ring before overriding it
16930         with the Emacs kill.
16932 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
16934         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
16935         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
16936         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
16937         and move to vc-rcs.el.
16938         (vc-default-next-revision): Rename to vc-rcs-next-revision and
16939         move to vc-rcs.el.
16940         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
16941         (vc-rcs-update-changelog): Remove.
16942         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
16943         and move to vc-rcs.el.
16945         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
16946         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
16947         renaming.
16948         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
16949         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
16950         vc.el, renamed to be RCS specific.
16952         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
16953         New functions.
16954         (vc-cvs-update-changelog): Move here from vc.el.
16956         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
16957         New functions.
16959 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16961         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
16963 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
16965         * vc-git.el (vc-git-register): Use "git add" for directories.
16966         (vc-git-stash, vc-git-stash-show): New functions.
16967         (vc-git-extra-menu-map): Bind them.
16969         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
16970         directory correctly in case the item is a directory itself.
16972         * vc.el: Document the desired behavior for reverted files in the
16973         `added' state.
16974         (vc-default-prettify-state-info): Remove function, unused.
16976         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
16978 2009-08-26  Glenn Morris  <rgm@gnu.org>
16980         * bindings.el (standard-mode-line-format): Reposition dashes in
16981         which-func entry.  (Bug#4217)
16983         * files.el (enable-local-variables, enable-local-eval)
16984         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
16985         the defcustoms.
16986         (auto-mode-alist, ignored-local-variables)
16987         (save-some-buffers-action-alist): Move risky declarations to the
16988         definitions.
16989         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
16990         (font-lock-defaults, format-alist, imenu--index-alist)
16991         (imenu-generic-expression, input-method-alist, minor-mode-alist)
16992         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
16993         (mode-line-modified, mode-line-mule-info, mode-line-position)
16994         (mode-line-process, mode-line-remote, outline-level)
16995         (parse-time-rules, rmail-output-file-alist)
16996         (special-display-buffer-names, vc-mode):
16997         Move risky declarations to the relevant files.
16998         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
16999         (mode-line-modified, mode-line-process, mode-line-position)
17000         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
17001         * font-core.el (font-lock-defaults):
17002         * format.el (format-alist):
17003         * vc-hooks.el (vc-mode):
17004         * window.el (special-display-buffer-names):
17005         * international/mule-cmds.el (input-method-alist):
17006         Define riskiness here (dumped file) rather than in files.el.
17007         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
17008         * imenu.el (imenu-generic-expression, imenu--index-alist):
17009         * outline.el (outline-level):
17010         * time.el (display-time-string):
17011         * calendar/parse-time.el (parse-time-rules):
17012         * mail/rmailout.el (rmail-output-file-alist):
17013         Autoload riskiness here, rather than placing in files.el.
17015 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
17017         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
17019 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
17021         * simple.el (process-file-side-effects): New defvar.
17023         * dired-aux.el (dired-show-file-type):
17024         * vc.el (vc-diff-internal):
17025         * vc-arch.el (vc-arch-diff):
17026         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
17027         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
17028         * vc-git.el (vc-git-registered, vc-git-working-revision)
17029         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
17030         (vc-git--empty-db-p):
17031         * vc-hooks.el (vc-user-login-name):
17032         * vc-svn.el (vc-svn-registered, vc-svn-state)
17033         (vc-svn-dir-extra-headers, vc-svn-find-revision):
17034         * progmodes/grep.el (grep-probe): Let-bind
17035         `process-file-side-effects' with nil.
17037         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
17039         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
17040         daemon.  Replace ping by checking for running service for bluez
17041         and zeroconf.  (Bug#4239)
17043 2009-08-25  Kevin Ryde  <user42@zip.com.au>
17045         * net/dig.el (dig): Add autoload cookie.
17047 2009-08-25  Glenn Morris  <rgm@gnu.org>
17049         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
17050         load-history for absolute file-names.
17051         (byte-compile-file-form-require): Warn about use of the cl package.
17053         * format.el (format-alist): Doc fix.
17055         * play/bubbles.el (top-level): Don't require cl at run-time.
17057         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
17058         run-time cl).
17060 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
17062         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
17063         from cl package.
17064         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
17066 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
17068         * calc/calc-alg.el (math-trig-rewrite)
17069         (math-hyperbolic-trig-rewrite): New functions.
17070         (calc-simplify): Simplify trig functions when asked.
17072 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17074         * diff-mode.el (diff-find-source-location): Avoid goto-line.
17076 2009-08-24  Kenichi Handa  <handa@m17n.org>
17078         * language/ind-util.el (mapthread): Delete it.
17079         (combinatorial): New function.
17080         (indian--puthash-cv): Use combinatorial instead of mapthread.
17082 2009-08-22  Kevin Ryde  <user42@zip.com.au>
17084         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
17085         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
17086         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
17087         Clarify docstring that the value is strings not symbols.
17088         (checkdoc-list-of-strings-p): New function.
17090 2009-08-22  Glenn Morris  <rgm@gnu.org>
17092         * files.el (auto-mode-alist):
17093         * hippie-exp.el (he-concat-directory-file-name):
17094         * lpr.el (lpr-windows-system, printer-name):
17095         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
17096         * ps-print.el (ps-windows-system):
17097         * startup.el (command-line):
17098         * emulation/viper-ex.el (viper-glob-function):
17099         * international/mule-cmds.el (set-language-environment-coding-systems):
17100         * net/ange-ftp.el (ange-ftp-write-region):
17101         * obsolete/fast-lock.el (fast-lock-cache-name):
17102         Remove code for defunct system-types emx, macos, mswindows, next-mach,
17103         unisoft-unix, vax-vms, win32, w32.
17105         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
17106         given name if the pattern is not more specific.
17108         * calendar/lunar.el (lunar-phase-names): New option.
17109         (lunar-phase): Doc fix.
17110         (lunar-cycles-per-year): New constant.
17111         (lunar-index): New function.
17112         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
17113         (lunar-phase-name): Use lunar-phase-names.
17114         (calendar-lunar-phases): Use format.
17115         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
17117         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
17118         Copy imenu-example--name-and-position function here for own use.
17119         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
17121         * bs.el (bs--redisplay):
17122         * cus-edit.el (custom-redraw):
17123         * ibuffer.el (ibuffer-bury-buffer):
17124         * server.el (server-goto-line-column):
17125         * startup.el (command-line-1):
17126         * strokes.el (strokes-xpm-for-stroke):
17127         * term.el (term-display-buffer-line):
17128         * view.el (View-goto-line):
17129         * calc/calc.el (calc-do, calc-trail-buffer):
17130         * play/gamegrid.el (gamegrid-add-score-insecure):
17131         * progmodes/ada-mode.el (ada-compile-goto-error):
17132         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
17133         (ebrowse-select-1st-to-9nth):
17134         * progmodes/cperl-mode.el (cperl-time-fontification):
17135         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
17136         * progmodes/gud.el (gud-display-line):
17137         (idlwave-shell-display-line):
17138         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
17139         * progmodes/make-mode.el (makefile-browser-toggle):
17140         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
17141         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
17142         * textmodes/picture.el (picture-draw-rectangle):
17143         * textmodes/reftex-index.el (reftex-index-goto-letter):
17144         (reftex-select-jump-to-previous):
17145         * textmodes/reftex-sel.el (reftex-find-start-point)
17146         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
17147         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
17148         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
17149         * textmodes/tex-mode.el (tex-compilation-parse-errors):
17150         * textmodes/two-column.el (2C-associated-buffer):
17151         Use forward-line rather than goto-line.
17153         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
17154         goto-line.
17156         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
17157         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
17158         (quick-check-list-to-regexp): Declare.
17160         * progmodes/make-mode.el (makefile-browser-insert-selection):
17161         Use goto-char rather than goto-line.
17163         * progmodes/prolog.el (compilation-error-regexp-alist)
17164         (compilation-forget-errors): Declare.
17166 2009-08-22  Juri Linkov  <juri@jurta.org>
17168         * progmodes/grep.el (lgrep, rgrep): At the beginning
17169         set `dir' to `default-directory' unless `dir' is a non-nil
17170         readable directory.  (Bug#4052)
17171         (lgrep, rgrep): Change a weird way to report an error
17172         from using `read-string' to using `error'.
17173         Instead of using interactive arguments in the function body,
17174         add new argument `confirm'.
17176 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17178         * textmodes/remember.el (remember-buffer):
17179         * progmodes/cperl-mode.el (cperl-vc-header-alist):
17180         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
17181         (icalendar-extract-ical-from-buffer):
17182         * net/newst-treeview.el (newsticker-groups-filename):
17183         * net/newst-backend.el (newsticker-cache-filename):
17184         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
17185         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
17186         (speedbar-add-ignored-path-regexp, speedbar-line-path)
17187         (speedbar-buffers-line-path, speedbar-path-line)
17188         (speedbar-buffers-line-path):
17189         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
17190         (epg-sign-keys):
17191         * epa.el (epa-display-verify-result):
17192         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
17194 2009-08-21  Glenn Morris  <rgm@gnu.org>
17196         * progmodes/js.el (inferior-moz-process): Fix declaration.
17198         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
17200         * obsolete/rnewspost.el (news-mail-reply):
17201         Use goto-char rather than goto-line.
17203         * term/ns-win.el (ns-open-file-select-line):
17204         Use line-beginning-position rather than goto-line.
17206         * apropos.el (apropos-command):
17207         * ehelp.el (electric-helpify):
17208         * printing.el (pr-show-setup):
17209         * strokes.el (strokes-help):
17210         * tutorial.el (tutorial--describe-nonstandard-key)
17211         (tutorial--detailed-help):
17212         * woman.el (woman-mini-help, woman-display-extended-fonts):
17213         * calc/calc-help.el (calc-describe-key):
17214         * emulation/edt.el (edt-electric-helpify):
17215         * international/mule-diag.el (mule-diag):
17216         * play/yow.el (apropos-zippy):
17217         * progmodes/python.el (python-describe-symbol):
17218         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
17219         * textmodes/table.el (*table--cell-describe-mode)
17220         (*table--cell-describe-bindings):
17221         Use help-print-return-message rather than the now obsolete alias.
17223         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
17224         (calendar-cursor-to-visible-date):
17225         * play/5x5.el (5x5-position-cursor):
17226         * play/decipher.el (decipher):
17227         * play/gomoku.el (gomoku-goto-xy):
17228         * play/landmark.el (lm-goto-xy):
17229         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
17230         (mpuz-paint-digit):
17231         Use forward-line, not goto-line.
17233         * mail/rmail.el (rmail-obsolete): Delete custom group.
17234         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
17235         (rmail-remote-password, rmail-remote-password-required):
17236         Remove unneeded :set-after and :set properties.
17238 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
17240         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
17242 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
17244         * loadup.el: Remove leftover macos code.
17246         * vc-git.el (vc-git-annotate-command): Run asynchronously.
17247         Explicitly pass the date format to git blame so that user local
17248         so that the output format can be parsed.
17250 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
17252         * net/dbus.el (top): Don't check for (getenv
17253         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
17255 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
17257         * log-edit.el (log-edit-strip-single-file-name): New var.
17258         (log-edit-insert-changelog): Use it.  Bug#3571
17260 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17262         * subr.el (read-passwd): Use read-key so keypad keys work as well.
17263         Bug#3287
17265         * help.el (help-print-return-message): Rename from
17266         print-help-return-message.
17268         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
17269         cvs-mode-map parent hack.
17270         (log-view-mode): Derive from special-mode.
17272         * linum.el (linum-mode): window-size-change-functions is redundant.
17273         Adapt to new window-configuration-change-hook behavior.
17274         (linum-after-size, linum-after-config): Remove.
17276         * imenu.el (imenu-example--name-and-position)
17277         (imenu-example--lisp-extract-index-name)
17278         (imenu-example--create-lisp-index, imenu-example--create-c-index):
17279         Mark as obsolete.
17281         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
17282         (inferior-prolog-mode): Use it.
17283         (inferior-prolog-load-file): Reset list of errors.
17285 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17287         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
17289         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
17291 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
17293         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
17294         is running already.
17296 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17298         * subr.el (listify-key-sequence-1): Use normal syntax since those
17299         integers are nowadays always represented by the same (positive) number
17300         on all platforms.
17301         (read-key-empty-map): New const.
17302         (read-key-delay): New var.
17303         (read-key): New function.
17304         (force-mode-line-update): Use with-current-buffer.
17305         (locate-user-emacs-file): Don't forget to abbreviate the file name.
17306         (start-process-shell-command, start-file-process-shell-command):
17307         Discourage the use of command-args.
17309 2009-08-19  Glenn Morris  <rgm@gnu.org>
17311         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
17313 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17315         * simple.el (choose-completion-string): Don't rely on
17316         minibuffer-completing-file-name and ad-hoc checks to decide whether
17317         to continue completion or not.
17319         * minibuffer.el (minibuffer-hide-completions): New function.
17320         (completion--do-completion): Use it.
17321         (completions-annotations): New face.
17322         (completion--insert-strings): Use it.
17323         (completion-pcm--delim-wild-regex): Add docstring.
17324         (completion-pcm--string->pattern): Add support for 0-width delimiters
17325         in completion-pcm--delim-wild-regex.
17327 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17329         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
17330         Remove unused var `buffer-modified-p'.
17332         * minibuffer.el (completion--do-completion): Move point for the #b001
17333         case as well (bug#4176).
17334         (minibuffer-complete, minibuffer-complete-word): Don't move point.
17336 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
17338         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
17339         and :session buses.
17341 2009-08-18  Kenichi Handa  <handa@m17n.org>
17343         * international/ucs-normalize.el (ucs-normalize-version):
17344         Change to 1.1.
17345         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
17346         (utf-8-hfs): Make it perform normalization on encoding too.
17348         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
17349         (sentence-end-without-space): Delete duplicated chars.
17350         (sentence-end-base): Likewise.
17352         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
17353         (html-mode): Delete duplicated chars from sentence-end-base.
17355         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
17356         (texinfo-mode): Delete duplicated chars from sentence-end-base.
17358 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
17360         * files.el (hack-one-local-variable): If the mode function is for
17361         a minor mode, pass it an argument (Bug#4148).
17363 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
17365         * net/tramp.el (tramp-register-completion-file-name-handler):
17366         Check also for (member 'partial-completion completion-styles).
17368 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
17370         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
17371         abbrev (Bug#3943).
17373 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
17375         * progmodes/cperl-mode.el: Merge upstream 6.2.
17376         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
17377         (cperl-forward-re): Check cperl-brace-recursing.
17378         (cperl-highlight-charclass): New function.
17379         (cperl-find-pods-heres): Use it.
17380         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
17381         (cperl-beautify-regexp-piece): Fix column calculation.
17382         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
17383         (cperl-beautify-level): Don't process entire regexp.
17384         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
17385         calling man.
17386         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
17387         (cperl-init-faces): Build a list in the normal way.
17389 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
17391         * calendar/parse-time.el (parse-time-string-chars): Save match
17392         data.
17394 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17396         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
17397         (sql-product): Use it.
17398         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
17399         (sql-set-product): Add completion.
17400         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
17401         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
17402         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
17403         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
17404         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
17405         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
17406         (sql-highlight-db2-keywords): Remove.
17407         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
17408         (sql-highlight-product): Use derived-mode-p.
17409         (sql-set-sqli-buffer): Use with-current-buffer.
17410         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
17411         Simplify.
17413         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
17415         * term.el: Fix commenting convention, turn comments into docstrings.
17417 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
17419         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
17421 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
17423         * calendar/parse-time.el (parse-time-string-chars): Compute using
17424         character classes, to handle non-ascii characters (Bug#3190).
17426 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
17428         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
17429         another heredoc if the user adds another < (Bug#3226).
17431         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
17432         Don't initialize based on window-system (Bug#4124).
17434         * facemenu.el (facemenu-read-color): Use a completion function
17435         that accepts any defined color, such as RGB triplets (Bug#3677).
17437         * files.el (get-free-disk-space): Change fallback default
17438         directory to /.  Expand DIR argument before switching to fallback.
17439         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
17441 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
17443         * files.el (load-library): Doc fix.
17445 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
17447         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
17448         (viper-if-string): Redefine C-s in the minibuffer to insert the last
17449         incremental search string.
17451         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
17452         XEmacs.
17454         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
17455         (ediff-merge-region-is-non-clash)
17456         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
17457         Also check if the job is really a merge job.
17459         * ediff.el (ediff-current-file): New function.
17461 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
17463         * progmodes/js.el: Edit docstrings throughout to follow Emacs
17464         conventions.
17465         (js-insert-and-indent): Delete function.
17466         (js-mode-map): Don't bind keys to js-insert-and-indent.
17467         (js-beginning-of-defun): Rename from js--beginning-of-defun.
17468         (js-end-of-defun): Rename from js--end-of-defun.
17469         (js-auto-indent-flag): Delete variable.
17471 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
17473         * progmodes/js.el: Remove proclaim statement.
17474         Defvar which-func-imenu-joiner-function to silence compiler.
17476         * files.el (auto-mode-alist): Use js-mode for .js files.
17478         * progmodes/js2-mode.el: Remove file.
17480         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
17482         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
17484         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17486 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
17487             Karl Landstrom  <karl.landstrom@brgeight.se>
17489         * progmodes/js.el: New file.
17491 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
17493         * timezone.el (timezone-parse-date): Add ability to understand ISO
17494         basic format (minimal separators) dates in addition to the
17495         already-supported extended format dates.
17497 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
17499         * international/ucs-normalize.el: Add a `coding' file variable.
17501         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
17503 2009-08-14  Sam Steingold  <sds@gnu.org>
17505         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
17507 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
17509         * faces.el (help-argument-name): Define it here instead of
17510         help-fns.el, because in daemon mode help-fns.el may be loaded when
17511         faces are still uninitialized (Bug#1078).
17513         * help-fns.el (help-argument-name): Move defface to faces.el.
17515 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
17517         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
17518         create buffer with a pty but no process so that GDB can make the
17519         inferior the controlling process.
17521 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
17523         * international/ucs-normalize.el: New file.
17525 2009-08-13  Richard Stallman  <rms@gnu.org>
17527         * mail/rmail.el (rmail-get-attr-names):
17528         Accept an attribute header that is too short.
17530         * mail/rmail.el (rmail-forget-messages):
17531         Ignore nil elt in rmail-message-vector.  Use dotimes.
17533         * progmodes/compile.el (compilation-goto-locus):
17534         Use next-error-move-function.
17536         * simple.el (next-error-move-function): New variable.
17538 2009-08-12  Juri Linkov  <juri@jurta.org>
17540         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
17541         always non-nil.  (Bug#4052)
17543         * replace.el (read-regexp): Return empty string when
17544         `default-value' is nil.
17545         (keep-lines-read-args): Don't use empty string as the
17546         default value for `read-regexp'.  (Bug#2495)
17548 2009-08-12  Juri Linkov  <juri@jurta.org>
17550         * international/mule-cmds.el (ucs-insert): Change arguments
17551         from `arg' to `character', `count', `inherit' to be the same
17552         as in `insert-char'.  Doc fix.  (Bug#4039)
17554         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
17556 2009-08-12  Juri Linkov  <juri@jurta.org>
17558         * files-x.el: New file.
17560         * files.el: Move code that deals with adding/deleting
17561         file/directory-local variables to files-x.el.
17563         * Makefile.in (ELCFILES): Add files-x.elc.
17565 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
17567         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
17568         to use `goto-line'.
17569         (gdb-place-breakpoints, gdb-get-location): Rewritten without
17570         `goto-line'.
17571         (gdb-invalidate-disassembly): Do not refresh upon receiving
17572         'update signal.  Instead, update all disassembly buffers only after
17573         threads list.
17574         (gdb): Send -target-detach when buffer is killed (Bug#3794).
17575         (gdb-starting): Moved -data-list-register-names...
17576         (gdb-stopped): ...here so it's sent when first thread stops.
17577         (gdb-registers-handler-custom): Do nothing if register names are
17578         unknown yet.
17580         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
17581         from `gdb-mi.el' to avoid extra tangling.
17583         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
17584         change which breaks `gud-def' definitions used in `gdb'.
17585         (gdb-update-gud-running): No extra fuss for updating frame number.
17587 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17589         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
17590         (describe-language-environment-map, setup-language-environment-map)
17591         (set-coding-system-map): Move initialization into declaration.
17592         (set-language-info-alist): Last arg to define-key-after can be skipped.
17594         * international/quail.el (quail-completion-1): Simplify.
17595         (quail-define-rules): Use slightly more compact code.
17596         (quail-insert-decode-map): Propertize keys, compact columns.
17598         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17599         Add goto-line.
17601 2009-08-10  Miles Bader  <miles@gnu.org>
17603         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
17604         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
17605         (js2-instance-member, js2-private-member, js2-private-function-call)
17606         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
17607         (js2-magic-paren, js2-external-variable):
17608         Remove "-face" suffix from face names.
17609         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
17610         (js2-highlight-undeclared-vars, js2-peek-token)
17611         (js2-parse-function-params, js2-mode-show-errors)
17612         (js2-mode-show-warnings, js2-make-magic-delimiter)
17613         (js2-mode-highlight-magic-parens): Update to use new face names.
17615 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
17617         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
17618         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
17620 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
17622         * subr.el: Provide hashtable-print-readable.
17624         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
17625         hs-c-like-adjust-block-beginning.
17626         (hs-hide-block-at-point): Stop hiding at the beginning of
17627         hs-block-end-regexp (Bug#700).
17629 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
17631         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
17632         a macro.
17633         (gdb-registers-handler-custom): Do not fail when register names
17634         are unavailable.
17636 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
17638         * progmodes/gdb-mi.el (gdb-control-all-threads)
17639         (gdb-control-current-thread): Interactive setters for
17640         `gdb-gud-control-all-threads' to use in menu.
17641         (gdb-show-run-p): Show «Go» when process is not active.
17642         (gud-tool-bar-map): Add non-stop/A,T indicator.
17643         Uses gud/thread.xpm and gud/all.xpm.
17645 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
17647         * net/net-utils.el (net-utils-font-lock-keywords): New var.
17648         (nslookup-font-lock-keywords): Make it a variable.
17649         (net-utils-mode): New mode for viewing diagnostic network output.
17650         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
17651         (net-utils-run-simple): New function.
17652         (ifconfig, iwconfig, netstat, arp, route): Use it.
17654 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
17656         * progmodes/gdb-mi.el (gdb-read-memory-custom)
17657         (gdb-memory-set-address, def-gdb-set-positive-number)
17658         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
17659         after changing settings.
17660         (gdb-invalidate-disassembly): Update when first shown.
17661         (gdb-edit-locals-value): Fixed.
17662         (gdb-registers-handler-custom): Print registers in right order and
17663         allow changing register values (only for current thread yet).
17664         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
17665         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
17666         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
17667         (gdb-locals-handler-custom, gdb-registers-handler-custom):
17668         Thread info in mode name.
17669         (gdb-registers-mode-map): TAB to switch to locals.
17671 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
17673         * mail/rmail.el (rmail-add-mbox-headers)
17674         (rmail-set-message-counters-counter): Search for
17675         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
17677 2009-08-08  Glenn Morris  <rgm@gnu.org>
17679         * Makefile.in (ELCFILES): Update.
17681 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
17683         * mail/sendmail.el (mail-yank-original):
17684         Set buffer-file-coding-system from the one used by the message whose
17685         text is yanked.
17687         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
17688         to "windows" when "pgnuplot" is used.
17689         (calc-graph-command, calc-gnuplot-command, calc-graph-init):
17690         Don't call accept-process-output if "pgnuplot" is used.
17691         (calc-graph-init): Don't send -display and -geometry to
17692         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
17693         running "pgnuplot -V" with shell-command-to-string.
17695         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
17696         the default.
17698 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
17700         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
17701         org/org-latex.elc.
17703 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
17705         * vc-dispatcher.el (vc-resynch-window): Update comment.
17707         * term.el (term-handle-ansi-escape): Add comments with the
17708         terminfo capabilities implemented.
17710 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
17712         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
17713         (gdb-var-create-handler): Rewritten using JSON parser.
17714         (gdb-propertize-header): Moved earlier.
17715         (gdb-set-header): Removed to avoid duplication.
17716         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
17717         Refresh disassembly buffers only after threads list have been
17718         update.
17719         (gdb-threads-header, gdb-registers-header): Per-buffer header line
17720         variables.
17722 2009-08-04  Juri Linkov  <juri@jurta.org>
17724         * files.el: Commands to add/delete file/directory-local variables.
17725         (read-file-local-variable, read-file-local-variable-value)
17726         (read-file-local-variable-mode, modify-file-local-variable)
17727         (modify-file-local-variable-prop-line)
17728         (modify-dir-local-variable): New functions.
17729         (add-file-local-variable, delete-file-local-variable)
17730         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
17731         (add-dir-local-variable, delete-dir-local-variable)
17732         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
17733         (copy-dir-locals-to-file-locals-prop-line): New commands.
17735 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
17737         * abbrev.el (insert-abbrev-table-description): Prettify output.
17738         Suggested by Karl Chen.
17740 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
17742         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
17743         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
17744         (gdb-overlay-arrow-position, gdb-thread-position)
17745         (gdb-disassembly-position): Declare variables.
17746         (gdb-wait-for-pending): Function now.
17747         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
17748         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
17749         compilation goes smoothly.
17750         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
17751         (gdb-non-stop-setting): New customization setting which replaces
17752         `gdb-non-stop' so changing it doesn't break active GDB session.
17753         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
17754         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
17755         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
17756         (gdb-show-threads-by-default): New customization options.
17757         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
17758         routines.
17759         (gdb-get-buffer-create): Send buffers update signal when they are
17760         created.
17761         (gdb-invalidate-locals, gdb-invalidate-registers)
17762         (gdb-invalidate-breakpoints)
17763         (gdb-invalidate-threads, gdb-invalidate-disassembly)
17764         (gdb-invalidate-memory): Accept update signal.
17765         (gdb-current-context-command): Use --frame option.
17766         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
17767         Implement `gdb-frame-number' selection logic.
17768         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
17769         whether to show GUD toolbar buttons.
17770         (gdb-thread-exited): Unselect current thread when it exits.
17771         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
17772         (gdb-mark-line): Routine which sets overlay arrow or inverses
17773         video on fringeless displays.
17774         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
17775         to build aligned columns of data in GDB buffers and set text
17776         properties line-by-line.
17777         (gdb-invalidate-breakpoints)
17778         (gdb-breakpoints-list-handler-custom)
17779         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
17780         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
17781         (gdb-registers-handler-custom): Align data columns.
17782         (gdb-locals-handler-custom): Now prints data like in variable
17783         declarations.
17784         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
17785         Removed confusing buttons.
17786         (gdb-invalidate-threads): Append --frame.
17787         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
17788         between breakpoints/threads buffers.
17789         (gdb-set-window-buffer): Now can ignore dedicated windows.
17790         (gdb-propertize-header): Use `gdb-set-window-buffer'.
17791         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
17792         (def-gdb-thread-buffer-gud-command): Replaces
17793         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
17794         for fine thread control.
17795         (gdb-preempt-existing-or-display-buffer): New function used to
17796         display bound buffers without breaking window layout.
17797         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
17798         (gdb-select-frame): New version of `gdb-frames-select' which now
17799         sets `gdb-frame-number' so commands may use --frame option instead
17800         of inner debugger state.
17801         (gdb-frame-handler): Do not set `gdb-frame-number'.
17802         (gdb-threads-mode-map): Select threads with mouse.
17804         * progmodes/gud.el (gdb-gud-context-call): Declare function to
17805         avoid compilation warning.
17806         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
17807         `gdb-show-stop-p`.
17809         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
17810         Argument `key' renamed to `buffer-type'.
17811         (gdb-current-context-buffer-name): Do not add thread info to
17812         buffer name when no thread is selected.
17813         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
17814         command (bug 3794).
17815         (gdb-thread-selected): Handle `=thread-selected' notification.
17816         (gdb-wait-for-pending): New macro to deal with congestion problems.
17817         (gdb-breakpoints-list-handler-custom): Don't fail on pending
17818         breakpoints.
17819         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
17820         This fixes problem similar to one described in bug 3947.
17821         (gud-menu-map): More menu items.
17822         (gdb-init-1): Reset `gdb-thread-number' to nil.
17824         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
17825         non-stop settings.
17827         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
17828         (gdb-current-context-command): Do not append --thread if
17829         `gdb-thread-number' is nil.
17830         (gdb-running-threads-count, gdb-stopped-threads-count):
17831         New variables.
17832         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
17833         (gdb-stopped-hooks, gdb-switch-when-another-stopped):
17834         New customization options.
17835         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
17836         GUD commands.
17837         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
17838         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
17839         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
17840         set `gdb-thread-number' and update `gud-running' properly.
17841         (gdb-running): Update threads list when new threads appear.
17842         (gdb-stopped): Support non-stop operation and new thread switching
17843         logic.
17844         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
17845         (gdb-json-partial-output): New set of JSON routines.
17846         (def-gdb-auto-update-trigger): New `signal-list' optional
17847         argument.
17848         (gdb-thread-list-handler-custom): Update `gud-running',
17849         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
17850         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
17851         (gdb-continue-thread, gdb-step-thread): New commands for fine
17852         thread execution control.
17853         (gud-menu-map): New menu items to switch non-stop options.
17854         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
17855         (gdb-send): Mimic RET properly (bug 3794).
17857         * progmodes/gdb-mi.el (gdb-rules-name-maker)
17858         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
17859         gdb-buffer-rules.
17860         (def-gdb-auto-update-handler): New nopreserve optional argument.
17861         (gdb-stack-list-frames-custom): Print stack from top to bottom.
17863         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
17864         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
17865         (gdb-parent-mode): New mode to derive other GDB modes from.
17866         (gdb-display-disassembly-for-thread)
17867         (gdb-frame-disassembly-for-thread): New commands for threads
17868         buffer.
17870         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
17871         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
17872         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
17873         (gdb-update): We now store all GDB buffers in a list so that they
17874         can be updated by traversing a list instead of calling invalidate
17875         triggers explicitly.
17876         (def-gdb-trigger-and-handler): New macro to define trigger-handler
17877         pair for GDB buffer.
17878         (gdb-stack-buffer-name): Add thread information.
17879         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
17880         handle pending triggers.
17881         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
17882         (def-gdb-thread-buffer-simple-command)
17883         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
17884         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
17885         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
17886         New commands which show buffers bound to thread.
17887         (gdb-stack-list-locals-regexp): Removed unused regexp.
17889         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
17890         (gdb-locals-buffer-name, gdb-registers-buffer-name)
17891         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
17892         to (gud-comint-buffer) in *-buffer-name functions
17893         because (gdb-get-target-string) already does that.
17894         (gdb-locals-handler-custom, gdb-registers-handler-custom)
17895         (gdb-changed-registers-handler): Rewritten without regexps.
17897         * progmodes/gdb-mi.el: Basic thread selection support.
17898         (gdb-thread-number): New variable.
17899         (gdb-current-context-command): New macro which adds --thread
17900         option to command.
17901         (gdb-threads-mode-map): Select thread with SPC.
17902         (gdb-thread-list-handler-custom): Mark current thread with overlay
17903         arrow.  Synchronize GDB thread and Emacs thread.
17904         (gdb-select-thread): New command which selects current thread.
17905         (gdb-invalidate-frames, gdb-invalidate-locals)
17906         (gdb-invalidate-registers): Use --thread option.
17908 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
17910         * net/tramp.el (top): Make check for tramp-gvfs loading more
17911         robust.  (Bug#3977)
17912         (tramp-handle-insert-file-contents): `unwind-protect' must be
17913         inside `with-parsed-tramp-file-name'.
17915         * net/tramp-gvfs.el (top): Remove superfluous message when loading
17916         fails.
17918 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
17920         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
17921         directory if CLASSPATH is not set.
17923 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
17925         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
17926         New defconst.
17927         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
17929 2009-08-02  Kevin Ryde  <user42@zip.com.au>
17931         * net/newst-backend.el (newsticker--raw-url-list-defaults):
17932         Update freshmeat link.  Delete newsforge.com as it seems gone.
17934 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
17936         * select.el (x-set-selection): Doc fix (Bug#4021).
17938         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
17940         * help-fns.el (describe-variable): Treat list return values from
17941         dir-locals-find-file properly (Bug#4005).
17943 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
17945         * net/tramp.el (tramp-debug-message): Print also microseconds.
17947 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
17949         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
17950         or END is non-nil.
17951         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
17952         (tramp-get-debug-buffer): Change `outline-regexp' according to new
17953         format.
17955         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
17956         (tramp-get-file-property): Use it.
17958         * autorevert.el (auto-revert-handler):
17959         Allow `auto-revert-tail-mode' for remote files.
17961 2009-08-02  Jason Rumney  <jasonr@gnu.org>
17963         * minibuffer.el (read-file-name): Treat confirm options to
17964         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
17966 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
17968         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
17969         (font-lock-variable-name-face, font-lock-constant-face):
17970         Darken the colors for light backgrounds.
17972 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
17974         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
17975         month names.  (Bug#3987)
17977 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
17979         * simple.el (line-move-finish): Pass whole number to
17980         line-move-to-column.
17981         (line-move-visual): Perform hscroll to the recorded position.
17983 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
17985         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
17987 2009-07-29  Alan Mackenzie  <acm@muc.de>
17989         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
17991 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
17993         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
17994         (gdb-place-breakpoints): Use full path when setting breakpoints.
17996 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
17998         * calc/calc.el (calc-mode-map): Add keybinding for
17999         `calc-transpose-lines'.
18001 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
18003         * calc/calc-misc.el (calc-transpose-lines): New function.
18005 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
18007         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
18008         Simplify check for out-of-band methods.
18009         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
18010         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
18012 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
18014         * vc-git.el (vc-git-checkin): Fix typo.
18016 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
18018         * progmodes/js2-mode.el: New file.
18020 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
18022         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
18023         (gud-menu-map): Adjust tooltip accordingly.
18025 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
18027         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
18028         (vc-bzr-log-view-mode): Adjust log-view-file-re.
18030         * add-log.el (change-log-mode-map): Add a menu.
18032 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
18034         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
18035         function returns nil.
18036         (dbus-handle-event): Handle special return value :ignore.
18037         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
18039 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
18041         * view.el (view-mode-enable): Don't define Helper-return-blurb if
18042         it's not needed.
18044 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
18046         Fix Bug#3888:
18048         * w32-vars.el (x-select-enable-clipboard): Doc fix.
18050         * term/pc-win.el (x-display-name, x-colors)
18051         (x-select-enable-clipboard, x-select-text): Doc fix.
18053         * term/common-win.el (x-display-name, x-colors): Doc fix.
18055         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
18056         (xw-defined-colors): Doc fix.
18058         * w32-fns.el (x-select-text, x-setup-function-keys)
18059         (x-get-selection, x-set-selection): Doc fix.
18061         * term/x-win.el (x-select-text, x-setup-function-keys)
18062         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
18064         * select.el (x-set-selection): Doc fix.
18066 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
18068         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
18069         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
18070         "IsNSSSupportAvailable" method is not available.
18071         Reported by Steve Youngs <steve@sxemacs.org>.
18073 2009-07-24  Kenichi Handa  <handa@m17n.org>
18075         * international/characters.el: Fix setting of category ?C, ?|, ?K,
18076         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
18077         (build-unicode-category-table): Fix range checks.
18079 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
18081         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
18082         the buffer we try to sync is current when calling
18083         vc-resynch-buffer.
18085         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
18086         not show up to date files.
18088 2009-07-24  Glenn Morris  <rgm@gnu.org>
18090         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
18091         Add autoload cookies.  If necessary, initialize.
18092         (elint-log): Handle non-file buffers.
18093         (elint-initialize): Add optional argument to reinitialize.
18094         (elint-find-builtin-variables): Save excursion.
18096 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
18098         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
18099         for Lint.
18101 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
18103         * vc.el (vc-print-log-internal): New function, split out from ...
18104         (vc-print-log): ... here.
18105         (vc-dir-move-to-goal-column): Declare.
18107         * vc-git.el (vc-git-add-signoff): New variable.
18108         (vc-git-checkin): Use it.
18109         (vc-git-toggle-signoff): New function.
18110         (vc-git-extra-menu-map): Bind it to menu.
18111         (vc-git--run-command-string): Accept a nil FILE argument.
18112         (vc-git-stash-list): New function.
18113         (vc-git-dir-extra-headers): Use it.
18115 2009-07-23  Glenn Morris  <rgm@gnu.org>
18117         * help-fns.el (describe-variable): Describe ignored and risky local
18118         variables in a similar way to that in which we describe safe ones.
18120         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
18121         (byte-compile-output-file-form, byte-compile-output-docform)
18122         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
18123         Give some more local variables with common names a "bytecomp-" prefix,
18124         so as not to shadow things during compilation.
18125         * emacs-lisp/cl-macs.el (load-time-value)
18126         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
18127         `outbuffer' to `bytecomp-outbuffer'.
18129         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
18130         since the next two variables cover them automatically now.
18131         (elint-builtin-variables, elint-autoloaded-variables): New.
18132         (elint-unknown-builtin-args): Remove all members, since they can be
18133         parsed automatically now.
18134         (elint-extra-errors): New.
18135         (elint-env-add-env, elint-env-add-macro): Use cadr.
18136         (elint-current-buffer): Use or.  Change final message.
18137         (elint-get-top-forms): Use line-end-position.
18138         (elint-init-env): Use cadr.  Handle autoload, declare-function,
18139         and defalias.
18140         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
18141         (regexp-assoc): Remove unused function.
18142         (elint-top-form): Set elint-current-pos, to record the start of the
18143         top-level form, for compilation-mode.
18144         (elint-form): Trap errors in macro expansion.  Use dolist.
18145         (elint-unbound-variable): Use elint-builtin-variables and
18146         elint-autoloaded-variables.
18147         (elint-get-args): Use cadr, or.
18148         (elint-check-cond-form): Use dolist, cadr.
18149         (elint-check-condition-case-form): Doc fix.  Use cadr.
18150         Use elint-extra-errors.
18151         (elint-log): New function.
18152         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
18153         Distinguish errors and warnings.
18154         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
18155         Use a bytecomp-style format.
18156         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
18157         (elint-get-log-buffer): Use compilation mode.  Disable undo.
18158         Don't truncate lines.
18159         (elint-initialize): Set builtin and autoloaded variable lists.
18160         Only process elint-unknown-builtin-args if non-nil.
18161         (elint-find-builtin-variables, elint-find-autoloaded-variables):
18162         New functions.
18163         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
18165 2009-07-22  Kevin Ryde  <user42@zip.com.au>
18167         * net/newst-backend.el (newsticker--parse-atom-1.0)
18168         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
18169         (newsticker--parse-rss-1.0):
18170         * progmodes/idlwave.el (idlwave-mode):
18171         * progmodes/idlw-shell.el (idlwave-shell-mode):
18172         * progmodes/vera-mode.el (vera-mode):
18173         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
18174         * progmodes/vhdl-mode.el (vhdl-mode):
18175         * textmodes/table.el (table-generate-source)
18176         (table--warn-incompatibility):
18177         Hyperlink urls in docstrings with URL `...'.
18179 2009-07-22  Glenn Morris  <rgm@gnu.org>
18181         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
18182         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
18183         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
18184         Remove leading * from defcustom docs.
18186         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
18188         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
18189         defcustom doc.
18190         (list-load-path-shadows): Optionally, just return shadows as a string.
18192         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
18194 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
18196         * mail/rmailedit.el (rmail-edit-mode):
18197         Use auto-save-include-big-deletions.
18199         * mail/rmail.el (rmail-variables):
18200         Use auto-save-include-big-deletions.
18202         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
18203         changes.
18205 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
18207         * calc/calc.el (calc-undo-length): New variable.
18208         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
18210 2009-07-21  Richard Stallman  <rms@gnu.org>
18212         * files.el (auto-save-mode): Handle buffer-save-size = -2
18213         for toggling mode.
18215 2009-07-21  Glenn Morris  <rgm@gnu.org>
18217         * textmodes/ispell.el (ispell-looking-back): Update declaration.
18219         * calendar/todo-mode.el (calendar-current-date): Update declaration.
18221         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
18222         silence compiler.  Instead...
18223         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
18224         (ps-print-ensure-fontified): Update for above function name changes.
18226         * printing.el (pr-mh-get-msg-num, pr-mh-show)
18227         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
18228         silence compiler.  Instead...
18229         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
18230         (mh-show-buffer): Only define for compiler.
18231         (pr-mh-current-message): Update for above function name changes.
18233         * files.el (abort-if-file-too-large): Explicitly pass `filename'
18234         as an argument.
18235         (find-file-noselect, insert-file-1): Update for above change.
18237         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
18239         * mail/mailclient.el (mailclient-send-it): Fix message.
18241         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
18242         (edebug-eval): Check cl-debug-env is bound.
18243         (print-level, print-circle): Don't redefine built-in variables.
18245         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
18246         (custom-print-vectors): Remove old comments from doc.
18248         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
18249         (emerge-version): Make the variable an obsolete alias for the
18250         emacs-version variable.  Make the function obsolete.
18251         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
18252         Emerge options, rather than merging in into the main Options menu.
18253         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
18254         and auto advance modes.  Disable edit/fast items when not relevant.
18256 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
18258         * term/vt420.el (terminal-init-vt420): Fix typo.
18260 2009-07-20  Sam Steingold  <sds@gnu.org>
18262         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
18263         variable (removed from compile.el on 2004-03-11).
18265 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
18267         * files.el (hack-local-variables-filter): Fix last change.
18269 2009-07-19  Juri Linkov  <juri@jurta.org>
18271         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
18272         (dir-local-variables-alist): New buffer-local variable.
18273         (hack-local-variables-filter): If variable is not dir-local,
18274         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
18275         because file-local overrides dir-local.
18276         (c-postprocess-file-styles) <declare-function>:
18277         Remove obsolete declaration.
18278         (hack-dir-local-variables): Add dir-local variable/value pair to
18279         `dir-local-variables-alist' and remove duplicates.  Doc fix.
18281         * help-fns.el (describe-variable): Add information about
18282         file-local and dir-local variables.
18284 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
18286         * files.el (hack-local-variables-filter): Rewrite.
18288 2009-07-19  Glenn Morris  <rgm@gnu.org>
18290         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
18291         Silence compiler by only defining on XEmacs.
18293         * international/mule.el (auto-coding-regexp-alist): Only match
18294         BABYL... at the start of buffer, not of lines.  (Bug#3790)
18296         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
18297         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
18298         (cal-menu-context-mouse-menu): Doc fix.
18300         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
18302         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
18304 2009-07-18  Juri Linkov  <juri@jurta.org>
18306         * info.el: Virtual Info keyword finder.
18307         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
18308         (Info-finder-file): New variable.
18309         (Info-finder-find-file): New function.
18310         (finder-known-keywords, finder-package-info)
18311         (find-library-name, lm-commentary): Use defvar and
18312         declare-function to silence compiler warnings.
18313         (Info-finder-find-node): New function.
18314         (info-finder): New command.
18316         * subr.el (process-kill-buffer-query-function): New function.
18317         (add-hook)<kill-buffer-query-functions>: Add hook
18318         `process-kill-buffer-query-function'.
18320 2009-07-18  Alan Mackenzie  <acm@muc.de>
18322         * progmodes/cc-mode.el (c-before-hack-hook)
18323         (c-postprocess-file-styles): Give invocation of `c-set-style'
18324         DONT-OVERRIDE parameter of t.  Already set style variables will
18325         thus not be overridden by style settings given by `c-file-syle'.
18327         * files.el (hack-local-variables-filter): Remove entries with
18328         duplicate keys from `file-local-variables-alist'.
18330 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
18332         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
18333         x-set-selection if display-selections-p returns nil for the
18334         current frame.
18336 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
18338         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
18340 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
18342         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
18343         Accept nil in addition to a regexp.
18344         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
18345         Accept nil in addition to a regexp.
18346         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
18347         buffers that have an associated file.  Handle nil values of
18348         desktop-buffers-not-to-save and desktop-files-not-to-save.
18349         (Bug#3833)
18351         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
18352         (x-disown-selection-internal): New functions.
18354 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
18356         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
18357         warning.
18358         (gdb-breakpoints-header): Move forward to avoid compiler warning.
18359         (gdb-make-header-line-mouse-map): Remove duplicate definition.
18361 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
18363         * simple.el (set-mark): Revert last change.
18365 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
18367         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
18368         rendering of pngs is not possible instead of messaging a long
18369         description.
18371 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
18373         * w32-fns.el (x-selection-owner-p): New function.
18375         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
18376         (mouse-yank-at-click, mouse-yank-primary):
18377         If select-active-regions is non-nil, deactivate the mark before
18378         insertion.
18380         * simple.el (deactivate-mark, set-mark): Only save selection if we
18381         own it.
18383 2009-07-17  Kenichi Handa  <handa@m17n.org>
18385         * case-table.el (describe-buffer-case-table): Fix for the case
18386         that KEY is a cons.
18388 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
18390         * vc-rcs.el (vc-rcs-find-file-hook):
18391         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
18393 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
18395         * net/tramp.el (tramp-wait-for-output): Handle the case when
18396         commands do not return a newline but a null byte before the shell
18397         prompt.  (Bug#3858)
18399 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18401         * term/ns-win.el (ns-set-alpha): Don't declare.
18402         (ns-set-background-alpha): Remove function.
18404 2009-07-16  Kevin Ryde  <user42@zip.com.au>
18406         * emacs-lisp/copyright.el (copyright-update): Save match-data across
18407         y-or-n-p, for safety.
18409 2009-07-16  Richard Stallman  <rms@gnu.org>
18411         * files.el (auto-save-mode): If buffer-saved-size is -2,
18412         don't clobber it.
18414         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
18415         (rmail-retry-ignored-headers): Add more uninteresting fields.
18417 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
18419         * net/rcirc.el (rcirc): Use history variables.
18420         (rcirc-server-name-history, rcirc-nick-name-history)
18421         (rcirc-server-port-history): New variables.
18423 2009-07-15  Kenichi Handa  <handa@m17n.org>
18425         * international/mule-cmds.el (set-language-environment-charset):
18426         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
18427         ignore them.
18429         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
18430         Delete unibyte-display.
18432 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
18434         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
18436 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
18438         * simple.el (deactivate-mark): Optional argument FORCE.
18439         (set-mark): Use deactivate-mark.
18441         * info.el (Info-search): No need to check transient-mark-mode
18442         before calling deactivate-mark.
18444         * select.el (x-set-selection): Doc fix.
18445         (x-valid-simple-selection-p): Allow buffer values.
18446         (xselect--selection-bounds): Handle buffer values.
18447         Suggested by David De La Harpe Golden.
18449         * mouse.el (mouse-set-region, mouse-drag-track):
18450         Call copy-region-as-kill before setting the mark, to let
18451         select-active-regions work.
18453 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
18455         * simple.el (deactivate-mark): If select-active-regions is
18456         non-nil, copy the selection data into a string.
18457         (activate-mark): If select-active-regions is non-nil, set the
18458         selection to the current buffer.
18459         (set-mark): Update selection if select-active-regions is non-nil.
18461         * select.el (x-valid-simple-selection-p): Allow buffer values.
18463 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18465         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
18466         and more featureful message-mode.
18468 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
18470         * select.el (x-set-selection): Doc fix.
18471         (x-valid-simple-selection-p): Disallow selection data consisting
18472         of a list or cons of integers, since that is not used.
18473         (xselect--selection-bounds, xselect--int-to-cons): New functions.
18474         (xselect-convert-to-string, xselect-convert-to-length)
18475         (xselect-convert-to-filename, xselect-convert-to-charpos)
18476         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
18478 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
18480         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
18481         output in -break-info command (Emacs bug #3794).
18483 2009-07-14  Glenn Morris  <rgm@gnu.org>
18485         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
18486         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
18487         (edebug-print-length, edebug-print-level, edebug-print-circle)
18488         (edebug-sit-for-seconds, edebug-view-outside)
18489         (edebug-bounce-point, edebug-set-global-break-condition)
18490         (edebug-Go-nonstop-mode, edebug-trace-mode)
18491         (edebug-Trace-fast-mode, edebug-continue-mode)
18492         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
18493         (edebug-visit-eval-list): Doc fixes.
18495         * subr.el (def-edebug-spec): Doc fix.
18497 2009-07-14  Kenichi Handa  <handa@m17n.org>
18499         * international/characters.el: Fix setting of category ?C.
18501 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
18503         * term/ns-win.el (x-select-font): defalias x-select-font to
18504         ns-popup-font-panel instead of generate-fontset-menu.
18506 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
18508         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
18510 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
18512         * arc-mode.el (archive-find-type): Allow for a PK00 string before
18513         the PK\003\004 header (Bug#3770).
18515 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
18517         * pcomplete.el (pcomplete-comint-setup): Check for
18518         shell-dynamic-complete-filename too.
18520 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
18522         * simple.el (temporary-goal-column): Change the value for
18523         line-move-visual to a cons cell.
18524         (line-move-visual): Record or set the window hscroll, if
18525         necessary (Bug#3494).
18526         (line-move-1): Handle cons value of temporary-goal-column.
18528 2009-07-11  Kenichi Handa  <handa@m17n.org>
18530         * international/mule-diag.el (describe-character-set): Don't show
18531         width.
18533 2009-07-10  Sam Steingold  <sds@gnu.org>
18535         * progmodes/compile.el (compilation-mode-font-lock-keywords):
18536         Omake sometimes indents the errors it prints, so allow all
18537         regexps to start with spaces.
18539 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
18541         * cus-edit.el (customize-changed-options-previous-release):
18542         Bump value to 22.1.  (Bug#3804)
18544 2009-07-08  Sam Steingold  <sds@gnu.org>
18546         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
18547         to be a cons cell (test . ignored-directory) to selectively ignore
18548         some directories depending on the location of the search.
18550 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
18552         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
18553         remote user is root, on the local host.
18554         (tramp-local-host-p): Either the local user or the remote user
18555         must be root.  (Bug#3771)
18557 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
18559         * progmodes/gdb-mi.el (gdb): Remove description of
18560         gdb-use-separate-io-buffer.
18561         (menu): Don't allow toggling of or enable
18562         gdb-use-separate-io-buffer from menubar.
18564 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
18566         * mail/unrmail.el (unrmail): Make sure the message ends with two
18567         newlines (Bug#3769).
18569 2009-07-08  Glenn Morris  <rgm@gnu.org>
18571         * calendar/calendar.el (calendar-current-date): Rework previous change.
18573 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
18575         * calendar/calendar.el (calendar-current-date):
18576         Add an optional argument giving an offset from today.
18578 2009-07-08  Glenn Morris  <rgm@gnu.org>
18580         * tutorial.el (tutorial--describe-nonstandard-key):
18581         Adjust the message for when a key has been unbound.
18582         (help-with-tutorial): Hide the arch-tag.
18584 2009-07-08  Kenichi Handa  <handa@m17n.org>
18586         * international/fontset.el (setup-default-fontset): For each
18587         script, append (not set) font-specs.
18589         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
18590         docstring.
18592 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
18594         * progmodes/gdb-mi.el (gdb-init-1): Move sending
18595         -data-list-register-names to ...
18596         (gdb-starting): ... here because GDB 7.0 requires execution to
18597         have started when using this MI command.
18598         (gdb-set-header): New function to distinguish select and
18599         unselected tabs in gdb buffers.
18600         (gdb-propertize-header): New macro that uses gdb-set-header.
18601         (gdb-breakpoints-header, gdb-locals-header): Use it.
18602         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
18604 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
18606         * Makefile.in (ELCFILES): Remove fadr.elc.
18608 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
18610         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
18611         may contain frame information, so `string-match' should be used.
18612         (gdb-update): Disassembly is invalidated through
18613         `gdb-get-selected-frame'.
18614         (gdb-pad-string): New function to pad string with spaces.
18615         (gdb-invalidate-disassembly): Invalidate only if the buffer
18616         exists.
18617         (gdb-disassembly-handler-custom): Column alignment.
18618         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
18619         placing new ones.
18620         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
18621         end of line, too.
18622         (gdb-frame-handler): Match convention to for disassembly buffer
18623         mode name.
18624         (gdb-stack-list-frames-handler): Rewritten without regexps.
18625         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
18626         not highlight breakpoints without line information.
18627         (gdb-input): Add trailing newline to command.
18629         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
18630         buffer properly.
18631         (gdb-breakpoints-list-handler-custom): Replacement for
18632         `gdb-break-list-handler'.  Using real parser instead of regexps
18633         now.
18634         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
18635         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
18636         to place breakpoints.
18637         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
18638         functions.
18639         (gdb-disassembly-handler-custom): Show overlay arrow.
18640         (gdb-disassembly-place-breakpoints): Show breakpoints in
18641         disassembly buffer.
18642         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
18643         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
18644         instead of parsing breakpoints buffer.  Fixed old menu references
18645         in `gud-menu-map'.
18647         * fadr.el: Remove.
18649         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
18650         (gdb-memory-address): New variable which holds top address of
18651         memory page shown in memory buffer.
18652         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
18653         New customization variables.
18654         New functions:
18655         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
18656         display the memory buffer.
18657         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
18658         buffer display parameters.
18659         (def-gdb-memory-format, gdb-memory-format-binary)
18660         (gdb-memory-format-octal, gdb-memory-format-unsigned)
18661         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
18662         Functions for setting memory buffer format.
18663         (gdb-memory-unit-word, gdb-memory-unit-halfword)
18664         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
18665         unit size used in memory buffer.
18666         (gdb-memory-show-next-page, gdb-memory-show-previous-page):
18667         Switch to next/previous page of memory buffer.
18668         Now using (bindat-get-field) instead of fadr functions.
18670 2009-07-07  Sam Steingold  <sds@gnu.org>
18672         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
18673         non-top-level files.
18675 2009-07-07  Kenichi Handa  <handa@m17n.org>
18677         * international/mule-cmds.el (reset-language-environment):
18678         Put the highset priority to the charset iso-8859-1.
18680 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
18682         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
18683         to the end of the line when locating the block (Bug#700).
18685 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
18687         * net/tramp.el (tramp-handle-write-region): Flush file properties
18688         in case of short track.
18690 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
18692         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
18693         Coded custom representation of verilog error regular expressions
18694         to work with Emacs-22's new format.
18695         (verilog-error-regexp-xemacs-alist): Coded custom representation
18696         of verilog error regular expressions to work with XEmacs format.
18697         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
18698         error recognition into XEmacs.
18699         (verilog-error-regexp-add-emacs): Hook routine to install verilog
18700         error recognition into Emacs-22.
18702 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
18704         * woman.el: Remove stand-alone closing parentheses.
18705         (woman-file-name, woman2-format-paragraphs)
18706         (woman-leave-blank-lines): Code cleanup.
18707         (woman-use-own-frame): Change default to nil.
18708         (woman-italic, woman-bold, woman-unknown, woman-addition):
18709         Change defaults to inherit from default faces.
18710         (woman2-process-escapes): Consume the newline after a stand-alone
18711         filler character (Bug#3651).
18713 2009-07-06  Glenn Morris  <rgm@gnu.org>
18715         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
18716         (top-level): Move provide to the end.
18717         (ffap): Remove defunct URL from custom group.
18719         * subr.el (eval-after-load): Doc fix.
18721 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
18723         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
18724         `calc-embedded-word' is called twice.
18726 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18728         * files.el (find-alternate-file-other-window, find-alternate-file):
18729         Obey confirm-nonexistent-file-or-buffer.
18731 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
18733         * dired-aux.el (dired-show-file-type): Handle remote files.
18735 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
18737         * desktop.el (desktop-globals-to-save):
18738         Add file-name-history (Bug#2750).
18740 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
18742         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
18744 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
18746         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
18747         property on entire argument since this is what eshell-lisp-command
18748         expects.
18750 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
18752         * net/tramp-gvfs.el (tramp-gvfs-methods)
18753         (tramp-gvfs-zeroconf-domain)
18754         (tramp-bluez-discover-devices-timeout): Add version flag.
18755         (tramp-gvfs-handler-mounted-unmounted)
18756         (tramp-gvfs-connection-mounted-p): Polish handling of
18757         incompatibilities between GVFS 0.2 and 1.0.
18759 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
18761         * cus-start.el (all): Add make-pointer-invisible.
18763 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
18765         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
18766         formatted correctly.
18768 2009-07-02  Juri Linkov  <juri@jurta.org>
18770         * info.el: Virtual Info files and nodes.
18771         (Info-virtual-files, Info-virtual-nodes): New variables.
18772         (Info-current-node-virtual): New variable.
18773         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
18774         New functions.
18775         (Info-file-supports-index-cookies): Use Info-virtual-file-p
18776         to check for a virtual file instead of checking a fixed list
18777         of node names.
18778         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
18779         instead of ad-hoc processing of "dir" and (apropos history toc).
18780         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
18781         instead of ad-hoc processing of "dir" and (apropos history toc).
18782         Reread a file when moving from a virtual node.
18783         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
18784         (Info-directory-toc-nodes, Info-directory-find-file)
18785         (Info-directory-find-node): New functions.
18786         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
18787         (Info-history): Move part of code to
18788         `Info-history-find-node'.
18789         (Info-history-toc-nodes, Info-history-find-file)
18790         (Info-history-find-node): New functions.
18791         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
18792         (Info-toc): Move part of code to `Info-toc-find-node'.
18793         (Info-toc-find-node): New function.
18794         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
18795         the current Info file name to references because now the node
18796         "*TOC*" belongs to the same Info manual.
18797         (Info-toc-build): Rename from `Info-build-toc'.
18798         (Info-toc-nodes): Rename input argument `file' to `filename'.
18799         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
18800         instead of ad-hoc processing of ("dir" apropos history toc).
18801         (Info-index-nodes): Use Info-virtual-file-p
18802         to check for a virtual file instead of checking a fixed list
18803         of node names.
18804         (Info-index-node): Add check for `Info-current-node-virtual'.
18805         Raise `save-match-data' higher up the tree to contain
18806         `search-forward' too (bug fix).
18807         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
18808         (Info-virtual-index-nodes): New variable.
18809         (Info-virtual-index-find-node, Info-virtual-index): New functions.
18810         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
18811         (Info-apropos-file, Info-apropos-nodes): New variables.
18812         (Info-apropos-toc-nodes, Info-apropos-find-file)
18813         (Info-apropos-find-node, Info-apropos-matches): New functions.
18814         (info-apropos): Move part of code to `Info-apropos-find-node' and
18815         `Info-apropos-matches'.
18816         (Info-mode-map): Bind "I" to `Info-virtual-index'.
18817         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
18818         for a virtual file instead of checking a fixed list of node names.
18820         * simple.el (async-shell-command): New command.
18822         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
18824         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
18825         instead of `mount-info'.
18827 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
18829         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
18830         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
18832 2009-07-02  Kenichi Handa  <handa@m17n.org>
18834         * international/mule.el (set-keyboard-coding-system): Force *-unix
18835         coding-system to avoid eol conversion.
18837 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
18839         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
18840         Add handler for `process-file', `shell-command' and
18841         `start-file-process'.
18842         (tramp-gvfs-handle-shell-command)
18843         (tramp-gvfs-handle-start-file-process)
18844         (tramp-gvfs-handle-process-file): New defuns.
18845         (tramp-synce-list-devices): Simplify check for existence of property.
18847 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
18849         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
18851 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
18853         * language/korean.el (set-language-info-alist): Add korean-cp949,
18854         cp949 to spec.
18856 2009-07-01  Kenichi Handa  <handa@m17n.org>
18858         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
18860         * international/encoded-kb.el: Deleted.
18862         * international/mule.el (set-keyboard-coding-system): Perform the
18863         necessary setup here instead of calling encoded-kbd-setup-display.
18865 2009-07-01  Glenn Morris  <rgm@gnu.org>
18867         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
18869 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
18871         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
18873 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
18875         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
18876         Handle also the 'rename case, when setting file modes.  (Bug#3712)
18877         (tramp-default-file-modes): Remove execute permissions.
18879         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
18880         (top): Add a default for "synce" in `tramp-default-user-alist'.
18881         Add completion function for "synce" method.
18882         (tramp-hal-service, tramp-hal-path-manager)
18883         (tramp-hal-interface-manager, tramp-hal-interface-device):
18884         New defconst.
18885         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
18886         (tramp-synce-list-devices, tramp-synce-parse-device-names):
18887         New defuns.
18889         * net/trampver.el: Update release number.
18891 2009-06-30  Kenichi Handa  <handa@m17n.org>
18893         * international/fontset.el (setup-default-fontset): Add CJK fonts
18894         for symbols and the other miscellaneous characters.
18896         * language/korea-util.el (setup-korean-environment-internal):
18897         Make char-width-table suitable for Korean environments.
18898         (exit-korean-environment): Cancel above.
18900         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
18901         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
18902         setup-function to make char-width-table suitable for respective
18903         environments, and an exit-function to cancel that.
18905         * language/japan-util.el (setup-japanese-environment-internal):
18906         Call use-cjk-char-width-table with arg `ja_JP'.
18908         * international/characters.el (cjk-char-width-table): Delete it.
18909         (cjk-char-width-table-list): New variable.
18910         (use-cjk-char-width-table): New arg local-name.
18911         (use-default-char-width-table): Fix for the case that Emacs is
18912         already using the default char-width-table.
18914 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
18916         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
18917         modes mandatory.  (Bug#3712)
18919 2009-06-29  Alan Mackenzie  <acm@muc.de>
18921         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
18922         correction between the visible width of TABs and their number of bytes.
18924 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
18926         * server.el (server-buffer-done): Prevent kill-buffer from
18927         prompting by clearing the buffer modification flag (Bug#3696).
18929 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
18931         * progmodes/verilog-mode.el (verilog-beg-of-statement)
18932         (verilog-endcomment-reason-re): Support unique case and priority case.
18933         (verilog-basic-complete-re): Support localparam lineup.
18934         (verilog-beg-of-statement-1): Fix for robustness, unique case.
18935         (verilog-set-auto-endcomments): Fix for unique case, always_comb
18936         commenting.
18937         (verilog-leap-to-case-head): Now support *nested* unique &
18938         priority case statements.
18939         (verilog-auto-lineup): Make just declarations the default (as it
18940         had been).
18941         (verilog-leap-to-case-head): Support priority/unique case statements.
18942         (verilog-auto-lineup): Rework to give users radio buttons to
18943         select the various styles of automatic lineup.
18944         (verilog-error-regexp-alist): Rework to support the XEmacs style
18945         of error regular expressions from compilers, lint tools &
18946         simulators.  Note that GNU Emacs has made it impossible for a mode
18947         to load such things.
18948         (electric-verilog-terminate-line, verilog-indent-declaration)
18949         (verilog-auto-wiure): Rework for radio button selection of
18950         auto-lineup selection of specification of auto lineup.
18951         (verilog-beg-of-statement-1): Redesign to support proper operation
18952         in additional code, based on testing with auto-lineup.
18953         (verilog-calculate-indent, assignments & declarations)
18954         (verilog-backward-token): Enhance to support auto-lineup of
18955         assignments & declarations.
18956         (verilog-in-directive-p, verilog-at-struct-p): New function for
18957         easy test of whether we are.
18958         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
18959         to support safe execution at almost anyline.
18960         (verilog-calc-1): Properly support indenting deep inside generate
18961         blocks.
18962         (verilog-init-font): Remove definition & use of verilog-init-font,
18963         as it is redundant with font-lock-defaults.
18964         (verilog-mode): Alter the definition of verilog-font-lock-defaults
18965         to avoid circular calls if syntax-ppss is a function (as is the
18966         case now in 22.x GNU Emacs) as that function would sometimes call
18967         itself, leading to (nearly) infinite recursion.
18968         (verilog-ovm-begin-re, verilog-ovm-end-re)
18969         (verilog-ovm-statement-re, verilog-leap-to-head)
18970         (verilog-backward-token): Add support for OVM macros.  Some are
18971         complete statements, and others open and close scopes like begin
18972         and end.
18973         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
18974         (verilog-defun-level-generate-only-re): Really fix the defun-list
18975         compilation issue.
18976         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
18977         coverpoint, constraint and cross statements.
18978         (verilog-defun-level-list, verilog-generate-defun-level-list)
18979         (verilog-all-defun-level-list): Redo these specifications - it is
18980         too hard to support eval-when compile aggregation of lists also
18981         built at when-compile time.
18982         (verilog-defun-level-list): Place defconsts of variables used in
18983         building regular expressions which are built in eval-when-compile
18984         bodies in the same eval-when-compile body to facilitate compile
18985         without load.
18986         (verilog-beg-block-re-ordered): Support indenting
18987         virtual/protected tasks and functions.
18988         (verilog-defun-level-list, verilog-in-generate-region-p)
18989         (verilog-backward-ws&directives, verilog-calc-1): Speed up
18990         indentation of some module items (generate items).
18991         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
18992         across virtual/protected tasks and functions.
18994 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
18996         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
18997         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
18998         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
18999         in concatenations.  Reported by Yishay Belkind.
19000         (verilog-auto-ascii-enum): Support one-hot state machines in
19001         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
19002         (verilog-auto-inst, verilog-auto-inst-port): Include interface
19003         modport in AUTOINST and add vl-modport for users.
19004         Reported by David Rogoff.
19005         (verilog-auto-inout-module, verilog-auto-inst)
19006         (verilog-decls-get-interfaces, verilog-insert-definition)
19007         (verilog-insert-one-definition, verilog-read-decls)
19008         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
19009         (verilog-sig-modport, verilog-signals-combine-bus)
19010         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
19011         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
19012         Suggested by David Rogoff.
19013         (verilog-repair-open-comma): Fix non-insertion of comma when
19014         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
19015         (verilog-make-width-expression): Simplify [A-1:0] expression
19016         widths to just {A{1'b0}}.
19017         (verilog-mode): Cleanup checkdoc warnings.
19018         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
19019         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
19020         inputs/outputs or data type.  Suggested by Vasu Kandadi.
19021         (next-error-last-buffer): Fix byte-compiler warning.
19022         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
19023         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
19024         or shell command text during AUTO expansion.  Suggested by Tad Truex.
19025         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
19026         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
19027         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
19028         in AUTOINOUT.  Reported by Matthew Lovell.
19029         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
19030         causing use of <= assignments.  Reported by Alex Reed.
19031         (verilog-read-decls): Fix triand, trior, wand, wor to be
19032         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
19033         (verilog-extended-complete-re): Support import "DPI-C" functions.
19034         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
19035         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
19036         (verilog-insert-date, verilog-insert-year)
19037         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
19038         Windows systems.  Reported by Michael Potts.
19039         (verilog-read-module-name): Fix AUTOINST when the child module
19040         declaration's name is a tick define.  Reported by Elliot Mednick.
19041         (verilog-read-decls): Fix V2K parameter bit subscripts getting
19042         passed to next parameter's definition.  Reported by Bruce T.
19043         (verilog-read-decls): Fix detecting "parameter int" when using
19044         AUTOINSTPARAM.  Reported by Bruce T.
19045         (verilog-goto-defun): Fix goto not finding modules unless first
19046         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
19047         (verilog-mode): Expand -f flag arguments on entry to mode so
19048         verilog-goto-defun will work.  Reported by Lawrence Butcher.
19049         (verilog-getopt): Expand environment variables in -f file
19050         arguments.  Suggested by Lawrence Butcher.
19051         (verilog-set-define): Fix "Symbol's value as variable is void"
19052         when reading enumerations.
19053         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
19054         Suggested by Stephen Peltan.
19055         (verilog-read-defines): Fix reading of enumerations in include
19056         files.  Reported by Steve Peltan.
19058 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
19060         * files.el (trash-directory): Fix defcustom type.
19062 2009-06-28  Juri Linkov  <juri@jurta.org>
19064         * help-fns.el (describe-function-1): Correctly locate adviced
19065         functions in hyperlink (Bug#2438).
19067 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
19069         * files.el (trash-directory): Change default to nil.
19070         (move-file-to-trash): If trash-directory is nil and
19071         system-move-file-to-trash is unbound, perform freedesktop-style
19072         trashing.
19074 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
19076         * files.el (move-file-to-trash): Add freedesktop trash
19077         support (Bug#973).
19079 2009-06-28  Glenn Morris  <rgm@gnu.org>
19081         * autorevert.el (global-auto-revert-non-file-buffers)
19082         (global-auto-revert-mode): Doc fixes.
19084 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
19086         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
19088 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
19090         * faces.el (x-handle-named-frame-geometry): Ensure that we have
19091         opened an X connection before calling x-get-resource (Bug#3194).
19093         * play/doctor.el: Remove reference to obsolete website.
19094         (make-doctor-variables): Correct grammar mistake (Bug#2633).
19096 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
19098         Remove find-file-not-found-hook VC method.  (Bug#2757)
19099         * vc-hooks.el (vc-file-not-found-hook)
19100         (vc-default-find-file-not-found-hook): Remove functions.
19101         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
19102         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
19103         * vc.el:
19104         * vc-hg.el:
19105         * vc-git.el: Do not mention find-file-not-found-hook VC method.
19107 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
19109         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
19110         compatibility function for `looking-back'.
19112         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
19113         Use `ispell-looking-back'.
19115 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
19117         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
19118         rather than `filename'.
19120 2009-06-23  Miles Bader  <miles@gnu.org>
19122         * face-remap.el (text-scale-set): New function.
19124 2009-06-23  Glenn Morris  <rgm@gnu.org>
19126         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
19128         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
19130         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
19132         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
19134         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
19135         Simplify Persian conditionals.
19137         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
19138         variable `filename'.
19140         * comint.el (comint-insert-input): Doc fix.
19142         * Makefile.in (ELCFILES): Fix typo in previous change.
19144 2009-06-23  Miles Bader  <miles@gnu.org>
19146         * cus-start.el: Add entry for `recenter-redisplay'.
19148 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
19150         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
19151         Add an optional argument for the backend, use it instead of
19152         calling vc-backend.
19153         (vc-mode-line): Add an optional argument for the backend.
19154         Pass the backend to vc-state and vc-working-revision.  Move code for
19155         special handling for vc-state being a buffer to ...
19157         * vc-rcs.el (vc-rcs-find-file-hook):
19158         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
19160         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
19161         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
19162         vc-stay-local-p and vc-mode-line calls.
19164         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
19165         (vc-cvs-diff, vc-cvs-annotate-command)
19166         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
19167         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
19168         vc-mode-line calls.
19170         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
19171         direct comparison.
19172         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
19173         backend when calling vc-mode-line.
19174         (vc-register): Do not create a closure for calling the vc register
19175         function, call it directly.
19177 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
19179         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
19180         to make it obvious item can be clicked.
19182         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
19184 2009-06-23  Kenichi Handa  <handa@m17n.org>
19186         * language/korea-util.el (korean-key-bindings): Change the binding
19187         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
19188         same command.
19190 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
19192         Sync with Tramp 2.1.16.
19194         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
19196         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
19197         when a loading of a package fails.  Completion function for rsync
19198         is `tramp-completion-function-alist-ssh'.
19199         (all): Replace all calls of `split-string' and
19200         `tramp-split-string' by `tramp-compat-split-string'.
19201         (tramp-default-method): Use `tramp-compat-process-running-p'.
19202         (tramp-default-proxies-alist): Allow also Lisp forms.
19203         (tramp-remote-path): Add choice "Private Directories".
19204         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
19205         (tramp-domain-regexp): Allow also "-", "_" and ".".
19206         (tramp-end-of-output): Remove newlines, and add "$" at the end.
19207         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
19208         (tramp-debug-message): Insert header line in debug buffer.
19209         (tramp-handle-directory-files-and-attributes-with-stat):
19210         Care about filenames with spaces, or starting with "-".
19211         (tramp-handle-dired-uncache): New defun.
19212         (tramp-handle-insert-directory): Don't flush the directory from
19213         cache, this is handled by `dired-uncache' now.
19214         (tramp-handle-insert-file-contents): Improve error handling.
19215         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
19216         Quote `tramp-end-of-output'.
19217         (tramp-action-password): Improve trace message.
19218         (tramp-check-for-regexp): Both echoes must be present, before removing.
19219         (tramp-open-connection-setup-interactive-shell): Trace coding system.
19220         (tramp-compute-multi-hops): Eval cons cells of
19221         `tramp-default-proxies-alist'.
19222         (tramp-maybe-open-connection): Use the same command pattern for
19223         first hop and further hops.
19224         (tramp-wait-for-output): Remove handling of newlines.
19225         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
19226         (tramp-split-string): Remove function.  It is handled in
19227         tramp-compat now.
19229         * net/tramp-cmds.el (tramp-bug):
19230         Recommend `tramp-cleanup-all-connections' in the bug mail.
19232         * net/tramp-compat.el (tramp-compat-split-string)
19233         (tramp-compat-process-running-p): New defuns.
19235         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
19236         for `dired-uncache'.
19238         * net/tramp-gvfs.el: New package.
19240         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
19241         Add handler for `dired-uncache'.
19242         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
19244         * net/trampver.el: Update release number.  Make version check fit
19245         for SXEmacs 22.
19247 2009-06-22  Jim Meyering  <meyering@redhat.com>
19249         Automatically handle .xz suffix (XZ-compressed files), too.
19250         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
19251         XZ is the successor to LZMA: <http://tukaani.org/xz/>
19253 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
19254             Nick Roberts  <nickrob@snap.net.nz>
19256         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
19257         repository (http://sphinx.net.ru/hg/gdb-mi/).
19259 2009-06-22  Glenn Morris  <rgm@gnu.org>
19261         * files.el (dir-locals-collect-mode-variables): Allow for any number of
19262         `mode' and `eval' entries.  (Bug#3430)
19264         * Makefile.in (ELCFILES): Add fadr.elc.
19266         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
19267         differing behavior of \n and ^ in strings.  (Bug#3385)
19269         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
19271         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
19272         property.
19273         (lisp-indent-function): Make it a defcustom.
19275 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
19277         * progmodes/gdb-ui.el: Replace with ...
19278         * progmodes/gdb-mi.el: ... this file.
19279         * progmodes/gud.el: Modify for gdb-mi.el.
19281 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
19283         * fadr.el: New file.
19285 See ChangeLog.14 for earlier changes.
19287 ;; Local Variables:
19288 ;; coding: utf-8
19289 ;; End:
19291   Copyright (C) 2009, 2010  Free Software Foundation, Inc.
19293   This file is part of GNU Emacs.
19295   GNU Emacs is free software: you can redistribute it and/or modify
19296   it under the terms of the GNU General Public License as published by
19297   the Free Software Foundation, either version 3 of the License, or
19298   (at your option) any later version.
19300   GNU Emacs is distributed in the hope that it will be useful,
19301   but WITHOUT ANY WARRANTY; without even the implied warranty of
19302   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19303   GNU General Public License for more details.
19305   You should have received a copy of the GNU General Public License
19306   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.