Add pcomplete support for hosts defined in .ssh/config.
[emacs.git] / lisp / ChangeLog
blob22fee77f584b40b2e0e6c5cdd2a8b678111bd681
1 2011-01-22  Phil Hagelberg  <phil@evri.com>
3         * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
4         (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
5         (pcmpl-ssh-config-hosts): New function.
6         (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
7         pcmpl-ssh-known-hosts.
9 2011-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
11         * calc/calc-undo.el (calc-undo): Autoload it.
12         * calc/calc-ext.el (calc-init-extensions): Remove keybindings
13         and autoload for `calc-undo'.
14         * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
15         * calc/calc-prog.el:
16         * calc/calc-graph.el:
17         * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
19 2011-01-21  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
21         * calc/calc-ext.el (calc-init-extensions): Map all `undo'
22         keybindings to `calc-undo'.
24 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
26         Don't mess with *temp*.
27         * obsolete/spell.el: Move from textmodes/spell.el.
28         (spell-string):
29         * term.el (term-read-input-ring):
30         * startup.el (display-startup-echo-area-message):
31         * progmodes/antlr-mode.el (antlr-directory-dependencies):
32         * comint.el (comint-read-input-ring): Use with-temp-buffer.
33         * international/mule.el (ctext-pre-write-conversion): Don't hardcode
34         point-min==1.
37 2011-01-20  Ken Manheimer  <ken.manheimer@gmail.com>
39         * allout.el: (allout-institute-keymap): Use fset instead of
40         reapplying defalias.
42         (allout-hotspot-key-handler): Check for non-control-modified
43         bindings for hotspot characters if there are no control-modified
44         versions.
46         * allout.el: Summary - migrate to defining allout mode using
47         define-minor-mode instead of defun.  Significantly clean-up
48         internal keymap provisions, refactoring and, in the process,
49         removing a lot of accumulated cruft.
51         allout-mode-map is now a keymap by virtue of being a defalias to
52         allout-mode-map-value, which contains the actual keymap structure.
54         (allout-mode): Use define-minor-mode rather than defun.
55         Remove now-unnecessary minor-mode setup activities from the body.
56         Specify :keymap as allout-mode-map so the minor-mode-map-alist
57         entry will be '(allout-mode . allout-mode-map) - see
58         allout-mode-map-value, below.  Adjust docstring to track changes.
59         (allout-minor-mode): Remove this defalias, now that we're using
60         define-minor-mode.
61         (allout-mode-map): Set value to be 'allout-mode-map.  The actual
62         keymap is allout-mode-map-value, via defalias.
63         (allout-mode-map-value): The variable holding the actual mode
64         keymap structure, by virtue of defalias from allout-mode-map.
65         (allout-compose-and-institute-keymap): Rename from
66         allout-bind-keys, and including the binding-composition
67         functionality of the former produce-allout-mode-map and
68         allout-setup-mode-map.
69         (allout-institute-keymap): Take over the "setup" part of the former
70         allout-setup-mode-map.  Reassign allout-mode-map-value value and
71         update the defalias.
72         (allout-command-prefix) (allout-prefixed-keybindings)
73         (allout-unprefixed-keybindings):
74         Use allout-compose-and-institute-keymap to process the bindings.
75         (allout-unprefixed-keybindings): Remove extraneous '?' question
76         marks.
77         (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
78         user can customize if they want to use that binding.
79         Bind allout-copy-topic-as-kill to (prefixed) \M-k.
80         Bind allout-up-current-level to (prefixed) \C-u.  (I think i mistakenly
81         elided that, previously, instead of the one for \C-h.)
82         (allout-hotspot-key-handler): Remove attempt to resolve the key
83         through the literal key-string lookup on allout-keybindings-list.
84         That probably hasn't worked for a Long Time, and removal of
85         allout-keybindings-list further simplifies the keybindings
86         situation.
87         (allout-pre-command-business): Use allout-mode-map-value instead
88         of allout-mode-map.
89         (allout-preempt-trailing-ctrl-h): Remove.  The user can customize
90         the bindings if they want to use a keybinding having a trailing
91         \C-h.  No deprecation needed since this feature was never in a
92         release.
93         (allout-keybindings-list): Remove.  It's not been useful for a
94         while.  (See allout-hotspot-key-handler changes, above.)
95         (produce-allout-mode-map): Remove.  Consolidate into
96         allout-compose-and-institute-keymap.
97         (allout-mode-map-adjustments): Remove.  No longer necessary with
98         removal of allout-preempt-trailing-ctrl-h.
99         (allout-setup-mode-map): Remove.  Consolidate into
100         allout-compose-and-institute-keymap and allout-institute-keymap.
102 2011-01-20  Glenn Morris  <rgm@gnu.org>
104         * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
106         * simple.el (read-expression-history): Remove, it's in minibuf.c.
108 2011-01-20  Chong Yidong  <cyd@stupidchicken.com>
110         * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
112         * files.el (find-alternate-file, basic-save-buffer)
113         (basic-save-buffer-2, revert-buffer, recover-file)
114         (kill-buffer-ask, abort-if-file-too-large)
115         (set-visited-file-name, write-file, backup-buffer)
116         (basic-save-buffer, save-some-buffers):
117         * dired-aux.el (dired-compress-file): Callers changed.
119 2011-01-19  Glenn Morris  <rgm@gnu.org>
121         * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
122         Also check the property status.  (Bug#7861)
124 2011-01-18  Michael Albinus  <michael.albinus@gmx.de>
126         * net/tramp.el (tramp-debug-message): Extend function exclude
127         list.  Use `regexp-opt'.
129 2011-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
131         * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
132         highlighting doesn't spill over subsequent lines.
134         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
135         keymap expression.  Improve docstring.
137         * electric.el (electric-indent-post-self-insert-function):
138         Don't auto-indent for indent-to-left-margin, it's too often
139         counter-productive.
141 2011-01-16  Tassilo Horn  <tassilo@member.fsf.org>
143         * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
144         spaces if the frame was resized, so that the full visible buffer
145         serves as canvas for strokes.
147 2011-01-16  Glenn Morris  <rgm@gnu.org>
149         * info-xref.el (info-xref-docstrings): Replace cl function.
150         Also skip directories.
152 2011-01-16  Kevin Ryde  <user42@zip.com.au>
154         * info-xref.el: Version 3.
155         (info-xref-check, info-xref-check-all): Move commentary details
156         into docstrings for better visibility.
157         Use compilation-mode for the results buffer.
158         (info-xref-output, info-xref-output-error, info-xref-with-output)
159         (info-xref-filename, info-xref-in-progress):
160         New internals for this.
161         (info-xref-check-list, info-xref-check-buffer)
162         (info-xref-check-all-custom): Use those.
163         (info-xref-output-buffer): Rename from info-xref-results-buffer.
164         (info-xref-output-heading): Rename from info-xref-filename-heading.
165         (info-xref-good, info-xref-bad, info-xref-xfile-alist)
166         (info-xref-filename-heading): Move to output managing section.
167         (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
168         (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
169         (info-xref-subfile-p): Move to generic section with those two.
170         (info-xref-check-node): New function split from
171         info-xref-check-buffer, shared by info-xref-docstrings.
172         (info-xref-goto-node-p): Move to a checking section with that func.
173         (info-xref-unavail): New counter.
174         (info-xref-check-node): Use it.
175         (info-xref-with-output): Show count of unavailables at end of output.
176         (info-xref-all-info-files): Exclude ".*" dotfiles.  Ignore broken
177         symlinks.  Exclude .texi files.  Exclude Emacs backup files.
178         (info-xref-check-all-custom): Fix quietening viper-mode and
179         gnus-registry-install -- use setq not let so as not to unbind
180         after load.
182 2011-01-16  Juri Linkov  <juri@jurta.org>
184         * isearch.el (isearch-abort): Don't quit if search has
185         an incomplete regexp (isearch-error is non-nil).  (Bug#7534)
187 2011-01-15  Mark Diekhans  <markd@soe.ucsc.edu>
189         * files.el (backup-buffer): Make last-resort backup file in
190         .emacs.d (Bug#6953).
192         * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
193         make it with permission 700.
195 2011-01-15  Kenichi Handa  <handa@m17n.org>
197         * mail/rmailmm.el (rmail-mime-insert-header):
198         Set rmail-mime-coding-system to a cons whose car is the last coding
199         system used to decode the header.
200         (rmail-mime-find-header-encoding): New function.
201         (rmail-mime-insert-decoded-text):
202         Override rmail-mime-coding-system if it is a cons.
203         (rmail-show-mime): If only a header part was decoded, find the
204         coding system while ignoring mm-charset-override-alist.
206 2011-01-15  Chong Yidong  <cyd@stupidchicken.com>
208         * subr.el (event-start, event-end): Doc fix (Bug#7826).
210 2011-01-15  Kenichi Handa  <handa@m17n.org>
212         * mail/rmailmm.el (rmail-mime-next-item)
213         (rmail-mime-previous-item): Delete them.
214         (rmail-mime-shown-mode): Recursively call for children.
215         (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
216         Callers changed.
217         (rmail-mime-raw-mode): Recursively call for children.
218         (rmail-mode-map): Change mapping of tab and backtab to
219         forward-button and backward-button respectively.
220         (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
221         button.
222         (rmail-mime-update-tagline): New function.
223         (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
224         body display is changed.
225         (rmail-mime-toggle-button): Rename from rmail-mime-image.
226         (rmail-mime-image): Delete this button type.
227         (rmail-mime-toggle): New button type.
228         (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
229         body display is changed.  Change the save button label to "Save".
230         Don't process show/hide button here.
231         (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
232         the body display is changed.  Unconditionally call
233         rmail-mime-insert for children.
234         (rmail-mime-handle): Update `display' vector of the just inserted
235         entity.
236         (rmail-mime-process): If mail-header-parse-content-type returns
237         nil, use "text/plain" as the fallback type.
238         (rmail-mime-insert): For raw-mode, recursively call
239         rmail-mim-insert for children.
240         (rmail-mime): Handle the case that the current buffer is not rmail
241         buffer (e.g. in summary buffer).
243 2011-01-15  Kenichi Handa  <handa@m17n.org>
245         * mail/rmailmm.el (rmail-mime-next-item)
246         (rmail-mime-previous-item): Skip the body of a non-multipart
247         entity if a tagline is shown.
249 2011-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
251         * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
252         (tmm-prompt): Simplify.
253         (tmm-add-prompt): Remove unused var `win'.
255         * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
256         to minor mode which used nil accidentally to mean "turn off".
258 2011-01-15  Michael Albinus  <michael.albinus@gmx.de>
260         * net/tramp-sh.el (tramp-find-inline-compress)
261         (tramp-get-inline-coding): Quote command after pipe symbol for
262         local calls under W32.  (Bug#6784)
264 2011-01-15  Michael Albinus  <michael.albinus@gmx.de>
266         * net/tramp.el (tramp-default-method): Initialize with pscp/plink
267         only when running under W32.
269 2011-01-15  Eli Zaretskii  <eliz@gnu.org>
271         * progmodes/grep.el (grep-compute-defaults): Quote the program
272         file name after the pipe symbol in Grep templates.  (Bug#6784)
273         * jka-compr.el (jka-compr-partial-uncompress): Likewise.
275 2011-01-15  Lennart Borgman  <lennart.borgman@gmail.com>
277         * buff-menu.el (Buffer-menu-buffer-list): New var.
278         (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
279         restricted buffer list is not lost on revert (Bug#7749).
281 2011-01-15  Eric Hanchrow  <eric.hanchrow@gmail.com>
283         * net/ldap.el (ldap-search-internal): Discard stderr output.
285 2011-01-15  Eli Zaretskii  <eliz@gnu.org>
287         * files.el (directory-abbrev-alist): Doc fix.  (Bug#7777)
289 2011-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
291         * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
293 2011-01-15  Kenichi Handa  <handa@m17n.org>
295         * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
296         part as a plain text.
297         (rmail-mime-process-multipart): Set the default content-type to
298         nil for unknown multipart subtypes (bug#7651).
300 2011-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
302         * hexl.el (hexl-mode-old-*): Remove.
303         (hexl-mode--old-var-vals): New var to replace them.
304         (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
305         (hexl-mode, hexl-follow-line, hexl-activate-ruler):
306         Use them to set local vars (bug#7846).
307         (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
308         (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
309         (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
311         * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
312         (smerge-resolve--normalize-re): New var.
313         (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
314         (smerge-resolve): Use them.
315         * newcomment.el (comment-only-p): New function.
316         (comment-or-uncomment-region): Use it.
318 2011-01-14  Brent Goodrick  <bgoodr@gmail.com>  (tiny change)
320         * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
321         table, get the value before switching to the output buffer.  (Bug#7733)
323 2011-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
325         * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
327 2011-01-14  Kim F. Storm  <storm@cua.dk>
329         * emulation/cua-base.el (cua--init-keymaps):
330         Remap exchange-point-and-mark in cua-global-keymap.
332 2011-01-14  Tassilo Horn  <tassilo@member.fsf.org>
334         * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
335         loop keyword.
337 2011-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
339         * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
340         Require CL.
341         (easy-menu-create-menu, easy-menu-convert-item-1):
342         Use :label rather than nil for labels.  Use `case'.
343         Add :enable as alias for :active.
344         (easy-menu-binding): Obey :label.
346 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
348         Use run-mode-hooks for major mode hooks (bug#513).
349         * textmodes/reftex-toc.el (reftex-toc-mode-map):
350         Rename from reftex-toc-map.
351         (reftex-toc-mode): Use define-derived-mode.
352         * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
353         (reftex-select-label-mode-map, reftex-select-bib-mode-map):
354         Rename from reftex-select-(label|bib)-map.  Move init into declaration.
355         (reftex-select-label-mode, reftex-select-bib-mode):
356         Use define-derived-mode.
357         * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
358         (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
359         Move init into delcaration.
360         (reftex-index-mode, reftex-index-phrases-mode):
361         Use define-derived-mode.
362         * speedbar.el (speedbar-mode-syntax-table): Renaqme from
363         speedbar-syntax-table.  Move init into declaration.
364         (speedbar-mode-map): Rename from speedbar-key-map.
365         Move init into declaration.
366         (speedbar-file-key-map): Move init into declaration.
367         (speedbar-mode): Use define-derived-mode.
368         * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
369         * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
370         * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
371         (chart-face-list): Move initialization into declaration.
372         (chart-mode): Use define-derived-mode.
373         * calculator.el (calculator-mode-map): Move init into declaration.
374         (calculator-mode): Use define-derived-mode.
376         * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
377         work for nested comments.
379         * progmodes/prolog.el: Use syntax-propertize.  Further code cleanup.
380         (prolog-use-prolog-tokenizer-flag): Change default when
381         syntax-propertize can be used.
382         (prolog-syntax-propertize-function): New var.
383         (prolog-mode-variables): Move make-local-variable into `set'.
384         Don't make comment-column local since we don't set it.
385         Set comment-add (as it was in previous prolog.el).  Use dolist.
386         Set syntax-propertize-function.
387         (prolog-mode, prolog-inferior-mode):
388         Call prolog(-inferior)-menu directly, not through the mode-hook.
389         (prolog-buffer-module, prolog-indent-level)
390         (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
391         (prolog-comment-limits, prolog-goto-comment-column):
392         Use line-(end|beginning)-position.
393         (prolog-build-prolog-command): Tighten up regexp.
394         (prolog-consult-compile): Move make-local-variable into `set'.
395         (prolog-consult-compile-filter, prolog-goto-next-paren)
396         (prolog-help-on-predicate, prolog-clause-info)
397         (prolog-mark-predicate): Don't let+setq.
398         (prolog-indent-line): Use indent-line-to.
399         Only call prolog-goto-comment-column if necessary.
400         (prolog-indent-level): Use bobp.
401         (prolog-first-pos-on-line): Remove, not used any more.
402         (prolog-in-string-or-comment): Use syntax-ppss if available.
403         (prolog-help-on-predicate): Use read-string.
404         (prolog-goto-predicate-info): Simplify.
405         (prolog-read-predicate): Use `default' rather than `initial'.
406         (prolog-temporary-file): Use make-temp-file to close a security hole.
407         (prolog-toggle-sicstus-sd): New command.
408         (prolog-electric-underscore, prolog-variables-to-anonymous):
409         Use dynamic-scoping as it was meant.
410         (prolog-menu): Move menu definitions to top-level.
411         Use a toggle-button for Sicstus's source debugger.
412         Change "Code" to the more usual "Prolog", and hence change "Prolog"
413         to "System".
414         (prolog-inferior-menu): Reuse prolog-menu's help menu.
415         Move other menu definition to top-level.
417 2011-01-13  Tassilo Horn  <tassilo@member.fsf.org>
419         * doc-view.el (doc-view-open-text): Use meaningful text buffer
420         name.  Keep original document's directory as default-directory
421         (bug#6446).
422         (doc-view-initiate-display): Fall back to normal mode when
423         doc-view-mode cannot be enabled, also when extracting the document
424         text into a separate buffer (bug#6446).
426         * simple.el (shell-command): Don't error out if shell command
427         buffer contains text with non-nil read-only property when erasing
428         the buffer.
430 2011-01-13  Kim F. Storm  <storm@cua.dk>
432         * ido.el (ido-may-cache-directory): Move "too-big" check later.
433         (ido-next-match, ido-prev-match): Fix stray reordering of matching
434         items when cycling through the matches.
436 2011-01-13  Tassilo Horn  <tassilo@member.fsf.org>
438         * dired-x.el (dired-omit-verbose): New defcustom that allows
439         disabling the omit messages.
440         (dired-omit-expunge): Use it.
442 2011-01-13  Christian Ohler  <ohler@gnu.org>
444         * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
446 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
448         * font-lock.el (font-lock-verbose): Default to nil.
450 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
452         * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
453         (compose-mail): New arg RETURN-ACTION.
454         (compose-mail-other-window, compose-mail-other-frame): Likewise.
456         * mail/sendmail.el (mail-return-action): New var.
457         (mail-mode): Make it buffer-local.
458         (mail-bury): Obey it.  Move special Rmail window handling to
459         rmail-mail-return.
460         (mail, mail-setup): New arg RETURN-ACTION.
461         (sendmail-user-agent-compose): Move from simple.el.
463         * mail/rmail.el (rmail-mail-return): New function.
464         (rmail-start-mail): Pass it to compose-mail.
466 2011-01-12  Chong Yidong  <cyd@stupidchicken.com>
468         * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
469         menus.  Add menu item for customize-themes.
471         * cus-theme.el (customize-themes):
472         * emacs-lisp/package.el (package--list-packages):
473         Use switch-to-buffer.
475 2011-01-11  Johan Bockgård  <bojohan@gnu.org>
477         * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
479 2011-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
481         * progmodes/prolog.el: Fix up coding convention and such.
482         (prolog-indent-width): Use the same default as in
483         previous prolog.el rather than tab-width which depends on which buffer
484         is current when the file is loaded.
485         (prolog-electric-newline-flag): Only enable if electric-indent-mode
486         is not available.
487         (prolog-emacs): Remove.  Use (featurep 'xemacs) instead.
488         (prolog-known-systems): Remove.
489         (prolog-mode-syntax-table, prolog-inferior-mode-map):
490         Move initialization into declaration.
491         (prolog-mode-map): Move initialization into declaration.
492         Remove system-specific mode-map vars, since they referred to the same
493         keymap anyway.
494         (prolog-mode-variables): Obey the user's preference w.r.t
495         adaptive-fill-mode.  Prefer symbol-value to `eval'.
496         (prolog-mode-keybindings-edit): Add compatibility bindings.
497         (prolog-mode): Use define-derived-mode.  Don't handle mercury here.
498         (mercury-mode-map): New var.
499         (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
500         (prolog-ensure-process, prolog-process-insert-string)
501         (prolog-consult-compile): Use with-current-buffer.
502         (prolog-guess-fill-prefix): Simplify data flow.
503         (prolog-replace-in-string): New function to use instead of
504         replace-in-string.
505         (prolog-enable-sicstus-sd): Don't abuse `eval'.
506         (prolog-uncomment-region): Use `uncomment-region' when available.
507         (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
508         (prolog-int-to-char, prolog-char-to-int): New functions to use instead
509         of int-to-char and char-to-int.
510         (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
512 2011-01-11  Stefan Bruda  <stefan@bruda.ca>
514         * progmodes/prolog.el: Replace by a whole new file.
516 2011-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
518         * subr.el (eval-after-load): Fix timing for features (bug#7769).
519         (declare-function, undefined, insert-for-yank)
520         (replace-regexp-in-string): Follow checkdoc's recommendations.
522 2011-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
524         * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
525         refreshing the diary buffer.
527 2011-01-10  Ken Manheimer  <ken.manheimer@gmail.com>
529         * allout.el: Add 2011 to the file copyright.
530         (allout-encrypt-string): Prevent encryption from adding an extra
531         newline at the end of the topic body.
532         (allout-version): Increment to 2.3.
534 2011-01-10  Michael Albinus  <michael.albinus@gmx.de>
536         * net/dbus.el (dbus-unregister-service): Complete doc.
537         Fix call of dbus-error signal.
538         (dbus-register-property): Use `dont-register' keyword.
540 2011-01-10  Jan Moringen  <jan.moringen@uni-bielefeld.de>
542         * net/dbus.el (dbus-unregister-service): Translate returned
543         integer into a symbol.
544         (dbus-register-property): Use `dbus-register-service' to do the
545         name registration.
547 2011-01-09  Chong Yidong  <cyd@stupidchicken.com>
549         * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
550         Suggested by Joakim Verona.
552         * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
554         * wid-edit.el (visibility): Replace :on-image and :off-image
555         widget properties with :on-glyph and :off-glyph, for consistency
556         with the `visibility' widget.
557         (widget-toggle-value-create, widget-visibility-value-create):
558         Merge into a single function `widget-toggle-value-create'.
560         * cus-edit.el (custom-variable-value-create, custom-visibility)
561         (custom-face-edit-value-create, custom-face-value-create):
562         Replace :on-image and :off-image widget properties with :on-glyph and
563         :off-glyph, for consistency with the `visibility' widget.
565 2011-01-09  Andreas Schwab  <schwab@linux-m68k.org>
567         * net/ldap.el (ldap-search-internal): Don't use eval.
569 2011-01-09  Chong Yidong  <cyd@stupidchicken.com>
571         * subr.el (read-char-choice): Use read-key.
573         * custom.el (custom-safe-themes): Rename from
574         custom-safe-theme-files.  Add :risky tag.
575         (load-theme, custom-theme-load-confirm): Save sha1 hashes to
576         custom-safe-themes, not filenames.  Suggested by Stefan Monnier.
578 2011-01-09  Chong Yidong  <cyd@stupidchicken.com>
580         * tool-bar.el (tool-bar-setup): Remove Help button.  Remove label
581         from Search and add a label to Undo.
583         * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
584         inappropriate buttons and adding :vert-only tags.
586         * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
587         removal of Help tool-bar button.  Remove Undo button for space.
589         * info.el (info-tool-bar-map): Add :vert-only tags.
591 2011-01-08  Tassilo Horn  <tassilo@member.fsf.org>
593         * doc-view.el (doc-view-mode-p): Check for png or imagemagick
594         image backend support.  Either of them is fine.
596 2011-01-08  Chong Yidong  <cyd@stupidchicken.com>
598         * subr.el (y-or-n-p): Doc fix.
600         * custom.el (custom-safe-theme-files): New defcustom.
601         (custom-theme-load-confirm): New function.
602         (load-theme): Load theme using `load', confirming with
603         custom-theme-load-confirm if necessary.
605         * subr.el (read-char-choice): New function, factored out from
606         dired-query and hack-local-variables-confirm.
608         * dired-aux.el (dired-query):
609         * files.el (hack-local-variables-confirm): Use it.
611         * dired-aux.el (dired-compress-file):
612         * files.el (abort-if-file-too-large, find-alternate-file)
613         (set-visited-file-name, write-file, backup-buffer)
614         (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
615         (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
616         Use new format string args for y-or-n-p and yes-or-no-p.
618 2011-01-08  Andreas Schwab  <schwab@linux-m68k.org>
620         * progmodes/compile.el (compilation-error-regexp-alist-alist)
621         [gcc-include]: Tighten file name match, add match for column
622         number.  (Bug#7806)
623         [gnu]: Remove unused group.
625 2011-01-08  Glenn Morris  <rgm@gnu.org>
627         * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
629         * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
631 2011-01-07  Sam Steingold  <sds@gnu.org>
633         * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
634         the `explicit-shell-file-name' because that is the
635         non-interactive shell.
637 2011-01-07  Chong Yidong  <cyd@stupidchicken.com>
639         * subr.el (y-or-n-p): Accept format string args.
641 2011-01-07  Glenn Morris  <rgm@gnu.org>
643         * Makefile.in (EMACSOPT): Add --no-site-lisp.
645 2011-01-06  Ken Manheimer  <ken.manheimer@gmail.com>
647         * allout.el (allout-back-to-current-heading): Ensure return to
648         the visible containing topic, rather than a collapsed one.
649         (allout-view-change-hook): Remove hook that was deprecated long ago.
650         (allout-exposure-change-hook): Remove documentation remarks
651         concerning removed allout-view-change-hook.
652         (allout-flag-region): Remove invocation of and documentation
653         remarks concerning allout-view-change-hook.
655 2011-01-06  Glenn Morris  <rgm@gnu.org>
657         * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
658         (vc-bzr-annotate-extract-revision-at-line):
659         Handle authors with embedded spaces.  (Bug#7792)
661 2011-01-05  Tassilo Horn  <tassilo@member.fsf.org>
663         * doc-view.el (doc-view-image-width): New variable.
664         (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
665         backend for PNG images, and do dynamic rescaling instead of
666         reconverting the whole doc.
668 2011-01-05  Glenn Morris  <rgm@gnu.org>
670         * emacs-lisp/rx.el (rx-repeat): Replace CL function.
672 2011-01-04  Ken Manheimer  <ken.manheimer@gmail.com>
674         * allout.el: Reconcile with changes in line movement behavior for
675         long text lines that cross more than a single physical window
676         line, ie when truncate-lines is nil.
677         (allout-next-visible-heading): Provide for change in line-move
678         behavior on long lines when truncate-lines is nil.  In that case,
679         line-move can wind up on the same textual line when it moves to
680         the next window line, and moving to the bullet position after the
681         move yields zero advancement.  Add logic to detect and compensate
682         for the lack of progress.
683         (allout-current-topic-collapsed-p): move-end-of-line respect for
684         field boundaries is different when operating with body lines
685         shorter than window width versus ones greater than window width,
686         which can yield false negatives in this function.  Avoid
687         difference by applying move-end-of-line while field-text-motion is
688         inhibited.
690 2011-01-04  Glenn Morris  <rgm@gnu.org>
692         * textmodes/rst.el (rst-compile-toolsets):
693         Add pdf and s5 to option alist.
695 2011-01-04  Jan Moringen  <jan.moringen@uni-bielefeld.de>
697         * net/dbus.el (dbus-register-property): Add optional parameter
698         dont-register-service.  Updated docstring accordingly.
700 2011-01-04  Andreas Schwab  <schwab@linux-m68k.org>
702         * textmodes/rst.el (rst-compile-pdf-preview)
703         (rst-compile-slides-preview): Remove extra line.
705 2011-01-04  Glenn Morris  <rgm@gnu.org>
707         * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
708         Add `pdf' and `s5' entries.  Use `prog.py' if found, otherwise
709         default to `prog' without a .py extension.
710         (rst-compile-pdf-preview, rst-compile-slides-preview):
711         Use program names from rst-compile-toolsets, rather than hard-coding.
712         (rst-portable-mark-active-p): Fix presumed typo.
714 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
716         * term/w32-win.el (dynamic-library-alist): Set up correctly for
717         libpng versions both before and after 1.4.0.  (Bug#7716)
719 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
721         * time.el (display-time-mode): Mention display-time-interval in
722         the doc string.  (Bug#7713)
724 2011-01-02  Kenichi Handa  <handa@m17n.org>
726         * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
727         condition-case and return an error message string if something
728         goes wrong.
729         (rmail-show-mime): Adjust for the above change.  Insert the
730         header by rmail-mime-insert-header.
732 2011-01-02  Kenichi Handa  <handa@m17n.org>
734         * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
735         rmail-mime-previous-item, and rmail-mime-toggle-hidden.
736         (rmail-mime-mbox-buffer)
737         (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
738         (rmail-mime-entity): Argument changed.  All codes handling an
739         entity object are changed.
740         (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
741         the above change.
742         (rmail-mime-entity-children, rmail-mime-entity-handler)
743         (rmail-mime-entity-tagline): New functions.
744         (rmail-mime-message-p): New function.
745         (rmail-mime-save): Bind rmail-mime-mbox-buffer.
746         (rmail-mime-entity-segment, rmail-mime-next-item)
747         (rmail-mime-previous-item, rmail-mime-shown-mode)
748         (rmail-mime-hidden-mode, rmail-mime-raw-mode)
749         (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
750         (rmail-mime-insert-tagline, rmail-mime-insert-header):
751         New functions.
752         (rmail-mime-text-handler): Call rmail-mime-insert-text.
753         (rmail-mime-insert-decoded-text): New function.
754         (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
755         (rmail-mime-insert-image): Argument changed.  Caller changed.
756         (rmail-mime-image): Call rmail-mime-toggle-hidden.
757         (rmail-mime-set-bulk-data): New funciton.
758         (rmail-mime-insert-bulk): Argument changed.
759         (rmail-mime-multipart-handler): Return t.
760         (rmail-mime-process-multipart): Argument changed.
761         Handle "multipart/alternative" here.
762         (rmail-mime-process): Argument changed.
763         (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
764         (rmail-mime-insert): Argument changed.  Handle raw display mode.
765         (rmail-mime): Argument changed.  Handle toggling of raw display
766         mode.
767         (rmail-show-mime): Bind rmail-mime-mbox-buffer and
768         rmail-mime-view-buffer.
769         (rmail-insert-mime-forwarded-message): Likewise.
770         (rmail-search-mime-message): Likewise.  Don't bind rmail-buffer.
772         * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
773         non-nil, handle the header in rmail-show-mime-function.
775 2011-01-02  Leo  <sdl.web@gmail.com>
777         * help-fns.el (describe-variable): Fix previous change.
779 2011-01-02  Juri Linkov  <juri@jurta.org>
781         * isearch.el (isearch-lazy-highlight-error): New variable.
782         (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
783         `isearch-lazy-highlight-error'.  Set `isearch-lazy-highlight-error'
784         to the current value of `isearch-error' (Bug#7468).
786 2011-01-02  Chong Yidong  <cyd@stupidchicken.com>
788         * help-fns.el (describe-variable): Don't emit trailing whitespace
789         (Bug#7511).
791 2011-01-02  Chong Yidong  <cyd@stupidchicken.com>
793         * textmodes/rst.el (rst-compile-pdf-preview)
794         (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
796 2011-01-02  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
798         * emulation/edt-mapper.el: Override mapping of function keys so
799         that the later call to read-key-sequence works.
801 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
803         * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
804         Unix EOLs.  (Bug#7589)
806 2011-01-02  Leo  <sdl.web@gmail.com>
808         * eshell/em-hist.el (eshell-previous-matching-input): Signal error
809         if point is not behind eshell-last-output-end (Bug#7585).
811 2011-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
813         * files.el (file-local-variables-alist):
814         Make permanent-local (bug#7767).
816 2011-01-02  Glenn Morris  <rgm@gnu.org>
818         * version.el (emacs-copyright): Set short copyright year to 2011.
820 2011-01-02  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
822         * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
823         an existing temp buffer.  (Bug#7746)
825 2011-01-02  Glenn Morris  <rgm@gnu.org>
827         * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
828         multiple addresses.  (Bug#7760)
830 2011-01-01  Ken Manheimer  <ken.manheimer@gmail.com>
832         * allout.el (allout-auto-fill): Do not infinitely recurse - use
833         do-auto-fill if everything points back to allout-auto-fill.
834         (allout-mode-deactivate-hook): Declare obsolete, in favor of
835         standard-formed minor-mode deactivate hook, allout-mode-off-hook.
837 2010-12-31  Michael Albinus  <michael.albinus@gmx.de>
839         * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
840         and "scpx".
842 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
844         * doc-view.el (doc-view-set-doc-type): New function refactored
845         from doc-view-mode.
846         (doc-view-fallback-mode): New function.
847         (doc-view-mode): Use it.
848         (doc-view-mode-maybe): New function that checks if doc-view-mode
849         can be used and falls back to the next best mode otherwise.
851         * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
852         DVI, OpenDocument, and MS Office files.
854 2010-12-30  Andreas Schwab  <schwab@linux-m68k.org>
856         * emacs-lisp/rx.el (rx-syntax): Fix typo.
858 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
860         * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
861         on a copy of auto-mode-alist, because that deletes with side
862         effects.
864 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
866         * doc-view.el (doc-view-mode, doc-view-toggle-display):
867         Use normal-mode without doc-view-mode bindings in auto-mode-alist as
868         fallback instead of hard coding fundamental mode.
870 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
872         * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
873         Office) files also for searching.
875 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
877         * doc-view.el: Implement viewing of OpenDocument (and Microsoft
878         Office) files.  Not yet enabled via auto-mode-list.
879         (doc-view-unoconv-program): New custom variable.
880         (doc-view-mode-p): Handle new odf document type.
881         (doc-view-odf->pdf): New conversion function.
882         (doc-view-convert-current-doc): Call it for odf files.
883         (doc-view-mode): Recognize newly supported file extensions.
885 2010-12-30  Michael Albinus  <michael.albinus@gmx.de>
887         * net/tramp.el (tramp-default-method-alist)
888         (tramp-default-user-alist)
889         (tramp-local-host-regexp, tramp-prefix-domain-format)
890         (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
892         * net/tramp-ftp.el:
893         * net/tramp-gvfs.el:
894         * net/tramp-gw.el:
895         * net/tramp-imap.el:
896         * net/tramp-sh.el:
897         * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
898         code of `tramp-default-method-alist' and `tramp-default-user-alist'.
900 2010-12-29  Karl Fogel  <kfogel@red-bean.com>
902         * saveplace.el (save-place-alist-to-file): Save list sorted and
903         pretty-printed, so that it is mergeable by line-based text merging,
904         as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
906 2010-12-28  Ken Manheimer  <ken.manheimer@gmail.com>
908         * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
909         (allout-mode): Argument "toggle" => "force".
910         Refine the docstring.
911         Remove special provisions for reactivation, besides the 'force'
912         argument.
913         Consolidate layout provisions coce directly into the activation
914         condition branch, now that we've removed those provisions.
915         (allout-unload-function): Explicitly activate the mode before
916         deactivating, if it's initially deactivated.
917         (allout-set-buffer-multibyte): Properly prevent byte-compiler
918         warnings for version of function used only where
919         set-buffer-multibyte is unavailable.
921 2010-12-28  Chong Yidong  <cyd@stupidchicken.com>
923         * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
924         are handled by the menu-bar entries.  As before, don't use
925         :visibile to avoid changing the tool-bar.
927 2010-12-27  Michael Albinus  <michael.albinus@gmx.de>
929         * net/secrets.el (secrets-delete-alias): New defun.
931 2010-12-27  Michael Albinus  <michael.albinus@gmx.de>
933         * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
934         methods, otherwise ~/.ssh/config would be ignored.
936 2010-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
938         * emacs-lisp/rx.el: Make it a superset of sregex.
939         (rx-constituents): Add `any => "."', mark `repeat' as taking any number
940         of args, add `regex' alias.
941         (rx-info): Add arg to distinguish head and standalone forms.
942         (rx-check, rx-form): Pass the corresponding arg.
943         (rx-**): Simplify.
944         (rx-repeat): Make it work for any number of args.
945         (rx-syntax): Make it accept syntax chars as is.
946         * obsolete/sregex.el: Move from emacs-lisp/.
947         * emacs-lisp/re-builder.el: Remove sregex support.
948         * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
950 2010-12-25  Eli Zaretskii  <eliz@gnu.org>
952         * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
953         PRIMARY first, then the clipboard.  (Bug#7699)
955 2010-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
957         * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
958         print-number-table.
960 2010-12-21  Chong Yidong  <cyd@stupidchicken.com>
962         * help-fns.el (find-lisp-object-file-name): Locate .emacs from
963         .emacs.elc (Bug#7530).
965         * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
966         image spec (Bug#7480).
968 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
970         * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
971         * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
972         Move from lisp/.
974 2010-12-20  Leo  <sdl.web@gmail.com>
976         * dnd.el (dnd-get-local-file-name): Unhex of file name shall
977         always be performed (Bug#7680).
979 2010-12-20  Chong Yidong  <cyd@stupidchicken.com>
981         * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
982         (menu-bar-edit-menu): Bind "Copy" to kill-ring-save.  Don't use
983         mouse-region-match.
985         * color.el: Move from gnus/.
987         * vc/diff.el (diff-better-file-name): Function deleted.
988         abbreviating file names causes problems with shell-quote-argument.
989         (diff-no-select): Just use expand-file-name.
991         * tool-bar.el (tool-bar--image-expression): New function.
992         (tool-bar-local-item, tool-bar--image-exp): Use it.
993         (tool-bar-setup): Initialize tool-bar-separator-image-expression.
994         Use :enable instead of :visible to avoid changing the tool-bar
995         configuration unnecessarily.
997         * info.el (info-tool-bar-map): Add separators.
999 2010-12-17  Ken Brown  <kbrown@cornell.edu>
1001         * loadup.el: Use version numbers in Cygwin build.
1003 2010-12-17  Ryan Twitchell  <metatheorem@gmail.com>  (tiny change)
1005         * ido.el (ido-file-internal): Ask for confirmation before
1006         overwriting an existing file (Bug#1238).
1008 2010-12-16  Chong Yidong  <cyd@stupidchicken.com>
1010         * tool-bar.el (tool-bar-setup): Add separators.
1012         * menu-bar.el (featurep): Use menu-bar-separator.
1014 2010-12-16  Ken Manheimer  <ken.manheimer@gmail.com>
1016         Migrate allout encryption provisions from pgg to epg.
1018         * allout.el (allout-toggle-current-subtree-encryption)
1019         (allout-toggle-subtree-encryption): Adjust docstrings to reflect
1020         defaulting policy and other changes.  Change fetch-pass to keymode-cue,
1021         for simpler universal argument interpretation.
1022         (allout-toggle-subtree-encryption):  Adjust docstring to describe
1023         changed encryption provisions.  Change fetch-pass to keymode-cue, for
1024         simpler universal argument interpretation.  Remove provisions for
1025         handling key type and identity - they'll all be within
1026         allout-encrypt-string or epg/epg or even contained all the way in gpg.
1027         (allout-encrypt-string): Include keymode-cue, for optionally prompting
1028         for keypair recipients (universal argument > 1) and, in addition,
1029         associating the specified recipients with the outline (universal
1030         argument > 4) using a file local variable setting for
1031         'epa-file-encrypt-to'.
1032         Require epa, for recipients handling.
1033         Change how regexp filtering elements are named.
1034         Describe the problem with caching of incorrect symmetric-decryption
1035         keys.
1036         Use the epa-passphrase-callback-function, in case the user is using
1037         GnuPG v1.
1038         Support saving of the selected keypair recipients when invoked with a
1039         keymode-cue > 4.
1040         Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
1041         Require 'epa.
1042         Establish epg-context with armoring and default epg-protocol.
1043         Remove all passphrase cache, verification, and hinting code.
1044         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
1045         No longer used, delete.
1046         (allout-mode): Adjust docstring to describe changed encryption
1047         provisions.  Describe the problem with caching of incorrect
1048         symmetric-decryption keys.
1049         (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
1050         (allout-make-passphrase-state, allout-passphrase-state-passphrase)
1051         (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
1052         (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
1053         Obsolete, remove.
1055 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1057         * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
1058         key selection prompt; make 'silent as default (Bug#7487).
1060 2010-12-16  Leo  <sdl.web@gmail.com>
1062         * eshell/eshell.el (eshell-directory-name):
1063         Use locate-user-emacs-file (Bug#7578).
1065 2010-12-15  Glenn Morris  <rgm@gnu.org>
1067         * loadup.el (symbol-file-load-history-loaded): Remove; unused.
1069 2010-12-15  Jari Aalto  <jari.aalto@cante.net>
1070             Scott Evans <gse@antisleep.com>
1072         * rect.el (rectange--default-line-number-format)
1073         (rectangle-number-line-callback): New functions.
1074         (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
1076 2010-12-15  Chong Yidong  <cyd@stupidchicken.com>
1078         * rect.el (operate-on-rectangle-lines, string-rectangle-string):
1079         Delete unused variables.
1080         (move-to-column-force): Remove function obsolete since 21.2.
1082 2010-12-14  Michael Albinus  <michael.albinus@gmx.de>
1084         * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
1085         (tramp-handle-insert-file-contents): Do not set permanent-local
1086         property.
1088         * net/tramp-cache.el (tramp-persistency-file-name):
1089         Use `locate-user-emacs-file' if fboundp.
1091         * net/tramp-sh.el (tramp-methods): Add "ksu".
1092         (tramp-default-user-alist): Add "ksu".  Use `regexp-opt' for
1093         method list.
1095 2010-12-14  Glenn Morris  <rgm@gnu.org>
1097         * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
1098         (find-tag-marker-ring): Declare.
1099         (js-find-symbol): Require etags.
1101         * mail/sendmail.el: Don't require rmail or mailalias when compiling.
1102         Require mail-utils.
1103         (mail-alias-file): Don't autoload.  Doc fix.
1104         (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
1105         (mail-mailer-swallows-blank-line): Default to nil.  Doc fix.
1106         Mark as obsolete, and risky.
1107         (mail-setup): Simplify.
1109         * mail/mailalias.el (build-mail-aliases): Make it interactive.
1110         * mail/sendmail.el (build-mail-aliases): Update autoload.
1112         * dired.el (dired-trivial-filenames, dired-chown-program)
1113         (dired-auto-revert-buffer): Remove autoload cookies.
1114         * mail/sendmail.el (mail-recover-1): Require 'dired.
1116         * dired.el (dired-subdir-switches, dired-chown-program)
1117         (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
1118         Make into defcustoms.
1119         (dired-chown-program): Simplify initialization.
1121         * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
1123 2010-12-13  Romain Francoise  <romain@orebokech.com>
1125         * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
1127 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1129         * net/netrc.el (netrc-point-at-eol): Remove the unused
1130         netrc-point-at-old and netrc-bound-and-true-p bindings.
1131         (netrc-parse): Cache the netrc contents.
1133 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
1135         * subr.el (posn-col-row): Evaluate header-line-format in the
1136         context of the POSITION window's buffer.
1138 2010-12-13  Glenn Morris  <rgm@gnu.org>
1140         * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
1141         (with-silent-modifications): Doc fixes.
1143 2010-12-13  Michael Albinus  <michael.albinus@gmx.de>
1145         * net/tramp.el (tramp-action-password, tramp-process-actions):
1146         Revert previous from.  Use `save-restriction'.
1148 2010-12-13  Stephen Berman  <stephen.berman@gmx.net>
1150         * calendar/diary-lib.el (diary-list-sexp-entries):
1151         Handle case of no newline at end of file.  (Bug#7536)
1153 2010-12-13  Glenn Morris  <rgm@gnu.org>
1155         * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
1157 2010-12-13  Michael Albinus  <michael.albinus@gmx.de>
1159         * net/tramp.el (tramp-action-password): Delete region, do not narrow.
1160         (tramp-process-actions): Do not widen.
1162         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1163         Protect buffer-modified value.  (Bug#7557)
1165 2010-12-13   Jan Moringen  <jmoringe@techfak.uni-bielefeld.de>
1167         * log-edit.el (log-edit-changelog-entries):
1168         Regexp quote filename.  (Bug#7505)
1170 2010-12-13  Tom Breton  <tehom@panix.com>
1172         * cus-edit.el (custom-save-all):
1173         Bind print-length and print-level to nil.  (Bug#7581)
1175 2010-12-13  Glenn Morris  <rgm@gnu.org>
1177         * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
1178         Run hooks to update menu contents.  (Bug#7586)
1180         * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
1181         file names, for the sake of MS Windows.  (Bug#7588)
1183 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1185         * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
1186         empty lines without a leading space.
1188 2010-12-13  Leo  <sdl.web@gmail.com>
1190         * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
1191         while mapping over marks (Bug#6810).
1193 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
1195         * image-dired.el (image-dired-db-file)
1196         (image-dired-temp-image-file, image-dired-gallery-dir)
1197         (image-dired-temp-rotate-image-file): Set default values relative
1198         to image-dired-dir (Bug#7518).
1200 2010-12-13  Lawrence Mitchell  <wence@gmx.li>
1202         * format.el (format-decode-run-method): Pass args FROM and TO, not
1203         point-min and point-max, to shell-command-on-region (Bug#7488).
1205 2010-12-13  Jan Djärv  <jan.h.d@swipnet.se>
1207         * frame.el (blink-cursor-mode): Make default t for ns.
1209 2010-12-13  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
1211         * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
1213 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
1215         * comint.el (comint-dynamic-list-input-ring)
1216         (comint-dynamic-complete-filename)
1217         (comint-replace-by-expanded-filename)
1218         (comint-dynamic-simple-complete)
1219         (comint-dynamic-list-filename-completions)
1220         (comint-dynamic-list-completions): Doc fix (Bug#7499).
1222         * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
1223         Doc fix (Bug#7471).
1225 2010-12-13  Martin Rudalics  <rudalics@gmx.at>
1227         * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
1228         (Bug#7533).
1230 2010-12-13  W. Martin Borgert <debacle@debian.org>  (tiny change)
1232         * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
1233         (Bug#7491).
1235 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
1237         * files.el (file-relative-name): Handle UNC file names on
1238         DOS/Windows.  (Bug#4674)
1240 2010-12-13  Daiki Ueno  <ueno@unixuser.org>
1242         * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
1243         "RIPEMD160" (Bug#7490).  Reported by Daniel Kahn Gillmor.
1244         (epg-context-set-passphrase-callback): Mention that the callback
1245         is not called when used with GnuPG 2.x.
1247 2010-12-13  Glenn Morris  <rgm@gnu.org>
1249         * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
1250         Ensure ps-footer-font-size-internal is initialized.
1251         Call ps-get-page-dimensions before trying to use ps-font-for-text.
1253 2010-12-13  Kenichi Handa  <handa@m17n.org>
1255         * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
1256         within condition-case.
1257         (rmail-show-mime): Don't use condition-case.
1258         (rmail-search-mime-message): New function.
1259         (rmail-search-mime-message-function): Set to
1260         rmail-search-mime-message.
1262 2010-12-13  Leo  <sdl.web@gmail.com>
1264         * ido.el (ido-common-initialization): New function.  (bug#3274)
1265         (ido-mode): Use it.
1266         (ido-completing-read): Call it.
1268 2010-12-12  Karl Fogel  <kfogel@red-bean.com>
1270         * bookmark.el (bookmark-name-from-full-record): Rename back to
1271         this original name from `bookmark-name-from-record' reverting part
1272         of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
1273         As Drew Adams pointed out, there was no reason to cause churn for
1274         third-party callers.
1276 2010-12-12  Alan Mackenzie  <acm@muc.de>
1278         * progmodes/cc-engine.el (c-forward-type): Before scanning a
1279         template arglist, check that the current language supports this.
1281 2010-12-11  Glenn Morris  <rgm@gnu.org>
1283         * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
1284         state of the file matches.  (Bug#7544)
1285         (vc-bzr-register, vc-bzr-checkin)
1286         (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
1287         (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
1289         * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
1291 2010-12-11  Karel Klíč  <kklic@redhat.com>
1293         * files.el (auto-mode-alist): Use html-mode for *.xhtml.  (Bug#7606)
1295 2010-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1297         Derive from prog-mode, use derived-mode-p, and fix up various
1298         minor style issues in lisp/progmodes.
1300         * progmodes/vhdl-mode.el (vhdl-mode):
1301         * progmodes/verilog-mode.el (verilog-mode):
1302         * progmodes/vera-mode.el (vera-mode):
1303         * progmodes/sql.el (sql-mode):
1304         * progmodes/scheme.el (scheme-mode):
1305         * progmodes/perl-mode.el (perl-mode):
1306         * progmodes/octave-inf.el (inferior-octave-mode):
1307         * progmodes/autoconf.el (autoconf-mode):
1308         * progmodes/m4-mode.el (m4-mode):
1309         * progmodes/inf-lisp.el (inferior-lisp-mode):
1310         * progmodes/idlwave.el (idlwave-mode):
1311         * progmodes/icon.el (icon-mode):
1312         * progmodes/idlw-help.el (idlwave-help-mode):
1313         * progmodes/dcl-mode.el (dcl-mode):
1314         * progmodes/idlw-shell.el (idlwave-shell-mode):
1315         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
1316         (ebrowse-member-mode, ebrowse-electric-position-mode):
1317         Use define-derived-mode.
1319         * progmodes/xscheme.el (exit-scheme-interaction-mode)
1320         (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
1321         (xscheme-debugger-mode-p, xscheme-send-string-1):
1322         * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
1323         (tcl-load-file, tcl-restart-with-file):
1324         * progmodes/ps-mode.el (ps-run-running):
1325         * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
1326         * progmodes/js.el (js--get-all-known-symbols):
1327         * progmodes/inf-lisp.el (inferior-lisp-proc):
1328         * progmodes/idlwave.el (idlwave-beginning-of-statement)
1329         (idlwave-template, idlwave-update-buffer-routine-info)
1330         (idlwave-update-current-buffer-info)
1331         (idlwave-get-routine-info-from-buffers, idlwave-choose)
1332         (idlwave-scan-class-info, idlwave-fix-keywords)
1333         (idlwave-list-buffer-load-path-shadows):
1334         * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
1335         (idlwave-toolbar-remove):
1336         * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
1337         (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
1338         (idlwave-shell-menu-def):
1339         * progmodes/idlw-complete-structtag.el
1340         (idlwave-prepare-structure-tag-completion):
1341         * progmodes/gud.el (gud-set-buffer):
1342         * progmodes/f90.el (f90-backslash-not-special):
1343         * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
1345         * progmodes/xscheme.el (xscheme-start)
1346         (local-set-scheme-interaction-buffer, scheme-interaction-mode):
1347         * progmodes/which-func.el (which-function):
1348         * progmodes/vhdl-mode.el (vhdl-set-style):
1349         * progmodes/verilog-mode.el (verilog-set-compile-command)
1350         (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
1351         (verilog-set-define, verilog-auto-reeval-locals):
1352         * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
1353         * progmodes/simula.el (simula-mode):
1354         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
1355         * progmodes/python.el (python-check, python-mode):
1356         * progmodes/prolog.el (prolog-mode-variables):
1357         * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
1358         * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
1359         * progmodes/delphi.el (delphi-mode):
1360         * progmodes/cc-styles.el (c-setup-paragraph-variables):
1361         * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
1362         (c-font-lock-init): Move make-local-variable to their setq.
1364         * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
1365         (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
1366         make-local-hook.
1367         * progmodes/sh-script.el (sh-require-final-newline): Remove.
1368         (sh-set-shell): Don't set require-final-newline since it's already done
1369         by prog-mode.
1370         * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
1371         since we never set it.
1372         * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
1373         Use read-string and standard prompt.
1374         * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
1375         * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
1376         (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
1377         (meta-common-mode-map): Rename from meta-mode-map.
1378         Remove C-m binding, which is a user preference, not mode specific.
1379         (meta-common-mode): New major mode; replace meta-common-initialization.
1380         * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
1381         around with font-lock.
1382         * progmodes/etags.el (select-tags-table-mode):
1383         Derive from special-mode.
1384         * progmodes/octave-mod.el (octave-mode):
1385         * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
1386         (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
1387         (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
1388         Let define-derived-mode do its job.
1389         * progmodes/cpp.el (cpp-edit-mode-map):
1390         Move initialization into declaration.
1391         (cpp-edit-mode): Use define-derived-mode.
1392         (cpp-edit-load): Use derived-mode-p.
1393         * progmodes/mixal-mode.el (mixal-mode):
1394         * progmodes/f90.el (f90-mode):
1395         * progmodes/cfengine.el (cfengine-mode): Don't bother setting
1396         require-final-newline since prog-mode does it already.
1397         * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
1398         * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
1399         * progmodes/antlr-mode.el: Require cc-mode upfront.
1400         (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
1401         the declaration.
1402         (antlr-directory-dependencies, antlr-show-makefile-rules):
1403         Use derived-mode-p.
1404         (antlr-language-option): Don't assume point-min==1.
1405         (antlr-mode): Use define-derived-mode.
1406         * progmodes/ada-mode.el: Use derived-mode-p.
1407         (ada-mode): Use define-derived-mode.
1408         Use hack-local-variables-hook.
1410 2010-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1412         * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
1413         (texinfo-mode): Don't disable adaptive-fill-mode.
1414         (texinfo-insert-block): Adjust cursor placement for blocks with arg.
1415         (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
1416         (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
1417         (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
1418         (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
1419         (texinfo-insert-@quotation, texinfo-insert-@samp)
1420         (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
1421         (texinfo-insert-@uref): Use define-skeleton.
1422         (texinfo-insert-@-with-arg): Delete.
1424 2010-12-10  Eli Zaretskii  <eliz@gnu.org>
1426         * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
1427         nil, do quote archive member names.  (Bug#6144)
1429 2010-12-10  Glenn Morris  <rgm@gnu.org>
1431         * files.el (diff-no-select): Declare.
1433         * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
1434         (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
1436         * comint.el (comint-input-ring-file-name): Doc fix.
1438 2010-12-09  Eli Zaretskii  <eliz@gnu.org>
1440         * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
1441         New functions.
1442         (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
1443         Use them instead of `nil' and `>', respectively.
1444         (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
1445         instead of `nil'.
1446         (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
1447         and menu-bar-positive-p instead of `nil' and `>', respectively.
1448         (Bug#1077)
1450 2010-12-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1452         * whitespace.el (whitespace-newline-mode): Code fix.
1454 2010-12-09  Glenn Morris  <rgm@gnu.org>
1456         * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
1457         Rename functions without commas, update callers.
1459 2010-12-08  Jeff Dairiki  <dairiki@dairiki.org>  (tiny change)
1461         * whitespace.el (whitespace-cleanup-region):
1462         Clean up spaces before tabs.  (Bug#7582)
1464 2010-12-08  Karl Fogel  <kfogel@red-bean.com>
1466         * bookmark.el: Adjust parameter names and doc strings to resolve
1467         confusion over whether "bookmark" meant a bookmark name or a
1468         bookmark record.  Along the way, shorten one function's name for
1469         similar reasons.  (Issue #7548)
1470         (bookmark-name-from-record): New name for
1471         `bookmark-name-from-full-record'.  All callers changed.
1472         (bookmark-get-bookmark, bookmark-get-bookmark-record)
1473         (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
1474         (bookmark-get-annotation, bookmark-set-annotation)
1475         (bookmark-get-filename, bookmark-set-filename)
1476         (bookmark-get-position, bookmark-set-position)
1477         (bookmark-get-front-context-string, bookmark-set-front-context-string)
1478         (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
1479         (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
1480         (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
1481         Rename `bookmark' parameter to `bookmark-name-or-record', to
1482         clearly show its role, and shorten or adjust doc strings accordingly.
1483         (bookmark-set-name): Same, and pass the parameter directly to
1484         `bookmark-get-bookmark' instead of redundantly doing the callee's work.
1485         (bookmark-default-annotation-text, bookmark-send-edited-annotation)
1486         (bookmark-relocate, bookmark-insert-location, bookmark-insert)
1487         (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
1488         and in some cases shorten doc string accordingly.
1489         (bookmark-rename): Change `old' and `new' parameters to `old-name'
1490         and `new-name', and adjust an internal variable to avoid confusion.
1491         (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
1492         parameter in doc string.
1494 2010-12-08  Glenn Morris  <rgm@gnu.org>
1496         * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
1497         from gdb's history file.  (Bug#7575)
1499         * mail/emacsbug.el (report-emacs-bug):
1500         Try to handle some other mail clients.
1502 2010-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1504         * files.el (dir-locals-collect-variables): Don't let errors stop us.
1505         Use string-prefix-p.
1506         (file-name-version-regexp): New var.
1507         (file-name-sans-versions):
1508         * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
1509         (jka-compr-get-compression-info): Use dolist.
1510         (jka-compr-compression-info-list): Don't bother specifying
1511         version/backup regexps.
1513 2010-12-07  Tassilo Horn  <tassilo@member.fsf.org>
1515         * simple.el (just-one-space): Make argument n default to 1 if
1516         omitted.
1518 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1520         * electric.el (electric-indent-post-self-insert-function):
1521         Delete trailing newlines even if we don't reindent.
1523 2010-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1525         * minibuffer.el (completion-at-point): Remove the `arg'.
1526         * bindings.el (complete-symbol): Move back from minibuffer.el.
1528 2010-12-06  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1530         * simple.el (just-one-space): Delete newlines for negative arg.
1532 2010-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1534         * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
1535         (ansi-color-filter-apply): Simplify.
1536         (ansi-color-apply): Use `font-lock-face' rather than `face'.
1538 2010-12-05  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
1540         * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
1542 2010-12-04  Chong Yidong  <cyd@stupidchicken.com>
1544         * dired.el (dired-use-ls-dired): Set default to a special
1545         "unspecified" value.
1546         (dired-insert-directory): When called the first time, check
1547         whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
1549 2010-12-04  Tak Ota  <Takaaki.Ota@am.sony.com>
1551         * replace.el: Add "collect" feature to occur.
1552         (occur-collect-regexp-history): New var.
1553         (occur-read-primary-args): Return a replace string for nlines,
1554         if needed.
1555         (occur): Extend the meaning of nlines.
1557 2010-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1559         * progmodes/which-func.el (which-func-ff-hook): Log the error message.
1560         (which-func-update-1): Distinguish symbols from strings.
1561         (which-function): Stay within 80 columns.
1563 2010-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1565         * subr.el (with-demoted-errors): Distinguish symbols from strings.
1567         * newcomment.el (comment-styles): Add docs to each style (bug#7509).
1568         Improve docstring.
1569         (comment-style): Use comment-styles's docs to describe values.
1571 2010-12-03  Jan Djärv  <jan.h.d@swipnet.se>
1573         * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
1574         and ns-show-prefs (Bug#7535).
1576         * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
1577         bindings (Bug#7535).
1579 2010-12-03  Glenn Morris  <rgm@gnu.org>
1581         * nxml/nxml-mode.el: Require rng-nxml.
1582         (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
1583         Remove declarations.
1585         * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
1586         * nxml/rng-nxml.el, nxml/rng-valid.el:
1587         Remove leading `*' from defcustom docs.
1589         * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
1590         (normal-top-level-add-to-load-path, tty-handle-args):
1591         Convert comments to basic doc-strings.
1593         * net/browse-url.el (browse-url-url-at-point)
1594         (browse-url-default-browser): Remove autoload cookies.
1596         * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
1597         Remove more undefined cl functions.
1599         * vc/diff.el (diff-sentinel): Make new arguments optional.
1600         * ibuf-ext.el (diff-sentinel): Update declaration.
1602 2010-12-03  Daiki Ueno  <ueno@unixuser.org>
1604         * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
1605         "RIPEMD160" (Bug#7490).  Reported by Daniel Kahn Gillmor.
1606         (epg-context-set-passphrase-callback): Mention that the callback
1607         is not called when used with GnuPG 2.x.
1609 2010-12-02  Michael Albinus  <michael.albinus@gmx.de>
1611         * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
1612         (tramp-file-name-port): Check also for `tramp-default-port'.
1613         (tramp-get-connection-name): New defun.
1614         (tramp-get-connection-process): Use it.
1615         (tramp-debug-message): Extend function exclude list.
1616         (tramp-drop-volume-letter): Fix doc string.
1618         * net/tramp-cmds.el: Remove solved todo item.
1620         * net/tramp-efs.el:
1621         * net/tramp-ftp.el:
1622         * net/tramp-gvfs.el:
1623         * net/tramp-gw.el:
1624         * net/tramp-imap.el:
1625         * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
1626         and `tramp-default-user-alist', respectively.
1628         * net/tramp-gw.el (tramp-gw-open-connection):
1629         Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
1631         * net/tramp-imap.el (tramp-imap-make-iht): Use just
1632         `tramp-file-name-port'.
1634         * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
1635         and "psftp".  Exchange "%k" marker with options.
1636         (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
1637         Compute size of link target.
1638         (tramp-do-copy-or-rename-file-out-of-band). Move setting of
1639         `tramp-current-*' up due to gateway methods.  Optimze computing of
1640         copy arguments.  Use `tramp-get-connection-name' and
1641         `tramp-get-connection-buffer'.  Improve debug messages.
1642         (tramp-compute-multi-hops): Remove port determination.
1643         (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
1645         * net/trampver.el: Update release number.
1647 2010-12-02  Glenn Morris  <rgm@gnu.org>
1649         * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
1650         Avoid infinite loop over windows.  (Bug#7492)
1652         * progmodes/flymake.el (flymake-check-file-limit):
1653         Allow nil to mean "no limit".
1654         (flymake-check-patch-master-file-buffer): Update for above change.
1655         Allow a .tex file-name extension to be optional.
1656         (flymake-master-tex-init): Also match \include statements.
1658 2010-11-30  Sam Steingold  <sds@gnu.org>
1660         * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
1661         (nxml-parent-document-set): A function to set `nxml-parent-document'.
1662         (nxml-mode): Define using `define-derived-mode' instead of `defun'.
1663         (nxml-mode-hook): Remove `defcustom' (auto-defined by
1664         define-derived-mode').
1665         * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
1666         users who want to call `nxml-parent-document-set'.
1668 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
1670         * log-edit.el (log-edit-font-lock-keywords): Don't try matching
1671         stand-alone lines, since that is handled by log-edit-match-to-eoh
1672         (Bug#6465).
1674 2010-11-27  Eduard Wiebe  <usenet@pusto.de>
1676         * dired.el (dired-get-filename): Replace backslashes with slashes
1677         in file names on MS-Windows, needed by `locate'.  (Bug#7308)
1678         * locate.el (locate-default-make-command-line): Don't consider
1679         drive letter and root directory part of
1680         `directory-listing-before-filename-regexp'.  (Bug#7308)
1681         (locate-post-command-hook, locate-post-command-hook): New defcustoms.
1683 2010-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1685         * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
1686         of :smie-open/close-alist.
1687         (smie-next-sexp): Make it accept a "start token" as argument.
1688         (smie-indent-keyword): Be careful not to misidentify tokens that span
1689         more than one line, as empty lines.  Add argument `token'.
1691 2010-11-27  Kenichi Handa  <handa@m17n.org>
1693         * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
1694         multipart subtypes, insert all as usual.
1696         * mail/rmail.el: Require rfc2047.
1698 2010-11-27  Kenichi Handa  <handa@m17n.org>
1700         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
1701         (rmail-mime-entity-disposition)
1702         (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
1703         (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
1704         (rmail-mime-save): Handle the case that the button's `data' is a
1705         MIME entity.
1706         (rmail-mime-insert-text): New function.
1707         (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
1708         (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
1709         (rmail-mime-insert-bulk): New function mostly copied from the old
1710         rmail-mime-bulk-handler.
1711         (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
1712         (rmail-mime-process-multipart): New function mostly copied from
1713         the old rmail-mime-multipart-handler.
1714         (rmail-mime-show): Just call rmail-mime-process.
1715         (rmail-mime-process): New function mostly copied from the old
1716         rmail-mime-show.
1717         (rmail-mime-insert-multipart, rmail-mime-parse)
1718         (rmail-mime-insert, rmail-show-mime)
1719         (rmail-insert-mime-forwarded-message)
1720         (rmail-insert-mime-resent-message): New functions.
1721         (rmail-insert-mime-forwarded-message-function): Set to
1722         rmail-insert-mime-forwarded-message.
1723         (rmail-insert-mime-resent-message-function): Set to
1724         rmail-insert-mime-resent-message.
1726         * mail/rmailsum.el: Require rfc2047.
1727         (rmail-header-summary): Handle multiline Subject: field.
1728         (rmail-summary-line-decoder): Change the default to
1729         rfc2047-decode-string.
1731         * mail/rmail.el (rmail-enable-mime): Change the default to t.
1732         (rmail-mime-feature): Change the default to `rmailmm'.
1733         (rmail-quit): Delete the specifal code for rmail-enable-mime.
1734         (rmail-display-labels): Likewise.
1735         (rmail-show-message-1): Check rmail-enable-mime, and use
1736         rmail-show-mime-function for a MIME message.  Decode the headers
1737         according to RFC2047.
1739 2010-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1741         * progmodes/which-func.el (which-func-imenu-joiner-function):
1742         Return a string, as expected.
1743         (which-function-mode): Make sure we stop any previous timer before
1744         starting a new one.
1746 2010-11-27  Michael Albinus  <michael.albinus@gmx.de>
1748         * net/tramp.el (tramp-default-method-alist)
1749         (tramp-default-user-alist, tramp-default-proxies-alist):
1750         Adapt custom options type.  (Bug#7445)
1752 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
1754         * progmodes/python.el: Add Ipython support (Bug#5390).
1755         (python-shell-prompt-alist)
1756         (python-shell-continuation-prompt-alist): New options.
1757         (python--set-prompt-regexp): New function.
1758         (inferior-python-mode, run-python, python-shell):
1759         Require ansi-color.  Use python--set-prompt-regexp to set the comint
1760         prompt based on the Python interpreter.
1761         (python--prompt-regexp): New var.
1762         (python-check-comint-prompt)
1763         (python-comint-output-filter-function): Use it.
1764         (run-python): Use a pipe (Bug#5694).
1766 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
1768         * progmodes/python.el (run-python): Doc fix.
1769         (python-keep-current-directory-in-path): New var (Bug#7454).
1771 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
1773         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
1774         Prompt user before actually printing.
1776 2010-11-27  Glenn Morris  <rgm@gnu.org>
1778         * startup.el (package-enable-at-startup, package-initialize):
1779         Remove unnecessary declarations.
1781 2010-11-27  Eli Zaretskii  <eliz@gnu.org>
1783         * international/characters.el (glyphless-char-display-control):
1784         Exclude newline and TAB from the c0-control group.
1786 2010-11-27  Glenn Morris  <rgm@gnu.org>
1788         * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
1789         (expand-mail-aliases): Remove unnecessary autoload.
1791         * allout.el (allout-command-prefix, allout-mode-map): Declare.
1793         * shell.el (shell-dir-cookie-re): Move definition before use.
1795         * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
1796         Replace undefined CL functions.
1798 2010-11-26  Eli Zaretskii  <eliz@gnu.org>
1800         * simple.el (prog-mode): Set bidi-paragraph-direction to
1801         left-to-right.
1803         * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
1805 2010-11-26  Glenn Morris  <rgm@gnu.org>
1807         * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
1808         diary-outlook-formats can be sensitive to calendar-date-style.
1809         (diary-outlook-formats): Simplify the default setting.
1810         (diary-from-outlook-internal): Pass subject and body as arguments.
1811         Use dolist rather than dotimes.  Don't save the diary buffer.
1812         (diary-from-outlook-gnus, diary-from-outlook-rmail):
1813         Pass subject and body as explicit arguments to the -internal function.
1815 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1817         * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
1818         parsing them.  This makes mailto:...?subject=foo\nbar work.
1820 2010-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1822         * vc/diff.el (diff): Fix last change.
1824 2010-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1826         * emacs-lisp/pcase.el: Improve pcase-let.  Use "pcase--" prefix.
1827         (pcase--dontcare-upats): New var.
1828         (pcase-let, pcase-let*): Generate better code.
1829         Accept the same bodies as `let'.
1830         (pcase-dolist): New macro.
1831         (pcase--trivial-upat-p): New helper function.
1832         (pcase--expand): Strip leading "(let nil" if any.
1834 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1836         * mail/mailclient.el (browse-url): Require.
1837         (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
1838         use the external browser function to send the mail (bug#7469).
1840         * net/browse-url.el (browse-url-browser-function): Revert the
1841         default back to the previous value, since the new value broke
1842         mailclient.el.
1843         (browse-url-mailto-function): New variable for mailto: URLs.
1844         (browse-url): Use the new variable for mailto: URLs.
1846 2010-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1848         * eshell/esh-cmd.el (eshell-parse-command):
1849         * eshell/esh-arg.el (eshell-parse-arguments):
1850         * eshell/em-script.el (eshell-source-file):
1851         Use with-silent-modifications.
1853 2010-11-23  Chong Yidong  <cyd@stupidchicken.com>
1855         * vc/vc.el (vc-merge): Remove optional arg PROMPT.  Always prompt
1856         for a merge location.
1858         * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
1859         (vc-bzr-merge-branch): Always prompt.
1860         (vc-bzr-async-command): Use the full branch filename.
1862 2010-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1864         * shell.el (shell): Use current-buffer by default if it's already
1865         a shell mode buffer and its process is dead.
1866         Suggested by Jose E. Marchesi <jemarch@gnu.org>.
1868 2010-11-23  Tassilo Horn  <tassilo@member.fsf.org>
1870         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
1871         Mention that the keywords should be comma separated.
1873 2010-11-23  Chong Yidong  <cyd@stupidchicken.com>
1875         * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
1876         Accept optional prefix arg meaning to prompt for a command.
1877         (vc-update): Use vc-BACKEND-pull if available.  Accept optional
1878         prefix arg meaning to prompt for a command.
1879         (vc-pull): Alias for vc-update.
1881         * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
1882         (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
1883         (vc-bzr-merge-branch): New functions, implementing merge-branch
1884         and pull operations.
1886 2010-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1888         * Makefile.in: Fix up last merge.
1890         * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
1891         (diff-sentinel): Get them as arguments instead.
1892         (diff-old-file, diff-new-file, diff-extra-args): Remove.
1893         (diff-file-local-copy, diff-better-file-name): New funs.
1894         (diff-no-select): Rename from diff-into-buffer.
1895         Support buffers additionally to files.  Move `buf' arg.  Don't display buf.
1896         Prefer closures to buffer-local variables.
1897         (diff): Adjust accordingly.
1898         (diff-buffer-with-file): Move from files.el.
1899         * files.el (diff-buffer-with-file): Move to vc/diff.el.
1900         (diff-buffer-internal): Remove.
1901         (diff-buffer-buffer): Remove.
1902         (save-some-buffers-action-alist): Use diff-no-select so as not to guess
1903         the buffer name used, and so as not to mess up windows and frames.
1905 2010-11-22  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
1907         * files.el: Make revert work with diff-buffer-with-file (bug#7277).
1908         (diff-buffer-internal): New function extracted from diff-buffer-with-file
1909         (diff-buffer-with-file): Use it.
1910         * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
1911         (diff): Use it.
1913 2010-11-22  Tassilo Horn  <tassilo@member.fsf.org>
1915         * textmodes/reftex-ref.el (reftex-goto-label): Use the current
1916         \ref's or \pageref's value as default instead of initial input.
1918 2010-11-21  Michael Albinus  <michael.albinus@gmx.de>
1920         * files.el (backup-by-copying-when-mismatch): The default value is
1921         now t.
1923         * startup.el (normal-top-level):
1924         * net/tramp.el (tramp-handle-insert-file-contents): Do not set
1925         `backup-by-copying-when-mismatch'.
1927 2010-11-21  Jan Djärv  <jan.h.d@swipnet.se>
1929         * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
1931 2010-11-21  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
1933         * progmodes/python.el (python-font-lock-keywords):
1934         Highlight top-level augmented assignments (Bug#6445).
1936 2010-11-21  Jan Djärv  <jan.h.d@swipnet.se>
1938         * term/ns-win.el (ns-right-control-modifier)
1939         (ns-right-command-modifier): Defvar them.
1941         * cus-start.el (all): Add ns-right-control-modifier and
1942         ns-right-command-modifier (Bug#7458).
1944 2010-11-20  Glenn Morris  <rgm@gnu.org>
1946         * emacs-lisp/authors.el (authors-ignored-files)
1947         (authors-valid-file-names, authors-renamed-files-alist): Add entries.
1949 2010-11-20  Tassilo Horn  <tassilo@member.fsf.org>
1951         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
1952         (report-emacs-bug-parse-query-results)
1953         (report-emacs-bug-create-existing-bugs-buffer): Pass through
1954         keywords used for querying the bug database to show them in the
1955         existing bugs buffer.
1957 2010-11-20  Jan Djärv  <jan.h.d@swipnet.se>
1959         * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
1961         * info.el (info-tool-bar-map): Add some :vert-only keywords.
1963 2010-11-20  Eli Zaretskii  <eliz@gnu.org>
1965         * international/characters.el (glyphless-char-display-control):
1966         Make it a defcustom, with update-glyphless-char-display as its
1967         :set attribute.
1968         (top level): Don't call update-glyphless-char-display.
1970 2010-11-20  Michael Albinus  <michael.albinus@gmx.de>
1972         Sync with Tramp 2.2.0.
1974         * net/tramp.el (tramp-handle-insert-file-contents): Don't use
1975         `file-remote-p' (due to compatibility).
1977         * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
1978         (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
1980         * net/trampver.el: Update release number.
1982 2010-11-20  Eli Zaretskii  <eliz@gnu.org>
1984         * faces.el (glyphless-char): Define value for `pc'.
1986 2010-11-20  Tassilo Horn  <tassilo@member.fsf.org>
1988         Implemented a bug querying mechanism.
1989         * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
1990         (report-emacs-bug-create-existing-bugs-buffer)
1991         (report-emacs-bug-parse-query-results)
1992         (report-emacs-bug-query-existing-bugs): New functions.
1994 2010-11-19  Tassilo Horn  <tassilo@member.fsf.org>
1996         * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
1997         a \ref{} or \pageref{} macro, then use its value as initial input.
1999 2010-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
2001         * calc/calc-units.el (math-build-units-table-buffer):
2002         calc/README: Mention that the TeX specific units won't use the
2003         `tex' prefix in TeX mode.
2004         calc/calc-lang.el (math-variable-table): Don't use the `tex'
2005         prefix for units in TeX mode.
2007 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2009         * simple.el (kill-new, kill-append, kill-region):
2010         * comint.el (comint-kill-region): Make the yank-handler argument
2011         obsolete.
2013 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2015         * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
2016         that are both openers (resp. closers) and something else.
2017         (smie-grammar): Loosen definition of valid values.
2018         (smie-next-sexp, smie-down-list, smie-blink-matching-open)
2019         (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
2020         (smie-indent-after-keyword): Adjust users.
2021         (smie-indent-keyword): Don't indent empty lines.
2023         * vc-hg.el (vc-hg-program): New var.
2024         Suggested by Norman Gray <norman@astro.gla.ac.uk>.
2025         (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
2027 2010-11-18  Glenn Morris  <rgm@gnu.org>
2029         * emacs-lisp/autoload.el (autoload-find-destination): The function
2030         coding-system-eol-type may return non-numeric values.  (Bug#7414)
2032 2010-11-18  Ulrich Mueller  <ulm@gentoo.org>
2034         * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
2036 2010-11-18  Eli Zaretskii  <eliz@gnu.org>
2038         * subr.el (posn-col-row): Pay attention to header line.  (Bug#7390)
2040 2010-11-18  Chong Yidong  <cyd@stupidchicken.com>
2042         * textmodes/picture.el (picture-mouse-set-point): Don't use
2043         posn-col-row; explicitly compute the motion based on the posn at
2044         the window-start (Bug#7390).
2046 2010-11-18  Glenn Morris  <rgm@gnu.org>
2048         * novice.el (disabled-command-function):
2049         Fix 2009-11-15 change.  (Bug#7384)
2051 2010-11-18  Glenn Morris  <rgm@gnu.org>
2053         * calendar/calendar.el (diary-iso-date-forms): Make elements
2054         mutually exclusive.  (Bug#7377)
2056 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2058         * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
2059         when filling the remaining "unconstrained" values.
2061 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2063         * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
2064         safety predicate.
2066         * files.el (safe-local-variable-p): Gracefully handle errors.
2068         * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
2069         Use smie-indent-virtual when indenting relative to an opener.
2070         (smie-rule-separator): Use smie-rule-parent.
2071         (smie-indent-keyword): Consult rules, even for openers at bol.
2072         (smie-indent-comment-close): Try to align closer's content.
2074 2010-11-18  Glenn Morris  <rgm@gnu.org>
2076         * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
2078 2010-11-18  Glenn Morris  <rgm@gnu.org>
2080         * printing.el (pr-menu-bind): Doc fix.
2082         * speedbar.el (speedbar-toggle-images): Doc fix.
2084         * progmodes/python.el (python-shell): Doc fix.
2086         * wid-edit.el (widget-field-use-before-change)
2087         (widget-use-overlay-change): Doc fixes.
2089 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2091         Minor cleanup to improve style.
2092         * textmodes/rst.el (rst-update-section): Use point-marker.
2093         (rst-get-decoration): Eliminate unneeded assignment.
2094         (rst-promote-region, rst-straighten-decorations)
2095         (rst-section-tree, rst-adjust): Use point-marker.
2096         (rst-toc-mode-mouse-goto): Avoid setq.
2097         (rst-shift-region-guts, rst-shift-region-left)
2098         (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
2099         (rst-convert-bullets-to-enumeration): Use copy-marker.
2101         * minibuffer.el (completion-fail-discreetly): New var.
2102         (completion--do-completion): Use it.
2104         * electric.el (electric-pair-pairs): New var.
2105         (electric-pair-post-self-insert-function): Use it.
2106         (electric-layout-post-self-insert-function): Don't insert a before
2107         newline unless it's actually needed.
2109 2010-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2111         * progmodes/python.el (run-python): Explain why we remove the current
2112         directory from sys.path.  Suggested by Eric Hanchrow <erich@cozi.com>.
2114         * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
2116 2010-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2118         * progmodes/octave-mod.el: Rely on elecric-*-modes.
2119         (octave-mode-map): Don't bind ;, SPC, and LF.
2120         (octave-auto-indent, octave-auto-newline): Remove.
2121         (electric-layout-rules): Declare.
2122         (octave-mode): Set electric-layout-rules.
2123         (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
2124         (octave-reindent-then-newline-and-indent, octave-electric-semi)
2125         (octave-electric-space): Remove.
2127         * electric.el (electric-layout-mode): New minor mode.
2128         (electric--after-char-pos): New function.
2129         (electric-indent-post-self-insert-function): Use it.
2130         (electric-layout-rules): New var.
2131         (electric-layout-post-self-insert-function): New function.
2132         (electric-indent-mode): Make them interact better.
2134 2010-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2136         * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
2137         (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
2138         (checkdoc-proper-noun-region-engine): Use with-syntax-table.
2140 2010-11-15  Agustín Martín  <agustin.martin@hispalinux.es>
2142         * textmodes/flyspell.el (flyspell-generic-progmode-verify):
2143         Make sure to check inside the word (Bug#6761).
2145 2010-11-14  Chong Yidong  <cyd@stupidchicken.com>
2147         * startup.el (command-line): If the cursorColor resource is set,
2148         change the cursor face-spec (Bug#7392).
2150 2010-11-13  Ken Manheimer  <ken.manheimer@gmail.com>
2152         The main features of the following allout.el changes are:
2153         - implement user customization for the allout key bindings
2154         - add a customization control by which the user can inhibit use of
2155           a trailing Ctrl-H, so by default it's reserved for use with
2156           describe-prefix-bindings
2157         - adapt to new version of called-interactively-p, while
2158           maintaining backwards compatibility with old version
2159         - fix hotspot navigation so i works properly with meta-modified keys
2161         * allout.el (allout-keybindings, allout-bind-keys)
2162         (allout-keybindings-binding, allout-prefixed-keybindings)
2163         (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
2164         (allout-keybindings-list, allout-mode-map-adjustments)
2165         (allout-setup-mode-map): Establish allout-mode keymaps as user
2166         customizable settings, and also establish a customizable setting which
2167         regulates whether or not a trailing control-h is reserved for use with
2168         describe-prefix-bindings - and inhibit it by default, so that control-h
2169         *is* reserved for describe-prefix-bindings unless the user changes it.
2171         * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
2172         and accurately between modified and unmodified events, and handle
2173         modified events more comprehensively.
2175         * allout.el (allout-substring-no-properties):
2176         Alias to use or provide version of `substring-no-properties'.
2177         (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
2179         * allout.el (allout-next-single-char-property-change):
2180         Alias to use or provide version of `next-single-char-property-change'.
2181         (allout-annotate-hidden, allout-hide-by-annotation):
2182         Use `allout-next-single-char-property-change'.
2184         * allout.el (allout-select-safe-coding-system):
2185         Alias to use or provide version of `select-safe-coding-system'.
2186         (allout-toggle-subtree-encryption):
2187         Use `allout-select-safe-coding-system'.
2189         * allout.el (allout-set-buffer-multibyte):
2190         Alias to use or provide version of `set-buffer-multibyte'.
2191         (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
2193         * allout.el (allout-called-interactively-p): Macro for using the
2194         different versions of called-interactively-p identically, depending on
2195         the subroutine's argument signature.
2196         (allout-back-to-current-heading, allout-beginning-of-current-entry):
2197         Use `(interactive "p")' instead of `(called-interactively-p)'.
2199         * allout.el (allout-init, allout-ascend, allout-end-of-level)
2200         (allout-previous-visible-heading, allout-forward-current-level)
2201         (allout-backward-current-level, allout-show-children):
2202         Use `allout-called-interactively-p' instead of `called-interactively-p'.
2204         * allout.el (allout-before-change-handler):
2205         Exempt edits to the (overlaid) character after the allout outline
2206         bullet from edit confirmation prompt.
2208         * allout.el (allout-add-resumptions):
2209         Ensure that it respects correct buffer for keybindings.
2211         * allout.el (allout-beginning-of-line):
2212         Use `allout-previous-single-char-property-change' alias for the sake of
2213         diverse compatibility.
2215         * allout.el (allout-end-of-line):
2216         Use `allout-mark-active-p' to encapsulate respect for mark activity.
2218 2010-11-13  Chong Yidong  <cyd@stupidchicken.com>
2220         * frame.el (frame-notice-user-settings): Don't clobber other
2221         user-set parameters when calling face-set-after-frame-default in
2222         response to background-color parameter (Bug#7373).
2224 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
2226         * international/characters.el (glyphless-char-display-control):
2227         Rename from glyphless-char-control; all users changed.  Doc fix.
2228         Signal an error if display method is not one of the recognized
2229         symbols.
2231 2010-11-13  Michael Albinus  <michael.albinus@gmx.de>
2233         * net/tramp-compat.el (tramp-compat-line-beginning-position)
2234         (tramp-compat-line-end-position): Remove them.
2236         * net/tramp.el (tramp-parse-rhosts-group)
2237         (tramp-parse-shosts-group, tramp-parse-sconfig-group)
2238         (tramp-parse-hosts-group, tramp-parse-passwd-group)
2239         (tramp-parse-netrc-group, tramp-parse-putty-group)
2240         * net/tramp-cmds.el (tramp-append-tramp-buffers)
2241         * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
2242         (tramp-sh-handle-file-selinux-context)
2243         (tramp-sh-handle-file-name-all-completions)
2244         (tramp-sh-handle-insert-directory)
2245         (tramp-sh-handle-expand-file-name, tramp-find-executable)
2246         (tramp-wait-for-output, tramp-send-command-and-read)
2247         * net/tramp-smb.el (tramp-smb-read-file-entry)
2248         (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
2250         * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
2251         `point-at-bol'.
2252         (tramp-remote-coding-commands): Add an alternative using "base64
2253         -d -i".  This is needed for older base64 versions from GNU
2254         coreutils.  Reported by Klaus Reichl
2255         <Klaus.Reichl@thalesgroup.com>.
2257 2010-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
2259         * simple.el (count-words-region): New function.
2261 2010-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2263         * shell.el (shell-dir-cookie-re): New custom variable.
2264         (shell-dir-cookie-watcher): New function.
2266         * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
2267         and compilation-mode (bug#7350).
2269         * vc/smerge-mode.el (smerge-refine): Choose better default part to
2270         highlight when one of them is empty.
2272         * skeleton.el (skeleton-read): Don't use `newline' since it may strip
2273         trailing space.
2274         (skeleton-newline): New function.
2275         (skeleton-internal-1): Use it.
2277         * simple.el (open-line): `newline' may strip trailing space.
2279 2010-11-12  Kevin Ryde  <user42@zip.com.au>
2281         * international/mule-cmds.el (princ-list): Use mapc.
2283 2010-11-12  Glenn Morris  <rgm@gnu.org>
2285         * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
2286         Use it to replace all instances of "*Compile-Log*"
2288 2010-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2290         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
2291         indentation specs.
2293 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2295         * progmodes/modula2.el: Use SMIE and skeleton.
2296         (m2-mode-syntax-table): (*..*) can be nested.
2297         Add //...\n.  Fix paren syntax.
2298         (m2-mode-map): Remove LF and TAB bindings.
2299         (m2-indent): Add safety property.
2300         (m2-smie-grammar): New var.
2301         (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
2302         (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
2303         (m2-mode): Use define-derived-mode.
2304         (m2-newline, m2-tab): Remove.
2305         (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
2306         (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
2307         (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
2308         (m2-import): Use define-skeleton.
2310 2010-11-11  Glenn Morris  <rgm@gnu.org>
2312         * obsolete/lucid.el: Don't warn about any CL functions in this file.
2314         * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
2315         (ls-lisp-verbosity): Add custom :set-after property.
2316         (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
2317         (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
2318         (ls-lisp-insert-directory): Update caller.
2319         (ls-lisp-set-options): New function.
2320         (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
2321         Doc fix.
2323         * play/landmark.el (lm-prompt-for-move):
2324         * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
2326         * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
2328         * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
2329         (idlwave-study-twins): Prefix dynamic local variable `name'.
2330         (idlwave-routine-twin-compare): Update for above change.
2332         * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
2333         Prefix dynamic local variables `name', `kwd', and `link'.
2334         * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
2335         * progmodes/idlw-complete-structtag.el
2336         (idlwave-complete-structure-tag-help):
2337         * progmodes/idlwave.el (idlwave-complete-sysvar-help)
2338         (idlwave-complete-sysvar-tag-help)
2339         (idlwave-complete-class-structure-tag-help):
2340         Update for above name changes.
2342 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2344         * net/browse-url.el (browse-url-browser-function): Change the
2345         default to use `browse-url-mail' on mailto: URLs.
2347 2010-11-10  Chong Yidong  <cyd@stupidchicken.com>
2349         * emacs-lisp/package.el (package-read-all-archive-contents):
2350         Reset package-archive-contents to nil before re-reading.
2352 2010-11-10  Brandon Craig Rhodes  <brandon@rhodesmill.org>  (tiny change)
2354         * textmodes/flyspell.el (flyspell-word): Do not re-check words
2355         already found as misspellings by (flyspell-large-region), just
2356         do highlighting (bug#7322).
2358 2010-11-10  Glenn Morris  <rgm@gnu.org>
2360         * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
2362         * emulation/edt.el (edt-with-position): New macro.
2363         (edt-find-forward, edt-find-backward, edt-find-next-forward)
2364         (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
2365         (edt-paragraph-forward, edt-paragraph-backward): Use it.
2367         * emulation/tpu-extras.el (tpu-with-position): New macro.
2368         (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
2370         * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
2372         * textmodes/texnfo-upd.el (texinfo-all-menus-update)
2373         (texinfo-menu-copy-old-description, texinfo-start-menu-description)
2374         (texinfo-master-menu, texinfo-insert-node-lines)
2375         (texinfo-multiple-files-update):
2376         * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
2377         Use line-beginning-position.
2379         * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
2380         No recent Emacs supports system-type `emx'.
2382         * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
2383         (ada-command-separator, ada-default-prj-properties)
2384         (ada-find-any-references): Update for above name change.
2386         * dirtrack.el (dirtrack-directory-function)
2387         (dirtrack-canonicalize-function):
2388         * filecache.el (file-cache-completion-ignore-case)
2389         (file-cache-case-fold-search, file-cache-ignore-case):
2390         * term.el (serial-port-is-file-p): Cosmetic change.
2392         * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
2393         Remove non-existent `windows-95' system-type.
2394         * dired.el (dired-chown-program): Remove non-existent `linux'
2395         system-type.
2397         * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
2398         (ping-program-options): Remove non-existent `linux' system-type.
2400         * startup.el (package-initialize): Update declaration.
2402         * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
2403         (ls-lisp-handle-switches): Use time-less-p.
2404         (ls-lisp-format-time): Use float-time.
2406         * textmodes/remember.el (remember-time-to-seconds): Remove.
2407         (remember-store-in-mailbox): Use float-time.
2409         * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
2411         * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
2412         never a real function.
2413         (with-no-warnings): Remove compat stub, now unused.
2414         (time-less-p): Doc fix.
2415         (time-to-number-of-days): Simplify.
2417         * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
2418         Remove.
2419         (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
2420         * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
2421         * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
2422         * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
2423         * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
2425         * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
2426         (eshell-shuffle-files, eshell-shorthand-tar-command)
2427         (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
2428         Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
2429         * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
2430         Prefix dynamic local variable `matches'.
2432         * skeleton.el (skeleton-internal-list, skeleton-internal-1):
2433         Prefix dynamic local variable `skeleton'.
2435 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2437         * net/browse-url.el (browse-url-mail): Insert body part of mailto url
2438         in mail buffer; make yank-action always a command that yanks original
2439         buffer.
2441 2010-11-09  Glenn Morris  <rgm@gnu.org>
2443         * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
2445 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2447         * minibuffer.el (minibuffer-completion-help): Specify the end of the
2448         completion field (bug#7211).
2450         * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
2451         Fix handling of backslash escapes.
2452         (python-quote-syntax): Adjust accordingly.
2454 2010-11-09  Richard Levitte  <richard@levitte.org>  (tiny change)
2456         * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
2457         (vc-mtn-workfile-branch): Adjust to new output format.
2459 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2461         * international/mule-cmds.el (princ-list): Mark as obsolete.
2463 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2465         * emacs-lisp/smie.el: New package.
2467 2010-11-09  Michael Albinus  <michael.albinus@gmx.de>
2469         * files.el (backup-by-copying-when-mismatch):
2470         Set `permanent-local' property.
2472         * net/tramp.el (tramp-handle-insert-file-contents): Do not set
2473         `permanent-local' property for `backup-by-copying-when-mismatch'.
2475 2010-11-09  Eli Zaretskii  <eliz@gnu.org>
2477         * ls-lisp.el (insert-directory): Doc fix.  (bug#7285)
2479 2010-11-09  Wilson Snyder  <wsnyder@wsnyder.org>
2481         * progmodes/verilog-mode.el (verilog-insert-one-definition)
2482         (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
2483         AUTOINOUT for SV style multidimensional arrays, bug294.
2484         Reported by Eric Mastromarchi.
2485         (verilog-preprocess): Use with-current-buffer and
2486         font-lock-fontify-buffer to cleanup style issues.
2488 2010-11-09  Glenn Morris  <rgm@gnu.org>
2490         * locate.el (locate, locate-mode): Doc fixes.
2492 2010-11-09  Chong Yidong  <cyd@stupidchicken.com>
2494         * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
2495         user for confirmation.
2496         (server-force-stop): Use it.
2497         (server-start): Use server-force-stop for kill-emacs-hook, to
2498         avoid user interaction while killing Emacs.
2500 2010-11-09  Glenn Morris  <rgm@gnu.org>
2502         * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
2503         (meta-indent-line): Simplify.
2505         * vc/emerge.el (emerge-line-number-in-buf):
2506         * textmodes/ispell.el (ispell-region):
2507         * textmodes/fill.el (current-fill-column):
2508         * progmodes/xscheme.el (xscheme-send-current-line):
2509         * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
2510         * progmodes/tcl.el (tcl-hairy-scan-for-comment):
2511         * progmodes/sh-script.el (sh-handle-prev-do):
2512         * progmodes/meta-mode.el (meta-indent-line):
2513         * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
2514         (idlwave-in-quote):
2515         * progmodes/idlw-shell.el (idlwave-shell-current-frame)
2516         (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
2517         * progmodes/fortran.el (fortran-looking-at-if-then):
2518         * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
2519         * progmodes/cperl-mode.el (cperl-sniff-for-indent)
2520         (cperl-find-pods-heres):
2521         * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
2522         * net/quickurl.el (quickurl-list-insert):
2523         * net/ldap.el (ldap-search-internal):
2524         * net/eudc.el (eudc-expand-inline):
2525         * mail/sendmail.el (sendmail-send-it):
2526         * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
2527         * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
2528         (viper-brac-function):
2529         * calc/calc-yank.el (calc-do-grab-region):
2530         * calc/calc-keypd.el (calc-keypad-press):
2531         * term.el (term-move-columns, term-insert-spaces):
2532         * speedbar.el (speedbar-highlight-one-tag-line):
2533         * simple.el (current-word):
2534         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2535         * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
2536         (Info-scroll-down):
2537         * hippie-exp.el (he-line-beg):
2538         * epa.el (epa--marked-keys):
2539         * dired-aux.el (dired-kill-line, dired-do-kill-lines)
2540         (dired-update-file-line, dired-add-entry, dired-remove-entry)
2541         (dired-relist-entry):
2542         * buff-menu.el (Buffer-menu-buffer):
2543         * array.el (current-line):
2544         * allout.el (allout-resolve-xref)
2545         (allout-latex-verbatim-quote-curr-line):
2546         Replace yet more uses of end-of-line etc with line-end-position, etc.
2548 2010-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2550         * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
2551         (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
2552         (checkdoc-syntax-table): Initialize in the declaration.
2553         (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
2554         the mode on unconditionally.
2556         * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
2557         (extent-end-position, extent-start-position): Remove setf method for
2558         non-existing functions (bug#7319).
2560 2010-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2562         * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
2563         (smie-precs->prec2): Rename from smie-precs-precedence-table.
2564         (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
2565         (smie-prec2->grammar): Rename from smie-prec2-levels.
2566         (smie-grammar): Rename from smie-op-levels.
2567         (smie-indent--hanging-p): Rename from smie-hanging-p.
2568         (smie-rule-hanging-p): New alias.
2569         (smie-indent--bolp): Rename from smie-bolp.
2570         (smie-indent--hanging-p): New alias.
2571         (smie--token): New dynamically bound variable.
2572         (smie-indent--parent): New function.
2573         (smie-rule-parent-p): Use it; rename from smie-parent-p.
2574         (smie-rule-next-p): Rename from smie-next-p.
2575         (smie-rule-prev-p): Rename from smie-prev-p.
2576         (smie-rule-sibling-p, smie-rule-parent)
2577         (smie-indent--separator-outdent, smie-rule-separator): New functions.
2578         (smie-rule-separator-outdent): New var.
2579         (smie-indent--rule): Merge with smie-indent--column.
2580         (smie-indent-forward-token, smie-indent-backward-token):
2581         Also recognize close parens.
2582         (smie-indent-keyword): Don't use smie-indent--column any more.
2583         (smie-indent-after-keyword): Ignore closers by default.
2584         (smie-indent-line): Use with-demoted-errors.
2585         * progmodes/octave-mod.el (octave-smie-grammar):
2586         Rename from octave-smie-op-levels.
2587         (octave-smie-rules): Adjust to new behavior.
2588         * progmodes/prolog.el (prolog-smie-grammar):
2589         Rename from prolog-smie-op-levels.
2591 2010-11-07  Glenn Morris  <rgm@gnu.org>
2593         * eshell/esh-util.el (subst-char-in-string)
2594         (directory-files-and-attributes): These compatibility definitions are
2595         not needed on any version of Emacs since at least 21.4.
2597         * progmodes/verilog-mode.el (verilog-get-beg-of-line)
2598         (verilog-get-end-of-line): Remove.
2599         (verilog-within-string, verilog-re-search-forward-substr)
2600         (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
2601         (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
2602         Use point-at-bol, point-at-eol.
2603         * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
2604         Remove.
2605         (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
2606         (electric-pascal-terminate-line, pascal-set-auto-comments)
2607         (pascal-indent-paramlist, pascal-indent-declaration)
2608         (pascal-get-lineup-indent, pascal-func-completion)
2609         (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
2610         Use point-at-bol, point-at-eol.
2611         * progmodes/flymake.el (flymake-line-beginning-position)
2612         (flymake-line-end-position): Remove.
2613         (flymake-highlight-line): Use point-at-bol, point-at-eol.
2614         * eshell/esh-util.el (line-end-position, line-beginning-position):
2615         Remove compat definitions.
2617         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2618         Use end-of-line N.
2619         (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
2620         Use line-end-position.
2622         * emacs-lisp/chart.el (chart-zap-chars):
2623         * play/decipher.el (decipher-set-map):
2624         * progmodes/ada-mode.el (ada-get-current-indent)
2625         (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
2626         * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
2627         * progmodes/ada-xref.el (ada-initialize-runtime-library)
2628         (ada-get-all-references):
2629         * progmodes/cperl-mode.el (cperl-electric-paren)
2630         (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
2631         (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
2632         (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
2633         (cperl-word-at-point-hard):
2634         * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
2635         (idlwave-shell-filename-string, idlwave-shell-batch-command)
2636         (idlwave-shell-display-line):
2637         * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
2638         (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
2639         * progmodes/js.el (js--re-search-forward-inner)
2640         (js--re-search-backward-inner):
2641         * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
2642         (vhdl-fix-clause, vhdl-compose-configuration-architecture):
2643         * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
2644         * textmodes/flyspell.el (flyspell-process-localwords):
2645         * textmodes/ispell.el (ispell-buffer-local-parsing)
2646         (ispell-buffer-local-dict, ispell-buffer-local-words):
2647         Use point-at-bol and point-at-eol.
2649         * speedbar.el (speedbar-generic-item-info)
2650         (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
2651         (speedbar-add-indicator, speedbar-check-vc-this-line)
2652         (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
2653         (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
2654         Replace more uses of end-of-line etc with line-end-position.
2656 2010-11-06  Glenn Morris  <rgm@gnu.org>
2658         * textmodes/texnfo-upd.el (texinfo-start-menu-description)
2659         (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
2660         (texinfo-delete-existing-pointers, texinfo-find-pointer)
2661         (texinfo-clean-up-node-line, texinfo-insert-node-lines)
2662         (texinfo-multiple-files-update):
2663         * textmodes/table.el (table--probe-cell-left-up)
2664         (table--probe-cell-right-bottom):
2665         * textmodes/picture.el (picture-tab-search):
2666         * textmodes/page-ext.el (pages-copy-header-and-position)
2667         (pages-directory-for-addresses):
2668         * progmodes/vera-mode.el (vera-get-offset):
2669         * progmodes/simula.el (simula-calculate-indent):
2670         * progmodes/python.el (python-pdbtrack-overlay-arrow):
2671         * progmodes/prolog.el (end-of-prolog-clause):
2672         * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
2673         * progmodes/icon.el (indent-icon-exp):
2674         * progmodes/etags.el (tag-re-match-p):
2675         * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
2676         * progmodes/ebnf2ps.el (ebnf-begin-file):
2677         * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
2678         (dcl-save-local-variable):
2679         * play/life.el (life-setup):
2680         * play/gametree.el (gametree-looking-at-ply):
2681         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
2682         * mail/sendmail.el (mail-mode-auto-fill):
2683         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
2684         * emacs-lisp/edebug.el (edebug-overlay-arrow):
2685         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
2686         * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
2687         (woman-tab-to-tab-stop, WoMan-warn-ignored):
2688         * type-break.el (type-break-file-keystroke-count):
2689         * term.el (term-replace-by-expanded-history-before-point)
2690         (term-skip-prompt, term-extract-string):
2691         * speedbar.el (speedbar-edit-line, speedbar-expand-line)
2692         (speedbar-contract-line, speedbar-toggle-line-expansion)
2693         (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
2694         (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
2695         * sort.el (sort-skip-fields):
2696         * skeleton.el (skeleton-internal-list):
2697         * simple.el (line-move-finish, line-move-to-column):
2698         * shell.el (shell-forward-command):
2699         * misc.el (copy-from-above-command):
2700         * makesum.el (double-column):
2701         * ebuff-menu.el (electric-buffer-update-highlight):
2702         * dired.el (dired-move-to-end-of-filename):
2703         * dframe.el (dframe-popup-kludge):
2704         * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
2705         * arc-mode.el (archive-get-lineno):
2706         Use line-end-position and line-beginning-position.
2708         * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
2709         (idlwave-study-twins): Prefix dynamic local `class'.
2710         (idlwave-routine-twin-compare): Update for above name change.
2712         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
2713         Use boundp tests to silence compiler.  Update for changed name of
2714         bytecomp-filename variable.
2716         * emulation/viper-cmd.el (viper-read-string-with-history):
2717         Prefix dynamic local `initial'.
2718         (viper-minibuffer-standard-hook): Update for above name change.
2720         * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
2721         (elint-init-form): Update for above name change.
2723         * mail/mail-extr.el (mail-extract-address-components): Give dynamic
2724         local variables `cbeg' and `cend' a prefix.
2725         (mail-extr-voodoo): Update for above name change.
2727         * textmodes/reftex-toc.el (reftex-toc-do-promote)
2728         (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
2729         (reftex-toc-promote-action): Doc fix.
2731         * textmodes/reftex-sel.el (reftex-select-item): Give local variables
2732         `prompt', `data' a prefix.
2733         (reftex-select-post-command-hook, reftex-select-callback)
2734         (reftex-select-mouse-accept, reftex-select-read-cite):
2735         Update for above name changes.
2737         * textmodes/reftex-ref.el (reftex-reference): Rename local variable
2738         `refstyle' to reftex-refstyle.
2739         (reftex-offer-label-menu): Update for above name change.
2740         * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
2741         `refstyle' name change.
2743         * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
2744         with with-current-buffer.
2745         (diff, template): Give dynamic local variables a prefix.
2746         (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
2747         (emerge-line-number-in-buf): Update for above name change.
2748         (emerge-combine-versions-internal): Rename local `template' to
2749         emerge-combine-template.
2750         (emerge-combine-versions-edit): Update for above name change.
2752 2010-11-06  Ralf Angeli  <angeli@caeruleus.net>
2754         * textmodes/reftex-cite.el
2755         (reftex-extract-bib-entries-from-thebibliography): Match bibitem
2756         entries with whitespace after \bibitem.
2757         (reftex-create-bibtex-file): Match entries containing numbers and
2758         symbol constituents.  Make sure that entries with whitespace at
2759         various places are found.
2761 2010-11-05  Christian Millour  <cm@abtela.com>  (tiny change)
2763         * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
2765 2010-11-05  Jan Djärv  <jan.h.d@swipnet.se>
2767         * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
2769 2010-11-05  Glenn Morris  <rgm@gnu.org>
2771         * woman.el (woman0-roff-buffer, woman1-roff-buffer)
2772         (woman2-roff-buffer): Give local variable `request' a prefix.
2773         (woman0-macro): Rename argument `request' in the same way.
2774         (woman-request): New name for `request' dynamic variable.
2775         (woman-unquote, woman-forward-arg): Update for above name change.
2776         (woman1-roff-buffer): Give local variable `unquote' a prefix.
2777         (woman1-unquote): New name for `unquote' dynamic variable.
2778         (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
2779         (woman-translations): Rename from `translations'.  No longer global.
2780         (woman2-tr, woman-translate): Update for above name change.
2781         (woman-translate): Check for bound variable.
2782         (woman2-roff-buffer): Give local variable `translations' a prefix.
2784         * play/doctor.el: Give all local variables a prefix.  Update callers.
2785         (doc$, doctor-put-meaning): Use backquote.
2787         * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
2788         (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
2790         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
2791         variables bytes, ptr, op a prefix.
2792         (disassemble-offset): Update for above change.
2794 2010-11-03  Chong Yidong  <cyd@stupidchicken.com>
2796         * emacs-lisp/package.el (package-unpack): Remove no-op.
2797         (package--builtins, package--dir): Doc fix.
2798         (package-activate-1, package-activate, package-install)
2799         (package-compute-transaction): Fix error message.
2800         (package-delete): Use delete-directory.  Omit system packages.
2801         (package-initialize): Set package-alist to nil first.
2802         (package-menu-mark-delete, package-menu-mark-install): Don't add
2803         symbols that are inconsistent with the package state.
2804         (package-menu-execute): Perform deletions and installations as
2805         single batch operations.
2807 2010-11-03  Glenn Morris  <rgm@gnu.org>
2809         * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
2810         (props): Remove unnecessary declaration.
2812         * textmodes/ispell.el (ispell-init-process): On Emacs, always use
2813         set-process-query-on-exit-flag.
2815         * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
2816         (reftex-toc-do-promote): Remove unused local `mpos'.
2817         (reftex-toc-restore-region): Make `mpos' local to this function.
2819         * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
2821         * play/landmark.el (lm-losing-threshold): Correct spelling.
2822         (lm-human-plays): Use new name.
2824         * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
2825         (gomoku-human-plays): Use new name.
2827         * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
2828         (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
2829         (gomoku-score-trans-table, gomoku-winning-threshold)
2830         (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
2832 2010-11-03  Chong Yidong  <cyd@stupidchicken.com>
2834         * emacs-lisp/package.el: Don't put built-in packages in
2835         package-alist, to avoid loading inefficiencies.
2836         (package-built-in-p): Make VERSION optional, and treat it as a
2837         minimum acceptable version.
2838         (package-activate): Search separately for built-in packages.
2839         Emit a warning if a dependency fails.
2840         (define-package): Handle most common case, where there is no
2841         obsolete package, first.
2842         (package-compute-transaction): Print required version in error.
2843         (package--initialized): New variable.
2844         (list-packages): Use it.
2845         (package-initialize): Optional arg NO-ACTIVATE.  Don't put
2846         built-in packages in packages-alist; keep it separate.
2847         Set package--initialized.
2848         (describe-package): Avoid activating packages as a side-effect.
2849         Search separately for built-in packages.
2850         (describe-package-1): Handle the case where an elpa package is
2851         simultaneously built-in and available/installed.
2852         (package-installed-p, package--generate-package-list):
2853         Search separately for built-in packages.
2854         (package-load-descriptor): Doc fix.
2856 2010-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2858         * progmodes/perl-mode.el (perl-syntax-propertize-function):
2859         Handle __DATA__ and __END__.
2861 2010-11-02  Noah Friedman  <friedman@splode.com>
2863         * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
2864         nil, do not ask to recompile files that are not already compiled,
2865         and do not recompile them.
2867 2010-11-02  Chong Yidong  <cyd@stupidchicken.com>
2869         * emacs-lisp/package.el (package-initialize): Ensure that
2870         obsoleted built-in packages are not in package-activated-list
2871         during activation.
2872         (describe-package-1): Make the "installed" status override
2873         "built-in".
2875 2010-11-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2877         * subr.el (version-separator, version-regexp-alist): Remove '*'
2878         from docstring.
2879         (version-list-<=, version<=, version=): Doc fix.
2881 2010-11-01  Kenichi Handa  <handa@m17n.org>
2883         * faces.el (glyphless-char): Inherit underline for tty.
2885 2010-11-01  Kenichi Handa  <handa@m17n.org>
2887         Implement various display methods for glyphless characters.
2889         * international/characters.el (char-acronym-table): New variable.
2890         (glyphless-char-control): New variable.
2891         (update-glyphless-char-display): New funciton.
2893         * faces.el (glyphless-char): New face.
2895 2010-11-01  Glenn Morris  <rgm@gnu.org>
2897         * calendar/holidays.el (general-holidays, oriental-holidays)
2898         (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
2899         (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
2900         the definitions of their targets.
2902         * emacs-lisp/smie.el (smie): New custom group.
2903         (smie-blink-matching-inners, smie-indent-basic): Add :group.
2905         * faces.el (xw-defined-colors, x-setup-function-keys):
2906         * mouse-sel.el (x-select-text):
2907         * term/w32console.el (x-setup-function-keys): Update declarations.
2909         * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
2911         * textmodes/ispell.el (comment-add): Declare.
2913         * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
2914         Declare.
2916         * info.el (finder-keywords-hash, package-alist): Declare.
2918 2010-11-01  Chong Yidong  <cyd@stupidchicken.com>
2920         * finder.el (finder-compile-keywords): Don't use intern-soft,
2921         since package names may not yet exist in the obarray.
2923 2010-11-01  Chong Yidong  <cyd@stupidchicken.com>
2925         * vc/vc-arch.el (vc-arch-checkin):
2926         * vc/vc-cvs.el (vc-cvs-checkin):
2927         * vc/vc-mtn.el (vc-mtn-checkin):
2928         * vc/vc-rcs.el (vc-rcs-checkin):
2929         * vc/vc-sccs.el (vc-sccs-checkin):
2930         * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
2931         since 2010-04-21 commit by Stefan Monnier.
2933 2010-11-01  Glenn Morris  <rgm@gnu.org>
2935         * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
2937         * startup.el (package-enable-at-startup, package-initialize):
2938         Silence compiler.
2940         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
2941         Silence compiler.
2943 2010-10-31  Julien Danjou  <julien@danjou.info>
2945         * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
2946         (byte-recompile-directory):
2947         * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
2948         Use `byte-recompile-file'.
2950 2010-10-31  Glenn Morris  <rgm@gnu.org>
2952         * cus-start.el: Handle standard values via a keyword.
2953         Only set version property if specified.
2954         (cursor-in-non-selected-windows, menu-bar-mode)
2955         (tool-bar-mode, show-trailing-whitespace):
2956         Do not specify standard values.
2957         (transient-mark-mode, temporary-file-directory): Use :standard.
2959 2010-10-31  Jan Djärv  <jan.h.d@swipnet.se>
2961         * term/x-win.el (x-get-selection-value): New function that gets
2962         PRIMARY with type as specified in x-select-request-type. (Bug#6802).
2964 2010-10-31  Michael Albinus  <michael.albinus@gmx.de>
2966         * net/tramp.el (tramp-handle-insert-file-contents): For root,
2967         preserve owner and group when editing files.  (Bug#7289)
2969 2010-10-31  Glenn Morris  <rgm@gnu.org>
2971         * speedbar.el (speedbar-mode):
2972         * play/fortune.el (fortune-in-buffer, fortune):
2973         * play/gomoku.el (gomoku-mode):
2974         * play/landmark.el (lm-mode):
2975         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
2976         Replace inappropriate uses of toggle-read-only.  (Bug#7292)
2978         * select.el (x-selection): Mark it as an obsolete alias.
2980 2010-10-31  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2982         * vc/add-log.el (find-change-log): Use derived-mode-p rather than
2983         major-mode (bug#7284).
2985 2010-10-31  Glenn Morris  <rgm@gnu.org>
2987         * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
2988         rather than just an unused variable that inherits from the real one.
2990 2010-10-31  Alan Mackenzie  <acm@muc.de>
2992         * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
2993         This fixes bug #7185.
2995 2010-10-30  Chong Yidong  <cyd@stupidchicken.com>
2997         * startup.el (command-line): Search for package directories, and
2998         don't load package.el if none are found.
3000         * emacs-lisp/package.el (describe-package, list-packages):
3001         Call package-initialize if it has not been called yet.
3003 2010-10-30  Alan Mackenzie  <acm@muc.de>
3005         * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
3006         which fontifies the tail of an enum.
3007         (c-basic-matchers-after): Insert a call to the above new function.
3008         This fixes bug #7264.
3010 2010-10-30  Glenn Morris  <rgm@gnu.org>
3012         * cus-start.el: Add :set properties for minor modes menu-bar-mode,
3013         tool-bar-mode, transient-mark-mode.  (Bug#7306)
3014         Include the :set property in the dumped Emacs.
3016 2010-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3018         SMIE: change indent rules format, improve smie-setup.
3019         * emacs-lisp/smie.el (smie-precs-precedence-table)
3020         (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
3021         Mark them pure so the tables gets built at compile time.
3022         (smie-bnf-precedence-table): Store the closer-alist in the table.
3023         (smie-prec2-levels): Preserve the closer-alist.
3024         (smie-blink-matching-open): Be more forgiving in case of indentation.
3025         (smie-hanging-p): Rename from smie-indent--hanging-p.
3026         (smie-bolp): Rename from smie-indent--bolp.
3027         (smie--parent, smie--after): New dynamic vars.
3028         (smie-parent-p, smie-next-p, smie-prev-p): New funs.
3029         (smie-indent-rules): Remove.
3030         (smie-indent--offset-rule): Remove fun.
3031         (smie-rules-function): New var.
3032         (smie-indent--rule): New fun.
3033         (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
3034         (smie-indent-exps): Use it.
3035         (smie-setup): Setup paren blinking; add keyword args for token
3036         functions; extract closer-alist from op-levels.
3037         (smie-indent-debug-log): Remove var.
3038         (smie-indent-debug): Remove fun.
3039         * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
3040         (prolog-smie-rules): New fun to replace it.
3041         (prolog-mode-variables): Simplify.
3042         * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
3043         it's setup automatically.
3044         (octave-smie-indent-rules): Remove.
3045         (octave-smie-rules): New fun to replace it.
3046         (octave-mode): Simplify.
3048 2010-10-29  Glenn Morris  <rgm@gnu.org>
3050         * files.el (temporary-file-directory): Remove (already defined in C).
3051         * cus-start.el: Add temporary-file-directory.
3053         * abbrev.el (abbrev-mode):
3054         * composite.el (auto-composition-mode):
3055         * menu-bar.el (menu-bar-mode):
3056         * simple.el (transient-mark-mode):
3057         * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
3058         that they do not define the associated variables twice.
3059         * simple.el (transient-mark-mode): Remove defvar.
3060         * composite.el (auto-composition-mode): Make variable auto-buffer-local.
3061         * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
3062         Handle multiple groups, and also custom-delayed-init-variables.
3063         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3065 2010-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3067         * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
3068         (pcase-if): Add one minor optimization.
3069         (pcase-split-equal): Rename from pcase-split-eq.
3070         (pcase-split-member): Rename from pcase-split-memq.
3071         (pcase-u1): Add strings to the member optimization.
3072         Add `guard' variant of predicates.
3073         (pcase-q1): Add string patterns.
3075 2010-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3077         * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
3079 2010-10-28  Glenn Morris  <rgm@gnu.org>
3081         * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
3082         Move menu-bar related settings to ../menu-bar.el.
3083         * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
3084         Move ns-specific settings here from term/ns-win.el.
3086         * simple.el (x-selection-owner-p): Remove unused declaration.
3088 2010-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3090         * minibuffer.el (completion-cycling): New var (bug#7266).
3091         (minibuffer-complete, completion--do-completion):
3092         Use completion--flush-all-sorted-completions.
3093         (minibuffer-complete): Only cycle if completion-cycling is set.
3094         (completion--flush-all-sorted-completions): Unset completion-cycling.
3095         (minibuffer-force-complete): Set completion-cycling.
3096         (completion-all-sorted-completions): Move declaration before first use.
3098 2010-10-28  Leo  <sdl.web@gmail.com>
3100         * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
3101         which changes the order of matches seen by users (bug#7231).
3103 2010-10-28  Jes Bodi Klinke  <jes@bodi-klinke.dk>  (tiny change)
3105         * progmodes/compile.el (compilation-mode-font-lock-keywords):
3106         Don't confuse -omega as "-o mega".
3108 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3110         * vc/log-edit.el (log-edit-rewrite-fixes): New var.
3111         (log-edit-author): New dynamic var.
3112         (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
3113         to return the author if different from committer.
3114         (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
3116         * play/landmark.el: Adjust commenting convention.
3117         (lm-nil-score): Rename from nil-score.
3118         (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
3119         (OOOOscore): Move into a let in lm-score-trans-table.
3120         (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
3122         * electric.el (electric-indent-chars): Autoload.
3123         * progmodes/octave-mod.el (octave-mode):
3124         * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
3125         (ruby-mode-abbrev-table): Merge initialization and declaration.
3127 2010-10-27  Glenn Morris  <rgm@gnu.org>
3129         * abbrev.el (abbrev-mode): Remove one of the three definitions of this
3130         variable.
3132         * server.el (server-host, server-port, server-auth-dir): Autoload risky.
3134         * term/ns-win.el: Restore require of cl when compiling.
3135         (menu-bar-final-items): Remove non-existent `windows' menu.
3136         (ns-handle-nxopen): Optionally handle the temp-case.
3137         (ns-handle-nxopentemp): Just call ns-handle-nxopen.
3138         (ns-insert-file, ns-find-file): Use `pop'.
3140 2010-10-26  Glenn Morris  <rgm@gnu.org>
3142         * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
3144 2010-10-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
3146         * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
3147         global map.
3148         * term/common-win.el (x-setup-function-keys): Remove most of the
3149         keymappings.  Comment on the remaining ones.
3151 2010-10-26  Peter Oliver  <p.d.oliver@mavit.org.uk>  (tiny change)
3153         * server.el (server-port): New option.  (Bug#854)
3154         (server-start): Use server-port.
3156 2010-10-26  Glenn Morris  <rgm@gnu.org>
3158         * term/ns-win.el (ns-version-string): Remove unused declaration.
3159         (ns-invocation-args): Change to x-invocation-args.
3160         (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
3161         (ns-handle-name-switch, ns-ignore-2-arg): Remove.
3162         (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
3163         Use x-invocation-args instead of ns-invocation-args.
3164         (ns-initialize-window-system, handle-args-function-alist):
3165         Use x-handle-args instead of ns-handle-args.
3166         * term/common-win.el (x-handle-args): Also handle nextstep arguments.
3167         * startup.el (command-line-ns-option-alist): Replace
3168         ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
3169         ns-handle-iconic with the x- equivalents.
3171         * term/common-win.el (x-select-enable-clipboard):
3172         * term/pc-win.el (x-select-enable-clipboard): Doc fix.
3174         * term/ns-win.el: No need to require cl when compiling.
3175         (x-display-name, x-setup-function-keys, x-select-text, x-colors)
3176         (xw-defined-colors): Use the common-win definitions.
3177         (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
3178         (ns-handle-iconic): Make it an alias for x-handle-iconic.
3179         * term/common-win.el (x-select-text, x-alternatives-map)
3180         (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
3181         * loadup.el [ns]: Load common-win.
3183 2010-10-26  Daiki Ueno  <ueno@unixuser.org>
3185         * epa-mail.el (epa-mail-encrypt): Handle local-part only
3186         recipients; expand mail aliases (Bug#7280).
3188 2010-10-25  Glenn Morris  <rgm@gnu.org>
3190         * term/common-win.el (x-handle-switch): Simplify with pop.
3191         Optionally handle numeric switches.
3192         (x-handle-numeric-switch): Just call x-handle-switch.
3193         (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
3194         (x-handle-name-switch, x-handle-display, x-handle-args):
3195         Simplify with pop.
3197         * term/ns-win.el: Do not require easymenu.
3198         (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
3199         <spell>: Move adjustments to menu-bar.el.
3200         * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
3201         <separator-undo, spell>: Move ns-win's adjustments here.
3202         * loadup.el [ns]: Do not load easymenu.
3204 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
3206         * image.el (image-checkbox-checked, image-checkbox-unchecked):
3207         Delete (Bug#7222).
3209         * startup.el (fancy-startup-tail): Instead of using inline images,
3210         refer to image files from etc/.
3212         * wid-edit.el (checkbox): Likewise.
3213         (widget-image-find): Center image specs.
3215 2010-10-24  Glenn Morris  <rgm@gnu.org>
3217         * term/ns-win.el (x-select-text): Doc fix.
3218         * w32-fns.el (x-alternatives-map, x-setup-function-keys)
3219         (x-select-text): Move to term/common-win.
3220         * term/w32-win.el (xw-defined-colors): Move to common-win.
3221         * term/x-win.el (xw-defined-colors, x-alternatives-map)
3222         (x-setup-function-keys, x-select-text): Move to common-win.
3223         * term/common-win.el (x-select-text, x-alternatives-map)
3224         (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
3225         definitions here.
3227 2010-10-24  T.V. Raman  <tv.raman.tv@gmail.com>  (tiny change)
3229         * net/mairix.el (mairix-searches-mode-map):
3230         * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
3232 2010-10-24  Michael McNamara  <mac@mail.brushroad.com>
3234         * verilog-mode.el (verilog-directive-re): Make this variable
3235         auto-built for efficiency of execution and updating.
3236         (verilog-extended-complete-re): Support 'pure' fucntion & task
3237         declarations (these have no bodies).
3238         (verilog-beg-of-statement): General cleanup to enable support of
3239         'pure' fucntion & task declarations (these have no bodies).
3240         These efforts together fix Verilog bug210 from veripool; which was also
3241         noticed by Steve Pearlmutter.
3242         (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
3243         (verilog-directive-nest-re, verilog-set-auto-endcomments):
3244         Support `elsif.  Reported by Shankar Giri.
3245         (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
3246         attribute handling for lining up declarations and assignments.
3247         (verilog-beg-of-statement-1): Fix issue where continued declaration
3248         is indented differently if it is after a begin..end clock.
3249         (verilog-in-attribute-p, verilog-skip-backward-comments)
3250         (verilog-skip-forward-comment-p): Support proper treatment of
3251         attributes by indent code. Reported by Jeff Steele.
3252         (verilog-in-directive-p): Fix comment to correctly describe function.
3253         (verilog-backward-up-list, verilog-in-struct-region-p)
3254         (verilog-backward-token, verilog-in-struct-p)
3255         (verilog-in-coverage-p, verilog-do-indent)
3256         (verilog-pretty-declarations): Use verilog-backward-up-list as
3257         wrapper around backward-up-list inorder to properly skip comments.
3258         Reported by David Rogoff.
3259         (verilog-property-re, verilog-endcomment-reason-re)
3260         (verilog-beg-of-statement, verilog-set-auto-endcomments)
3261         (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
3262         of if). Reported by Max Bjurling and
3263         (verilog-calc-1): Fix for clocking block in modport
3264         declaration. Reported by Brian Hunter.
3266 2010-10-24  Wilson Snyder  <wsnyder@wsnyder.org>
3268         * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
3269         (verilog-gate-keywords, verilog-read-sub-decls)
3270         (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
3271         (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
3272         AUTOINST for gate primitives, bug284.  Reported by Mark Johnson.
3273         (verilog-read-decls): Fix spaces in V2K module parameters causing
3274         mis-identification as interfaces, bug287.
3275         (verilog-read-decls): Fix not treating "parameter string" as a
3276         parameter in AUTOINSTPARAM.
3277         (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
3278         treating `elsif similar to `endif inside AUTOSENSE.
3279         (verilog-do-indent): Implement correct automatic or static task or
3280         function end comment highlight. Reported by Steve Pearlmutter.
3281         (verilog-font-lock-keywords-2): Fix highlighting of single
3282         character pins, bug264.  Reported by Michael Laajanen.
3283         (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
3284         (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
3285         (verilog-subdecls-get-interfaced, verilog-subdecls-new):
3286         Support interfaces with AUTOINST, bug270.  Reported by Luis Gutierrez.
3287         (verilog-pretty-expr): Fix interactive arguments, bug272.
3288         Reported by Mark Johnson.
3289         (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
3290         Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
3291         bug269. Suggested by Gary Delp.
3292         (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
3293         (verilog-preprocessor, verilog-set-compile-command):
3294         Create verilog-preprocess and verilog-preprocessor to show
3295         preprocessed output.
3296         (verilog-get-beg-of-line, verilog-get-end-of-line)
3297         (verilog-modi-file-or-buffer, verilog-modi-name)
3298         (verilog-modi-point, verilog-within-string): Move defmacro's
3299         before first use to avoid warning. Reported by Steve Pearlmutter.
3300         (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
3301         (verilog-colorize-region, verilog-highlight-buffer)
3302         (verilog-highlight-includes, verilog-highlight-modules)
3303         (verilog-highlight-region, verilog-mode): Rename colorize to
3304         highlight to match other packages.  Disable module highlighting,
3305         as received speed complaints, reenable for experimentation only
3306         using new verilog-highlight-modules.
3307         (verilog-read-decls): Fix regexp stack overflow in very large
3308         AUTO_TEMPLATEs, bug250.
3309         (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
3310         (verilog-scan): Create verilog-save-buffer-state to standardize
3311         making insignificant changes that shouldn't call hooks.
3312         (verilog-save-no-change-functions, verilog-save-scan-cache)
3313         (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
3314         Create verilog-save-no-change-functions to wrap verilog-scan
3315         preservation, and fix to work with nested preserved calls.
3316         (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
3317         port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
3318         generate .name with AUTOINST, bug245.  Suggested by David Rogoff.
3319         (verilog-submit-bug-report): Update variable list to be complete.
3320         (verilog-auto, verilog-colorize-region): Fix AUTO expansion
3321         breaking on-the-fly font-locking.
3322         (verilog-colorize-buffer, verilog-colorize-include-files)
3323         (verilog-colorize-include-files-buffer, verilog-colorize-region)
3324         (verilog-load-file-at-mouse, verilog-load-file-at-point)
3325         (verilog-mode, verilog-read-inst-module-matcher): With point on a
3326         AUTOINST cell instance name, middle mouse button now finds-file on
3327         it.  Suggested by Brad Dobbie.
3328         (verilog-alw-get-temps, verilog-auto-reset)
3329         (verilog-auto-sense-sigs, verilog-read-always-signals)
3330         (verilog-read-always-signals-recurse): Fix loop indexes being
3331         AUTORESET. AUTORESET now assumes any variables in the
3332         initialization section of a for() should be ignored.
3333         Reported by Dan Dever.
3334         (verilog-error-font-lock-keywords)
3335         (verilog-error-regexp-emacs-alist)
3336         (verilog-error-regexp-xemacs-alist): Fix error detection of
3337         Cadence HAL, reported by David Asher.  Repair drift between the
3338         three similar error variables.
3339         (verilog-modi-lookup, verilog-modi-lookup-cache)
3340         (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
3341         (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
3342         Fix slow verilog-auto expansion on very large files.
3343         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
3344         Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
3345         "{1*2{...".  Broke in last revision.
3346         (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
3347         submodule connections with replications "{#{a},#{b}}".
3349 2010-10-24  Juanma Barranquero  <lekktu@gmail.com>
3351         * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
3352         Fix typo in docstring.
3354 2010-10-24  Kenichi Handa  <handa@m17n.org>
3356         * face-remap.el (text-scale-adjust): Call read-event with a proper
3357         prompt.
3359 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
3361         * emacs-lisp/unsafep.el: Don't mark functions that display
3362         messages as safe.  Suggested by Johan Bockgård.
3364 2010-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3366         * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
3367         Turn comments into docstrings.
3369         * minibuffer.el (completion--replace): Move point where it belongs
3370         when there's a common suffix (bug#7215).
3372 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
3374         Merge read-color and facemenu-read-color (Bug#7242).
3376         * faces.el (read-color): Use the completion code from
3377         facemenu-read-color.  Require match in completion.  Doc fix.
3379         * facemenu.el (facemenu-read-color): Alias for read-color.
3380         (facemenu-set-foreground, facemenu-set-background):
3381         Use read-color.
3383         * frame.el (set-background-color, set-foreground-color)
3384         (set-cursor-color, set-mouse-color, set-border-color):
3385         Use read-color.
3387 2010-10-24  Leo  <sdl.web@gmail.com>
3389         * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
3390         argument of delete-file and delete-directory (Bug#7011).
3392 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
3394         * emacs-lisp/package.el (package-menu-mode-map): Inherit from
3395         button-buffer-map.
3397 2010-10-24  Ralf Angeli  <angeli@caeruleus.net>
3399         * emacs-lisp/package.el (package--generate-package-list): Make the
3400         *Packages* buffer read-only.
3402 2010-10-24  Alan Mackenzie  <acm@muc.de>
3404         * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
3405         result of `c-beginning-of-decl-1' between invocations of a lambda
3406         function (Bug #7265).
3408 2010-10-24  Daiki Ueno  <ueno@unixuser.org>
3410         * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
3411         executable is not available on the system (Bug#7268).
3413 2010-10-24  Glenn Morris  <rgm@gnu.org>
3415         * select.el (selection-coding-system, next-selection-coding-system):
3416         Sync doc with C versions.
3418         * w32-vars.el (x-select-enable-clipboard):
3419         * term/x-win.el (x-select-enable-clipboard): Move to common-win.
3420         * term/common-win.el (x-select-enable-clipboard): Move here.
3422         * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
3423         definition of C variable.
3425         * frame.el (show-trailing-whitespace, auto-hscroll-mode)
3426         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
3427         Don't redefine things that are defined in C.
3428         * cus-start.el: Also handle :risky, :safe, :set, and :tag.
3429         (show-trailing-whitespace, auto-hscroll-mode)
3430         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
3431         Set up the appropriate custom properties.
3433 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
3435         Bind "C-c ]" to ...
3436         * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
3437         * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
3438         * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
3439         * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
3441 2010-10-23  Glenn Morris  <rgm@gnu.org>
3443         * textmodes/flyspell.el (flyspell-mode): If there was an error,
3444         say what it was.
3446         * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
3447         Sync docs with C version.
3449         * term/ns-win.el (xw-defined-colors):
3450         * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
3452         * term/pc-win.el (x-select-enable-clipboard):
3453         * term/x-win.el (x-select-enable-clipboard):
3454         * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
3456         * comint.el (comint-password-prompt-regexp): Make it less vague.
3457         Bump version.
3459         * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
3461         * help.el (finder-by-keyword): Remove unnecessary autoload.
3463 2010-10-22  Glenn Morris  <rgm@gnu.org>
3465         * loadup.el: Unconditionally load float-sup.
3466         * paren.el (show-paren-delay):
3467         * emacs-lisp/float-sup.el:
3468         * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
3469         * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
3470         (lazy-lock-stealth-verbose): Assume float support.
3471         * ps-print.el: Assume float support on Emacs.
3472         * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
3473         Remove non-float branch.
3475         * emacs-lisp/autoload.el (batch-update-autoloads): Update for
3476         src/Makefile no longer being pre-processed.
3478 2010-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3480         * emacs-lisp/find-func.el (find-library): Use test-completion.
3482 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3484         * newcomment.el (comment-dwim): Fix the intentation in the doc string.
3486 2010-10-21  Michael Albinus  <michael.albinus@gmx.de>
3488         * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
3489         space in stat format string.
3490         (tramp-send-command): Unset $PS1 when using here documents, in
3491         order not to get several prompts.
3492         (tramp-get-inline-coding): Return `nil' in case of errors.
3494 2010-10-21  Daiki Ueno  <ueno@unixuser.org>
3496         * hexl.el (hexl-mode, hexl-mode-exit):
3497         Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
3498         (hexl-revert-buffer-function): New function.
3499         (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
3501 2010-10-19  Alan Mackenzie  <acm@muc.de>
3503         * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
3504         Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
3505         that these keywords aren't wrongly matched as identifiers.
3507         * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
3508         setting of c-new-BEG and c-new-END from c-before-change to
3509         c-after-change.  (Bug#7181)
3511 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
3513         * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
3514         Don't mark as safe.
3516         * custom.el (custom-theme-set-variables): Likewise.
3517         (load-theme): Add custom-theme-set-faces and
3518         custom-theme-set-variables to safe-functions while loading.
3519         (custom-enabled-themes): Mark as risky.
3521 2010-10-18  Julien Danjou  <julien@danjou.info>
3523         * bindings.el: Remove end dashes in default mode-line-format.
3525 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
3527         * bindings.el (global-map): Bind C-d to delete-char and deletechar
3528         to delete-forward-char.
3530         * simple.el (normal-erase-is-backspace-mode): Remap delete to
3531         deletechar, and hence delete-forward-char.
3533 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3535         * repeat.el (repeat): Use read-key (bug#6256).
3537 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
3539         * emacs-lisp/unsafep.el: Don't mark functions that display
3540         messages as safe.  Suggested by Johan Bockgård.
3542 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3544         * minibuffer.el (completion--replace): Move point where it belongs
3545         when there's a common suffix (bug#7215).
3547 2010-10-19  Kenichi Handa  <handa@m17n.org>
3549         * international/characters.el: Add category '|' (word breakable)
3550         to fullwidth characters.
3552 2010-10-19  Michael Albinus  <michael.albinus@gmx.de>
3554         * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
3555         (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
3556         order to make stat results a float.  Patch by Andreas Schwab
3557         <schwab@linux-m68k.org>.
3559 2010-10-18  Julien Danjou  <julien@danjou.info>
3561         * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
3562         hidden by `make-pointer-invisible'.
3564 2010-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3566         * files.el (locate-file-completion-table): Strip non-matching elements
3567         before checking length of list (bug#7238).
3569 2010-10-18  Chong Yidong  <cyd@stupidchicken.com>
3571         * custom.el (custom-theme-set-variables): Mark as a safe function.
3572         (load-theme): Check forms using unsafep.
3574         * cus-face.el (custom-theme-set-faces): Mark as a safe function.
3576 2010-10-17  Agustín Martín  <agustin.martin@hispalinux.es>
3578         * textmodes/ispell.el (ispell-aspell-find-dictionary):
3579         Fix aspell data file searching (bug#7230).
3581 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
3583         * cus-theme.el (custom-theme--migrate-settings): New var.
3584         (customize-create-theme): Allow editing the `user' theme.
3585         (custom-theme-add-variable, custom-theme-add-var-1)
3586         (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
3587         to the front of each variable or face widget.
3588         (custom-theme-write): Save theme settings in the correct order.
3589         Optionally, remove saved settings from user customizations.
3590         (custom-theme-write-variables, custom-theme-write-faces):
3591         Save only the checked widgets.
3592         (customize-themes): Add a link for migrating custom settings.
3594         * custom.el (custom-declare-theme, provide-theme):
3595         Use custom-theme-name-valid-p.
3596         (custom-theme-name-valid-p): Remove checks that are now
3597         unnecessary since themes no longer obey load-path.
3599         * cus-edit.el (custom-variable-value-create): For the simple
3600         style, hide documentation string when hidden.
3602 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
3604         * cus-edit.el (custom-variable, custom-face): Combine the
3605         :inhibit-magic and :display-style properties into a single
3606         :custom-style property.
3607         (custom-toggle-hide-variable, custom-toggle-hide-face):
3608         New functions.  If hiding an edited value, save it to :shown-value.
3609         (custom-variable-value-create, custom-face-value-create): Use them.
3610         (custom-magic-reset): Allow magic property to be unset.
3612         * custom.el: Custom themes no longer use load-path.
3613         (custom-theme-load-path): New option.  Change built-in theme
3614         directory to etc/.
3615         (custom-enabled-themes): Add custom-theme-load-path dependency.
3616         (custom-theme--load-path): New function.
3617         (load-theme, custom-available-themes): Use it.
3619         * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
3620         (customize-themes): Link to custom-theme-load-path variable.
3621         (custom-theme-add-var-1, custom-theme-add-face-1): Use the
3622         :custom-style property.
3624         * themes/*.el: Moved to etc/.
3626 2010-10-16  Ralf Angeli  <angeli@caeruleus.net>
3628         * textmodes/reftex-cite.el
3629         (reftex-extract-bib-entries-from-thebibliography): Do not move
3630         point when searching for \bibitem entries.  Match entries with
3631         spaces or tabs in front of arguments.
3633 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
3635         * cus-theme.el (customize-create-theme): Delete overlays after
3636         erasing.  If given a THEME arg, display only the faces of that arg
3637         instead of custom-theme--listed-faces.
3638         (custom-theme-variable-menu, custom-theme-variable-action)
3639         (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
3640         (custom-theme-add-variable, custom-theme-add-face): Apply value
3641         from the theme settings, instead of the current value.
3642         (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
3643         (custom-theme-visit-theme): Allow calling outside theme buffers.
3644         (custom-theme-merge-theme): Don't enable the theme when merging.
3645         (custom-theme-write-variables, custom-theme-write-faces): Use the
3646         :shown-value properties to save buffer values, not global ones.
3647         (customize-themes): Display a warning about user customizations.
3649         * cus-edit.el (custom-variable-value-create)
3650         (custom-face-value-create): Obey new special properties
3651         :shown-value and :inhibit-magic.
3653 2010-10-15  Michael Albinus  <michael.albinus@gmx.de>
3655         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3656         Suppress expansion of tabs to spaces.  Reported by Dale Sedivec
3657         <dale@codefu.org>.
3659 2010-10-14  Kenichi Handa  <handa@m17n.org>
3661         * mail/rmail.el (rmail-show-message-1): Catch an error of
3662         base64-decode-region and just show an error message (bug#7165).
3664         * ps-mule.el (ps-mule-font-spec-list): Delete it.  Not used anymore.
3665         (ps-mule-begin-job): Fix for the case that only ENCODING is set in
3666         a font-spec (bug#7197).
3668 2010-10-14  Glenn Morris  <rgm@gnu.org>
3670         * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
3672 2010-10-14  Juanma Barranquero  <lekktu@gmail.com>
3674         * international/mule.el (define-coding-system):
3675         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3676         * composite.el (compose-region): Fix typo in docstring.
3678 2010-10-14  Chong Yidong  <cyd@stupidchicken.com>
3680         * cus-face.el (custom-theme-set-faces): Call custom-push-theme
3681         only after checking the theme-face property.
3683         * faces.el (face-spec-reset-face): Reset all attributes in one
3684         single call to set-face-attribute.
3685         (face-spec-match-p): Make it a defsubst.
3686         (frame-set-background-mode): New arg KEEP-FACE-SPECS.
3687         (x-create-frame-with-faces, tty-create-frame-with-faces)
3688         (tty-set-up-initial-frame-faces): Don't recompute face specs in
3689         frame-set-background-mode, since they are recomputed immediately
3690         afterwards in face-set-after-frame-default.
3691         (face-set-after-frame-default): Minor optimization.
3692         (cursor): Provide non-trivial defface spec.
3694         * custom.el (custom-theme-recalc-face): Simplify.
3696 2010-10-14  Jay Belanger  <jay.p.belanger@gmail.com>
3698         * calc/calc-alg.el (math-var): Rename from `var'.
3699         (math-is-polynomial, math-is-poly-rec): Replace `var'
3700         with `math-var'.
3702         * calc/calcalg2.el (math-var): Rename from `var'.
3703         (calcFunc-table, math-scan-for-limits): Replace `var'
3704         with `math-var'.
3706 2010-10-13  Glenn Morris  <rgm@gnu.org>
3708         * subr.el (last): Deal with dotted lists (reported in bug#7174).
3710 2010-10-13  Stephen Berman  <stephen.berman@gmx.net>
3712         * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
3714 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3716         * net/tls.el (tls-program): Remove spurious %s from openssl.
3717         (tls-starttls-switches): Remove starttls hack.
3718         (open-tls-stream): Ditto.
3719         (tls-find-starttls-argument): Ditto.
3721 2010-10-13  Juanma Barranquero  <lekktu@gmail.com>
3723         * image.el (image-library-alist): Declare as obsolete alias.
3724         (image-type-available-p): Use `dynamic-library-alist'.
3726         * term/w32-win.el (dynamic-library-alist):
3727         Use instead of `image-library-alist'.
3729 2010-10-13  IRIE Shinsuke  <irieshinsuke@yahoo.co.jp>  (tiny change)
3731         * subr.el (last): Make it faster.  (Bug#7174)
3733 2010-10-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>  (tiny change)
3735         * Makefile.in (compile-clean): Use `` instead of $().  (Bug#7178)
3737 2010-10-12  Chong Yidong  <cyd@stupidchicken.com>
3739         * cus-theme.el (custom-theme--listed-faces): Add cursor face.
3740         (describe-theme-1): Extract doc from unloaded themes.
3742         * custom.el (custom-theme-name-valid-p): Don't list color-themes.
3744         * themes/tango-theme.el:
3745         * themes/tango-dark-theme.el:
3746         * themes/wheatgrass-theme.el: New files.
3748 2010-10-12  Chong Yidong  <cyd@stupidchicken.com>
3750         * cus-theme.el (describe-theme, customize-themes)
3751         (custom-theme-save): New commands.
3752         (custom-new-theme-mode-map): Bind C-x C-s.
3753         (custom-new-theme-mode): Use custom--initialize-widget-variables.
3754         (customize-create-theme): New optional arg THEME.
3755         (custom-theme-revert): Use it.
3756         (custom-theme-visit-theme): Remove dead code.
3757         (custom-theme-merge-theme): Use custom-available-themes.
3758         (custom-theme-write): Make interactive.
3759         (custom-theme-write): Use custom-theme-name-valid-p.
3760         (describe-theme-1, custom-theme-choose-revert)
3761         (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
3762         New funs.
3763         (custom-theme-allow-multiple-selections): New option.
3764         (custom-theme-choose-mode): New major mode.
3766         * custom.el (custom-theme-set-variables): Remove dead code.
3767         Obey custom--inhibit-theme-enable.
3768         (custom--inhibit-theme-enable): New var.
3769         (provide-theme): Obey it.
3770         (load-theme): Replace load with manual read/eval, in order to
3771         check for correctness.  Use custom-theme-name-valid-p.
3772         (custom-theme-name-valid-p): New function.
3773         (custom-available-themes): Use it.
3775         * cus-edit.el (custom--initialize-widget-variables): New function.
3776         (Custom-mode): Use it.
3778         * cus-face.el (custom-theme-set-faces): Remove dead code.
3779         Obey custom--inhibit-theme-enable.
3781         * help-mode.el (help-theme-def, help-theme-edit): New buttons.
3783 2010-10-12  Juanma Barranquero  <lekktu@gmail.com>
3785         * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
3787 2010-10-12  Jan Djärv  <jan.h.d@swipnet.se>
3789         * term/ns-win.el (ns-right-alternate-modifier): New defvar.
3790         (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
3791         (mac-right-option-modifier): New alias for ns-right-option-modifier.
3793         * cus-start.el (all): ns-right-alternate-modifier is new.
3795 2010-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3797         * emacs-lisp/lisp.el (lisp-completion-at-point):
3798         Use emacs-lisp-mode-syntax-table for the whole function.
3800 2010-10-12  David Koppelman  <koppel@ece.lsu.edu>
3802         * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
3803         instead of font-lock-mode before adding keywords.
3804         Remove hi-lock-mode off code.  Remove inhibit hack.
3805         (hi-lock-set-pattern): Only add keywords if font-lock-fontified
3806         non-nil; removed hook inhibit hack.
3808 2010-10-12  Glenn Morris  <rgm@gnu.org>
3810         * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
3811         (load-path-shadows-find): ... to this.
3812         (list-load-path-shadows): Update for above change.
3814         * mail/mail-utils.el (mail-mbox-from): Also try return-path.
3816 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3818         * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
3819         Fix comment for declare-function.
3821 2010-10-11  Chong Yidong  <cyd@stupidchicken.com>
3823         * custom.el (custom-fix-face-spec): New function; code moved from
3824         custom-face-edit-fix-value.
3825         (custom-push-theme): Use it when checking if a face has been
3826         changed outside customize.
3827         (custom-available-themes): New function.
3828         (load-theme): Use it.
3830         * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
3832         * custom.el (custom-push-theme): Cleanup (use cond).
3833         (disable-theme): Recompute the saved-face property.
3834         (custom-theme-recalc-face): Follow face alias before setting prop.
3836         * image.el (image-checkbox-checked, image-checkbox-unchecked):
3837         New variables, containing checkbox images.
3839         * startup.el (fancy-startup-tail):
3840         * wid-edit.el (checkbox): Use them.
3842 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3844         * shell.el (shell-mode-map):
3845         * progmodes/modula2.el (m2-mode-map):
3846         * progmodes/inf-lisp.el (inferior-lisp-mode-map):
3847         * play/mpuz.el (mpuz-mode-map):
3848         * play/landmark.el (lm-mode-map):
3849         * play/decipher.el (decipher-mode-map):
3850         * play/5x5.el (5x5-mode-map):
3851         * net/telnet.el (telnet-mode-map):
3852         * net/quickurl.el (quickurl-list-mode-map):
3853         * net/mairix.el (mairix-searches-mode-map):
3854         * net/eudc-hotlist.el (eudc-hotlist-mode-map):
3855         * net/dig.el (dig-mode-map):
3856         * mail/mspools.el (mspools-mode-map):
3857         * hexl.el (hexl-mode-map):
3858         * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
3859         (wordstar-C-o-map, wordstar-C-q-map):
3860         * emacs-lisp/edebug.el (edebug-eval-mode-map):
3861         * emacs-lisp/chart.el (chart-map):
3862         * edmacro.el (edmacro-mode-map):
3863         * erc/erc-list.el (erc-list-menu-mode-map):
3864         * array.el (array-mode-map): Declare and define in one step.
3866         * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
3868 2010-10-10  Daiki Ueno  <ueno@unixuser.org>
3870         * epa.el (epa-passphrase-callback-function): Display filename
3871         passed as the 3rd arg.
3872         * epa-file.el (epa-file-passphrase-callback-function):
3873         Pass filename to epa-passphrase-callback-function.
3875 2010-10-09  Chong Yidong  <cyd@stupidchicken.com>
3877         * cus-edit.el (custom-face-widget-to-spec)
3878         (custom-face-get-current-spec, custom-face-state): New functions.
3879         (custom-face-set, custom-face-mark-to-save)
3880         (custom-face-value-create, custom-face-state-set): Use them.
3882         * cus-theme.el (custom-theme--listed-faces): New var.
3883         (customize-create-theme): Use *Custom Theme* as the buffer name.
3884         Set revert-buffer-function.  Optional arg BUFFER.  Insert all
3885         faces listed in custom-theme--listed-faces.
3886         (custom-theme-revert): New function.
3887         (custom-theme-add-variable, custom-theme-add-face): Insert at the
3888         bottom of the list.
3889         (custom-theme-write): Prompt for theme name if empty.
3890         (custom-theme-write-variables): Use dolist.
3891         (custom-theme-write-faces): Handle hidden (collapsed) widgets.
3893 2010-10-09  Alan Mackenzie  <acm@muc.de>
3895         Enhance fontification of declarators to take account of the
3896         presence/absence of "typedef".
3898         * cc-engine.el (c-forward-type): New &optional param
3899         "brace-block-too".
3900         (c-forward-decl-or-cast-1): cdr of return value now indicates the
3901         presence of either or both of a "struct"-like keyword and "typedef".
3903         * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
3904         fontification of declarators which follow a "}".
3905         (c-font-lock-declarations): Fontify declarators according to the
3906         presence/absence of "typedef".
3908         * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
3909         for "typedef".
3910         (c-typedef-decl-key): New lang variable built from
3911         c-typedef-decl-kwds.
3913 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3915         * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
3916         since that's too annoying.  Move the filter groups commands to
3917         TAB/backtab.
3919         * epa.el (epa-passphrase-callback-function): Say what we're
3920         querying the password for.
3922         * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
3923         behaviour, don't bury the ibuffer buffer when visiting other buffers.
3925 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
3927         * cus-edit.el (custom-commands, custom-buffer-create-internal)
3928         (custom-magic-value-create): Pad button tags with spaces.
3929         (custom-face-edit): New variable.
3930         (custom-face-value-create): Determine whether to use the usual
3931         face editor here, instead of using custom-face-selected.
3932         Pass face defaults to custom-face-edit widget.
3933         (custom-face-selected, custom-display-unselected): Delete widgets.
3934         (custom-display-unselected-match): Function removed.
3935         (custom-face-set, custom-face-mark-to-save):
3936         Accept custom-face-edit widgets as the direct widget child.
3938         * wid-edit.el (widget--completing-widget): New var.
3939         (widget-default-complete): Bind it when doing completion.
3940         (widget-string-complete, widget-file-complete): Use it.
3942 2010-10-09  Glenn Morris  <rgm@gnu.org>
3944         * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
3945         (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
3946         (holiday-hebrew-misc): Small simplifications.
3948         * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
3950         * net/browse-url.el: Don't require thingatpt, term, dired,
3951         executable, or w3-auto when compiling.
3952         (dired-get-filename, term-char-mode, term-send-down, term-send-string):
3953         Declare.
3954         (browse-url-text-emacs): Require term.
3956 2010-10-08  Andreas Schwab  <schwab@linux-m68k.org>
3958         * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
3960 2010-10-08  Glenn Morris  <rgm@gnu.org>
3962         * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
3964         * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
3965         (shadows-compare-text-p): Make it an obsolete alias for...
3966         (load-path-shadows-compare-text): ... new name.
3967         (find-emacs-lisp-shadows): Update for above name change.
3968         (load-path-shadows-same-file-or-nonexistent): New name for the old
3969         shadow-same-file-or-nonexistent.
3971 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
3973         * minibuffer.el (completion--some, completion--do-completion)
3974         (minibuffer-complete-and-exit, minibuffer-completion-help)
3975         (completion-basic-try-completion)
3976         (completion-basic-all-completions)
3977         (completion-pcm--find-all-completions): Use lexical-let to
3978         avoid some false matches in variable completion (Bug#7056)
3980 2010-10-08  Olof Ohlsson Sax  <olof.ohlsson.sax@gmail.com>  (tiny change)
3982         * vc-svn.el (vc-svn-merge-news): Use --non-interactive.  (Bug#7152)
3984 2010-10-08  Leo  <sdl.web@gmail.com>
3986         * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
3987         return non-nil if the file exists (Bug#7090).
3989 2010-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3991         * minibuffer.el (completion--replace):
3992         Better preserve markers (bug#7138).
3994 2010-10-08  Juanma Barranquero  <lekktu@gmail.com>
3996         * server.el (server-process-filter): Doc fix.
3998 2010-10-08  Drew Adams  <drew.adams@oracle.com>
4000         * dired.el (dired-save-positions): Doc fix.  (Bug#7119)
4002 2010-10-08  Glenn Morris  <rgm@gnu.org>
4004         * vc/ediff-wind.el (ediff-setup-control-frame):
4005         * vc/ediff-ptch.el (ediff-default-backup-extension):
4006         * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
4007         (ediff-exec-process): Remove system-types emx, windows-95.
4009         * net/browse-url.el (browse-url-xdg-open): Shell-quote url.  (Bug#7166)
4011 2010-10-07  Chong Yidong  <cyd@stupidchicken.com>
4013         * cus-edit.el (custom-variable, custom-face): Doc fix.
4014         (custom-face-edit): Add value-create attribute.
4015         (custom-face-edit-value-create)
4016         (custom-face-edit-value-visibility-action): New functions.
4017         Hide unused face attributes by default, and add a visibility toggle.
4018         (custom-face-edit-deactivate): Show empty values with shadow face.
4019         (custom-face-selected): Only use this for face specs with default
4020         attributes.
4021         (custom-face-value-create): Cleanup.
4023         * wid-edit.el (widget-checklist-value-create): Use dolist.
4024         (widget-checklist-match-find): Make second arg optional.
4026 2010-10-07  Glenn Morris  <rgm@gnu.org>
4028         * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
4029         Prefix things.
4031         * emacs-lisp/shadow.el (shadow-font-lock-keywords)
4032         (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
4033         load-path-shadows-mode, update references.
4034         (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
4035         Rename variable and button.
4036         (list-load-path-shadows): Update button caller.
4038 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4040         * emacs-lisp/smie.el (smie-bnf-classify): New function.
4041         (smie-bnf-precedence-table): Use it to remember the closers/openers.
4042         (smie-merge-prec2s): Handle those new entries.
4043         (smie-prec2-levels): Only set precedence to nil for actual
4044         openers/closers.
4045         * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
4046         that is now unnecessary.
4048 2010-10-07  Miles Bader  <miles@gnu.org>
4050         * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
4052 2010-10-07  Glenn Morris  <rgm@gnu.org>
4054         * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
4055         (mail-position-on-field): Remove declarations.
4056         (mail-position-on-field): Autoload it.
4057         (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
4058         and mail-header-end.  Don't require sendmail.
4060         * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
4061         (shadow-mode): New mode.
4062         (shadow-find-file): New button.
4063         (list-load-path-shadows): Use shadow-mode and buttons.
4065         * iimage.el (iimage-version): Remove.
4066         (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
4067         Turn into defcustoms.
4068         (iimage-mode-map): Give it a doc string.
4070         * calendar/appt.el (appt-activate): Give a warning rather than an error
4071         if there is no diary-file.
4073 2010-10-06  Michael Albinus  <michael.albinus@gmx.de>
4075         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4076         Use `tramp-handle-find-backup-file-name'.
4078 2010-10-06  Glenn Morris  <rgm@gnu.org>
4080         * font-core.el (font-lock-defaults-alist): Remove variable.
4081         (font-lock-mode): Doc fix.
4082         (font-lock-default-function): Do not consult font-lock-defaults-alist.
4083         * font-lock.el (font-lock-refresh-defaults): Doc fix.
4084         (font-lock-set-defaults): Doc fix.
4085         Do not consult font-lock-defaults-alist.
4087         * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
4089         * emacs-lisp/cl.el: No longer provide cl-19.
4091 2010-10-05  Michael Albinus  <michael.albinus@gmx.de>
4093         * net/tramp.el (tramp-handle-directory-files-and-attributes)
4094         (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
4095         New defuns, taken from tramp-smb.el.
4096         (tramp-coding-system-change-eol-conversion)
4097         (tramp-set-process-query-on-exit-flag): Remove.
4099         * net/tramp-compat.el (top): Do not check for byte-compiler objects.
4100         (tramp-compat-coding-system-change-eol-conversion)
4101         (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
4102         from tramp.el.
4104         * net/tramp-gvfs.el:
4105         * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
4106         by `tramp-compat-set-process-query-on-exit-flag'.
4108         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
4109         Use `tramp-handle-directory-files-and-attributes',
4110         `tramp-handle-file-exists-p' and
4111         `tramp-handle-file-newer-than-file-p'.
4112         (tramp-imap-handle-file-exists-p)
4113         (tramp-imap-handle-file-executable-p)
4114         (tramp-imap-handle-file-readable-p)
4115         (tramp-imap-handle-directory-files-and-attributes)
4116         (tramp-imap-handle-file-newer-than-file-p): Remove.
4118         * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
4119         by `tramp-compat-set-process-query-on-exit-flag' and
4120         `tramp-coding-system-change-eol-conversion' by
4121         `tramp-compat-coding-system-change-eol-conversion'.
4123         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4124         Use `tramp-handle-directory-files-and-attributes',
4125         `tramp-handle-file-exists-p' and
4126         `tramp-handle-file-newer-than-file-p'.
4127         (tramp-smb-handle-directory-files-and-attributes)
4128         (tramp-smb-handle-file-exists-p)
4129         (tramp-smb-handle-file-newer-than-file-p): Remove.
4130         (tramp-smb-maybe-open-connection):
4131         Replace `tramp-set-process-query-on-exit-flag' by
4132         `tramp-compat-set-process-query-on-exit-flag'.
4134 2010-10-05  Glenn Morris  <rgm@gnu.org>
4136         * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
4138 2010-10-04  Michael Albinus  <michael.albinus@gmx.de>
4140         Continue reorganization of load dependencies.  (Bug#7156)
4142         * net/tramp.el (tramp-handle-file-local-copy-hook)
4143         (tramp-delete-temp-file-function): Move down.
4144         (tramp-exists-file-name-handler): Move up.
4145         (tramp-register-file-name-handlers): Simplify autoload.
4146         (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
4147         (tramp-handle-directory-files, tramp-handle-dired-uncache)
4148         (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
4149         (tramp-handle-file-name-completion)
4150         (tramp-handle-file-name-directory)
4151         (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
4152         (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
4153         (tramp-handle-find-backup-file-name)
4154         (tramp-handle-insert-file-contents, tramp-handle-load)
4155         (tramp-handle-substitute-in-file-name)
4156         (tramp-handle-unhandled-file-name-directory)
4157         (tramp-mode-string-to-int, tramp-local-host-p)
4158         (tramp-make-tramp-temp-file): Move from tramp-sh.el.
4160         * net/tramp-gvfs.el (top):
4161         * net/tramp-smb.el (top): Do not require 'tramp-sh.
4163         * net/tramp-sh.el (all): Move several objects to tramp.el, see
4164         there.  Rename `tramp-handle-*' to `tramp-sh-handle-*'.
4166 2010-10-04  Glenn Morris  <rgm@gnu.org>
4168         * calendar/appt.el (appt-add): Ensure reminders are enabled.
4169         (appt-activate): Give status messages.
4171 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
4173         * net/gnutls.el: Improve docs.  Remove starttls and ssl emulation.
4174         Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
4175         `gnutls-negotiate' (formerly `starttls-negotiate').
4176         Remove trivial wrapper `starttls-open-stream'.
4178 2010-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
4180         Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
4181         log-outgoing commands.
4182         * vc/vc.el (vc-log-internal-common): Add a new argument and use it
4183         to create a buffer local revert-buffer-function variable.
4184         (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
4185         revert-buffer-function lambda.
4187 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
4189         * net/gnutls.el (starttls-negotiate): Use the plist interface to
4190         `gnutls-boot'.  Make TYPE the only required parameter.
4191         Allow TRUSTFILES and KEYFILES to be lists.
4192         (open-ssl-stream): Use it.
4194 2010-10-03  Glenn Morris  <rgm@gnu.org>
4196         * subr.el (directory-sep-char): Remove obsolete variable.
4197         * net/tramp-compat.el: Don't mess about with the byte-compiler unless
4198         it is "necessary".
4200         * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
4201         * vc/vc.el (vc-static-header-alist): Doc fix.
4202         * vc/vc-cvs.el (vc-cvs-header):
4203         * vc/vc-rcs.el (vc-rcs-header):
4204         * vc/vc-sccs.el (vc-sccs-header):
4205         * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
4206         * obsolete/vc-mcvs.el (vc-mcvs-header):
4207         * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
4208         on XEmacs.
4210 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
4212         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
4213         Remove obsolete use of binary-overwrite-mode (Bug#7001).
4215 2010-10-03  Glenn Morris  <rgm@gnu.org>
4217         * obsolete/x-menu.el: Remove file, obsolete since 21.1
4219         * textmodes/rst.el (rst-font-lock-keywords-function):
4220         Drop Emacs 20 code.
4222         * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
4224         * printing.el: Drop Emacs 20 code.
4226         * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
4227         without having used appt.el already).
4229         * subr.el (make-local-hook): Remove function obsolete since 21.1.
4230         * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
4231         (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
4232         XEmacs.
4233         * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
4234         (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
4236         * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
4237         (charset-width, find-charset-region, chars-in-region, forward-point)
4238         (encode-coding-string, coding-system-p, ccl-execute-on-string)
4239         (define-ccl-program, multibyte-string-p, string-make-multibyte):
4240         Remove compatibility cruft (none of these are used by ps*.el).
4242 2010-10-03  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
4244         * subr.el (booleanp): Return t instead of a list (Bug#7086).
4246 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
4248         * server.el (server-process-filter, server-return-error):
4249         Give emacsclient time to shut down after receiving an error string.
4251 2010-10-02  Michael Albinus  <michael.albinus@gmx.de>
4253         * files.el (remote-file-name-inhibit-cache): New defcustom.
4255         * time.el (display-time-file-nonempty-p):
4256         Use `remote-file-name-inhibit-cache'.
4258         * net/tramp.el (tramp-completion-reread-directory-timeout):
4259         Fix docstring.
4261         * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
4262         (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
4263         `remote-file-name-inhibit-cache'.  Check also for an integer
4264         value.  Add/increase counter when `tramp-verbose' >= 10.
4265         (tramp-set-file-property): Add/increase counter when
4266         `tramp-verbose' >= 10.
4268         * net/tramp-cmds.el (tramp-cleanup-all-connections)
4269         (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
4270         (tramp-bug): Set tramp-autoload cookie.  Report all interned
4271         tramp-* variables.  Report also `remote-file-name-inhibit-cache'.
4272         (tramp-reporter-dump-variable): Fix docstring.  Mask non-7bit
4273         characters only in strings.
4275         * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
4276         to backward compatibility.
4278         * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
4279         (tramp-handle-file-name-all-completions)
4280         (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
4281         (tramp-open-connection-setup-interactive-shell):
4282         Call `tramp-cleanup-connection' directly.
4284 2010-10-02  Glenn Morris  <rgm@gnu.org>
4286         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
4288         * subr.el (char-bytes): Remove obsolete function.
4290         * isearch.el (isearch-return-char): Remove obsolete function.
4292         * mouse.el: No longer provide mldrag.
4293         (mldrag-drag-mode-line, mldrag-drag-vertical-line):
4294         Remove obsolete aliases.
4296         * comint.el (comint-kill-output): Remove obsolete alias.
4298         * composite.el (decompose-composite-char): Remove obsolete function.
4299         * ps-def.el (decompose-composite-char): Remove unused function.
4301         * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
4303         * outline.el (outline-visible): Remove obsolete function.
4305         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
4306         * faces.el (internal-find-face, internal-get-face)
4307         (frame-update-faces, frame-update-face-colors)
4308         (x-frob-font-weight, x-frob-font-slant)
4309         (internal-frob-font-weight, internal-frob-font-slant)
4310         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
4311         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
4312         (x-make-font-bold-italic): Remove functions and aliases, obsolete
4313         since Emacs 21.1.
4314         * emulation/viper-util.el (viper-get-face):
4315         * obsolete/lucid.el (find-face, get-face): Use facep.
4316         * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
4317         Remove unused functions.
4318         * vc/ediff-util.el (ediff-submit-report): Doc fix.
4320         * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
4321         delete tempfile if interrupted during compilation.
4323 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4325         * net/tls.el (tls-starttls-switches): Give up on using starttls with
4326         gnutls-cli.
4327         (tls-program): Add --insecure to be consistent with the defaults from
4328         openssl s_client.  Now all three commands are insecure.
4330 2010-10-01  Eli Zaretskii  <eliz@gnu.org>
4332         * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
4333         (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
4334         (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
4336 2010-10-01  Glenn Morris  <rgm@gnu.org>
4338         * obsolete/sc.el: Remove file.
4340         * files.el (temporary-file-directory): On darwin, also try
4341         DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
4343 2010-10-01  Juanma Barranquero  <lekktu@gmail.com>
4345         * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
4346         Let's not break compatibility gratuitously, shall we?
4348 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4350         * net/tls.el (tls-starttls-switches): New variable.
4351         (tls-find-starttls-argument): Use it.
4352         (open-tls-stream): Ditto.
4354         * net/netrc.el (netrc-credentials): Return the value of the "default"
4355         entry.
4356         (netrc-machine): Ditto.
4358 2010-09-30  Eli Zaretskii  <eliz@gnu.org>
4360         * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
4362 2010-09-30  Juanma Barranquero  <lekktu@gmail.com>
4364         * server.el (server-start): Don't write pid to the authentication file.
4365         (server-create-tty-frame): Don't send pid.
4366         (server-process-filter): Send pid at the start of every connection.
4368 2010-09-30  Glenn Morris  <rgm@gnu.org>
4370         * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
4371         (show-all-diary-entries): Remove obsolete function aliases.
4373         * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
4374         Remove options, obsolete since 22.1.
4375         (appt-display-format, appt-display-message):
4376         Remove backwards-compatibility code.
4377         (appt-check): No longer check appt-issue-message.
4378         (appt-make-list): No longer autoload it.  Doc fix.  No longer
4379         activate the package.
4381 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4383         * net/gnutls.el (starttls-negotiate): Loop a lot longer.
4384         (starttls-negotiate): Just call boot, and let the handshake be
4385         triggered from the read loop.
4387 2010-09-29  Glenn Morris  <rgm@gnu.org>
4389         * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
4390         not displaying the diary.
4391         (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
4392         * calendar/appt.el (appt-check): No longer need to kill diary.
4394         * calendar/diary-lib.el (diary-list-entries): Move the
4395         "Preparing..." message entirely here.
4396         (diary-simple-display, diary-fancy-display): Move "Preparing..."
4397         messages to diary-list-entries.
4398         (diary-include-other-diary-files): Use LIST-ONLY rather than setting
4399         diary-display-function.
4401         * calendar/diary-lib.el (diary-include-other-diary-files):
4402         Trap some recursive includes.
4404         * calendar/appt.el (appt-activate): Check diary file.
4406 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4408         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4409         construction.
4411         * calendar/time-date.el: No need to require cl for Emacs 21.
4413 2010-09-28  Glenn Morris  <rgm@gnu.org>
4415         * calendar/appt.el (appt-check): Minor simplification.
4417 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4419         * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
4420         citation prefix.
4422 2010-09-27  Andreas Schwab  <schwab@linux-m68k.org>
4424         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4425         Avoid infinite recursion on erroneous lambda form.  (Bug#7114)
4427 2010-09-27  Kenichi Handa  <handa@m17n.org>
4429         * tar-mode.el (tar-header-block-tokenize): Decode filenames in
4430         "ustar" format.
4432 2010-09-27  Kenichi Handa  <handa@m17n.org>
4434         * international/mule.el (define-coding-system): Docstring fixed.
4436         * international/mule-diag.el (describe-character-set): Use princ
4437         with proper print-length and print-level instead of insert.
4439 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4441         * window.el (walk-windows): Doc fix (bug#7105).
4443 2010-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4445         * emacs-lisp/float-sup.el (e): Remove.
4447 2010-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4449         * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
4450         variable.
4451         (starttls-negotiate): Use it.
4453 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4455         * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
4456         back.
4458 2010-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4460         * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
4462 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4464         * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
4466         * net/netrc.el (netrc-store-data): New function.
4468 2010-09-26  Teodor Zlatanov  <tzz@lifelogs.com>
4470         * net/gnutls.el: GnuTLS glue code to set up a connection.
4472 2010-09-25  Julien Danjou  <julien@danjou.info>
4474         * notifications.el: Call dbus-register-signal only if it is bound.
4476 2010-09-25  Glenn Morris  <rgm@gnu.org>
4478         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
4479         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
4480         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
4481         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
4482         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
4483         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
4484         * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
4485         * eshell/esh-util.el, eshell/esh-var.el:
4486         Remove leading `*' from docs of faces and defcustoms.
4488 2010-09-25  Ulrich Mueller  <ulm@gentoo.org>
4490         * eshell/em-ls.el (eshell-ls-archive-regexp):
4491         * eshell/esh-util.el (eshell-tar-regexp):
4492         * ibuffer.el (ibuffer-compressed-file-name-regexp):
4493         * info.el (Info-suffix-list):
4494         * international/mule.el (auto-coding-alist):
4495         * woman.el (woman-file-regexp, woman-file-compression-regexp):
4496         * progmodes/etags.el (tags-compression-info-list):
4497         Support xz compression.
4499 2010-09-25  Chong Yidong  <cyd@stupidchicken.com>
4501         * files.el (get-free-disk-space): Don't assume the "df" output
4502         columns line up (Bug#6995).
4504 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
4506         * finder.el (finder-unknown-keywords):
4507         * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
4508         * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
4510 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
4512         * server.el (server-start): Revert part of 2010-08-08 change.  Using
4513         address 127.0.0.1 for local host is now done in Fmake_network_process.
4515 2010-09-24  Glenn Morris  <rgm@gnu.org>
4517         * image-mode.el, progmodes/compile.el, progmodes/gud.el:
4518         * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
4519         * textmodes/css-mode.el, textmodes/dns-mode.el:
4520         Move autoloaded auto-mode-alist entries to files.el.
4521         * files.el (auto-mode-alist): Move entries here.
4523 2010-09-23  Glenn Morris  <rgm@gnu.org>
4525         * isearch.el (isearch-lazy-highlight-cleanup)
4526         (isearch-lazy-highlight-initial-delay)
4527         (isearch-lazy-highlight-interval)
4528         (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
4529         * net/net-utils.el (ipconfig-program-options):
4530         Move aliases to options before the associated definitions.
4532 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4534         * newcomment.el (comment-normalize-vars): Better test validity of
4535         comment-end-skip.
4537 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4539         * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
4540         (float-e): New name for `e'.
4541         (degrees-to-radians, radians-to-degrees):
4542         * calendar/solar.el (solar-longitude):
4543         * calculator.el (calculator-registers, calculator-funcall):
4544         * textmodes/artist.el (artist-spray-random-points):
4545         * play/bubbles.el (bubbles--initialize-images): Use new names.
4547 2010-09-23  Eric M. Ludlam  <zappo@gnu.org>
4549         Update to CEDET 1.0's version of EIEIO.
4551         * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
4552         New function.
4553         (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
4554         (eieio-default-eval-maybe): Eval val instead of unquoting only.
4555         (class-precedence-list): If class is nil, return nil.
4556         (eieio-generic-call): If class of first input arg is nil, don't
4557         look up static methods, and do check for primary methods.
4558         (initialize-instance): See if the default needs to be evaluated
4559         during the constructor.
4560         (eieio-perform-slot-validation-for-default): Don't do the check
4561         for values that will eventually be evaluated.
4562         (eieio-eval-default-p): New function.
4563         (eieio-default-eval-maybe): Use it.
4565 2010-09-23  Jan Moringen  <jan.moringen@uni-bielefeld.de>
4567         * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
4568         method-invocation-order.
4569         (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
4570         (eieio-class-precedence-dfs): Compute class precedence list using
4571         dfs algorithm.
4572         (eieio-class-precedence-bfs): Compute class precedence list using
4573         bfs algorithm.
4574         (eieio-class-precedence-c3): Compute class precedence list using
4575         c3 algorithm.
4576         (class-precedence-list): New function.
4577         (eieiomt-method-list, eieiomt-sym-optimize): Use it.
4578         (inconsistent-class-hierarchy): New error symbol.
4579         (call-next-method): Stow the replacement argument list for future
4580         call-next-method invocations.
4582 2010-09-23  Glenn Morris  <rgm@gnu.org>
4584         * calendar/appt.el (appt-check): If not displaying the diary,
4585         use (diary 1) to only get the entries we need.
4586         (appt-make-list): Sort diary-list-entries, if we cannot guarantee
4587         that it is in day order.  (Bug#7019)
4589         * calendar/appt.el (appt-check): Rather than showing the diary,
4590         just turn off invisible display, and only if needed.
4592         * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
4594 2010-09-23  Glenn Morris  <rgm@gnu.org>
4596         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
4597         (byte-compile-defvar, byte-compile-cl-warn):
4598         Start warnings with lower-case, like the majority.
4600         * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
4602         * files.el (auto-mode-alist): Prefer C-mode for .xs.  (Bug#7071)
4604         * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
4605         * files.el (auto-mode-alist): Move ld-script entries here, further down
4606         the list.
4608         * vc/add-log.el: Don't require timezone when compiling.
4609         (timezone-make-date-sortable): Autoload it.
4610         (change-log-sortable-date-at): Don't require timezone.
4611         Use `ignore-errors'.
4613         * comint.el (comint-use-prompt-regexp-instead-of-fields):
4614         Move alias before definition, so it does not need autoloading.
4616         * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
4617         * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
4618         * international/kkc.el, international/ogonek.el, mail/feedmail.el:
4619         * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
4620         * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
4621         * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
4622         * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
4623         * textmodes/tex-mode.el, textmodes/two-column.el:
4624         Remove leading `*' from docs of defcustoms etc.
4626 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4628         * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
4630 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4632         * calendar/time-date.el (date-to-time): Try using parse-time-string
4633         first before using the slower timezone-make-date-arpa-standard.
4635 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4637         * calendar/time-date.el (format-seconds): Comment fix.
4639 2010-09-22  Glenn Morris  <rgm@gnu.org>
4641         * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
4642         is not automatically buffer-local.
4644 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4646         * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
4647         (smie-indent-comment): Be more careful with comment-start-skip.
4648         (smie-indent-comment-close, smie-indent-comment-inside): New funs.
4649         (smie-indent-functions): Use them.
4651 2010-09-21  Michael Albinus  <michael.albinus@gmx.de>
4653         * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
4655 2010-09-21  Jan Djärv  <jan.h.d@swipnet.se>
4657         * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
4658         tool-bar-position.  Don't modify frame parameters here.
4659         (menu-bar-options-save): Add tool-bar-position.
4661         * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
4663 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4665         * textmodes/reftex-parse.el (reftex-what-macro)
4666         (reftex-context-substring): Let-bind forward-sexp-function to nil
4667         since we don't need/want to treat \begin...\end as a block (bug#7053).
4669         * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
4671         * simple.el (blink-matching-open): Use syntax-class.
4673         * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
4674         Set invisibility spec for pascal's outline mode.
4675         (pascal-outline-change): Clean up calling convention.
4676         (pascal-show-all, pascal-hide-other-defuns): Update callers.
4678         * progmodes/prolog.el (prolog-smie-forward-token)
4679         (prolog-smie-backward-token): New functions.
4680         (prolog-mode-variables): Use them to parse "!," correctly.
4681         Set up smie-blink-matching for ".".
4683         * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
4684         and `end'.
4685         (ispell-region, ispell-process-line): Update users.
4687         * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
4688         point-min==1.
4690         * textmodes/ispell.el: Fix commenting convention.
4691         (ispell-parse-output): Simplify, use push.
4692         (ispell-region): Use match-string-no-properties.
4693         (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
4694         (ispell-minor-mode): Use define-minor-mode.
4695         (ispell-message): Remove unused var `skip-regexp'.
4696         (ispell-add-per-file-word-list): Use dynamic let-binding.
4697         Try and use the proper comment marker.
4699         * mail/sendmail.el: Fix commenting convention.
4700         (sendmail-send-it): Use line-beginning-position.
4702         * help-fns.el (describe-variable): Add original value, if applicable.
4704 2010-09-20  Juanma Barranquero  <lekktu@gmail.com>
4706         * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
4708         * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
4710 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4712         * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
4713         (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
4714         (smie-prec2-levels): Use them to better diagnose precedence cycles.
4715         (smie-blink-matching-check): Don't signal a mismatch if car is t.
4716         (smie-blink-matching-open): Rewrite to remove assumptions, so that
4717         something like "." can also be a closer.
4718         (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
4719         (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
4720         Rename internal functions to use "--".  Update callers.
4722         * frame.el (make-frame-names-alist): Don't list frames on other displays.
4724         * fringe.el (fringe-styles): New var.
4725         (fringe-mode, fringe-query-style): Use it.
4727 2010-09-18  Michael R. Mauger  <mmaug@yahoo.com>
4729         * progmodes/sql.el: Version 2.8
4730         (sql-login-params): Update widget structure; changes still needed.
4731         (sql-product-alist): Add :list-all and :list-table features for
4732         SQLite, Postgres and MySQL products.
4733         (sql-redirect): Handle default value.
4734         (sql-execute, sql-execute-feature): New functions.
4735         (sql-read-table-name): New function.
4736         (sql-list-all, sql-list-table): New functions.  User API.
4737         (sql-mode-map, sql-interactive-mode-map): Add key definitions
4738         for above functions.
4739         (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
4740         for above functions.
4741         (sql-postgres-login-params): Add user and database defaults.
4742         (sql-buffer-live-p): Bug fix.
4743         (sql-product-history): New variable.
4744         (sql-read-product): New function. Use it.
4745         (sql-set-product, sql-product-interactive): Use it.
4746         (sql-connection-history): New variable.
4747         (sql-read-connection): New function.  Use it.
4748         (sql-connect): New function.
4749         (sql-for-each-login): Redesign function interface.
4750         (sql-make-alternate-buffer-name, sql-save-connection): Use it.
4751         (sql-get-login-ext, sql-get-login): Use it.  Handle default values.
4752         (sql-comint): Check for program.  Existing live buffer.
4753         (sql-comint-postgres): Add port parameter.
4755 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4757         * emacs-lisp/warnings.el: Fix commenting convention.
4758         (display-warning): Use special mode and make the buffer read-only.
4760 2010-09-18  Jay Belanger  <jay.p.belanger@gmail.com>
4762         * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
4763         empty string when it follows a repeated or optional pattern.
4765 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4767         * indent.el (indent-according-to-mode): Apply syntax-propertize.
4768         (indent-region): Use indent-according-to-mode.
4770 2010-09-18  Eli Zaretskii  <eliz@gnu.org>
4772         * fringe.el (fringe-mode): Doc fix.
4774 2010-09-14  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
4776         * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
4777         refreshing the preview buffer.
4779 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4781         * textmodes/tex-mode.el (tex-syntax-propertize-rules)
4782         (latex-syntax-propertize-rules): New consts; replace
4783         tex-font-lock-syntactic-keywords.
4784         (tex-env-mark, latex-env-before-change): New functions.
4785         (latex-electric-env-pair-mode): New minor mode.
4786         (tex-font-lock-verb): Change arguments; do move point.
4787         (tex-font-lock-syntactic-face-function): Adjust to new verbatim
4788         representation as a form of comment.
4789         (tex-font-lock-keywords-1): Remove workaround, now unneeded.
4790         (doctex-syntax-propertize-rules): New const; replaces
4791         doctex-font-lock-syntactic-keywords.
4792         (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
4794         * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
4795         (fortran-make-syntax-propertize-function): New function; replaces
4796         fortran-font-lock-syntactic-keywords.
4797         (fortran-mode): Use it.
4798         (fortran-line-length): Use it.  Improve interactive spec.
4800         * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
4801         (syntax-propertize-rules): Add var-ref case.  Fix offset computation
4802         when adding surrounding \(..\).
4804         * progmodes/js.el (js-mode): Fix last change (bug#7054).
4806 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4808         * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
4809         Use with-current-buffer.
4811         * isearch.el (isearch-face): Rename from `isearch'.
4812         (isearch-highlight): Use new name.
4814 2010-09-17  Eli Zaretskii  <eliz@gnu.org>
4816         * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
4817         5, for `half' width fringes.  (Bug#6933)
4819 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4821         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4822         (byte-compile-defvar): "foo/bar" does not lack a prefix.
4824         * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
4826 2010-09-17  Stephen Berman  <stephen.berman@gmx.net>
4828         * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
4829         in calculating new frame position.  Add more space between new and
4830         parent on the left (Bug#7048).
4832 2010-09-17  Michael Albinus  <michael.albinus@gmx.de>
4834         * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
4835         defmacro.
4837 2010-09-16  Chong Yidong  <cyd@stupidchicken.com>
4839         * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
4841         * term/x-win.el (x-cut-buffer-or-selection-value): Define as
4842         obsolete alias for x-selection-value.
4844         * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
4846 2010-09-16  Michael Albinus  <michael.albinus@gmx.de>
4848         * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
4849         cookie.
4851 2010-09-15  Michael Albinus  <michael.albinus@gmx.de>
4853         * net/tramp-compat.el (tramp-compat-with-temp-message)
4854         (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
4855         (tramp-compat-process-put): New defuns.
4857         * net/tramp.el (top):
4858         * net/tramp-gvfs.el (top):
4859         * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
4861         * net/tramp.el (tramp-progress-reporter-update):
4862         Use `tramp-compat-funcall'.
4864         * net/tramp.el (tramp-process-actions):
4865         * net/tramp-gvfs.el (tramp-handle-vc-registered):
4866         * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
4867         (tramp-get-remote-stat, tramp-get-remote-readlink):
4868         Use `tramp-compat-with-temp-message'.
4870         * net/tramp-sh.el (top): Require 'cl.
4871         (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
4872         (tramp-open-connection-setup-interactive-shell):
4873         Use `tramp-compat-process-put'.
4875 2010-09-15  Alan Mackenzie  <acm@muc.de>
4877         * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
4878         indentation.
4879         (c-forward-<>-arglist-recur): Fix an infinite recursion.
4881 2010-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4883         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4884         `lexical' for warnings related to lexical scoping.
4885         (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
4886         global vars which don't have a prefix and could hence affect lexical
4887         scoping in unrelated files.
4889 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4891         * net/imap.el: Revert back to version
4892         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4893         seem problematic.
4895 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4897         * obsolete/old-whitespace.el (whitespace-unload-function):
4898         Explicitly pass `obarray' to `unintern' to avoid a warning.
4900 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4902         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
4903         Add `when' argument.  Update callers.
4905         * subr.el (unintern): Declare the obarray arg mandatory.
4907 2010-09-14  Glenn Morris  <rgm@gnu.org>
4909         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
4910         Doc fixes.
4912         * calendar/diary-lib.el (diary-included-files): New variable.
4913         (diary-list-entries): Maybe initialize diary-included-files.
4914         (diary-include-other-diary-files): Append to diary-included-files.
4915         * calendar/appt.el (appt-update-list): Also check the members of
4916         diary-included-files.  (Bug#6999)
4917         (appt-check): Doc fix.
4919 2010-09-14  David Reitter  <david.reitter@gmail.com>
4921         * simple.el (line-move-visual): Do not truncate goal column to
4922         integer size.  (Bug#7020)
4924 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4926         * repeat.el (repeat): Allow repeating when the last event is a click.
4927         Suggested by Drew Adams (bug#6256).
4929 2010-09-14  Sascha Wilde  <wilde@sha-bang.de>
4931         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
4932         Replace setting HGRCPATH to "" by some less invasive --config options.
4934 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4936         * font-lock.el (font-lock-beginning-of-syntax-function):
4937         Mark as obsolete.
4939 2010-09-14  Glenn Morris  <rgm@gnu.org>
4941         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
4942         and tool-bar modes.  (Bug#6211)
4943         (menu-bar-mode): Move setting of standard-value after the
4944         minor-mode definition, otherwise it seems to have no effect.
4946 2010-09-14  Masatake YAMATO  <yamato@redhat.com>
4948         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
4949         Fix typo.  (Bug#6976)
4951 2010-09-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4953         * whitespace.el: Allow cleaning up blanks without blank
4954         visualization (Bug#6651).  Adjust help window for
4955         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
4956         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
4957         (whitespace-style): Add new value 'face.  Adjust docstring.
4958         (whitespace-space, whitespace-hspace, whitespace-tab):
4959         Adjust foreground property face.
4960         (whitespace-line-column): Adjust docstring and type declaration.
4961         (whitespace-style-value-list, whitespace-toggle-option-alist)
4962         (whitespace-help-text): Adjust const initialization.
4963         (whitespace-toggle-options, global-whitespace-toggle-options):
4964         Adjust docstring.
4965         (whitespace-display-window, whitespace-interactive-char)
4966         (whitespace-style-face-p, whitespace-color-on): Adjust code.
4967         (whitespace-help-scroll): New fun.
4969 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4971         * calendar/time-date.el (format-seconds): Comment fix.
4973 2010-09-13  Michael R. Mauger  <mmaug@yahoo.com>
4975         * progmodes/sql.el: Version 2.7.
4976         (sql-buffer-live-p): Improve detection.
4977         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
4978         (sql-set-sqli-buffer): Use it.
4979         (sql-product-interactive): Run `sql-set-sqli-hook'.
4980         (sql-rename-buffer): Code cleanup.
4981         (sql-redirect, sql-redirect-value): New functions.  More to come.
4983 2010-09-13  Juanma Barranquero  <lekktu@gmail.com>
4985         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.
4986         * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
4987         (TRAMP_SRC): New macro.
4988         ($(lisp)/net/tramp-loaddefs.el): New target.
4990 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
4992         Major code cleanup.  Split tramp.el into tramp.el and tramp-sh.el.
4994         * Makefile.in (TRAMP_SRC): Remove tramp-fish.el.  Add tramp-sh.el.
4996         * net/tramp.el (top): Don't show loading message.  Require just
4997         'tramp-compat, everything else is required there.
4998         Use `ignore-errors' where appropriate.
4999         (tramp-inline-compress-start-size, tramp-copy-size-limit)
5000         (tramp-terminal-type, tramp-end-of-output)
5001         (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
5002         (tramp-completion-function-alist-ssh)
5003         (tramp-completion-function-alist-telnet)
5004         (tramp-completion-function-alist-su)
5005         (tramp-completion-function-alist-putty, tramp-remote-path)
5006         (tramp-remote-process-environment, tramp-sh-extra-args)
5007         (tramp-actions-before-shell, tramp-uudecode)
5008         (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
5009         (tramp-perl-file-attributes)
5010         (tramp-perl-directory-files-and-attributes)
5011         (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
5012         (tramp-perl-encode, tramp-perl-decode)
5013         (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
5014         (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
5015         (tramp-handle-make-symbolic-link, tramp-handle-load)
5016         (tramp-handle-file-name-as-directory)
5017         (tramp-handle-file-name-directory)
5018         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
5019         (tramp-handle-file-exists-p, tramp-handle-file-attributes)
5020         (tramp-do-file-attributes-with-ls)
5021         (tramp-do-file-attributes-with-perl)
5022         (tramp-do-file-attributes-with-stat)
5023         (tramp-handle-set-visited-file-modtime)
5024         (tramp-handle-verify-visited-file-modtime)
5025         (tramp-handle-set-file-modes, tramp-handle-set-file-times)
5026         (tramp-set-file-uid-gid, tramp-remote-selinux-p)
5027         (tramp-handle-file-selinux-context)
5028         (tramp-handle-set-file-selinux-context)
5029         (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
5030         (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
5031         (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
5032         (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
5033         (tramp-handle-file-ownership-preserved-p)
5034         (tramp-handle-directory-file-name, tramp-handle-directory-files)
5035         (tramp-handle-directory-files-and-attributes)
5036         (tramp-do-directory-files-and-attributes-with-perl)
5037         (tramp-do-directory-files-and-attributes-with-stat)
5038         (tramp-handle-file-name-all-completions)
5039         (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
5040         (tramp-handle-copy-file, tramp-handle-copy-directory)
5041         (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
5042         (tramp-do-copy-or-rename-file-via-buffer)
5043         (tramp-do-copy-or-rename-file-directly)
5044         (tramp-do-copy-or-rename-file-out-of-band)
5045         (tramp-handle-make-directory, tramp-handle-delete-directory)
5046         (tramp-handle-delete-file)
5047         (tramp-handle-dired-recursive-delete-directory)
5048         (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
5049         (tramp-handle-insert-directory)
5050         (tramp-handle-unhandled-file-name-directory)
5051         (tramp-handle-expand-file-name)
5052         (tramp-handle-substitute-in-file-name)
5053         (tramp-handle-executable-find, tramp-process-sentinel)
5054         (tramp-handle-start-file-process, tramp-handle-process-file)
5055         (tramp-handle-call-process-region, tramp-handle-shell-command)
5056         (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
5057         (tramp-handle-insert-file-contents)
5058         (tramp-handle-insert-file-contents-literally)
5059         (tramp-handle-find-backup-file-name)
5060         (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
5061         (tramp-vc-registered-file-names, tramp-handle-vc-registered)
5062         (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
5063         (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
5064         (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
5065         (tramp-find-file-exists-command, tramp-open-shell)
5066         (tramp-find-shell, tramp-barf-if-no-shell-prompt)
5067         (tramp-open-connection-setup-interactive-shell)
5068         (tramp-local-coding-commands, tramp-remote-coding-commands)
5069         (tramp-find-inline-encoding, tramp-call-local-coding-command)
5070         (tramp-inline-compress-commands, tramp-find-inline-compress)
5071         (tramp-compute-multi-hops, tramp-maybe-open-connection)
5072         (tramp-send-command, tramp-wait-for-output)
5073         (tramp-send-command-and-check, tramp-barf-unless-okay)
5074         (tramp-send-command-and-read, tramp-mode-string-to-int)
5075         (tramp-convert-file-attributes, tramp-check-cached-permissions)
5076         (tramp-file-mode-from-int, tramp-file-mode-permissions)
5077         (tramp-shell-case-fold, tramp-make-copy-program-file-name)
5078         (tramp-method-out-of-band-p, tramp-local-host-p)
5079         (tramp-get-remote-path, tramp-get-remote-tmpdir)
5080         (tramp-get-ls-command, tramp-get-ls-command-with-dired)
5081         (tramp-get-test-command, tramp-get-test-nt-command)
5082         (tramp-get-file-exists-command, tramp-get-remote-ln)
5083         (tramp-get-remote-perl, tramp-get-remote-stat)
5084         (tramp-get-remote-readlink, tramp-get-remote-trash)
5085         (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
5086         (tramp-get-local-uid, tramp-get-local-gid)
5087         (tramp-get-inline-compress, tramp-get-inline-coding): Move to
5088         tramp-sh.el.
5089         (tramp-methods, tramp-default-method-alist)
5090         (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
5091         Move initialization to tramp-sh.el.
5092         (tramp-temp-name-prefix): Make it a defconst.
5093         (tramp-dissect-file-name): Don't check anymore for multi-hop
5094         methods.
5095         (tramp-debug-outline-regexp): Add a docstring.
5096         (tramp-debug-outline-level): Rename from `tramp-outline-level'.
5097         (tramp-get-debug-buffer): Use it.
5099         * net/tramp-cache.el (top): Set tramp-autoload cookie for
5100         initialization forms.
5101         (tramp-set-connection-property): Don't protect `tramp-message'
5102         call, it isn't necessary any longer.
5103         (tramp-dump-connection-properties): Use `ignore-errors'.
5105         * net/tramp-compat.el (top): Require 'advice, 'format-spec,
5106         'password-cache and 'auth-source.
5108         * net/tramp-gvfs.el (top):
5109         * net/tramp-smb.el (top): Require 'tramp-sh.
5111         * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
5113         * net/tramp-sh.el: New file, derived from tramp.el.
5114         (top): Initialize `tramp-methods', `tramp-default-method-alist',
5115         `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
5116         Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
5117         Use `ignore-errors' where appropriate.
5118         (tramp-sh-file-name-handler-alist): Rename from
5119         `tramp-file-name-handler-alist'.
5120         (tramp-send-command-and-check): Return t or nil.  Remove all
5121         `zerop' checks, where called.
5122         (tramp-handle-set-file-modes)
5123         (tramp-do-copy-or-rename-file-directly)
5124         (tramp-handle-delete-directory, tramp-handle-delete-file)
5125         (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
5126         (tramp-sh-file-name-handler, tramp-send-command-and-check)
5127         (tramp-get-remote-ln): Set tramp-autoload cookie.
5129         * net/tramp-fish.el: Remove file.
5131 2010-09-13  Daiki Ueno  <ueno@unixuser.org>
5133         * epa-file.el (epa-file-insert-file-contents): If visiting, bind
5134         buffer-file-name to avoid file-locking.  (Bug#7026)
5136 2010-09-13  Julien Danjou  <julien@danjou.info>
5138         * notifications.el (notifications-notify): Add support for
5139         image-path and sound-name.
5140         (notifications-specification-version): Add this variable.
5142 2010-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5144         * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
5146 2010-09-12  Leo  <sdl.web@gmail.com>
5148         * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
5149         (rcirc-completion-start): New variables.
5150         (rcirc-nick-completions): Rename to rcirc-completions.
5151         (rcirc-nick-completion-start-offset): Delete.
5152         (rcirc-completion-at-point): New function for constructing
5153         completion data for both nicks and irc commands.  Add to
5154         completion-at-point-functions in rcirc mode.
5155         (rcirc-complete): Rename from rcirc-nick-complete; use
5156         rcirc-completion-at-point.
5157         (defun-rcirc-command): Update rcirc-client-commands.
5159 2010-09-11  Glenn Morris  <rgm@gnu.org>
5161         * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
5162         atomically, to avoid parallel build errors.  (Bug#4196)
5164 2010-09-11  Michael R. Mauger  <mmaug@yahoo.com>
5166         * progmodes/sql.el: Version 2.6
5167         (sql-dialect): Synonym for "sql-product".
5168         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
5169         (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
5170         Set "sql-buffer" to buffer name not buffer object so multiple sql
5171         interactive buffers work properly.  Reverts misguided changes in
5172         earlier work.
5173         (sql-comint): Make sure different buffer name is used if "*SQL*"
5174         buffer is for a different product.
5175         (sql-make-alternate-buffer-name): Fix bug with "sql-database"
5176         login param.
5177         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
5178         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
5179         (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
5180         Accept new buffer name or prompt for one.
5181         (sql-port): Default to zero.
5182         (sql-comint-mysql): Handle "sql-port" as a numeric.
5183         (sql-port-history): Delete unused variable.
5184         (sql-get-login): Default "sql-port" to a number.
5185         (sql-product-alist): Correct Postgres prompt and terminator regexp.
5186         (sql-sqlite-program): Dynamically detect presence of "sqlite" or
5187         "sqlite3" executables.
5188         (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
5189         (sql-buffer-live-p): New function.
5190         (sql-mode-menu, sql-send-string): Use it.
5191         (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
5192         syntax pattern.
5193         (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
5194         (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
5196 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5198         * net/netrc.el (netrc-credentials): New convenience function.
5200 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5202         * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
5203         to replace texinfo-font-lock-syntactic-keywords.
5204         (texinfo-mode): Use it.
5206         * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
5207         Use syntax-propertize-function.
5209         * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
5210         replace sgml-font-lock-syntactic-keywords.
5211         (sgml-mode): Use it.
5213         * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
5214         since we don't use it.
5216         * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
5218         * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
5219         if available.
5220         (vhdl-fontify-buffer): Adjust.
5222         * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
5223         replace tcl-font-lock-syntactic-keywords.
5224         (tcl-mode): Use it.
5226         * progmodes/simula.el (simula-syntax-propertize-function): New var to
5227         replace simula-font-lock-syntactic-keywords.
5228         (simula-mode): Use it.
5230         * progmodes/sh-script.el (sh-st-symbol): Remove.
5231         (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
5232         (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
5233         (sh-font-lock-quoted-subshell): Assume we've already matched $(.
5234         (sh-font-lock-paren): Set syntax-multiline.
5235         (sh-font-lock-syntactic-keywords): Remove.
5236         (sh-syntax-propertize-function): New function to replace it.
5237         (sh-mode): Use it.
5239         * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
5240         Define while compiling.
5241         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
5242         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
5243         (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
5244         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
5245         (ruby-here-doc-end-syntax): Only define when
5246         syntax-propertize is not available.
5247         (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
5248         New functions.
5249         (ruby-in-ppss-context-p): Update to new syntax of heredocs.
5250         (electric-indent-chars): Silence bytecompiler.
5251         (ruby-mode): Use prog-mode, syntax-propertize-function, and
5252         electric-indent-chars.
5254         * progmodes/python.el (python-syntax-propertize-function): New var to
5255         replace python-font-lock-syntactic-keywords.
5256         (python-mode): Use it.
5257         (python-quote-syntax): Simplify and adjust to new use.
5259         * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
5260         replace perl-font-lock-syntactic-keywords.
5261         (perl-syntax-propertize-special-constructs): New fun to replace
5262         perl-font-lock-special-syntactic-constructs.
5263         (perl-font-lock-syntactic-face-function): New fun.
5264         (perl-mode): Use it.
5266         * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
5267         to replace octave-font-lock-close-quotes.
5268         (octave-syntax-propertize-function): New function to replace
5269         octave-font-lock-syntactic-keywords.
5270         (octave-mode): Use it.
5272         * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
5273         replaces mixal-font-lock-syntactic-keywords.
5274         (mixal-mode): Use it.
5276         * progmodes/make-mode.el (makefile-syntax-propertize-function):
5277         New var; replaces makefile-font-lock-syntactic-keywords.
5278         (makefile-mode): Use it.
5279         (makefile-imake-mode): Adjust.
5281         * progmodes/js.el (js--regexp-literal): Define while compiling.
5282         (js-syntax-propertize-function): New var; replaces
5283         js-font-lock-syntactic-keywords.
5284         (js-mode): Use it.
5286         * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
5287         replaces gdb-script-font-lock-syntactic-keywords.
5288         (gdb-script-mode): Use it.
5290         * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
5291         (fortran--font-lock-syntactic-keywords): New var.
5292         (fortran-line-length): Update syntax-propertize-function and
5293         fortran--font-lock-syntactic-keywords.
5295         * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
5297         * progmodes/cfengine.el (cfengine-mode):
5298         Use syntax-propertize-function.
5299         (cfengine-font-lock-syntactic-keywords): Remove.
5301         * progmodes/autoconf.el (autoconf-mode):
5302         Use syntax-propertize-function.
5303         (autoconf-font-lock-syntactic-keywords): Remove.
5305         * progmodes/ada-mode.el (ada-set-syntax-table-properties)
5306         (ada-after-change-function, ada-initialize-syntax-table-properties)
5307         (ada-handle-syntax-table-properties): Only define when
5308         syntax-propertize is not available.
5309         (ada-mode): Use syntax-propertize-function.
5311         * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
5312         (font-lock-fontify-syntactic-keywords-region): Move handling of
5313         font-lock-syntactically-fontified to...
5314         (font-lock-default-fontify-region): ...here.
5315         Let syntax-propertize-function take precedence.
5316         (font-lock-fontify-syntactically-region): Cal syntax-propertize.
5318         * emacs-lisp/syntax.el (syntax-propertize-function)
5319         (syntax-propertize-chunk-size, syntax-propertize--done)
5320         (syntax-propertize-extend-region-functions): New vars.
5321         (syntax-propertize-wholelines, syntax-propertize-multiline)
5322         (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
5323         (syntax-propertize): New functions.
5324         (syntax-propertize-rules): New macro.
5325         (syntax-ppss-flush-cache): Set syntax-propertize--done.
5326         (syntax-ppss): Call syntax-propertize.
5328         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
5330 2010-09-10  Agustín Martín  <agustin.martin@hispalinux.es>
5332         * textmodes/ispell.el (ispell-init-process): Improve comments.
5333         XEmacs compatibility changes regarding (add-hook) 'local option
5334         and (set-process-query-on-exit-flag).
5336 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
5338         * net/tramp-cache.el (tramp-parse-connection-properties):
5339         Set tramp-autoload cookie.
5341 2010-09-09  Glenn Morris  <rgm@gnu.org>
5343         * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
5344         (imagemagick-register-types): Doc fix.
5346 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5348         * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
5350         * progmodes/js.el (require): Require is already "eval-and-compile".
5351         (js--re-search-forward): Avoid `eval'.  Preserve the error data.
5352         (js--re-search-backward): Use js--re-search-forward.
5354         * progmodes/fortran.el (fortran-line-length): Don't recompute
5355         syntactic keywords redundantly a second time.
5357         * progmodes/ada-mode.el: Replace "(set '" with setq.
5358         (ada-mode): Simplify.
5359         (ada-create-case-exception, ada-adjust-case-interactive)
5360         (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
5361         (ada-search-ignore-string-comment, ada-move-to-start)
5362         (ada-move-to-end): Use with-syntax-table.
5364         * font-lock.el (save-buffer-state): Remove `varlist' arg.
5365         (font-lock-unfontify-region, font-lock-default-fontify-region):
5366         Update usage correspondingly.
5367         (font-lock-fontify-syntactic-keywords-region):
5368         Set parse-sexp-lookup-properties buffer-locally here.
5369         (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
5371         * simple.el (blink-matching-open): Don't burp if we can't find a match.
5373 2010-09-08  Glenn Morris  <rgm@gnu.org>
5375         * emacs-lisp/bytecomp.el (byte-compile-report-ops):
5376         Error if not compiled with -DBYTE_CODE_METER.
5378         * emacs-lisp/bytecomp.el (byte-recompile-directory):
5379         Ignore dir-locals-file.
5381 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5383         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5384         Not a const.
5385         (compilation-error-regexp-alist-alist): Rule out ": " in file names
5386         for the `gnu' messages.
5387         (compilation-set-skip-threshold): New command.
5388         (compilation-start): Use \' rather than $.
5389         (compilation-forget-errors): Use clrhash.
5391 2010-09-08  Agustín Martín  <agustin.martin@hispalinux.es>
5393         * textmodes/ispell.el (ispell-valid-dictionary-list):
5394         Simplify logic.
5396 2010-09-08  Michael Albinus  <michael.albinus@gmx.de>
5398         Migrate to Tramp 2.2.  Rearrange load dependencies.
5399         (Bug#1529, Bug#5448, Bug#5705)
5401         * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
5402         ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
5403         (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
5405         * net/tramp.el (top): Remove all other tramp-* loads except
5406         tramp-compat.el.  Remove all changes to tramp-unload-hook for
5407         other tramp-* packages.  Rearrange defun order.  Change calls of
5408         `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
5409         `tramp-compat-octal-to-decimal' to new function names.
5410         (tramp-terminal-type, tramp-initial-end-of-output)
5411         (tramp-methods, tramp-foreign-file-name-handler-alist)
5412         (tramp-tramp-file-p, tramp-completion-mode-p)
5413         (tramp-send-command-and-check, tramp-get-remote-path)
5414         (tramp-get-remote-tmpdir, tramp-get-remote-ln)
5415         (tramp-shell-quote-argument): Set tramp-autoload cookie.
5416         (with-file-property, with-connection-property): Move to
5417         tramp-cache.el.
5418         (tramp-local-call-process, tramp-decimal-to-octal)
5419         (tramp-octal-to-decimal): Move to tramp-compat.el.
5420         (tramp-handle-shell-command): Do not require 'shell.
5421         (tramp-compute-multi-hops): No special handling for tramp-gw-*
5422         symbols.
5423         (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
5425         * net/tramp-cache.el (top): Require 'tramp.  Add to
5426         `tramp-unload-hook'.
5427         (tramp-cache-data, tramp-get-file-property)
5428         (tramp-set-file-property, tramp-flush-file-property)
5429         (tramp-flush-directory-property, tramp-get-connection-property)
5430         (tramp-set-connection-property, tramp-flush-connection-property)
5431         (tramp-cache-print, tramp-list-connections): Set tramp-autoload
5432         cookie.
5433         (with-file-property, with-connection-property): New defuns, moved
5434         from tramp.el.
5435         (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
5436         macro.
5438         * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
5439         (tramp-version): Set tramp-autoload cookie.
5441         * net/tramp-compat.el (top): Require 'tramp-loaddefs.  Remove all
5442         changes to tramp-unload-hook for other tramp-* packages.  Add to
5443         `tramp-unload-hook'.
5444         (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
5445         (tramp-compat-call-process): New defuns, moved from tramp.el.
5447         * net/tramp-fish.el (top) Require just 'tramp.  Add objects to
5448         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
5449         Add to `tramp-unload-hook'.  Change call of
5450         `tramp-compat-decimal-to-octal' to new function name.
5451         (tramp-fish-method): Make it a defconst.
5452         (tramp-fish-file-name-p): Make it a defsubst.
5453         (tramp-fish-method, tramp-fish-file-name-handler)
5454         (tramp-fish-file-name-p): Set tramp-autoload cookie.
5456         * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
5457         `tramp-foreign-file-name-handler-alist'.  Add to
5458         `tramp-unload-hook'.
5459         (tramp-ftp-method): Make it a defconst.
5460         (tramp-ftp-file-name-p): Make it a defsubst.
5461         (tramp-ftp-method, tramp-ftp-file-name-handler)
5462         (tramp-ftp-file-name-p): Set tramp-autoload cookie.
5464         * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
5465         `tramp-foreign-file-name-handler-alist'.  Add to
5466         `tramp-unload-hook'.  Change checks, whether package can be
5467         loaded.
5468         (tramp-gvfs-file-name-p): Make it a defsubst.
5469         (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
5470         (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
5471         (tramp-gvfs-handle-file-directory-p): New defun.
5472         (tramp-gvfs-file-name-handler-alist): Use it.
5474         * net/tramp-gw.el (top) Add objects to `tramp-methods' and
5475         `tramp-foreign-file-name-handler-alist'.  Add to
5476         `tramp-unload-hook'.
5477         (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
5478         (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
5479         defconst.
5480         (tramp-gw-tunnel-method, tramp-gw-socks-method)
5481         (tramp-gw-open-connection): Set tramp-autoload cookie.
5483         * net/tramp-imap.el (top) Require just 'tramp.  Add objects to
5484         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
5485         Add to `tramp-unload-hook'.  Change checks, whether package can be
5486         loaded.
5487         (tramp-imap-file-name-p): Make it a defsubst.
5488         (tramp-imap-method, tramp-imaps-method)
5489         (tramp-imap-file-name-handler)
5490         (tramp-imap-file-name-p): Set tramp-autoload cookie.
5492         * net/tramp-smb.el (top) Require just 'tramp.  Add objects to
5493         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
5494         Add to `tramp-unload-hook'.  Change checks, whether package can be
5495         loaded.  Change call of `tramp-compat-decimal-to-octal' to new
5496         function name.
5497         (tramp-smb-tunnel-method): Make it a defconst.
5498         (tramp-smb-file-name-p): Make it a defsubst.
5499         (tramp-smb-method, tramp-smb-file-name-handler)
5500         (tramp-smb-file-name-p): Set tramp-autoload cookie.
5502         * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
5503         (tramp-uuencode-region): Set tramp-autoload cookie.
5505         * net/trampver.el (top) Add to `tramp-unload-hook'.
5506         (tramp-version, tramp-bug-report-address): Set tramp-autoload
5507         cookie.  Update release number.
5509 2010-09-07  Agustín Martín  <agustin.martin@hispalinux.es>
5511         * textmodes/ispell.el (ispell-start-process): Make sure original
5512         arg list is properly initialized (Bug#6993, Bug#6994).
5514 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
5516         * files.el (directory-abbrev-alist): Use \` as default regexp.
5518         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
5519         chars like - or ] (bug#6984).
5520         (rx-any-condense-range): Explode 2-char ranges.
5522 2010-09-06  Glenn Morris  <rgm@gnu.org>
5524         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
5526 2010-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5528         * textmodes/bibtex.el:
5529         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
5531 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5533         * net/imap.el (imap-message-map): Remove optional buffer parameter,
5534         since no callers use it.
5535         (imap-message-get): Ditto.
5536         (imap-message-put): Ditto.
5537         (imap-mailbox-map): Ditto.
5538         (imap-mailbox-put): Ditto.
5539         (imap-mailbox-get): Ditto.
5540         (imap-mailbox-get): Revert last change for this function.
5542 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5544         * net/imap.el (imap-fetch-safe): Remove function, and alter all
5545         callers to use `imap-fetch' instead.  According to the comments, this
5546         should be safe, since all other IMAP clients use the 1:* syntax.
5547         (imap-enable-exchange-bug-workaround): Remove.
5548         (imap-debug): Remove -- doesn't seem very useful.
5550 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5552         * net/imap.el (imap-log): New convenience function used throughout
5553         instead of repeating the same code all over the place.
5555 2010-09-05  David De La Harpe Golden  <david@harpegolden.net>
5557         * mouse.el (mouse-save-then-kill): Save region to kill-ring
5558         when mouse-drag-copy-region is non-nil (Bug#6956).
5560 2010-09-05  Chong Yidong  <cyd@stupidchicken.com>
5562         * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
5563         Improve regexps (Bug#6987).
5564         (dired-sort-toggle): Search more robustly for -t flag.
5566         * files.el (get-free-disk-space): Search more robustly for
5567         "available" column.  Suggested by Ehud Karni
5568         <ehud@unix.mvs.co.il>.
5570 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
5572         * international/uni-bidi.el:
5573         * international/uni-category.el:
5574         * international/uni-combining.el:
5575         * international/uni-decimal.el:
5576         * international/uni-mirrored.el:
5577         * international/uni-name.el: Regenerate.
5579 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5581         * electric.el (electric-indent-post-self-insert-function):
5582         Don't reindent with a sloppy indentation function.
5584         * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
5585         border case in change-log-mode.
5587 2010-09-04  Chong Yidong  <cyd@stupidchicken.com>
5589         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5590         Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
5591         Recognize leading tab in gcc-include regexp.  Ignore names with
5592         leading "from" or "in" in gnu regexp (Bug#6937).
5594 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5596         Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5597         * textmodes/ispell.el (ispell-process-buffer-name): Remove.
5598         (ispell-start-process): Avoid setq and simplify logic.
5599         (ispell-init-process): Setup kill-buffer-hook locally when needed.
5600         (kill-buffer-hook): Don't use it globally with code that uses
5601         expand-file-name since that may call kill-buffer via
5602         code_conversion_restore.
5604 2010-09-04  Noorul Islam K M  <noorul@noorul.com>  (tiny change)
5606         * emacs-lisp/package.el (package-directory-list): Only call
5607         file-name-nondirectory on a string.
5609 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
5611         * emacs-lisp/package.el (package--download-one-archive):
5612         Ensure that archive-contents is valid before saving it.
5613         (package-activate-1, package-mark-obsolete, define-package)
5614         (package-compute-transaction, package-list-maybe-add): Use push.
5616 2010-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5618         Use SMIE's blink-paren for octave-mode.
5619         * progmodes/octave-mod.el (octave-font-lock-close-quotes):
5620         Backslashes do not escape single-quotes, single-quotes do.
5621         (octave-block-else-regexp, octave-block-end-regexp)
5622         (octave-block-match-alist): Remove.
5623         (octave-smie-bnf-table): New var, with old content.
5624         (octave-smie-op-levels): Use it.
5625         (octave-smie-closer-alist): New var.
5626         (octave-mode): Use it.  Setup smie-blink-matching and electric-indent.
5627         (octave-blink-matching-block-open): Remove.
5628         (octave-reindent-then-newline-and-indent, octave-electric-semi)
5629         (octave-electric-space): Let self-insert-command run expand-abbrev and
5630         blink parens.
5632         * electric.el (electricity): New group.
5633         (electric-indent-chars): New var.
5634         (electric-indent-post-self-insert-function): New fun.
5635         (electric-indent-mode): New minor mode.
5636         (electric-pair-skip-self): New custom.
5637         (electric-pair-post-self-insert-function): New function.
5638         (electric-pair-mode): New minor mode.
5640         * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
5641         calcAlg-blink-matching-open.
5642         (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
5643         (calc-do-alg-entry): Only touch the part of the keymap that varies.
5644         Use the new blink-matching-check-function.
5646         Provide blink-matching support to SMIE.
5647         * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
5648         (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
5649         (smie-blink-matching-check, smie-blink-matching-open): New functions.
5651         * simple.el (newline): Fix last change to properly remove itself from
5652         the hook.
5654 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5656         * simple.el (newline): Eliminate optimization.
5657         Use post-self-insert-hook to set hard-newline and things before
5658         running post-self-insert-hook.
5659         (blink-matching-check-mismatch): New function.
5660         (blink-matching-check-function): New variable.
5661         (blink-matching-open): Use them.
5662         Skip back forward over prefix chars skipped by forward-sexp.
5663         Don't check if the parens are backslash escaped.
5664         (blink-paren-post-self-insert-function): Check backslash escaping here.
5666 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
5668         * emacs-lisp/package.el (package-menu-mode-map):
5669         Change package-menu-revert bindings to revert-buffer.
5670         (package-menu-mode): Set revert-buffer-function.
5671         (package-menu-revert): Doc fix.
5673 2010-09-02  Agustín Martín  <agustin.martin@hispalinux.es>
5675         * textmodes/ispell.el (ispell-init-process): Use "~/" as
5676         `default-directory' unless using Ispell per-directory personal
5677         dictionaries and not in a mini-buffer under XEmacs.
5678         (kill-buffer-hook): Do not kill ispell process on exit when
5679         `ispell-process-directory' is "~/".  (Bug#6143)
5681 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
5683         * simple.el (kill-new): Call interprogram-cut-function with only
5684         one argument.
5686         * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
5687         Remove cut buffer from error message.
5689         * term/x-win.el (x-select-text):
5690         * term/pc-win.el (x-selection-value):
5691         * term/ns-win.el (x-selection-value):
5692         * eshell/em-term.el:
5693         * w32-fns.el (x-get-selection-value):
5694         * mouse-sel.el (mouse-sel-set-selection-function):
5695         * frame.el (display-selections-p): Remove cut-buffer in documentation.
5697         * term/x-win.el: Update documentation for x-last-selected-text-*.
5698         (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
5699         (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
5700         (x-select-text): Remove argument PUSH, update documentation.
5701         Remove cut-buffer code.
5702         (x-selection-value-internal): Was previously x-selection-value.
5703         (x-selection-value): Rename from x-cut-buffer-or-selection-value.
5704         Update documentation, remove cut-buffer code.
5705         Call x-selection-value-internal.
5706         (x-clipboard-yank): Call x-selection-value-internal.
5707         (x-initialize-window-system): Remove setting of x-cut-buffer-max.
5709         * term/pc-win.el (x-last-selected-text):
5710         x-cut-buffer-or-selection-value renamed to x-selection-value
5711         (x-select-text): Remove argument PUSH, update documentation.
5713         * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
5714         x-cut-buffer-or-selection-value renamed to x-selection-value
5715         (x-selection-value): Rename from x-cut-buffer-or-selection-value.
5716         (x-select-text): Remove argument PUSH, update documentation.
5718         * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
5720         * w32-fns.el (x-last-selected-text):
5721         x-cut-buffer-or-selection-value renamed to x-selection-value.
5722         (x-cut-buffer-max): Remove.
5723         (x-select-text): Remove argument PUSH, update documentation.
5725         * simple.el (interprogram-cut-function): Remove mention of PUSH.
5727         * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
5729         * mouse-sel.el (mouse-sel-get-selection-function):
5730         x-cut-buffer-or-selection-value renamed to x-selection-value.
5731         (x-select-text): Remove optional push.
5733 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5735         * simple.el (blink-paren-function): Move from C to here.
5736         (blink-paren-post-self-insert-function): New function.
5737         (post-self-insert-hook): Use it.
5739         * emacs-lisp/pcase.el (pcase-split-memq):
5740         Fix overenthusiastic optimisation.
5741         (pcase-u1): Handle the case of a lambda pred.
5743 2010-08-31  Kenichi Handa  <handa@m17n.org>
5745         * international/mule-cmds.el (standard-display-european-internal):
5746         Setup standard-display-table for 8-bit characters by storing 8-bit
5747         characters in the element vector.
5749         * disp-table.el (standard-display-8bit):
5750         Setup standard-display-table for 8-bit characters by storing 8-bit
5751         characters in the element vector.
5752         (standard-display-european): Likewise.
5754 2010-08-31  Masatake YAMATO  <yamato@redhat.com>
5756         * textmodes/nroff-mode.el (nroff-view): New command.
5757         (nroff-mode-map): Bind it to C-c C-c.
5759 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5761         * emacs-lisp/smie.el (smie-down-list): New command.
5763         Remove old indentation and navigation code on octave-mode.
5764         * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
5765         smie-down-list rather than add a binding for octave-down-block.
5766         (octave-mark-block, octave-blink-matching-block-open):
5767         Rely on forward-sexp-function.
5768         (octave-fill-paragraph): Don't narrow, so you can use
5769         indent-according-to-mode.
5770         (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
5771         (octave-in-block-p, octave-re-search-forward-kw)
5772         (octave-re-search-backward-kw, octave-indent-calculate)
5773         (octave-end-as-array-index-p, octave-block-end-offset)
5774         (octave-scan-blocks, octave-forward-block, octave-backward-block)
5775         (octave-down-block, octave-backward-up-block, octave-up-block)
5776         (octave-before-magic-comment-p, octave-indent-line): Remove.
5778 2010-08-31  Chong Yidong  <cyd@stupidchicken.com>
5780         * emacs-lisp/package.el (package--read-archive-file): Just use
5781         `read', to avoid copying an additional string.
5782         (package-menu-mode): Set header-line-format here.
5783         (package-menu-refresh, package-menu-revert): Signal an error if
5784         not in the Package Menu.
5785         (package-menu-package-list): New var.
5786         (package--generate-package-list): Operate on the current buffer;
5787         don't assume that it is *Packages*, since the user may rename it.
5788         Allow persistent package listings and sort keys using
5789         package-menu-package-list and package-menu-package-sort-key.
5790         (package-menu--version-predicate): Fix version calculation.
5791         (package-menu-sort-by-column): Don't select the window.
5792         (package--list-packages): Create the *Packages* buffer.
5793         Set package-menu-package-list-key.
5794         (list-packages): Sorting by status is now the default.
5795         (package-buffer-info): Use match-string-no-properties.
5796         (define-package): Add a &rest argument for future proofing, but
5797         don't use it yet.
5798         (package-install-from-buffer, package-install-buffer-internal):
5799         Merge into a single function, package-install-from-buffer.
5800         (package-install-file): Change caller.
5802         * finder.el: Load finder-inf using `require'.
5803         (finder-list-matches): Sorting by status is now the default.
5804         (finder-compile-keywords): Simpify printing.
5806 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5808         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
5809         (octave-mode-map): Remove special bindings for forward/backward-block
5810         and octave-backward-up-block.  Use smie-close-block.
5811         (octave-continuation-marker-regexp): New var.
5812         (octave-continuation-regexp): Use it.
5813         (octave-operator-table, octave-smie-op-levels)
5814         (octave-operator-regexp, octave-smie-indent-rules): New vars.
5815         (octave-smie-backward-token, octave-smie-forward-token): New funs.
5816         (octave-mode): Use SMIE.
5817         (octave-close-block): Delete.
5819 2010-08-30  Eli Zaretskii  <eliz@gnu.org>
5821         * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
5822         CLIPBOARD, not in PRIMARY.  (Bug#6944)
5824 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5826         * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
5827         a list of parents.
5828         (smie-indent-column): Allow indirection through variables.
5830         * composite.el (save-buffer-state): Delete, unused.
5831         * font-lock.el (save-buffer-state): Use with-silent-modifications.
5832         (font-lock-default-fontify-region): Use with-syntax-table.
5833         * jit-lock.el (with-buffer-unmodified): Remove.
5834         (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
5836         Use `declare' in defmacros.
5837         * window.el (save-selected-window):
5838         * subr.el (with-temp-file, with-temp-message, with-syntax-table):
5839         * progmodes/python.el (def-python-skeleton):
5840         * net/dbus.el (dbus-ignore-errors):
5841         * jka-cmpr-hook.el (with-auto-compression-mode):
5842         * international/mule.el (with-category-table):
5843         * emacs-lisp/timer.el (with-timeout):
5844         * emacs-lisp/lisp-mnt.el (lm-with-file):
5845         * emacs-lisp/eieio.el (with-slots):
5846         * emacs-lisp/easymenu.el (easy-menu-define):
5847         * emacs-lisp/debug.el (debugger-env-macro):
5848         * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
5849         (Multiple-value-call, Multiple-value-prog1):
5850         * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
5851         (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
5852         edebug rule to definition.
5853         * emacs-lisp/lisp-mode.el (save-selected-window)
5854         (with-current-buffer, combine-after-change-calls)
5855         (with-output-to-string, with-temp-file, with-temp-buffer)
5856         (with-temp-message, with-syntax-table, read-if, eval-after-load)
5857         (dolist, dotimes, when, unless):
5858         * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
5860 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
5862         * finder.el: Require `package'.
5863         (finder-known-keywords): Tweak descriptions.  Retire `oop' keyword.
5864         (finder-package-info): Var deleted.
5865         (finder-keywords-hash, finder--builtins-alist): New vars.
5866         (finder-compile-keywords): Compute package--builtins and
5867         finder-keywords-hash instead of finder-keywords-hash, respecting
5868         the "Package" header.
5869         (finder-unknown-keywords, finder-list-matches):
5870         Use finder-keywords-hash and package--list-packages.
5871         (finder-mode): Don't set font-lock-defaults.
5872         (finder-exit): We don't use "*Finder-package*" and "*Finder
5873         Category*" buffers anymore.
5875         * emacs-lisp/package.el (package--builtins-base): Var deleted.
5876         (package--builtins): Set default value to nil.
5877         (package-initialize): Load precomputed value of package--builtins
5878         from finder-inf.el.
5879         (package-alist, package-compute-transaction)
5880         (package-download-transaction): Improve docstring.
5881         (package-read-all-archive-contents): Do not change
5882         package--builtins here.
5883         (list-packages): Make package-list-packages an alias for this.
5884         Sort by status by default.
5885         (package--list-packages): Add optional PACKAGES arg.
5886         (describe-package-1): Use font-lock-face property.  For built-in
5887         packages, insert file commentary.
5888         (package--generate-package-list): Rename from
5889         package-list-packages-internal; all callers changed.  Add optional
5890         PACKAGES arg.  Add alphabetical sort fallbacks.
5891         (package-menu--version-predicate, package-menu--status-predicate)
5892         (package-menu--description-predicate)
5893         (package-menu--name-predicate): New functions.
5895         * info.el (Info-finder-find-node): Search package-alist instead of
5896         finder-package-info.
5898 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
5900         * subr.el (version-regexp-alist): Don't use "a" and "b" for
5901         "alpha" and "beta".
5902         (version-to-list): Handle versions like "10.3d".
5904 2010-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5906         * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
5907         (macroexp-accumulate): Use `declare'.
5909 2010-08-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5911         * whitespace.el (whitespace-style): Adjust type declaration.
5913 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
5915         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
5916         empty argument to gvfs-copy.
5918 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
5920         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
5921         handle new TRASH arg of `delete-file'.
5923 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
5925         * net/tramp.el (tramp-handle-insert-directory): Don't use
5926         `forward-word', its default syntax could be changed.
5928 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
5929             Michael Albinus  <michael.albinus@gmx.de>
5931         Implement compression for inline methods.
5933         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
5934         (tramp-copy-size-limit): Allow also nil.
5935         (tramp-inline-compress-commands): New defconst.
5936         (tramp-find-inline-compress, tramp-get-inline-compress)
5937         (tramp-get-inline-coding): New defuns.
5938         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
5939         replaced by `tramp-get-inline-coding'.
5940         (tramp-handle-file-local-copy, tramp-handle-write-region)
5941         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
5943 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
5945         Detect ssh 'ControlMaster' argument automatically in some cases.
5947         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
5948         (tramp-default-method): Use it.
5950 2010-08-26  Karel Klíč  <kklic@redhat.com>
5952         * net/tramp.el (tramp-file-name-for-operation):
5953         Add file-selinux-context.
5955 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
5957         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
5959 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
5961         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
5962         (Bug#6907).
5964 2010-08-26  Nathan Weizenbaum  <nweiz@cressida.sea.corp.google.com>  (tiny change)
5966         * progmodes/js.el: Make indentation more customizable (Bug#6914).
5967         (js-paren-indent-offset, js-square-indent-offset)
5968         (js-curly-indent-offset): New options.
5969         (js--proper-indentation): Use them.
5971 2010-08-26  Daniel Colascione  <dan.colascione@gmail.com>
5973         * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
5974         instead of inspecting font-lock properties (Bug#6916).
5976 2010-08-26  David Reitter  <david.reitter@gmail.com>
5978         * server.el (server-visit-files): Run pre-command-hook and
5979         post-command-hook for each buffer while it is current (Bug#6910).
5980         (server-execute): Do not run hooks here.
5982 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
5984         Sync with Tramp 2.1.19.
5986         * net/tramp-cmds.el (tramp-cleanup-all-connections)
5987         (tramp-reporter-dump-variable, tramp-load-report-modules)
5988         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
5989         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
5991         * net/tramp-compat.el (top): Do not autoload
5992         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
5993         only when `start-file-process' is not bound.
5994         (byte-compile-not-obsolete-vars): Define if not bound.
5995         (tramp-compat-funcall): New defmacro.
5996         (tramp-compat-line-beginning-position)
5997         (tramp-compat-line-end-position)
5998         (tramp-compat-temporary-file-directory)
5999         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
6000         (tramp-compat-copy-file, tramp-compat-copy-directory)
6001         (tramp-compat-delete-file, tramp-compat-delete-directory)
6002         (tramp-compat-number-sequence, tramp-compat-process-running-p):
6003         Use it.
6004         (tramp-advice-file-expand-wildcards): Do not use
6005         `tramp-handle-file-remote-p'.
6006         (tramp-compat-make-temp-file): Simplify fallback implementation.
6007         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
6008         (tramp-compat-copy-tree): Remove function.
6009         (tramp-compat-delete-file): New defun.
6010         (tramp-compat-delete-directory): Provide implementation for older
6011         Emacsen.
6012         (tramp-compat-file-attributes): Handle only
6013         `wrong-number-of-arguments' error.
6015         * net/tramp-fish.el (tramp-fish-handle-copy-file):
6016         Add PRESERVE_SELINUX_CONTEXT.
6017         (tramp-fish-handle-delete-file): Add TRASH arg.
6018         (tramp-fish-handle-directory-files-and-attributes):
6019         Do not use `tramp-fish-handle-file-attributes.
6020         (tramp-fish-handle-file-local-copy)
6021         (tramp-fish-handle-insert-file-contents)
6022         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
6024         * net/tramp-gvfs.el (top): Require url-util.
6025         (tramp-gvfs-mount-point): Remove.
6026         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
6027         and `set-file-selinux-context'.
6028         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
6029         (tramp-gvfs-handle-file-selinux-context)
6030         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
6031         (with-tramp-dbus-call-method): Format trace message.
6032         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
6033         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
6034         Implement backup call, when operation on local files fails.
6035         Use progress reporter.  Flush properties of changed files.
6036         (tramp-gvfs-handle-delete-file): Add TRASH arg.
6037         Use `tramp-compat-delete-file'.
6038         (tramp-gvfs-handle-expand-file-name): Expand "~/".
6039         (tramp-gvfs-handle-make-directory): Make more traces.
6040         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
6041         (tramp-gvfs-url-file-name): Hexify file name in url.
6042         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
6043         into account for the resulting file name.
6044         (tramp-gvfs-handler-askquestion): Preserve current message, in
6045         order to let progress reporter continue afterwards.  (Bug#6257)
6046         Return dummy mountpoint, when the answer is "no".
6047         See `tramp-gvfs-maybe-open-connection'.
6048         (tramp-gvfs-handler-mounted-unmounted)
6049         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
6050         attribute "default_location".  Set "prefix" property.
6051         Handle default-location.
6052         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
6053         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
6054         exists.  Raise an error, if not (due to a corresponding answer
6055         "no" in interactive questions, for example).
6056         Use `tramp-compat-funcall'.
6058         * net/tramp-imap.el (top): Autoload `epg-make-context'.
6059         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
6060         (tramp-imap-do-copy-or-rename-file)
6061         (tramp-imap-handle-insert-file-contents)
6062         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
6063         (tramp-imap-handle-delete-file): Add TRASH arg.
6065         * net/tramp-smb.el (tramp-smb-handle-copy-file):
6066         Add PRESERVE-SELINUX-CONTEXT.
6067         (tramp-smb-handle-copy-file)
6068         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
6069         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
6070         Use `with-progress-reporter'.
6071         (tramp-smb-handle-delete-file): Add TRASH arg.
6073         * net/tramp.el (tramp-methods): Move hostname to the end in all
6074         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
6075         appropriate.
6076         (tramp-verbose): Describe verbose level 9.
6077         (tramp-completion-function-alist)
6078         (tramp-file-name-regexp, tramp-chunksize)
6079         (tramp-local-coding-commands, tramp-remote-coding-commands)
6080         (with-connection-property, tramp-completion-mode-p)
6081         (tramp-action-process-alive, tramp-action-out-of-band)
6082         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
6083         (tramp-exists-file-name-handler): Fix docstring.
6084         (tramp-remote-process-environment): Use `format' instead of
6085         `concat'.  Protect version string by apostroph.
6086         (tramp-shell-prompt-pattern): Do not use a shy group in case of
6087         XEmacs.
6088         (tramp-file-name-regexp-unified)
6089         (tramp-completion-file-name-regexp-unified): On W32 systems, do
6090         not regard the volume letter as remote filename.  (Bug#5447)
6091         (tramp-perl-file-attributes)
6092         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
6093         (tramp-vc-registered-read-file-names): Read input as
6094         here-document, otherwise the command could exceed maximum length
6095         of command line.
6096         (tramp-file-name-handler-alist): Add `file-selinux-context' and
6097         `set-file-selinux-context'.
6098         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
6099         backtrace functions.
6100         (tramp-error-with-buffer): Don't show the connection buffer when
6101         we are in completion mode.
6102         (tramp-progress-reporter-update, tramp-remote-selinux-p)
6103         (tramp-handle-file-selinux-context)
6104         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
6105         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
6106         New defuns.
6107         (with-progress-reporter): New defmacro.
6108         (tramp-debug-outline-regexp): New defconst.
6109         (top, tramp-rfn-eshadow-setup-minibuffer)
6110         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
6111         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
6112         (tramp-completion-mode-p, tramp-check-for-regexp)
6113         (tramp-open-connection-setup-interactive-shell)
6114         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
6115         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
6116         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
6117         Use `tramp-compat-funcall'.
6118         (tramp-handle-make-symbolic-link): Flush file properties.
6119         (tramp-handle-load, tramp-handle-file-local-copy)
6120         (tramp-handle-insert-file-contents, tramp-handle-write-region)
6121         (tramp-handle-vc-registered, tramp-maybe-send-script)
6122         (tramp-find-shell): Use `with-progress-reporter'.
6123         (tramp-do-file-attributes-with-stat): Add space in format string,
6124         in order to work around a bug in pdksh.  Reported by Gilles Pion
6125         <gpion@lfdj.com>.
6126         (tramp-handle-verify-visited-file-modtime): Do not send a command
6127         when the connection is not established.
6128         (tramp-handle-set-file-times): Simplify the check for utc.
6129         (tramp-handle-directory-files-and-attributes)
6130         (tramp-get-remote-path): Use `copy-tree'.
6131         (tramp-completion-handle-file-name-all-completions): Ensure, that
6132         non remote files are still checked.  Oops.
6133         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
6134         Handle PRESERVE-SELINUX-CONTEXT.
6135         (tramp-do-copy-or-rename-file): Add progress reporter.
6136         (tramp-do-copy-or-rename-file-directly): Do not use
6137         `tramp-handle-file-remote-p'.
6138         (tramp-do-copy-or-rename-file-out-of-band):
6139         Use `tramp-compat-delete-directory'.
6140         (tramp-do-copy-or-rename-file-out-of-band)
6141         (tramp-compute-multi-hops, tramp-maybe-open-connection):
6142         Use `format-spec-make'.
6143         (tramp-handle-delete-file): Add TRASH arg.
6144         (tramp-handle-dired-uncache): Flush directory cache, not only file
6145         cache.
6146         (tramp-handle-expand-file-name)
6147         (tramp-completion-handle-file-name-all-completions)
6148         (tramp-completion-handle-file-name-completion):
6149         Use `tramp-connectable-p'.
6150         (tramp-handle-start-file-process): Set connection property "vec".
6151         Use it, in order to invalidate file caches.  Check only for
6152         `remote-tty' process property.
6153         Implement tty setting.  (Bug#4604, Bug#6360)
6154         (tramp-file-name-for-operation): Add `call-process-region' and
6155         `set-file-selinux-context'.
6156         (tramp-find-foreign-file-name-handler)
6157         (tramp-advice-make-auto-save-file-name)
6158         (tramp-set-auto-save-file-modes): Remove superfluous check for
6159         `stringp'.  This is done inside `tramp-tramp-file-p'.
6160         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
6161         operations when we are in completion mode.  This gives the user
6162         the chance to correct the file name in the minibuffer.
6163         (tramp-completion-mode-p): Use `non-essential'.
6164         (tramp-handle-file-name-all-completions): Backward/ XEmacs
6165         compatibility: Use `completion-ignore-case' if
6166         `read-file-name-completion-ignore-case' does not exist.
6167         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
6168         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6169         `tramp-open-shell'.
6170         (tramp-action-password): Hide password prompt before next run.
6171         (tramp-process-actions): Widen connection buffer for the trace.
6172         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
6173         process property.  Trace stty settings if `tramp-verbose' >= 9.
6174         Apply workaround for IRIX64 bug.  Move argument of last
6175         `tramp-send-command' where it belongs to.
6176         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
6177         front of `login-args'.
6178         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
6179         on "/dev/null" instead of "/".
6180         (tramp-get-ls-command-with-dired): Make test for "--dired"
6181         stronger.
6182         (tramp-set-auto-save-file-modes): Adapt version check.
6183         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
6184         (tramp-handle-process-file): Call the program in a subshell, in
6185         order to preserve working directory.
6186         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
6187         `tramp-remote-sh' from `tramp-methods'.
6188         (tramp-get-ls-command): Make test for "--color=never" stronger.
6189         (tramp-check-for-regexp): Use (forward-line 1).
6191         * net/trampver.el: Update release number.
6193 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
6195         * help.el (help-map): Bind `C-h P' to describe-package.
6197         * menu-bar.el (menu-bar-describe-menu): Add describe-package.
6199         * emacs-lisp/package.el (package-refresh-contents): Catch errors
6200         when downloading archives.
6201         (describe-package-1): Add package commentary.
6202         (package-install-button-action): New function.
6203         (package-menu-mode-map): Bind ? to package-menu-describe-package.
6204         (package-menu-view-commentary): Function removed.
6205         (package-list-packages-internal): Hide the `package' package too.
6207 2010-08-25  Kenichi Handa  <handa@m17n.org>
6209         * language/misc-lang.el ("Arabic"): New language environment.
6210         Setup composition-function-table for Arabic characters.
6212         * international/fontset.el (setup-default-fontset): Fix typo for
6213         arabic OTF spec (fini->fina).
6215 2010-08-25  Jan Djärv  <jan.h.d@swipnet.se>
6217         * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
6218         on all frames.
6220 2010-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6222         * whitespace.el: Allow cleaning up blanks without blank
6223         visualization (Bug#6651).  Adjust help window for
6224         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
6225         instead of whitespace-line-column (from EmacsWiki).  New version
6226         13.1.
6227         (whitespace-style): Add new value 'face.  Adjust docstring.
6228         (whitespace-space, whitespace-hspace, whitespace-tab):
6229         Adjust foreground property face.
6230         (whitespace-line-column): Adjust docstring and type declaration.
6231         (whitespace-style-value-list, whitespace-toggle-option-alist)
6232         (whitespace-help-text): Adjust const initialization.
6233         (whitespace-toggle-options, global-whitespace-toggle-options):
6234         Adjust docstring.
6235         (whitespace-display-window, whitespace-interactive-char)
6236         (whitespace-style-face-p, whitespace-color-on): Adjust code.
6237         (whitespace-help-scroll): New fun.
6239 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
6241         * emacs-lisp/package.el (list-packages): Alias for
6242         package-list-packages.
6244 2010-08-24  Kevin Ryde  <user42@zip.com.au>
6246         * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
6247         (Bug#5651).
6249         * progmodes/ruby-mode.el (ruby): Add defgroup.
6251 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
6253         * progmodes/python.el: Add Ipython support (Bug#5390).
6254         (python-shell-prompt-alist)
6255         (python-shell-continuation-prompt-alist): New options.
6256         (python--set-prompt-regexp): New function.
6257         (inferior-python-mode, run-python, python-shell):
6258         Require ansi-color.  Use python--set-prompt-regexp to set the comint
6259         prompt based on the Python interpreter.
6260         (python--prompt-regexp): New var.
6261         (python-check-comint-prompt)
6262         (python-comint-output-filter-function): Use it.
6263         (run-python): Use a pipe (Bug#5694).
6265 2010-08-24  Fabian Ezequiel Gallina  <galli.87@gmail.com>  (tiny change)
6267         * progmodes/python.el (python-send-region): Send a different
6268         Python command if Ipython is in use.
6269         (python-check-version): Use a Python command to find the version.
6271 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
6273         * mouse.el (mouse-yank-primary): Avoid setting primary when
6274         deactivating the mark (Bug#6872).
6276 2010-08-23  Chris Foote  <chris@foote.com.au>  (tiny change)
6278         * progmodes/python.el (python-block-pairs): Allow use of "finally"
6279         with "else" (Bug#3991).
6281 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
6283         * net/dbus.el: Accept UNIX domain sockets as bus address.
6284         (top): Don't initialize `dbus-registered-objects-table' anymore,
6285         this is done in dbusbind,c.
6286         (dbus-check-event): Adapt test for bus.
6287         (dbus-return-values-table, dbus-unregister-service)
6288         (dbus-event-bus-name, dbus-introspect, dbus-register-property):
6289         Adapt doc string.
6291 2010-08-23  Juanma Barranquero  <lekktu@gmail.com>
6293         * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
6295 2010-08-22  Juri Linkov  <juri@jurta.org>
6297         * simple.el (read-extended-command): New function with the logic
6298         for `completing-read' moved to Elisp from `execute-extended-command'.
6299         Use `function-called-at-point' in `minibuffer-default-add-function'
6300         to get a command name for M-n (bug#5364, bug#5214).
6302 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
6304         * startup.el (command-line-1): Issue warning for ignored arguments
6305         --unibyte, etc (Bug#6886).
6307 2010-08-22  Leo  <sdl.web@gmail.com>
6309         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
6310         (ignore, bright, dim, keyword): Split list of nicknames before
6311         passing to rcirc-add-or-remove (Bug#6894).
6313 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
6315         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
6317 2010-08-22  Leo  <sdl.web@gmail.com>
6319         Fix buffer-list rename&refresh after killing a buffer in ido.
6320         * ido.el: Revert Óscar's.
6321         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
6322         Remember the buffers at head, rather than their name.
6323         * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
6325 2010-08-22  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
6326             Stefan Monnier  <monnier@iro.umontreal.ca>
6328         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
6329         extra backslash added to each line (bug#6890).
6331 2010-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6333         * subr.el (read-key): Don't echo keystrokes (bug#6883).
6335 2010-08-22  Glenn Morris  <rgm@gnu.org>
6337         * menu-bar.el (menu-bar-games-menu): Add landmark.
6339 2010-08-22  Glenn Morris  <rgm@gnu.org>
6341         * align.el (align-regexp): Make group and spacing arguments
6342         use the interactive defaults when non-interactive.  (Bug#6698)
6344         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
6345         expansion, so as not to need sendmail.
6346         (mail-text-start): Remove declaration.
6347         (rmail-retry-failure): Require sendmail.
6349 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
6351         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
6353 2010-08-22  Michael Albinus  <michael.albinus@gmx.de>
6355         * progmodes/flymake.el (flymake-start-syntax-check-process):
6356         Use `start-file-process' in order to let it run also on remote hosts.
6358 2010-08-22  Kenichi Handa  <handa@m17n.org>
6360         * files.el: Add `word-wrap' as safe local variable.
6362 2010-08-22  Glenn Morris  <rgm@gnu.org>
6364         * woman.el (woman-translate): Case matters.  (Bug#6849)
6366 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
6368         * simple.el (kill-region): Doc fix (Bug#6787).
6370 2010-08-22  Glenn Morris  <rgm@gnu.org>
6372         * calendar/diary-lib.el (diary-header-line-format):
6373         Fit it to the window, not the frame.
6375 2010-08-22  Andreas Schwab  <schwab@linux-m68k.org>
6377         * subr.el (ignore-errors): Add debug declaration.
6379 2010-08-22  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
6381         * whitespace.el (whitespace-color-off): Remove post-command-hook
6382         locally.
6384 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6386         * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
6388 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
6390         * cus-edit.el (custom-group-value-create): Add extra newline
6391         before end line (Bug#6876).
6393 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
6395         * mouse.el (mouse-save-then-kill): Don't save region to kill ring
6396         when extending it.  Before killing on the second click, check if
6397         the buffer is the correct one.  Doc fix.
6398         (mouse-secondary-save-then-kill): Allow usage without first
6399         calling mouse-start-secondary, by defaulting to point.  Don't save
6400         an empty secondary selection.  Doc fix.
6402 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6404         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
6405         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
6406         New version 13.0.
6407         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
6408         Adjust initialization.
6409         (whitespace-bob-marker, whitespace-eob-marker)
6410         (whitespace-buffer-changed): New vars.
6411         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
6412         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
6413         (whitespace-post-command-hook, whitespace-display-char-on):
6414         Adjust code.
6415         (whitespace-looking-back, whitespace-buffer-changed): New funs.
6416         (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
6418 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6420         * files.el (locate-file-completion-table): Only list the .el and .elc
6421         extensions if there's no other choice (bug#5955).
6423         * facemenu.el (facemenu-self-insert-data): New var.
6424         (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
6425         New functions.
6426         (facemenu-add-face): Use them.
6428         * simple.el (blink-matching-open): Obey forward-sexp-function.
6430 2010-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6432         * simple.el (prog-mode-map): New var.
6433         (prog-indent-sexp): New command.
6435         * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
6437         * progmodes/prolog.el (smie): Require.
6439         * emacs-lisp/smie.el (smie-default-backward-token)
6440         (smie-default-forward-token): Strip properties.
6441         (smie-next-sexp): Be more careful with associative operators.
6442         (smie-forward-sexp-command): Generalize.
6443         (smie-backward-sexp-command): Simplify.
6444         (smie-closer-alist): New var.
6445         (smie-close-block): New command.
6446         (smie-indent-debug-log): New var.
6447         (smie-indent-offset-rule): Add a few more cases.
6448         (smie-indent-column): New function.
6449         (smie-indent-after-keyword): Use it.
6450         (smie-indent-keyword): Use it.
6451         Fix up the opener code's point position.
6452         (smie-indent-comment): Only applies at BOL.
6453         (smie-indent-debug): New command.
6455         * emacs-lisp/autoload.el (make-autoload): Preload the macros's
6456         declarations that are useful before running the macro.
6458 2010-08-18  Joakim Verona  <joakim@verona.se>
6460         * image.el (imagemagick-types-inhibit): New variable.
6461         (imagemagick-register-types): New function.
6462         * image-mode.el (image-transform-properties): New function.
6463         (image-transform-set-scale, image-transform-fit-to-height)
6464         (image-transform-set-rotation, image-transform-set-resize)
6465         (image-transform-fit-to-width, image-transform-fit-to-height):
6466         New functions.
6467         (image-toggle-display-image): Support image transforms.
6469 2010-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6471         * image.el (create-animated-image): Don't add heuristic mask to image
6472         (Bug#6839).
6474 2010-08-18  Jan Djärv  <jan.h.d@swipnet.se>
6476         * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
6477         Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
6479 2010-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6481         * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
6483         Font-lock '...' strings, plus various simplifications and fixes.
6484         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
6485         (octave-font-lock-close-quotes): New function.
6486         (octave-font-lock-syntactic-keywords): New var.
6487         (octave-mode): Use it.  Set beginning-of-defun-function.
6488         (octave-mode-map): Don't override the <foo>-defun commands.
6489         (octave-mode-menu): Pass it directly to easy-menu-define;
6490         remove (now generic) <foo>-defun commands; use info-lookup-symbol.
6491         (octave-block-match-alist): Fix up last change so that
6492         octave-close-block uses the more specific keyword.
6493         (info-lookup-mode): Silence byte-compiler.
6494         (octave-beginning-of-defun): Not interactive any more.
6495         Optimize slightly.
6496         (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
6497         (octave-indent-defun, octave-send-defun): Use mark-defun instead.
6498         (octave-completion-at-point-function): Make sure point is within
6499         beg..end.
6500         (octave-reindent-then-newline-and-indent):
6501         Use reindent-then-newline-and-indent.
6502         (octave-add-octave-menu): Remove.
6504 2010-08-17  Jan Djärv  <jan.h.d@swipnet.se>
6506         * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
6507         (report-emacs-bug-can-use-xdg-email): New functions.
6508         (report-emacs-bug): Set can-xdg-email to result of
6509         report-emacs-bug-can-use-xdg-email.  If can-xdg-email bind
6510         \C-cm to report-emacs-bug-insert-to-mailer and add help text
6511         about it.
6513         * net/browse-url.el (browse-url-default-browser): Add cond
6514         for browse-url-xdg-open.
6515         (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
6517 2010-08-17  Glenn Morris  <rgm@gnu.org>
6519         * progmodes/cc-engine.el (c-new-BEG, c-new-END)
6520         (c-fontify-recorded-types-and-refs): Define for compiler.
6521         * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
6522         before use.
6524         * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
6525         Fix format call.
6527 2010-08-17  Michael Albinus  <michael.albinus@gmx.de>
6529         * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
6530         properties.
6531         (tramp-handle-process-file): Call the program in a subshell, in
6532         order to preserve working directory.
6533         (tramp-action-password): Hide password prompt before next run.
6534         (tramp-process-actions): Widen connection buffer for the trace.
6536 2010-08-16  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
6538         * net/rcirc.el (rcirc-log-process-buffers): New option.
6539         (rcirc-print): Use it.
6540         (rcirc-generate-log-filename): New function.
6541         (rcirc-log-filename-function): Change default to
6542         rcirc-generate-log-filename (Bug#6828).
6544 2010-08-16  Chong Yidong  <cyd@stupidchicken.com>
6546         * simple.el (deactivate-mark): If select-active-regions is `only',
6547         only set selection for temporarily active regions.
6549         * cus-start.el: Change defcustom for select-active-regions.
6551 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
6553         * mouse.el (mouse--drag-set-mark-and-point): New function.
6554         (mouse-drag-track): Use LOCATION arg to push-mark.
6555         Use mouse--drag-set-mark-and-point to take click-count into
6556         consideration when updating point and mark (Bug#6840).
6558 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
6560         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6561         Give the Ruby rule a lower priority than Gnu (Bug#6778).
6563 2010-08-14  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
6565         * font-lock.el (lisp-font-lock-keywords-2):
6566         Add combine-after-change-calls, condition-case-no-debug,
6567         with-demoted-errors, and with-silent-modifications (Bug#6025).
6569 2010-08-14  Kevin Ryde  <user42@zip.com.au>
6571         * emacs-lisp/copyright.el (copyright-update-year)
6572         (copyright-update): Temporary switch-to-buffer to ensure the
6573         buffer change being queried is visible (Bug#5394).
6575 2010-08-14  Tom Tromey  <tromey@redhat.com>
6577         * progmodes/etags.el (tags-file-name): Mark safe if stringp
6578         (Bug#6733).
6580 2010-08-14  Eli Zaretskii  <eliz@gnu.org>
6582         * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
6583         MS-DOS.  (Bug#6689)
6585 2010-08-13  Jan Djärv  <jan.h.d@swipnet.se>
6587         * menu-bar.el (menu-bar-set-tool-bar-position): New function.
6588         (menu-bar-showhide-tool-bar-menu-customize-enable-left)
6589         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
6590         (menu-bar-showhide-tool-bar-menu-customize-enable-top)
6591         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
6592         Call menu-bar-set-tool-bar-position.
6594 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6596         * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
6597         comment style (bug#6834).
6598         * progmodes/scheme.el (scheme-mode-syntax-table):
6599         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
6600         "b" flag in "' 14b" syntax.
6602         * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
6603         for (un)commenting the region and performing completion.
6604         (octave-mode-menu): Use standard commands for help and completion.
6605         (octave-mode-syntax-table): Support %{..%} comments (sort of).
6606         (octave-mode): Use define-derived-mode.
6607         Set completion-at-point-functions and don't set columns.
6608         Don't disable adaptive-fill-regexp.
6609         (octave-describe-major-mode, octave-comment-region)
6610         (octave-uncomment-region, octave-comment-indent)
6611         (octave-indent-for-comment): Remove.
6612         (octave-indent-calculate): Rename from calculate-octave-indent.
6613         (octave-indent-line, octave-fill-paragraph): Update caller.
6614         (octave-initialize-completions): No need to make an alist.
6615         (octave-completion-at-point-function): New function.
6616         (octave-complete-symbol): Use it.
6617         (octave-insert-defun): Use define-skeleton.
6619         * progmodes/octave-mod.el (octave-mode): Set comment-add.
6620         (octave-mode-map): Use comment-dwim (bug#6829).
6622 2010-08-12  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
6624         * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
6625         indentation of inserted comment.
6627 2010-08-11  Jan Djärv  <jan.h.d@swipnet.se>
6629         * faces.el (region): Add type gtk that uses gtk colors.
6631         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
6632         Handle theme-name change.
6634 2010-08-10  Michael R. Mauger  <mmaug@yahoo.com>
6636         * progmodes/sql.el: Version 2.5
6637         (sql-product-alist): Add :prompt-cont-regexp property for several
6638         database products.
6639         (sql-prompt-cont-regexp): New variable.
6640         (sql-output-newline-count, sql-output-by-send):
6641         New variables.  Record number of newlines in input text.
6642         (sql-send-string): Handle multiple filters and count newlines.
6643         (sql-send-magic-terminator): Count terminator newline.
6644         (sql-interactive-remove-continuation-prompt): Filters output to
6645         remove continuation prompts; one for each newline.
6646         (sql-interactive-mode): Set up new variables, prompt regexp and
6647         output filter.
6648         (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
6649         (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
6651 2010-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6653         * emacs-lisp/pcase.el: New file.
6655 2010-08-10  Michael Albinus  <michael.albinus@gmx.de>
6657         * net/tramp.el (tramp-vc-registered-read-file-names): Read input
6658         as here-document, otherwise the command could exceed maximum
6659         length of command line.
6660         (tramp-handle-vc-registered): Call script accordingly.
6661         Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
6663 2010-08-10  Kenichi Handa  <handa@m17n.org>
6665         * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
6666         composable pattern.
6668 2010-08-09  Chong Yidong  <cyd@stupidchicken.com>
6670         * emacs-lisp/package.el (package-version-split)
6671         (package--version-first-nonzero, package-version-compare):
6672         Functions removed.
6673         (package-directory-list, package-load-all-descriptors)
6674         (package--built-in, package-activate, define-package)
6675         (package-installed-p, package-compute-transaction)
6676         (package-read-all-archive-contents)
6677         (package--add-to-archive-contents, package-buffer-info)
6678         (package-tar-file-info, package-list-packages-internal):
6679         Use version-to-list and version-list-*.
6681         * emacs-lisp/package-x.el (package-upload-buffer-internal):
6682         Use version-to-list.
6683         (package-upload-buffer-internal): Use version-list-<=.
6685 2010-08-09  Kenichi Handa  <handa@m17n.org>
6687         * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
6688         composable pattern.
6690 2010-08-08  Chong Yidong  <cyd@stupidchicken.com>
6692         * tutorial.el (tutorial--default-keys): C-d is now bound to
6693         delete-forward-char (Bug#6826).
6695         * mouse.el (mouse-drag-track): Remove accidentally-removed check
6696         for `double' value of mouse-1-click-follows-link (Bug#6807).
6698 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
6700         * replace.el (replace-highlight): Bind isearch-forward and
6701         isearch-error, ensuring that highlighting is updated if the user
6702         switches the search direction (Bug#6808).
6704         * isearch.el (isearch-lazy-highlight-forward): New var.
6705         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
6706         (isearch-lazy-highlight-update): Use it.
6708 2010-08-08  Kenichi Handa  <handa@m17n.org>
6710         * international/mule.el (define-charset): Store NAME as :base property.
6711         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
6712         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
6713         current priority.  Force using the designation of the specific
6714         charset by adding `charset' text property.  Improve the whole algorithm.
6716 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
6718         * emulation/pc-select.el (pc-selection-mode-hook)
6719         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
6720         (pc-selection-mode): Fix typos in docstrings.
6722 2010-08-08  Kenichi Handa  <handa@m17n.org>
6724         * language/cyrillic.el: Don't add "microsoft-cp1251" to
6725         ctext-non-standard-encodings-alist here.
6727         * international/mule.el (ctext-non-standard-encodings-alist):
6728         Add "koi8-r" and "microsoft-cp1251".
6729         (ctext-standard-encodings): New variable.
6730         (ctext-non-standard-encodings-table): List only elements for
6731         non-standard encodings.
6732         (ctext-pre-write-conversion): Adjust for the above change.
6733         Check ctext-standard-encodings.
6735         * international/mule-conf.el (compound-text): Doc fix.
6736         (ctext-no-compositions): Doc fix.
6737         (compound-text-with-extensions): Doc fix.
6739 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6741         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
6743 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
6745         * progmodes/which-func.el (which-func-format): Split help-echo text
6746         into lines, like other mode-line tooltips.
6748         * server.el (server-start): When using TCP sockets, force IPv4
6749         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
6751 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6753         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
6755 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
6757         * term.el (term-delimiter-argument-list): Reflow docstring.
6758         (term-read-input-ring, term-write-input-ring, term-send-input)
6759         (term-bol, term-erase-in-display, serial-supported-or-barf):
6760         Fix typos in docstrings.
6762 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6764         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
6766 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
6768         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
6770 2010-08-08  MON KEY  <monkey@sandpframing.com>  (tiny change)
6772         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
6773         Fix typo in docstring (bug#6747).
6775 2010-08-08  Leo  <sdl.web@gmail.com>
6777         * eshell/esh-io.el (eshell-get-target): Better detection of
6778         read-only file (Bug#6762).
6780 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
6782         * align.el (align-default-spacing): Doc fix.
6783         (align-region-heuristic, align-regexp): Fix typos in docstrings.
6785 2010-08-08  Stephen Peters  <speters@itasoftware.com>
6787         * calendar/icalendar.el
6788         (icalendar--split-value): Fix splitting regexp.  (Bug#6766)
6789         (icalendar--get-weekday-numbers): New.
6790         (icalendar--convert-recurring-to-diary): Handle multiple byday
6791         values in weekly rules.  (Bug#6766)
6793 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
6795         * calendar/icalendar.el (icalendar-uid-format): Doc fix.
6796         (icalendar--create-uid, icalendar-export-region)
6797         (icalendar--parse-summary-and-rest): Code formatting.
6799 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
6801         * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
6802         to italicize headers.
6803         (calc-highlight-selections-with-faces): New variable.
6804         (calc-selected-face, calc-nonselected-face): New faces.
6806         * calc/calccomp.el (math-comp-highlight-string): Use
6807         `calc-highlight-selections-with-faces' to determine how to highlight
6808         sub-formulas.
6810         * calc/calc-sel.el (calc-show-selections): Change message to when
6811         using faces to highlight selections.
6813 2010-08-07  Michael R. Mauger  <mmaug@yahoo.com>
6815         * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
6816         Add SQLite 3 keywords, functions and datatypes.
6817         (sql-interactive-mode): Remove `comint-process-echoes' set to t
6818         (Bug#6686).
6820 2010-08-07  Chong Yidong  <cyd@stupidchicken.com>
6822         * simple.el (select-active-regions): Move to keyboard.c.
6823         (deactivate-mark): Used saved-region-selection.
6824         (select-active-region): Function removed.
6825         (activate-mark, set-mark, push-mark-command)
6826         (handle-shift-selection): Don't call it.
6827         (keyboard-quit): Avoid adding the region to the window selection.
6829         * mouse.el (mouse-drag-track): Remove hacks to deal with old
6830         select-active-regions implementation.
6831         (mouse-yank-at-click): Doc fix.
6833         * cus-start.el: Add custom declaration for select-active-regions.
6835 2010-08-07  Eli Zaretskii  <eliz@gnu.org>
6837         * simple.el (delete-forward-char): Doc fix.
6839         * tutorial.el (help-with-tutorial): Hack safe file-local variables
6840         after reading the tutorial.
6842 2010-08-06  Alan Mackenzie  <bug-cc-mode@gnu.org>
6844         * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
6845         Fix for the case that a C style comment has its delimiters alone on
6846         their respective lines.
6848 2010-08-06  Michael Albinus  <michael.albinus@gmx.de>
6850         * net/tramp.el (tramp-handle-start-file-process): Set connection
6851         property "vec".
6852         (tramp-process-sentinel): Use it for flushing the cache.
6853         We cannot do it via the process buffer, the buffer could be deleted
6854         already when running the sentinel.
6856 2010-08-06  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
6858         * comint.el (comint-mode): Make directory tracking functions
6859         functional on remote files.  (Bug#6764)
6861 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
6863         * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
6865 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
6867         * emacs-lisp/find-gc.el (find-gc-source-files):
6868         Rename unexec.c => unexcoff.c.
6870         * emacs-lisp/authors.el (authors-fixed-entries):
6871         Rename unexec.c => unexcoff.c.
6873 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
6875         * net/tramp.el (tramp-handle-dired-uncache): Flush directory
6876         cache, not only file cache.
6877         (tramp-process-sentinel): New defun.
6878         (tramp-handle-start-file-process): Use it, in order to invalidate
6879         file caches.
6881 2010-08-03  Leo  <sdl.web@gmail.com>
6883         * server.el (server-start): Simplify loop.
6885 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6887         * frame.el (screen-height, screen-width, set-screen-width)
6888         (set-screen-height): Remove ancient compatibility aliases.
6890         * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
6891         when justifying.  It seems useless and harmful for ncols=1 (bug#6738).
6893         * emacs-lisp/timer.el (timer-event-handler): Protect against timers
6894         that change current buffer.
6896 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6898         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
6899         beginning of the string.  Use `string-match-p'.  (Bug#6765)
6901 2010-08-01  Jan Djärv  <jan.h.d@swipnet.se>
6903         * cus-start.el (x-gtk-use-system-tooltips): New variable.
6905 2010-08-01  Chong Yidong  <cyd@stupidchicken.com>
6907         * emacs-lisp/package.el (package--list-packages): Fix column alignment.
6908         (package--builtins): Tweak descriptions.
6909         (package-print-package): Upcase descriptions if necessary.
6910         Show all built-in packages in font-lock-builtin-face.
6911         (package-list-packages-internal): Omit "emacs" package.
6912         Show status of built-in packages as "built-in".
6914 2010-07-31  Chong Yidong  <cyd@stupidchicken.com>
6916         * mouse.el (mouse-save-then-kill): Doc fix.  Deactivate mark
6917         before killing to preserve the primary selection (Bug#6701).
6919         * term/x-win.el (x-select-text): Doc fix.
6921 2010-07-31  Nathaniel Flath  <flat0103@gmail.com>
6923         * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
6924         (objc-font-lock-extra-types):
6925         * progmodes/cc-mode.el (c-basic-common-init):
6926         * progmodes/cc-langs.el (c-make-mode-syntax-table)
6927         (c++-make-template-syntax-table)
6928         (c-identifier-syntax-modifications, c-symbol-start, c-operators)
6929         (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
6930         (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
6931         (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
6932         * progmodes/cc-fonts.el (c-make-inverse-face)
6933         (c-basic-matchers-after):
6934         * progmodes/cc-engine.el (c-forward-keyword-clause)
6935         (c-forward-<>-arglist, c-forward-<>-arglist-recur)
6936         (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
6937         (c-guess-continued-construct, c-guess-basic-syntax):
6938         Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
6939         The above functions were modified or created.
6941 2010-07-31  Jan Djärv  <jan.h.d@swipnet.se>
6943         * faces.el (face-all-attributes): Improve documentation (Bug#6767).
6945 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
6947         * files.el (bidi-paragraph-direction): Define safe local values.
6949         * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
6950         language-info-alist.  Remove outdated FIXME in a comment.
6952 2010-07-31  Alan Mackenzie  <acm@muc.de>
6954         * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
6955         Auto-fill broken in C/C++ modes.
6957 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
6959         * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
6960         (menu-bar-showhide-tool-bar-menu-customize-disable)
6961         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
6962         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
6963         (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
6964         (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
6965         make a menu for Options => toolbar that can move it.
6967 2010-07-29  Chong Yidong  <cyd@stupidchicken.com>
6969         * emacs-lisp/package-x.el (package--make-rss-entry):
6970         (package-maint-add-news-item, package--update-news)
6971         (package-upload-buffer-internal): New arg ARCHIVE-URL.
6973         * emacs-lisp/package.el (package-archive-url): Rename from
6974         package-archive-id.
6975         (package-install): Doc fix.
6976         (package-download-single, package-download-tar, package-install)
6977         (package-menu-view-commentary): Callers changed.
6979 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
6981         * net/tramp.el (tramp-handle-start-file-process): Check only for
6982         `remote-tty' process property.
6983         (tramp-open-shell): Don't check for tty.
6984         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
6985         process property.
6987         * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
6988         host.
6990 2010-07-28  Chong Yidong  <cyd@stupidchicken.com>
6992         * emacs-lisp/package.el (package-load-list, package-archives)
6993         (package-archive-contents, package-user-dir)
6994         (package-directory-list, package--builtins, package-alist)
6995         (package-activated-list, package-obsolete-alist): Mark as risky.
6997 2010-07-28  Phil Hagelberg  <phil@evri.com>
6999         Add support for non-default package repositories.
7000         * emacs-lisp/package.el (package-archive-base): Var deleted.
7001         (package-archives): New variable.
7002         (package-archive-contents): Doc fix.
7003         (package-load-descriptor): Do nothing if descriptor file is missing.
7004         (package--write-file-no-coding): New function.
7005         (package-unpack-single): Use it.
7006         (package-archive-id): New function.
7007         (package-download-single, package-download-tar)
7008         (package-menu-view-commentary): Use it.
7009         (package-installed-p): Make second argument optional.
7010         (package-read-all-archive-contents): New function.
7011         (package-initialize): Use it.
7012         (package-read-archive-contents): Add ARCHIVE argument.
7013         (package--add-to-archive-contents): New function.
7014         (package-install): Don't call package-read-archive-contents.
7015         (package--download-one-archive): Store archive file in a
7016         subdirectory of package-user-dir.
7017         (package-menu-execute): Remove spurious line movement.
7019 2010-07-28  Jan Djärv  <jan.h.d@swipnet.se>
7021         * cus-start.el (tool-bar-style): Add text-image-horiz.
7023 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
7025         * progmodes/gud.el (gud-common-init): Check for remoteness of
7026         `file', and not of `default-directory'.
7028 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
7030         * net/tramp.el (tramp-methods): Move hostname to the end in all
7031         ssh `tramp-login-args'.
7032         (tramp-verbose): Describe verbose level 9.
7033         (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
7034         (tramp-open-connection-setup-interactive-shell): Trace stty
7035         settings if `tramp-verbose' >= 9.
7036         (tramp-handle-start-file-process): Implement tty setting.
7037         (Bug#4604, Bug#6360)
7039         * net/tramp-cmds.el (tramp-bug): Recommend setting of
7040         `tramp-verbose' to 9.
7042 2010-07-27  Aaron S. Hawley  <ashawley@burlingtontelecom.net>
7044         * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
7045         (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
7046         Remove references to package `lisp-re' (bug#4369).
7048 2010-07-27  Tom Tromey  <tromey@redhat.com>
7050         * progmodes/js.el (js-mode):
7051         * progmodes/make-mode.el (makefile-mode):
7052         * progmodes/simula.el (simula-mode):
7053         * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
7055 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
7057         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
7059         * time.el (display-time-day-and-date): Remove spurious * in docstring.
7060         (display-time-world-buffer-name, display-time-world-mode-map):
7061         Fix typos in docstrings.
7063 2010-07-27  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
7065         * image-mode.el (image-display-size): New function.
7066         (image-forward-hscroll, image-next-line, image-eol, image-eob)
7067         (image-mode-fit-frame): Use it (Bug#6639).
7069 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
7071         * dired.el (dired-buffers-for-dir): Handle list values of
7072         dired-directory (Bug#6636).
7074 2010-07-26  Sam Steingold  <sds@gnu.org>
7076         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
7077         Do not call `x-get-selection' the second time, reuse the value.
7079 2010-07-26  Daiki Ueno  <ueno@unixuser.org>
7081         * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
7082         which consist of control chars only.  Suggested by Richard Stallman.
7084 2010-07-25  Daiki Ueno  <ueno@unixuser.org>
7086         * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
7087         exists before passing an error to find-file-not-found-functions
7088         (bug#6723).
7090 2010-07-23  Lukas Huonker  <l.huonker@gmail.com>
7092         * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
7093         Remove leading nil element, adjust values.
7094         (tetris-shapes, tetris-shape-scores):
7095         Change representation of shapes and remove some redundancy.
7096         (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
7097         (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
7098         Adjust for working with new representation of shapes.
7099         (tetris-shape-rotations): New function.
7100         (tetris-move-bottom, tetris-move-left, tetris-move-right)
7101         (tetris-rotate-prev, tetris-rotate-next):
7102         Adjust for working with the new version of tetris-test-shape.
7104 2010-07-23  Markus Triska  <markus.triska@gmx.at>
7106         * progmodes/ps-mode.el: Use comint (bug#5954).
7107         (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
7108         (ps-mode-other-newline): Simplify.
7109         (ps-run-mode): Derive from comint-mode instead of
7110         fundamental-mode, yielding input history etc.
7111         (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
7112         (ps-run-send-string): Adapt for comint-mode.
7113         (ps-run-newline): Remove now unneeded function.
7115 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
7117         * net/tramp.el (tramp-methods): Move hostname to the end in all
7118         plink `tramp-login-args'.
7120 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
7122         * net/tramp.el (tramp-open-shell): New defun.
7123         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7124         Use it.
7126 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
7128         * net/tramp.el (tramp-file-name-regexp-unified)
7129         (tramp-completion-file-name-regexp-unified): On W32 systems, do
7130         not regard the volume letter as remote filename.  (Bug#5447)
7132 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
7134         * custom.el (custom-declare-variable): Give a clearer error message
7135         when the docstring is missing (bug#6476).
7137 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
7139         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
7140         (sql-login-params): New widget definition.
7141         (sql-oracle-login-params, sql-mysql-login-params)
7142         (sql-solid-login-params, sql-sybase-login-params)
7143         (sql-informix-login-params, sql-ingres-login-params)
7144         (sql-ms-login-params, sql-postgres-login-params)
7145         (sql-interbase-login-params, sql-db2-login-params)
7146         (sql-linter-login-params): Use it.
7147         (sql-sqlite-login-params): Use it; Define "database" parameter as
7148         a file name.
7149         (sql-sqlite-program): Change to "sqlite3".
7150         (sql-comint-sqlite): Make sure database name is complete.
7151         (sql-for-each-login): New function.
7152         (sql-connect, sql-save-connection): Use it.
7153         (sql-get-login-ext): New function.
7154         (sql-get-login): Use it.
7155         (sql-make-alternate-buffer-name): Handle :file parameters.
7157 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
7159         * dired.el (dired-no-confirm): Document value t and fix defcustom to
7160         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
7162 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7164         * dired.el (dired-mode-map): Use command remapping (bug#6632).
7166 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
7168         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
7170 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
7172         * net/tramp.el (tramp-get-ls-command)
7173         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
7174         instead of "/".
7176 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
7178         * progmodes/sql.el: Version 2.3.
7179         (sql-connection-alist): Change keys from symbols to strings;
7180         enhanced the widget definition.
7181         (sql-mode-menu): Add submenu to select connections.
7182         (sql-interactive-mode-menu): Add "Save Connection" item.
7183         (sql-add-product): Fix menu item.
7184         (sql-get-product-feature): Improved error handling.
7185         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
7186         (sql-make-alternate-buffer-name): Simplified.
7187         (sql-product-interactive): Handle missing product.
7188         (sql-connect): Support string keys, minor improvements.
7189         (sql-save-connection): New function.
7190         (sql-connection-menu-filter): New function.
7192 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
7194         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
7195         (tramp-open-connection-setup-interactive-shell):
7196         Apply workaround for IRIX64 bug.  Move argument of last
7197         `tramp-send-command' where it belongs to.
7199 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
7201         * net/tramp.el (tramp-perl-file-attributes)
7202         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
7203         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
7204         front of `login-args'.
7206 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
7208         * time.el (display-time-world-mode): Define with `define-derived-mode'.
7209         Set `show-trailing-whitespace' to nil.
7210         (display-time-world-display): Simplify.
7212 2010-07-18  Alan Mackenzie  <acm@muc.de>
7214         Enhance `c-file-style' in file/directory local variables.
7215         * progmodes/cc-mode.el (c-count-cfss): New function.
7216         (c-before-hack-hook): Call `c-set-style' differently according to
7217         whether c-file-style was set in file or directory local
7218         variables.
7220 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
7222         * progmodes/sql.el: Version 2.2.
7223         (sql-product, sql-user, sql-database, sql-server, sql-port):
7224         Use defcustom :safe keyword rather than putting safe-local-variable
7225         property.
7226         (sql-password): Use defcustom :risky keyword rather than putting
7227         risky-local-variable property.
7228         (sql-oracle-login-params, sql-sqlite-login-params)
7229         (sql-solid-login-params, sql-sybase-login-params)
7230         (sql-informix-login-params, sql-ingres-login-params)
7231         (sql-ms-login-params, sql-postgres-login-params)
7232         (sql-interbase-login-params, sql-db2-login-params)
7233         (sql-linter-login-params): Add `port' option.
7234         (sql-get-product-feature): Add NO-INDIRECT parameter.
7235         (sql-comint-oracle, sql-comint-sybase)
7236         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
7237         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
7238         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
7239         (sql-comint-linter): Rename sql-connect-* functions to
7240         sql-comint-*.
7241         (sql-product-alist, sql-mode-menu): Rename as above and
7242         :sqli-connect-func to :sqli-comint-func.
7243         (sql-connection): New variable.
7244         (sql-interactive-mode): Set it.
7245         (sql-connection-alist): New variable.
7246         (sql-connect): New function.
7247         (sql--alt-buffer-part, sql--alt-if-not-empty)
7248         (sql-make-alternate-buffer-name): Improved alternative buffer name.
7250 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7252         * image-mode.el (image-bookmark-make-record): Do not set context
7253         in an image (Bug#6650).
7255 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
7257         * simple.el (select-active-region): New function.
7258         (push-mark-command, set-mark, activate-mark)
7259         (handle-shift-selection): Use it.
7260         (deactivate-mark): Don't check for size of region.
7262         * mouse.el (mouse-drag-track): Use select-active-region.
7264 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
7266         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
7267         "--dired" stronger.
7269 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
7271         * term/x-win.el (x-select-enable-primary): Change default to nil.
7272         (x-select-enable-clipboard): Add :version keyword.
7274         * mouse.el (mouse-drag-copy-region):
7275         * simple.el (select-active-regions): Likewise.
7277 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
7279         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
7280         (vc-coding-system-for-diff): Use it to decide whether to inherit
7281         from the file the EOL format for reading the diffs of that file.
7282         (Bug#4451)
7284 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
7286         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
7287         unibyte, so compressed attachments are not compressed again.
7289 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
7291         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
7292         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
7293         (tramp-find-shell): Simplify setting connection property.
7294         (tramp-get-ls-command): Make test for "--color=never" stronger.
7296 2010-07-15  Simon South  <ssouth@member.fsf.org>
7298         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
7299         blocks within record declarations (i.e. variant parts) correctly.
7301 2010-07-15  Simon South  <ssouth@member.fsf.org>
7303         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
7304         over literal tokens when parsing so newlines aren't "absorbed" by
7305         single-line comments.  Corrects the indentation of case blocks
7306         that have a comment on the first line.
7308 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
7310         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
7311         by Drew Adams (Bug#5504).
7313 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
7315         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
7316         now that Unicode is used (Bug#6594).
7318 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
7320         * term/x-win.el (x-select-enable-clipboard): Default to t.
7321         (x-initialize-window-system): Don't overwrite Paste menu item.
7323         * simple.el (select-active-regions): Default to t.
7324         (push-mark-command): Don't overwrite primary with empty string.
7326         * mouse.el: Bind mouse-2 to mouse-yank-primary.
7327         (mouse-drag-copy-region): Default to nil.
7329         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
7330         Cut/Copy/Paste menu bar items.
7332 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7334         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7335         Patch applied by Karl Fogel.
7337         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
7338         and `bookmark-current-buffer' if they have been already set in
7339         another buffer (e.g gnus-art).
7341 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
7342             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7344         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
7346         * bookmark.el (bookmark-make-record-default): Allow unneeded
7347         information to be omitted from the record.
7349         Adjust declarations and calls:
7351         * info.el (bookmark-make-record-default): Adjust declaration.
7352         (Info-bookmark-make-record): Adjust call.
7354         * woman.el (bookmark-make-record-default): Adjust declaration.
7355         (woman-bookmark-make-record): Adjust call.
7357         * man.el (bookmark-make-record-default): Adjust declaration.
7358         (Man-bookmark-make-record): Adjust call.
7360         * image-mode.el (bookmark-make-record-default): Adjust declaration.
7362         * doc-view.el (bookmark-make-record-default): Adjust declaration.
7364 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
7366         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
7367         This is also from Thierry Volpiatto's patch in bug #6444.  However,
7368         because it was extraneous to the functional change in that patch,
7369         and causes a re-indendation, I am committing it separately.
7371 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7373         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
7374         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
7375         Patch applied by Karl Fogel (Bug#6444).
7377 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
7379         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
7381 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
7383         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
7384         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
7385         (ns-alternatives-map): Change S-tab binding to backtab
7386         (bug#6616).
7388         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
7389         under ns.
7391 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
7393         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
7394         (Bug#5806)
7396         * language/tv-util.el (tai-viet-re): Remove format.
7398 2010-07-12  Kenichi Handa  <handa@m17n.org>
7400         * language/hebrew.el: Remove no-byte-compile declaration.
7401         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
7402         composition-function-table for 3-character looking back.
7403         (hebrew-font-get-precomposed): New function.
7404         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
7406 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
7408         * mouse.el (mouse-drag-track): Handle select-active-regions
7409         (Bug#6612).
7411 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
7413         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
7414         empty argument to gvfs-copy.
7416 2010-07-10  Glenn Morris  <rgm@gnu.org>
7418         * calendar/calendar.el (calendar-week-end-day): New function.
7419         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
7420         Respect calendar-week-start-day.  (Bug#6606)
7421         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
7422         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
7423         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
7424         respect calendar-week-start-day.
7426 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
7428         * simple.el (use-region-p): Doc fix (Bug#6607).
7430 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
7432         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7433         Add regexps for cucumber and ruby.
7435 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
7437         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
7438         (epa-file-insert-file-contents): Hack to prevent
7439         find-file from opening empty buffer when decryption failed
7440         (bug#6568).
7442 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
7444         * textmodes/ispell.el (ispell-alternate-dictionary):
7445         Use file-readable-p.
7446         Return nil if no word-list is found at default locations.
7447         (ispell-complete-word-dict): Default to nil.
7448         (ispell-command-loop): Use 'word-list' when using lookup-words.
7449         (lookup-words): Use ispell-complete-word-dict or
7450         ispell-alternate-dictionary.  Check for word-list availability
7451         and handle errors if needed with better messages (Bug#6539).
7452         (ispell-complete-word): Use ispell-complete-word-dict or
7453         ispell-alternate-dictionary.
7455 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
7457         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
7458         builtins (BufferError, BytesWarning, WindowsError; callables
7459         bin, bytearray, bytes, format, memoryview, next, print; __package__).
7461 2010-07-07  Glenn Morris  <rgm@gnu.org>
7463         * play/zone.el (top-level): Do not require timer, tabify, or cl.
7464         (zone-shift-left): Ignore intangibility, and any errors from
7465         forward-char.
7466         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
7467         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
7468         deleting, and copying text properties.
7469         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
7470         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
7471         to point-max is hard.
7472         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
7473         (zone-fill-out-screen): Ignore intangibility.
7475 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
7477         * menu-bar.el (menu-bar-mode):
7478         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
7479         if it has been set.
7481         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
7482         word/line selection (Bug#6565).
7484 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
7486         * net/dbus.el (dbus-send-signal): Declare function.
7488 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
7490         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
7491         (dbus-register-property): New optional argument EMITS-SIGNAL.
7492         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
7494 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
7496         * mouse.el (mouse-drag-overlay): Variable deleted.
7497         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
7498         (mouse--remap-link-click-p): New function.
7499         (mouse-drag-track): Handle dragging by using temporary Transient
7500         Mark mode, instead of a special overlay.
7501         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
7502         mouse-show-mark.
7504         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
7505         deleted.
7507 2010-07-02  Juri Linkov  <juri@jurta.org>
7509         * autoinsert.el (auto-insert-alist): Fix readability
7510         by using dotted pair notation for lambda.
7512 2010-07-02  Juri Linkov  <juri@jurta.org>
7514         * faces.el (read-face-name): Rename arg `string-describing-default'
7515         to `default'.  Doc fix.  Display the default value in quotes
7516         in the prompt.  With empty input, return the `default' arg,
7517         unless the default value is a string (in which case return nil).
7518         (describe-face): Replace the string `default' arg of `read-face-name'
7519         with the symbol `default'.
7521 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
7523         * emulation/viper-cmd.el (viper-delete-backward-char)
7524         (viper-del-backward-char-in-insert)
7525         (viper-del-backward-char-in-replace, viper-change)
7526         (viper-backward-indent): Replace delete-backward-char with
7527         delete-char (Bug#6552).
7529 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
7531         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
7533 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
7535         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
7536         argument passed to frame-creation-function (Bug#5378).
7538         * faces.el (x-handle-named-frame-geometry)
7539         (x-handle-reverse-video, x-create-frame-with-faces)
7540         (face-set-after-frame-default, tty-create-frame-with-faces):
7541         Don't separately consult default-frame-alist.  It is now passed as the
7542         PARAMETER argument.
7544 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
7546         * startup.el (command-line): Don't call tool-bar-setup in a
7547         tty-only build.
7549 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
7551         * ruler-mode.el (ruler--save-header-line-format): New fun.
7552         (ruler-mode): Use it as a setter function, so as not to overwrite
7553         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
7555 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
7557         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
7558         (vc-root-diff, vc-print-root-log, vc-log-incoming)
7559         (vc-log-outgoing): Use it.
7560         (vc-diff-internal): Set diff-vc-backend.
7562         * vc/diff-mode.el (diff-vc-backend): New var.
7564 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
7566         * dynamic-setting.el (font-setting-change-default-font):
7567         Remove call to message.
7569 2010-06-28  Kenichi Handa  <handa@m17n.org>
7571         * international/quail.el (quail-insert-kbd-layout): Fix the
7572         showing of untranslated characters.
7574 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
7576         * simple.el (delete-active-region): New option.
7577         (delete-backward-char): Implement in Lisp.
7578         (delete-forward-char): New command.
7580         * mouse.el (mouse-region-delete-keys): Deleted.
7581         (mouse-show-mark): Simplify.
7583         * bindings.el (global-map): Bind delete and DEL, the former to
7584         delete-forward-char.
7586 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
7588         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
7589         (ruby-mode): Bind indent-line-function (Bug#5119).
7591 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
7593         * startup.el (command-line): Recognize "0" X resource value.
7595 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
7597         * startup.el (command-line): Use X resources to set the value of
7598         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
7600         * menu-bar.el (menu-bar-mode):
7601         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
7602         Set init-value to t.
7604         * frame.el (frame-notice-user-settings): Don't change
7605         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
7606         vice versa (Bug#2249).
7608 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
7610         * w32-fns.el (w32-convert-standard-filename): Doc fix.
7612 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
7614         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
7615         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
7617         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
7618         default directories are expanded (Bug#6143).
7620 2010-06-24  Juri Linkov  <juri@jurta.org>
7622         * minibuffer.el (completions-format): Change default from nil to
7623         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
7625 2010-06-24  Juri Linkov  <juri@jurta.org>
7627         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
7628         buffer-locally to lambda that re-runs the vc diff command.
7629         (Bug#6447)
7631 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
7633         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
7634         echo area is in use (Bug#3412).
7636 2010-06-22  Glenn Morris  <rgm@gnu.org>
7638         * textmodes/texinfmt.el (texinfo-format-region)
7639         (texinfo-raise-lower-sections, texinfo-format-separate-node)
7640         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
7641         (texinfo-format-option, texinfo-noindent):
7642         Use line-beginning-position and line-end-position.
7644         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
7645         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
7646         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
7647         utf-8 characters.
7649 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
7651         * play/zone.el (zone-fall-through-ws): Fix next-line ->
7652         forward-line fallout.
7654 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
7656         * mouse.el (mouse-appearance-menu): Add docstring.
7658         * help.el (describe-key): Print up-event using key-description.
7660 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
7662         * net/zeroconf.el (zeroconf-resolve-service)
7663         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
7664         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
7666 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
7668         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
7670 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
7672         Avoid displaying files with a nil state in vc-dir.
7673         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
7674         cases that cause insertion.
7675         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
7676         with a nil state.
7678 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
7680         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
7682 2010-06-29  Leo  <sdl.web@gmail.com>
7684         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
7686 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
7688         * generic-x.el (bat-generic-mode): Fix regexp for command line
7689         switches (Bug#5719).
7691 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
7693         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
7694         of nconc to avoid pure storage error (Bug#6239).
7696 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
7698         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
7699         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
7700         bindings of bookmark-automatically-show-annotations (Bug#6515).
7702 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
7704         * arc-mode.el (archive-zip-extract): Don't quote the file name on
7705         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
7707 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
7709         * comint.el (make-comint, make-comint-in-buffer): Mention return
7710         value in the docstrings.  (Bug#6498)
7712 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
7714         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
7715         since it is not present when using some non-default switches.
7717 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
7719         * simple.el (compose-mail): Fix doc string to refer to
7720         `compose-mail-user-agent-warnings', instead of to the
7721         nonexistent `compose-mail-check-user-agent'.
7723 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
7725         Fix an indentation bug:
7727         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
7728         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
7729         of existing values.
7731         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
7732         (c-clear->-pair-props-if-match-before): now return t when they've
7733         cleared properties, nil otherwise.
7734         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
7735         by taking account of the existing value.
7737         * progmodes/cc-defs.el
7738         (c-clear-char-property-with-value-function): Fix this to clear the
7739         property rather than overwriting it with nil.
7741 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
7743         * emacs-lisp/package.el (package-print-package): Add link to
7744         package description via describe-package.
7745         (describe-package-1): List package requirements.  Add button to
7746         perform installation.
7747         (package-menu-describe-package): New command.
7749         * help-mode.el (help-package): New button type.
7751 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
7753         * emacs-lisp/package.el: Move package-list-packages binding to
7754         menu-bar.el.
7755         (describe-package, describe-package-1, package--dir): New funs.
7756         (package-activate-1): Use package--dir.
7758         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
7760         * help-mode.el (help-package-def): New button type.
7762         * menu-bar.el: Move package-list-packages binding here from
7763         package.el.
7765 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
7767         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
7769 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7771         * emacs-lisp/edebug.el (edebug-read-list):
7772         Phase out old-style backquotes.
7774 2010-06-17  Juri Linkov  <juri@jurta.org>
7776         * help-mode.el (help-mode): Set buffer-local variable
7777         revert-buffer-function to help-mode-revert-buffer.
7778         (help-mode-revert-buffer): New function.
7780         * info.el (Info-revert-find-node): Check for major-mode Info-mode
7781         before popping to "*info*" (like in other Info functions).
7782         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
7783         old-history-forward.  Pop to old-buffer-name or "*info*" to
7784         recreate the killed buffer.  Set Info-history-forward from
7785         old-history-forward.
7786         (Info-breadcrumbs-depth): Add :group and :version.
7788 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
7790         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
7792 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
7794         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
7795         for languages like Portuguese with pt_{BR,PT} and no plain pt.
7797 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
7799         * emacs-lisp/package.el (package-menu-mode-map):
7800         Move initialization into declaration.
7802         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
7804 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
7806         * emacs-lisp/package.el (package-archive-base): Point to
7807         elpa.gnu.org.
7808         (package-enable, package-load-list): New defcustoms.
7809         (package-user-dir, package-directory-list): Turn into defcustoms.
7810         Don't include package-user-dir in package-directory-list.
7811         (package--builtins-base): Don't include Emacs as a "package".
7812         (package-subdirectory-regexp): New var.
7813         (package-load-all-descriptors, package-compute-transaction)
7814         (package-download-transaction): Obey package-load-list.
7815         (package-activate-1): Rename from package-do-activate.
7816         (package-list-packages-internal): Check package-load-list.
7817         (package-load-descriptor, package-generate-autoloads)
7818         (package-unpack, package-unpack-single)
7819         (package--read-archive-file, package-delete):
7820         Use expand-file-name.
7822         * emacs-lisp/package-x.el: New file.  Package uploading
7823         functionality split out from package.el.
7825         * startup.el (command-line): Load packages after reading init file.
7827 2010-06-17  Tom Tromey  <tromey@redhat.com>
7829         * emacs-lisp/package.el: New file.
7831 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
7833         Fix vc-annotate for renamed files when using Git.
7834         * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
7835         ls-files.  Doe not pass the object as a file name to cat-file, it
7836         is not a file name.
7837         (vc-git-annotate-command): Pass the file name using -- to avoid
7838         ambiguity with the revision.
7839         (vc-git-previous-revision): Pass a relative file name.
7841 2010-06-22  Glenn Morris  <rgm@gnu.org>
7843         * progmodes/js.el (js-mode-map): Use standard capitalization and
7844         ellipses for menu entries.
7846         * wid-edit.el (widget-complete): Doc fix.
7848 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
7850         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
7852 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
7854         Fix annotating other revisions for renamed files in vc-annotate.
7855         * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
7856         VC backend.  Use it when non-nil.
7857         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
7858         (Bug#6487).
7860         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
7861         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
7862         Do not pass the file name to the 'previous-revision call when we
7863         don't want a file diff.  (Bug#6489)
7865 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
7867         Fix finding revisions for renamed files in vc-annotate.
7868         * vc/vc.el (vc-find-revision): Add an optional argument for
7869         the VC backend.  Use it when non-nil.
7870         * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
7871         backend to vc-find-revision.  (Bug#6487)
7873 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
7875         Fix reading file names in Git annotate buffers.
7876         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
7877         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
7879 2010-06-20  Alan Mackenzie  <acm@muc.de>
7881         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
7882         in file local variables, set it first.
7884 2010-06-19  Glenn Morris  <rgm@gnu.org>
7886         * descr-text.el (describe-char-unicode-data): Insert separating
7887         space when needed.  (Bug#6422)
7889         * progmodes/idlwave.el (idlwave-action-and-binding):
7890         Fix typo in 2009-12-03 change.  (Bug#6450)
7892 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7894         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
7895         handling for `lambda' (misunderstanding).
7897 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
7899         * calc/calc-poly.el (math-accum-factors): Make sure that
7900         constants aren't distributed after they are factored out.
7902 2010-06-16  Juri Linkov  <juri@jurta.org>
7904         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
7905         `list-colors-print'.  (Bug#6332)
7907         * subr.el (read-quoted-char): Fix up last change (bug#6290).
7909 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7911         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
7912         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
7914         * font-lock.el (font-lock-major-mode): Rename from
7915         font-lock-mode-major-mode to distinguish it from
7916         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
7917         (font-lock-set-defaults):
7918         * font-core.el (font-lock-default-function): Adjust users.
7919         (font-lock-mode): Don't set it at all.
7921 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7923         * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
7925 2010-06-16  Glenn Morris  <rgm@gnu.org>
7927         * calendar/appt.el (appt-time-msg-list): Doc fix.
7928         (appt-check): Let-bind appt-warn-time.
7929         (appt-add): Make the 3rd argument optional.
7930         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
7931         Only add WARNTIME to the output list if non-nil.
7933 2010-06-16  Ivan Kanis  <apple@kanis.eu>
7935         * calendar/appt.el (appt-check): Let the 3rd element of
7936         appt-time-msg-list specify the warning time.
7937         (appt-add): Add new argument with the warning time.  (Bug#5176)
7939 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
7941         * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
7942         older than version 1.6.  (Bug#6361)
7944 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
7946         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
7947         used by cl-do-arglist.  (Bug#6408)
7949 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
7951         * textmodes/ispell.el (ispell-dictionary-base-alist):
7952         Fix portuguese casechars/not-casechars for missing 'çÇ'.
7953         Suggested by Rolando Pereira (bug#6434).
7955 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
7957         * facemenu.el (list-colors-sort): Doc fix.
7959 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
7961         * progmodes/sql.el (sql-connect-mysql): Fix typo.
7963 2010-06-14  Juri Linkov  <juri@jurta.org>
7965         Add sort option `list-colors-sort'.  (Bug#6332)
7966         * facemenu.el (color-rgb-to-hsv): New function.
7967         (list-colors-sort): New defcustom.
7968         (list-colors-sort-key): New function.
7969         (list-colors-display): Doc fix.  Sort list according to the option
7970         `list-colors-sort'.
7971         (list-colors-print): Add HSV values to `help-echo' property of
7972         RGB strings.
7974 2010-06-14  Juri Linkov  <juri@jurta.org>
7976         * compare-w.el: Move to the "vc" subdirectory.
7978 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7980         * image-mode.el (image-mode-map): Remap left-char and right-char.
7982         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
7984 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
7986         * term/common-win.el (x-colors): Add all the color names defined
7987         in rgb.txt (Bug#6332).
7989         * facemenu.el (list-colors-print): Don't print extra names if it
7990         will overflow the window width.
7992         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
7993         change (Bug#6343).
7995 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
7997         * files.el (make-directory): Doc fix (bug#6396).
7999 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
8001         * net/tramp.el (tramp-remote-process-environment): Protect version
8002         string by apostroph.
8003         (tramp-shell-prompt-pattern): Do not use a shy group in case of
8004         XEmacs.
8005         (tramp-file-name-for-operation): Add `call-process-region'.
8006         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
8008         * net/tramp-compat.el (top): Do not autoload
8009         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
8010         only when `start-file-process' is not bound.
8011         (tramp-advice-file-expand-wildcards): Do not use
8012         `tramp-handle-file-remote-p'.
8013         (tramp-compat-make-temp-file): Handle the case, that
8014         `make-temp-file' has no third argument EXTENSION.
8016 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
8018         * makefile.w32-in (WINS_BASIC): Include new directory vc.
8020         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
8022 2010-06-11  Juri Linkov  <juri@jurta.org>
8024         * finder.el (finder-known-keywords): Add keyword "vc"
8025         for version control.
8027         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
8028         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
8029         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
8030         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
8032 2010-06-11  Juri Linkov  <juri@jurta.org>
8034         Move version control related files to the "vc" subdirectory.
8035         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
8036         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
8037         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
8038         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
8039         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
8040         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
8041         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
8042         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
8043         Move files to the "vc" subdirectory.
8045 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
8047         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
8048         (Bug#6367).
8050 2010-06-11  Stephen Eglen  <stephen@gnu.org>
8052         * shell.el: Bind `shell-resync-dirs' to M-RET.
8054 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
8056         * notifications.el: Move file from lisp/net, because it is
8057         supposed to talk locally to the user.
8059 2010-06-10  Julien Danjou  <julien@danjou.info>
8061         * net/notifications.el (notifications-on-action-signal)
8062         (notifications-on-closed-signal): Pass notification id as first
8063         argument to the callback functions.  Add docstrings.
8064         (notifications-notify): Fix docstring.
8066 2010-06-10  Glenn Morris  <rgm@gnu.org>
8068         * emacs-lisp/authors.el (authors-ignored-files)
8069         (authors-valid-file-names): Add some files.
8071 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8073         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
8074         merge conflict, giving preference to the emacs-23 version of the code.
8076 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8078         * emacs-lisp/advice.el (ad-compile-function):
8079         Define warning-suppress-types before we let-bind it (bug#6275).
8081         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
8082         declare it, make it buffer-local and permanent-local (bug#6324).
8083         (vc-resynch-window): Adjust name.
8084         * vc-hooks.el (vc-find-file-hook): Adjust name.
8086 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
8088         * net/notifications.el (notifications-notify): Fix docstring.
8090 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
8092         Update to Unicode 6.0.0 beta.
8093         * international/charprop.el: Update copyright.
8094         * international/mule-cmds.el (ucs-names): Update character ranges.
8095         * international/uni-bidi.el:
8096         * international/uni-category.el:
8097         * international/uni-combining.el:
8098         * international/uni-comment.el:
8099         * international/uni-decimal.el:
8100         * international/uni-decomposition.el:
8101         * international/uni-digit.el:
8102         * international/uni-lowercase.el:
8103         * international/uni-mirrored.el:
8104         * international/uni-name.el:
8105         * international/uni-numeric.el:
8106         * international/uni-old-name.el:
8107         * international/uni-titlecase.el:
8108         * international/uni-uppercase.el: Regenerate.
8110 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
8112         * emacs-lisp/smie.el (comment-string-strip): Declare function.
8113         (smie-precs-precedence-table): Fix typo in docstring.
8115         * vc-mtn.el (log-edit-extract-headers): Declare function.
8117         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
8119         * net/notifications.el (dbus-register-signal): Declare function.
8120         (notifications-notify): Fix typos and reflow docstring.
8122 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
8124         Improve VC create/retrieve tag/branch.
8125         * vc.el (vc-create-tag): Do not read the directory name for VCs
8126         with repository revision granularity.  Adjust the tag/branch
8127         prompt.  Reset VC properties.
8128         (vc-retrieve-tag): Do not read the directory name for VCs
8129         with repository revision granularity.  Reset VC properties.
8131 2010-06-09  Julien Danjou  <julien@danjou.info>
8133         * net/notifications.el: New file.
8135 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
8137         Add optional support for resetting VC properties.
8138         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
8139         call vc-file-clearprops when true.
8140         (vc-resynch-buffer): Add new optional argument, pass it down.
8141         (vc-resynch-buffers-in-directory): Likewise.
8143         Improve support for special markup in the VC commit message.
8144         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
8145         * vc-hg.el (vc-hg-checkin): Add support for Date:.
8146         * vc-git.el (vc-git-checkin):
8147         * vc-bzr.el (vc-bzr-checkin): Likewise.
8149 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8151         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
8152         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
8154 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
8156         * iimage.el: Remove images as soon as the underlying text is modified.
8157         (iimage-modification-hook): New function.
8158         (iimage-mode-buffer): Use it.
8160 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8162         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
8163         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
8164         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
8165         (smie-indent-keyword): Add handling of open-paren keywords.
8166         (smie-indent-comment-continue): Don't assume comment-continue.
8168 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
8170         * window.el (pop-to-buffer): Remove the conditional that
8171         compares new-window and old-window, so it will reselect
8172         the selected window unconditionally.
8173         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
8175 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8177         * emacs-lisp/smie.el (smie-indent-offset-after)
8178         (smie-indent-forward-token, smie-indent-backward-token): New functions.
8179         (smie-indent-after-keyword): Use them.
8180         (smie-indent-fixindent): Only applies to the indentation of the BOL.
8181         (smie-indent-keyword): Tweak the black magic.
8182         (smie-indent-comment-continue): Strip comment-continue before use.
8183         (smie-indent-functions): Indent comments before keywords.
8185 2010-06-06  Juri Linkov  <juri@jurta.org>
8187         * isearch.el (isearch-lazy-highlight-search): Fix looping
8188         by checking for empty match.  This syncs this loop with the
8189         similar loop in `isearch-search'.  (Bug#6362)
8191 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
8193         * net/dbus.el (dbus-register-method): Declare function.
8194         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
8195         (dbus-introspect): Doc fix.
8196         (dbus-event-bus-name, dbus-introspect-get-interface)
8197         (dbus-introspect-get-argument): Reflow docstrings.
8199 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
8201         vc-log-incoming/vc-log-outgoing fixes for Git.
8202         * vc-git.el (vc-git-log-view-mode): Fix font lock for
8203         incoming/outgoing logs.
8204         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
8205         instead of vc-git-compute-remote.
8206         (vc-git-compute-remote): Remove.
8208 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
8210         * term/common-win.el (x-colors): Add "dark green" and "dark
8211         turquoise" (Bug#6332).
8213 2010-06-04  Juri Linkov  <juri@jurta.org>
8215         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
8216         Instead of setting `replace' to t and replacing the same string
8217         with itself, don't do certain actions when
8218         kill-do-not-save-duplicates is non-nil and string is equal to car
8219         of kill-ring: don't call menu-bar-update-yank-menu, don't push
8220         interprogram-paste strings to kill-ring, and don't push the input
8221         argument `string' to kill-ring.
8222         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
8224 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
8226         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
8228 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
8230         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
8231         (tramp-gvfs-handler-mounted-unmounted)
8232         (tramp-gvfs-connection-mounted-p): Handle default-location.
8234         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
8235         move files to trash.
8237 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
8239         * international/mule-cmds.el (nonascii-insert-offset)
8240         (nonascii-translation-table): Add obsolescence information.
8242         * international/mule.el (make-translation-table-from-vector): Doc fix.
8244 2010-06-03  Glenn Morris  <rgm@gnu.org>
8246         * desktop.el (desktop-clear-preserve-buffers):
8247         Add "*Warnings*" buffer.  (Bug#6336)
8249 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
8251         vc-log-incoming/vc-log-outgoing improvements for Git.
8252         * vc-git.el (vc-git-log-outgoing): Use the same format as the
8253         short log.
8254         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
8256         Add bindings for vc-log-incoming and vc-log-outgoing.
8257         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
8258         and vc-log-outgoing.
8259         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
8260         and vc-log-outgoing.
8262 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
8264         * net/rcirc.el (rcirc-sort-nicknames): Remove.
8265         (rcirc-handler-366): Always sort nicknames.
8267 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
8269         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
8271 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
8273         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
8275 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8277         * net/rcirc.el (rcirc-sort-nicknames): Change default.
8278         (rcirc-sort-nicknames-join): Avoid setq.
8280 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
8282         * net/rcirc.el (rcirc-sort-nicknames): New custom.
8283         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
8284         (rcirc-handler-366): Use them.
8286 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8288         Split smie-indent-calculate into more manageable chunks.
8289         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
8290         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
8291         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
8292         (smie-indent-exps): Extract from smie-indent-calculate.
8293         (smie-indent-functions): New var.
8294         (smie-indent-functions): Use them.
8296 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8298         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
8299         (smie-indent-calculate): Simplify and cleanup.
8301 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
8303         * net/tramp-gvfs.el (top): Require url-util.
8304         (tramp-gvfs-mount-point): Remove.
8305         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
8306         New defuns.
8307         (with-tramp-dbus-call-method): Format trace message.
8308         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
8309         Implement backup call, when operation on local files fails.
8310         Use progress reporter.  Flush properties of changed files.
8311         (tramp-gvfs-handle-make-directory): Make more traces.
8312         (tramp-gvfs-url-file-name): Hexify file name in url.
8313         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
8314         into account for the resulting file name.
8315         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
8316         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
8317         (tramp-gvfs-handler-mounted-unmounted)
8318         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
8319         attribute "default_location".  Set "prefix" property.
8320         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
8321         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
8322         exists.  Raise an error, if not (due to a corresponding answer
8323         "no" in interactive questions, for example).
8325 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
8327         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
8329 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
8331         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
8332         right-*.  (Bug#6265)
8334 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
8336         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
8337         * vc-git.el (vc-git-compute-remote): New function.
8338         (vc-git-log-outgoing): Use it instead of hard coding a value.
8339         (vc-git-log-incoming): New function.
8341         Improve state updating for VC tag commands.
8342         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
8343         to update the state of all buffers in the directory.
8345         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
8347 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8349         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
8350         `file-directory-p' to the filename part rather than to the whole text.
8352 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8354         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
8356 2010-05-31  Drew Adams  <drew.adams@oracle.com>
8358         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
8360 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
8362         * subr.el (momentary-string-display): Just use read-event to read
8363         the exit event (Bug#6238).
8365 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
8367         * international/mule.el (define-coding-system): Doc fix (bug#6313).
8369 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
8371         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
8372         Suggested by Eli Zaretskii <eliz@gnu.org>.
8374 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8376         * minibuffer.el (completion-file-name-table): Don't return a boundary
8377         past the end of `string' (bug#6299).
8378         (completion--file-name-table): Delegate to completion-file-name-table
8379         for the `boundaries' case.
8381 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
8383         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
8384         movement commands.
8386         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
8387         `path-separator', but maintain compatibility with Emacs 20.2.
8389 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
8391         * server.el (server-process-filter): Receive parent-id argument
8392         from emacsclient.
8393         (server-create-window-system-frame): New arg.  Pass parent-id as
8394         frame parameter.
8396 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
8398         Bidi-sensitive word movement with arrow keys.
8399         * subr.el (right-arrow-command, left-arrow-command): Move to
8400         bindings.el.
8402         * bindings.el (right-char, left-char): Move from subr.el and
8403         rename from right-arrow-command and left-arrow-command.
8404         (right-word, left-word): New functions.
8405         (global-map) <right>: Bind to right-char.
8406         (global-map) <left>: Bind to left-char.
8407         (global-map) <C-right>: Bind to right-word.
8408         (global-map) <C-left>: Bind to left-word.
8410         * ls-lisp.el (ls-lisp-classify-file): New function.
8411         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
8412         (ls-lisp-classify): Call ls-lisp-classify-file.
8413         (insert-directory): Remove blanks from switches.
8415 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
8417         * ansi-color.el: Delete unused escape sequences (Bug#6085).
8418         (ansi-color-drop-regexp): New constant.
8419         (ansi-color-apply, ansi-color-filter-region)
8420         (ansi-color-apply-on-region): Delete unrecognized control sequences.
8421         (ansi-color-apply): Build string list before calling concat.
8423 2010-05-28  Juri Linkov  <juri@jurta.org>
8425         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
8426         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
8427         (Bug#5270)
8429 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
8431         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
8432         to ignored backtrace functions.
8433         (with-progress-reporter): Expand docstring.
8434         (tramp-handle-delete-file): Implement TRASH argument.
8435         (tramp-get-remote-trash): New defun.
8437 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
8439         * net/tramp-compat.el (tramp-compat-delete-file):
8440         Use `symbol-value' for backward compatibility.
8442         * net/tramp.el (tramp-handle-make-symbolic-link)
8443         (tramp-handle-load)
8444         (tramp-do-copy-or-rename-file-via-buffer)
8445         (tramp-do-copy-or-rename-file-directly)
8446         (tramp-do-copy-or-rename-file-out-of-band)
8447         (tramp-handle-process-file, tramp-handle-call-process-region)
8448         (tramp-handle-shell-command, tramp-handle-file-local-copy)
8449         (tramp-handle-insert-file-contents, tramp-handle-write-region)
8450         (tramp-delete-temp-file-function): Use `delete-file' instead
8451         of `tramp-compat-delete-file'.
8453         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
8454         (tramp-fish-handle-make-symbolic-link)
8455         (tramp-fish-handle-process-file): Use `delete-file' instead
8456         of `tramp-compat-delete-file'.
8458         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
8459         Use `delete-file' instead of `tramp-compat-delete-file'.
8461         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
8462         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
8463         `tramp-compat-delete-file'.
8465         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
8466         Use `delete-file' instead of `tramp-compat-delete-file'.
8468         * net/tramp-smb.el (tramp-smb-handle-copy-file)
8469         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
8470         (tramp-smb-handle-write-region): Use `delete-file' instead of
8471         `tramp-compat-delete-file'.
8472         (tramp-smb-handle-delete-directory): Use 'trash as arg.
8474 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
8476         * dired.el (dired-delete-file): New arg TRASH.
8477         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
8478         (dired-do-flagged-delete, dired-do-delete): Use trash.
8480         * speedbar.el (speedbar-item-delete): Allow trashing.
8482         * files.el (delete-directory): New arg TRASH.
8484         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
8485         (ange-ftp-rename-remote-to-remote)
8486         (ange-ftp-rename-local-to-remote)
8487         (ange-ftp-rename-remote-to-local, ange-ftp-load)
8488         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
8489         `delete-file'.
8490         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
8491         allow trashing.
8493         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
8494         handle new TRASH arg of `delete-file'.
8496         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
8497         (tramp-handle-make-symbolic-link, tramp-handle-load)
8498         (tramp-do-copy-or-rename-file-via-buffer)
8499         (tramp-do-copy-or-rename-file-directly)
8500         (tramp-do-copy-or-rename-file-out-of-band)
8501         (tramp-handle-process-file, tramp-handle-call-process-region)
8502         (tramp-handle-shell-command, tramp-handle-file-local-copy)
8503         (tramp-handle-insert-file-contents, tramp-handle-write-region)
8504         (tramp-delete-temp-file-function): Use null TRASH arg in
8505         tramp-compat-delete-file call.
8507         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
8508         (tramp-fish-handle-delete-file)
8509         (tramp-fish-handle-make-symbolic-link)
8510         (tramp-fish-handle-process-file): Use null TRASH arg in
8511         `tramp-compat-delete-file' call.
8513         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
8514         arg in `tramp-compat-delete-file' call.
8516         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
8517         (tramp-gvfs-handle-write-region): Use null TRASH arg in
8518         `tramp-compat-delete-file' call.
8520         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
8521         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
8522         `tramp-compat-delete-file' call.
8524         * net/tramp-smb.el (tramp-smb-handle-copy-file)
8525         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
8526         (tramp-smb-handle-write-region): Use null TRASH arg in
8527         tramp-compat-delete-file call.
8528         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
8529         (tramp-smb-handle-delete-file): Rename arg.
8531         * diff.el (diff-sentinel):
8532         * epg.el (epg--make-temp-file, epg-decrypt-string)
8533         (epg-verify-string, epg-sign-string, epg-encrypt-string):
8534         * jka-compr.el (jka-compr-partial-uncompress)
8535         (jka-compr-call-process, jka-compr-write-region):
8536         * server.el (server-sentinel): Remove optional arg from
8537         delete-file, reverting 2010-05-03 change.
8539 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
8541         * progmodes/verilog-mode.el (verilog-type-font-keywords):
8542         Use font-lock-constant-face, not obsolete font-lock-reference-face.
8544 2010-05-27  Kenichi Handa  <handa@m17n.org>
8546         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
8547         element of GSTRING is nil.
8549 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8551         * emacs-lisp/smie.el (smie-forward-token-function)
8552         (smie-backward-token-function): New vars.
8553         (smie-backward-sexp, smie-forward-sexp)
8554         (smie-indent-hanging-p, smie-indent-calculate): Use them.
8555         (smie-default-backward-token): Rename from smie-backward-token and
8556         skip comments.
8557         (smie-default-forward-token): Rename from smie-forward-token and
8558         skip comments.
8559         (smie-next-sexp): Handle nil results from next-token.
8560         (smie-indent-calculate): Add a new case for special `fixindent' comments.
8562 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
8564         * progmodes/verilog-mode.el (verilog-type-font-keywords):
8565         Use font-lock-constant-face, not obsolete font-lock-reference-face.
8567 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
8569         * htmlfontify.el (hfy-face-resolve-face): New function.
8570         (hfy-face-to-style): Use it (Bug#6279).
8572 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8574         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
8575         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
8577 2010-05-26  Glenn Morris  <rgm@gnu.org>
8579         * emulation/edt.el (edt-load-keys): Use locate-library.
8581 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
8583         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
8584         (log-edit-changelog-entries): Doc fix.
8585         (log-edit-changelog-insert-entries): Args changed.
8586         Rename relative filenames in ChangeLog entries.  Delete tabs.
8587         (log-edit-insert-changelog-entries): Reorganize return value of
8588         `log-edit-changelog-entries' to pass filenames to
8589         log-edit-changelog-insert-entries.
8591 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8593         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
8594         `image-dired-dired-insert-marked-thumbs' to
8595         `image-dired-dired-toggle-marked-thumbs'.
8597         * image-dired.el: Require cl when compiling.
8598         (image-dired-dired-toggle-marked-thumbs): Rename from
8599         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
8600         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
8601         to 'no-dir.  Skip files whose names don't match
8602         `image-file-name-regexp'.  When file has a thumbnail overlay,
8603         delete it.  (Bug#5270)
8605 2010-05-25  Juri Linkov  <juri@jurta.org>
8607         * image-mode.el (image-mode): Add image-after-revert-hook to
8608         after-revert-hook.
8609         (image-after-revert-hook): New function.  (Bug#5669)
8611 2010-05-25  Juri Linkov  <juri@jurta.org>
8613         * image.el (image-animated-p): When delay between animated images
8614         is 0, set it to 10 (0.1 sec).  (Bug#6258)
8616 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
8618         * net/tramp.el (tramp-handle-insert-directory): Don't use
8619         `forward-word', its default syntax could be changed.
8621 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
8623         * net/tramp.el (tramp-progress-reporter-update): New defun.
8624         (with-progress-reporter): Use it.
8625         (tramp-process-actions):
8626         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
8627         Preserve current message, in order to let progress reporter continue
8628         afterwards.  (Bug#6257)
8630 2010-05-25  Glenn Morris  <rgm@gnu.org>
8632         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
8633         Add :version.
8635 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
8637         * net/rcirc.el (rcirc-default-user-name): Change to "user".
8638         (rcirc-default-full-name): Change to "unknown".
8639         (rcirc-user-name-history): Add variable.
8641 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
8642             Jonathan Rockway  <jon@jrock.us>
8644         * net/rcirc.el (rcirc-server-alist): Add :pass.
8645         (rcirc): When prompting for connection parameters, also prompt for
8646         username and password.
8647         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
8648         value to server when connecting.
8650 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8652         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
8653         (smie-merge-prec2s): Pass the tables as separate args.
8654         (smie-bnf-precedence-table): Adjust call accordingly.
8655         (smie-prec2-levels): Set levels at the end.
8657         Replace Lisp calls to delete-backward-char by delete-char.
8658         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
8659         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
8660         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
8661         * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
8662         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
8663         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
8664         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
8665         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
8666         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
8667         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
8668         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
8669         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
8670         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
8671         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
8672         delete-backward-char by calls to delete-char.
8674 2010-05-25  Kenichi Handa  <handa@m17n.org>
8676         * language/hebrew.el (hebrew-shape-gstring): New function.
8677         Register it in composition-function-table for all Hebrew combining
8678         characters.
8680 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8682         * epa.el (epa--select-keys): Don't explicitly delete the window since
8683         that can fail (e.g. sole window in frame).  Use dedication instead.
8685 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
8687         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
8689 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
8691         * image.el (image-refresh): Define as an alias for image-flush.
8693         * image-mode.el (image-toggle-display-image): Caller changed.
8695 2010-05-21  Juri Linkov  <juri@jurta.org>
8697         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
8698         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
8699         whitespace, call wildcard-to-regexp on substrings and concat them
8700         with "\\|".  (Bug#6114)
8702 2010-05-21  Alan Mackenzie  <acm@muc.de>
8704         * progmodes/cc-engine.el (c-parse-state-get-strategy):
8705         Replace parameter `here' with `here-' and `here-plus', which sandwich
8706         any pertinent CPP construct.
8707         (c-remove-stale-state-cache-backwards): Fix a bug which happens
8708         when doing (c-parse-state) in a CPP construct: Exclude any "new"
8709         CPP construct from taking part in the scanning.
8711 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
8713         * net/tramp.el (tramp-do-copy-or-rename-file)
8714         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
8715         Tune `with-progress-reporter' messages.
8716         (tramp-handle-vc-registered):
8717         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
8718         (tramp-fish-handle-insert-file-contents)
8719         (tramp-fish-maybe-open-connection):
8720         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8721         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
8722         (tramp-imap-handle-insert-file-contents)
8723         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
8725 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
8727         * add-log.el (change-log-font-lock-keywords):
8728         Highlight all authors in multi-author entries.
8730         * smerge-mode.el (smerge-refine-ignore-whitespace)
8731         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
8732         Fix typos in docstrings.
8733         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
8735 2010-05-21  Glenn Morris  <rgm@gnu.org>
8737         * progmodes/fortran.el (fortran-mode):
8738         * progmodes/f90.el (f90-mode): Derive from prog-mode.
8740         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
8741         having a relative path in src/Makefile.in.
8743 2010-05-20  Kevin Ryde  <user42@zip.com.au>
8745         * help-mode.el (help-make-xrefs): For Info node links turn
8746         newlines into spaces.  Link node names with newlines are matched
8747         by help-xref-info-regexp and buttonized, this change ensures they
8748         can be followed successfully with RET.  (Bug#6206)
8750 2010-05-20  Juri Linkov  <juri@jurta.org>
8752         * locate.el (locate): Use pop-to-buffer instead of
8753         switch-to-buffer-other-window.  (Bug#6204)
8755 2010-05-20  Juri Linkov  <juri@jurta.org>
8757         * replace.el (replace-highlight): Fix lazy-highlighting
8758         for `M-s w str M-% str RET'.
8760 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
8762         * isearch.el (isearch-yank-word-or-char): Pull next subword
8763         when `subword-mode' is activated.  (Bug#6220)
8765 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
8767         * isearch.el (isearch-update-post-hook): New hook.
8768         (isearch-update): Use the new hook.  (Bug#6225)
8770 2010-05-20  Juri Linkov  <juri@jurta.org>
8772         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
8773         [f1], [help], and (char-to-string help-char) instead of "\C-h".
8774         (Bug#6222)
8776 2010-05-20  Juri Linkov  <juri@jurta.org>
8778         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
8779         (Bug#6223)
8781 2010-05-20  Juri Linkov  <juri@jurta.org>
8783         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
8784         FILE-NAME to read from the minibuffer when called interactively
8785         with prefix argument instead of using buffer-file-name.
8786         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
8788         * dired.el: Update autoloads.
8790 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
8792         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
8793         nxml-finish-element, for consistency with SGML mode.
8795         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
8796         octave-close-block.
8798 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
8800         * composite.el: Require cl when compiling.
8801         (reference-point-alist, compose-gstring-for-graphic)
8802         (compose-gstring-for-terminal): Fix typos in docstrings.
8804 2010-05-19  Juri Linkov  <juri@jurta.org>
8806         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
8807         set-window-parameter.
8809 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
8811         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
8812         where appropriate.
8813         (tramp-maybe-open-connection): Use it.
8815 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
8817         * simple.el (move-end-of-line): Make sure we are at line beginning
8818         before backing up to end of previous line.
8820 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
8822         * password-cache.el (password-cache-remove): Fix docstring.
8824         * net/secrets.el: Autoload the widget functions.
8825         (secrets-search-items, secrets-create-item)
8826         (secrets-get-attributes, secrets-expand-item): Attributes will be
8827         stored on the password database without leading ":", as all other
8828         clients do as well.
8829         (secrets-mode): Fix docstring.
8830         (secrets-show-secrets): Provide it as autoloaded command only when
8831         D-Bus support is available.  Check existence of Secret Service API.
8833 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8835         * indent.el (indent-region): Deactivate region (bug#6200).
8837 2010-05-19  Glenn Morris  <rgm@gnu.org>
8839         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
8841 2010-05-19  Kenichi Handa  <handa@m17n.org>
8843         * composite.el: Register compose-gstring-for-graphic in
8844         composition-function-table only for combining characters (Mn, Mc, Me).
8846 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
8848         * calc/calc-trail.el (calc-trail-isearch-forward)
8849         (calc-trail-isearch-backward): Ensure that the new window
8850         point is set correctly.
8852 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8854         * subr.el (read-quoted-char): Resolve modifiers after key
8855         remapping (bug#6212).
8857 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
8859         Add visualization code for secrets.
8860         * net/secrets.el (secrets-mode): New major mode.
8861         (secrets-show-secrets, secrets-show-collections)
8862         (secrets-expand-collection, secrets-expand-item)
8863         (secrets-tree-widget-after-toggle-function)
8864         (secrets-tree-widget-show-password): New defuns.
8866 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8868         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
8869         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
8870         handled in smie-next-sexp.
8871         (smie-indent-calculate): Provide a starting indentation (so the
8872         recursion is well-founded ;-).
8874         Fix handling of non-associative equal levels.
8875         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
8876         when it's not needed.
8877         (smie-op-left, smie-op-right): New functions.
8878         (smie-next-sexp): New function, extracted from smie-backward-sexp.
8879         Better handle equal levels to distinguish the associative case from
8880         the "multi-keyword construct" case.
8881         (smie-backward-sexp, smie-forward-sexp): Use it.
8883 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
8885         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
8887         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
8888         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
8890 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8892         Provide a simple generic indentation engine and use it for Prolog.
8893         * emacs-lisp/smie.el: New file.
8894         * progmodes/prolog.el (prolog-smie-op-levels)
8895         (prolog-smie-indent-rules): New var.
8896         (prolog-mode-variables): Use them to configure SMIE.
8897         (prolog-indent-line, prolog-indent-level): Remove.
8899 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
8901         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
8902         order before computing the averages.
8904 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
8906         * calc/calc-vec.el (calc-histogram):
8907         (calcFunc-histogram): Allow vectors as inputs.
8908         (math-vector-avg): New function.
8910         * calc/calc-ext.el (math-group-float): Have the number of digits
8911         being grouped depend on the radix (Bug#6189).
8913 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
8915         * version.el (emacs-copyright, emacs-version): Don't define here,
8916         now that emacs.c defines it.
8918 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
8920         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
8921         "Describe Language Environment" menu item.
8923         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
8925         Bidi-sensitive movement with arrow keys.
8926         * subr.el (right-arrow-command, left-arrow-command): New functions.
8928         * bindings.el (global-map): Bind them to right and left arrow keys.
8930         Don't override standard definition of convert-standard-filename.
8931         * files.el (convert-standard-filename):
8932         Call w32-convert-standard-filename and dos-convert-standard-filename on
8933         the corresponding systems.
8935         * w32-fns.el (w32-convert-standard-filename): Rename from
8936         convert-standard-filename.  Doc fix.
8938         * dos-fns.el (dos-convert-standard-filename): Doc fix.
8939         (convert-standard-filename): Don't defalias.
8940         (register-name-alist, make-register, register-value)
8941         (set-register-value, intdos): Obsolete aliases for the
8942         corresponding dos-* functions and variables.
8943         (dos-intdos): Add a doc string.
8945 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
8947         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
8948         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
8949         (math-compose-tex-func):
8950         * calc/calccomp.el (math-compose-expr):
8951         * calc/calc-ext.el (math-format-flat-expr-fancy):
8952         * calc/calc-store.el (calc-read-var-name):
8953         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
8955         * calc/calc.el (var-π, var-φ, var-γ): New variables.
8956         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
8957         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
8958         (math-standard-units): Add units.
8960 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8962         * progmodes/asm-mode.el (asm-mode):
8963         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
8965         * pcomplete.el (pcomplete-completions-at-point): New function,
8966         extracted from pcomplete-std-complete.
8967         (pcomplete-std-complete): Use it.
8969 2010-05-15  Glenn Morris  <rgm@gnu.org>
8971         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
8972         Remove references to CVS, RCS and Old directories.
8974 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
8976         * calc/calc-bin.el (math-format-twos-complement): Group digits when
8977         appropriate.
8979 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8981         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
8982         (sh-mode-syntax-table): Give it a default value instead.
8983         (sh-header-marker): Make buffer-local.
8984         (sh-mode): Move make-local-variable to the corresponding setq.
8985         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
8986         Use complete-with-action.
8988         * simple.el (prog-mode): New (abstract) major mode.
8989         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
8990         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
8992 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
8994         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
8995         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
8996         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
8997         (sql-make-alternate-buffer-name, sql-placeholders-filter)
8998         (sql-escape-newlines-filter, sql-input-sender)
8999         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
9001 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
9003         Add TeX open-block and close-block keybindings to SGML, and vice versa.
9005         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
9006         latex-open-block and C-c / to latex-close-block.
9008         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
9009         and C-c C-e to sgml-close-tag.
9011 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
9013         * net/tramp.el (with-progress-reporter): Create reporter object
9014         only when the message would be displayed.  Handle nested calls.
9015         (tramp-handle-load, tramp-handle-file-local-copy)
9016         (tramp-handle-insert-file-contents, tramp-handle-write-region)
9017         (tramp-maybe-send-script, tramp-find-shell):
9018         Use `with-progress-reporter'.
9019         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
9020         Fix message text.
9022         * net/tramp-smb.el (tramp-smb-handle-copy-file)
9023         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
9024         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
9025         Use `with-progress-reporter'.
9027 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
9029         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
9030         process everytime when spellchecking from the minibuffer (bug#6143).
9032 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9034         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
9036         * dos-fns.el: Add "dos-" prefix for namespace control.
9037         (convert-standard-filename): Define as alias for
9038         dos-convert-standard-filename but only if applicable.
9040 2010-05-12  Alan Mackenzie  <acm@muc.de>
9042         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
9043         Push the mark at the start of these functions when appropriate.
9045 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9047         * minibuffer.el (completion-cycle-threshold): New custom var.
9048         (completion--do-completion): Use it.
9049         (minibuffer-complete): Use cycling if appropriate.
9051 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
9053         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
9054         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
9056 2010-05-11  Juri Linkov  <juri@jurta.org>
9058         * scroll-all.el (scroll-all-check-to-scroll):
9059         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
9061 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9063         * iimage.el (iimage-mode-map): Move initialization into declaration.
9064         (iimage-mode-buffer): Use with-silent-modifications.
9065         Simplify calling convention.  Adjust callers.
9066         (iimage-mode): Don't run hook redundantly.
9068         * minibuffer.el (completion-pcm--pattern->regex):
9069         Fix last change (bug#6160).
9071 2010-05-10  Juri Linkov  <juri@jurta.org>
9073         Remove nodes visited during Isearch from the Info history.
9074         * info.el (Info-isearch-initial-history)
9075         (Info-isearch-initial-history-list): New variables.
9076         (Info-isearch-start): Record initial values of
9077         Info-isearch-initial-history and Info-isearch-initial-history-list.
9078         Add Info-isearch-end to isearch-mode-end-hook.
9079         (Info-isearch-end): New function.
9081 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
9083         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
9084         format string, in order to work around a bug in pdksh.
9085         Reported by Gilles Pion <gpion@lfdj.com>.
9086         (tramp-handle-verify-visited-file-modtime): Do not send a command
9087         when the connection is not established.
9088         (tramp-handle-set-file-times): Simplify the check for utc.
9090 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
9092         Fix use of `filter-buffer-substring' (rework previous change).
9093         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
9094         (cua-repeat-replace-region):
9095         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
9096         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
9097         (cua-cut-region-to-global-mark): Use it.
9099 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
9101         * progmodes/sql.el: Version 2.1.
9102         (sql-product-alist): Redesign structure of product info.
9103         (sql-product, sql-user, sql-server, sql-database): Safe variables.
9104         (sql-port, sql-port-history): New variables.
9105         (sql-interactive-product): New variable.
9106         (sql-send-terminator): New variable.
9107         (sql-imenu-generic-expression): Add "Types" imenu entry.
9108         (sql-oracle-login-params, sql-sqlite-login-params)
9109         (sql-mysql-login-params, sql-solid-login-params)
9110         (sql-sybase-login-params, sql-informix-login-params)
9111         (sql-ingres-login-params, sql-ms-login-params)
9112         (sql-postgres-login-params, sql-interbase-login-params)
9113         (sql-db2-login-params, sql-linter-login-params)
9114         (sql-oracle-scan-on): New variables.
9115         (sql-mode-map): Add C-c C-i to start interactive mode.
9116         (sql-mode-menu): Update existing menu entries.
9117         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
9118         (sql-mode-oracle-font-lock-keywords)
9119         (sql-mode-postgres-font-lock-keywords)
9120         (sql-mode-ms-font-lock-keywords)
9121         (sql-mode-sybase-font-lock-keywords)
9122         (sql-mode-informix-font-lock-keywords)
9123         (sql-mode-interbase-font-lock-keywords)
9124         (sql-mode-ingres-font-lock-keywords)
9125         (sql-mode-solid-font-lock-keywords)
9126         (sql-mode-mysql-font-lock-keywords)
9127         (sql-mode-sqlite-font-lock-keywords)
9128         (sql-mode-db2-font-lock-keywords)
9129         (sql-mode-linter-font-lock-keywords): Update initialization to
9130         reduce run-time complexity.
9131         (sql-add-product, sql-del-product): New functions.
9132         (sql-set-product-feature, sql-get-product-feature): New functions.
9133         (sql-product-font-lock): Update product API.
9134         (sql-add-product-keywords): New function.
9135         (sql-highlight-product): Update product API.
9136         (sql-help-list-products): New function.
9137         (sql-help): Dynamically lists free and non-free products.
9138         (sql-get-login): Correct bug in handling history and added
9139         prompt for port.
9140         (sql-copy-column): Copy without properties.
9141         (sqli-input-sender): Apply filters to SQLi input.
9142         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
9143         Implement as a filter.
9144         (sql-escape-newlines-filter): Implement as a filter.
9145         (sql-remove-tabs-filter): New function.
9146         (sql-send-magic-terminator): New function.
9147         (sql-send-string): Implement magic terminator.
9148         (sql-send-region): Use `sql-send-string'.
9149         (sql-interactive-mode): Use product API.
9150         (sql-product-interactive): Use product API.
9151         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
9152         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
9153         (sql-db2, sql-linter): Use `sql-product-interactive'.
9154         (sql-connect): New function.
9155         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
9156         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
9157         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
9158         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
9159         Use `sql-connect'.
9161 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9163         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
9164         New custom variable.
9165         (completion-pcm--string->pattern): Use it.
9166         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
9167         Make it handle any symbol as `any'.
9168         (completion-pcm--merge-completions): Extract common suffix for the new
9169         `prefix' symbol as well.
9170         (completion-substring--all-completions): Use the new `prefix' symbol.
9172 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
9174         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
9175         not bound.
9176         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
9177         (tramp-compat-funcall): New defmacro.
9178         (tramp-compat-line-beginning-position)
9179         (tramp-compat-line-end-position)
9180         (tramp-compat-temporary-file-directory)
9181         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
9182         (tramp-compat-copy-file, tramp-compat-copy-directory)
9183         (tramp-compat-delete-file, tramp-compat-delete-directory)
9184         (tramp-compat-number-sequence, tramp-compat-process-running-p)
9185         * net/tramp.el (top, with-progress-reporter)
9186         (tramp-rfn-eshadow-setup-minibuffer)
9187         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
9188         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
9189         (tramp-completion-mode-p, tramp-check-for-regexp)
9190         (tramp-open-connection-setup-interactive-shell)
9191         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
9192         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
9193         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
9194         * net/tramp-cmds.el (tramp-cleanup-all-connections)
9195         (tramp-reporter-dump-variable, tramp-load-report-modules)
9196         (tramp-append-tramp-buffers)
9197         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
9199         * net/tramp-imap.el (top): Autoload `epg-make-context'.
9201 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9203         * progmodes/compile.el (compilation-buffer-modtime): Rename from
9204         buffer-modtime.  Adjust users.
9206 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
9208         * international/mule.el (auto-coding-alist): Only purecopy
9209         car of each item, not the whole list (Bug#6083).
9211 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
9213         * progmodes/js.el (js-mode): Make paragraph variables local before
9214         calling c-setup-paragraph-variables (Bug#6071).
9216 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
9218         * composite.el (compose-region, reference-point-alist): Fix typos
9219         in the doc strings.
9221 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
9223         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
9224         gnuplot's "set" command.
9226 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
9228         * abbrev.el (last-abbrev-text): Doc fix.
9229         (abbrev-prefix-mark): Don't escape parenthesis.
9231 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
9233         * composite.el (find-composition): Doc fix.
9235 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
9237         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
9238         (sql-oracle-program, sql-sqlite-options)
9239         (sql-query-placeholders-and-send): Doc fixes.
9240         (sql-set-product, sql-interactive-mode): Reflow docstrings.
9241         (sql-imenu-generic-expression, sql-buffer)
9242         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
9243         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
9244         (sql-mode-sybase-font-lock-keywords)
9245         (sql-mode-informix-font-lock-keywords)
9246         (sql-mode-interbase-font-lock-keywords)
9247         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
9248         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
9249         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
9250         (sql-product-feature, sql-highlight-product)
9251         (comint-line-beginning-position, sql-rename-buffer)
9252         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
9253         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
9254         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
9255         Fix typos in docstrings.
9257 2010-05-08  Juri Linkov  <juri@jurta.org>
9259         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
9260         property instead of `invisible' and `after-string' (bug#5998).
9262 2010-05-08  Juri Linkov  <juri@jurta.org>
9264         * image-mode.el (image-mode-as-text): Fix typo in docstring.
9266 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
9268         * filecache.el (file-cache-add-directory-list)
9269         (file-cache-add-directory-recursively): Fix typos in docstrings.
9271 2010-05-08  Kenichi Handa  <handa@m17n.org>
9273         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
9274         (gujarati-composable-pattern): Fix typo.
9276 2010-05-08  Kenichi Handa  <handa@m17n.org>
9278         * language/indian.el (oriya-composable-pattern)
9279         (tamil-composable-pattern, malayalam-composable-pattern):
9280         Add two-part vowels to "v" (vowel sign).
9282 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
9284         * files.el (copy-directory): Handle symlinks (Bug#5982).
9286 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
9288         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
9289         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
9290         (Bug#5846).
9292 2010-05-08  Glenn Morris  <rgm@gnu.org>
9294         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
9296         * minibuffer.el (completion-at-point): Doc fix.
9298 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9300         * electric.el (Electric-command-loop): Minor tweak.
9302         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
9303         better with dedicated windows.
9305 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
9307         * Version 23.2 released.
9309 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
9310             Stefan Monnier  <monnier@iro.umontreal.ca>
9312         Highlight vendor specific properties.
9313         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
9314         (css-proprietary-property): New face.
9315         (css-font-lock-keywords): Use them.
9317 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
9319         * cus-start.el (all): Add native condition for tool-bar-* symbols.
9321 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9323         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
9324         * files.el (auto-mode-alist): Remove redundant entries.
9326         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
9327         * simple.el (auto-save-mode): Move from files.el.
9328         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
9330 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
9332         * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
9334 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9336         * mail/binhex.el (binhex-decode-region-internal)
9337         * mail/uudecode.el (uudecode-decode-region-internal)
9338         * net/dns.el (dns-read-string-name, dns-write, dns-read)
9339         (dns-read-type, dns-query)
9340         * pgg-parse.el (pgg-parse-armor)
9341         * pgg.el (pgg-verify-region)
9342         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
9343         XEmacs.
9345         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
9347 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
9349         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
9351         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
9352         * emulation/cua-base.el (cua-repeat-replace-region):
9353         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
9354         (cua-cut-region-to-global-mark):
9355         Remove text properties with `set-text-properties'.
9357 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
9359         * net/tramp.el (top, with-progress-reporter):
9360         Use `symbol-function' inside `funcall'.
9362         * net/tramp-compat.el (tramp-compat-file-attributes)
9363         (tramp-compat-delete-file, tramp-compat-delete-directory):
9364         Handle only `wrong-number-of-arguments' error.
9366         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
9367         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
9368         inside `funcall'.
9370 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9372         * minibuffer.el (completion--sreverse, completion--common-suffix):
9373         New functions.
9374         (completion-pcm--merge-completions): Extract common suffix when safe.
9376         * emacs-lisp/easy-mmode.el (define-minor-mode):
9377         Make :variable more flexible.
9378         * files.el (auto-save-mode): Use it to define using define-minor-mode.
9380 2010-05-05  Juri Linkov  <juri@jurta.org>
9382         Add `slow' and `history' tags to the desktop data.
9384         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
9385         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
9386         (Info-finder-find-node): Require `finder.el' to be able
9387         to restore node from the desktop.
9388         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
9389         data `Info-history' and `slow' tag in the assoc list.
9390         (Info-restore-desktop-buffer): Don't restore nodes with the
9391         `slow' tag.  Restore `Info-history'.
9393 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
9395         Add FORCE argument to `delete-file'.
9397         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
9398         forcing to delete the temporary file.
9399         (ange-ftp-delete-file): Add FORCE arg.
9400         (ange-ftp-rename-remote-to-remote)
9401         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
9402         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
9403         Force file deletion.
9405         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
9407         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
9408         (tramp-handle-make-symbolic-link, tramp-handle-load)
9409         (tramp-do-copy-or-rename-file-via-buffer)
9410         (tramp-do-copy-or-rename-file-directly)
9411         (tramp-do-copy-or-rename-file-out-of-band)
9412         (tramp-handle-process-file, tramp-handle-call-process-region)
9413         (tramp-handle-shell-command, tramp-handle-file-local-copy)
9414         (tramp-handle-insert-file-contents, tramp-handle-write-region)
9415         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
9417         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
9418         (tramp-fish-handle-make-symbolic-link)
9419         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
9421         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
9422         Use `tramp-compat-delete-file'.
9424         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
9425         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
9427         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
9428         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
9430         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
9431         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
9432         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
9433         Use `tramp-compat-delete-file'.
9435 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9437         Minor cleanups.
9438         * subr.el (add-minor-mode): Use push.
9439         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
9440         * emulation/edt.el (edt-select-mode): Simplify.
9442         Use define-minor-mode in more cases.
9443         * term/tvi970.el (tvi970-set-keypad-mode):
9444         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
9445         (normal-erase-is-backspace-mode):
9446         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
9447         (set-scroll-bar-mode-1): (Re)move to its sole caller.
9448         (get-scroll-bar-mode): New function.
9449         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
9451         Use define-minor-mode for less obvious cases.
9452         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
9453         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
9454         * international/iso-ascii.el (iso-ascii-mode):
9455         * frame.el (auto-raise-mode, auto-lower-mode):
9456         * composite.el (global-auto-composition-mode): Use define-minor-mode.
9458 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
9460         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
9461         in order to see error messages for failed logins.
9463 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
9465         * diff.el (diff-sentinel):
9467         * epg.el (epg--make-temp-file, epg-decrypt-string)
9468         (epg-verify-string, epg-sign-string, epg-encrypt-string):
9470         * jka-compr.el (jka-compr-partial-uncompress)
9471         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
9473         * server.el (server-sentinel): Use delete-file's new FORCE arg
9474         (Bug#6070).
9476 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9478         Use define-minor-mode where applicable.
9479         * view.el (view-mode):
9480         * type-break.el (type-break-query-mode)
9481         (type-break-mode-line-message-mode):
9482         * textmodes/reftex.el (reftex-mode):
9483         * term/vt100.el (vt100-wide-mode):
9484         * tar-mode.el (tar-subfile-mode):
9485         * savehist.el (savehist-mode):
9486         * ibuf-ext.el (ibuffer-auto-mode):
9487         * composite.el (auto-composition-mode):
9488         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
9489         Use define-minor-mode.
9490         (vhdl-mode): Use static mode-line format.
9491         (vhdl-mode-line-update): Delete.
9492         (vhdl-create-mode-menu, vhdl-activate-customizations)
9493         (vhdl-hs-minor-mode): Don't bother calling it.
9495 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9497         * simple.el (with-wrapper-hook): Move.
9498         (buffer-substring-filters): Mark obsolete.
9499         (filter-buffer-substring-functions): New variable.
9500         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
9502 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
9503             Michael Albinus  <michael.albinus@gmx.de>
9505         Implement compression for inline methods.
9507         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
9508         (tramp-copy-size-limit): Allow also nil.
9509         (tramp-inline-compress-commands): New defconst.
9510         (tramp-find-inline-compress, tramp-get-inline-compress)
9511         (tramp-get-inline-coding): New defuns.
9512         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
9513         replaced by `tramp-get-inline-coding'.
9514         (tramp-handle-file-local-copy, tramp-handle-write-region)
9515         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
9517 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9519         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
9520         Remove unused functions.
9522         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
9523         Set find-tag-default-function as a variable rather than a property.
9525         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
9526         * progmodes/etags.el (tags-completion-at-point-function):
9527         Remove left over interactive spec.  Add autoloading stub.
9528         (complete-tag): Use tags-completion-at-point-function.
9530 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
9532         * minibuffer.el (tags-completion-at-point-function): Fix return value.
9534 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
9536         * ido.el (ido-init-completion-maps): Remove C-v binding.
9537         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
9539 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
9541         * minibuffer.el (tags-completion-at-point-function): New function.
9542         (completion-at-point-functions): Use it.
9544         * progmodes/etags.el (complete-tag): Revert last change.
9546 2010-04-29  Alan Mackenzie  <acm@muc.de>
9548         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
9549         off-by-one error (in end of macro position).
9551 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9553         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
9554         firefox is absent.  Don't autoload.
9555         (browse-url-galeon-program): Don't autoload.
9557 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
9559         * bindings.el (complete-symbol): Move into minibuffer.el.
9561         * minibuffer.el (complete-tag): Move from etags.el.  If tags
9562         completion cannot be performed, return nil instead of signalling
9563         an error.
9564         (completion-at-point): Make it an alias for complete-symbol.
9565         (complete-symbol): Move from bindings.el, and replace with the
9566         body of completion-at-point.
9568         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
9570 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
9572         * net/tramp.el (tramp-remote-selinux-p): New defun.
9573         (tramp-handle-file-selinux-context)
9574         (tramp-handle-set-file-selinux-context): Use it.
9576 2010-04-28  Sam Steingold  <sds@gnu.org>
9578         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
9579         `safe-local-variable' if the value is a string or a symbol with
9580         the property `bug-reference-url-format'.
9582 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
9584         * progmodes/bug-reference.el (bug-reference-url-format):
9585         Revert 2010-04-27 change due to security risk.
9587 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9589         Make it possible to locally disable a globally enabled mode.
9590         * simple.el (fundamental-mode): Run fundamental-mode-hook.
9591         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
9592         rather than kill-all-local-variables so it runs fundamental-mode-hook.
9593         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9594         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
9595         that subsequent hooks get a chance to disable it.
9597 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9599         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9600         Avoid re-enabling a minor mode after the user turned the minor mode
9601         off if MODE-enable-in-buffers is run twice (typically once from
9602         fundamental-mode's after-change-major-mode-hook and a second time from
9603         run-mode-hook's own after-change-major-mode-hook).
9605         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
9607 2010-04-27  Sam Steingold  <sds@gnu.org>
9609         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
9610         `safe-local-variable' if the value is a string or a function, as
9611         documented and implemented on 2010-04-02.
9613 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
9615         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
9616         when method is 'kill.
9618 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
9620         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
9621         condition in default directory check.
9622         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
9623         Kill ispell process when killing its associated buffer.
9625 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
9627         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
9628         but we aren't using it.
9630 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
9632         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
9633         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
9635 2010-04-24  Glenn Morris  <rgm@gnu.org>
9637         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
9638         Ignore VCS-ignore files, and deleted nextstep preferences files.
9639         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
9640         (authors-ambiguous-files): New list.
9641         (authors-valid-file-names): Add some deleted files.
9642         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
9643         (authors-disambiguate-file-name): New function.  (Bug#5501)
9644         (authors-canonical-file-name): Doc fix.
9645         Don't warn about obsolete files.
9646         (authors-canonical-file-name, authors-scan-el):
9647         Use authors-disambiguate-file-name.
9649         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
9650         Add autoload cookies.
9651         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
9652         (generated-autoload-file): Set file-local value to "htmlfontify.el".
9653         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
9654         They have definitions / compiler macros in cl.el.
9655         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
9656         Replace manual autoloads with generated ones.
9657         (htmlfontify-unload-rgb-file): Remove autoload.
9658         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
9660 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9662         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
9663         (byte-compile-setq-default): Optimize for the
9664         single-var case and don't call byte-compile-form in this case to avoid
9665         inf-loop with byte-compile-set-default.
9667         * progmodes/compile.el (compilation-start): Abbreviate default directory.
9669 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
9671         Implement SELINUX backends.
9673         * net/tramp.el (tramp-file-name-handler-alist):
9674         Add `file-selinux-context' and `set-file-selinux-context'.
9675         (tramp-handle-file-selinux-context)
9676         (tramp-handle-set-file-selinux-context): New defuns.
9677         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
9678         Handle PRESERVE-SELINUX-CONTEXT.
9680         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9681         Add `file-selinux-context' and `set-file-selinux-context'.
9682         (tramp-gvfs-handle-file-selinux-context)
9683         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
9684         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
9686         * net/ange-ftp.el (ange-ftp-copy-file):
9687         * net/tramp-fish.el (tramp-fish-handle-copy-file):
9688         * net/tramp-imap.el (tramp-imap-handle-copy-file):
9689         * net/tramp-smb.el (tramp-smb-handle-copy-file):
9690         Add PRESERVE-SELINUX-CONTEXT.
9692 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
9694         Synchronize with Tramp repository.
9696         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
9697         (tramp-action-process-alive, tramp-action-out-of-band)
9698         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
9699         (tramp-exists-file-name-handler): Fix docstring.
9700         (with-progress-reporter): New defmacro.
9701         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
9702         (tramp-maybe-open-connection): Use it.
9704 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
9706         Detect ssh 'ControlMaster' argument automatically in some cases.
9708         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
9709         (tramp-default-method): Use it.
9711 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
9713         * net/tramp.el (tramp-handle-copy-file): Add new optional
9714         parameter `preserve-selinux-context'.
9715         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
9717 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
9719         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
9720         Ensure, that non remote files are still checked.  Oops.
9722 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
9724         Fix Bug#5840.
9726         * icomplete.el (icomplete-completions): Use `non-essential'.
9728         * net/tramp.el (tramp-connectable-p): New defun.
9729         (tramp-handle-expand-file-name)
9730         (tramp-completion-handle-file-name-all-completions)
9731         (tramp-completion-handle-file-name-completion): Use it.
9733 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9735         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
9737 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
9739         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
9741         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
9743         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
9744         is present.
9746         * info.el (info-tool-bar-map): Add labels.
9748         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
9750         * cus-edit.el (custom-commands): Add labels for tool bar.
9751         (custom-buffer-create-internal, Custom-mode): Adjust for
9752         labels in custom-commands.
9754         * dynamic-setting.el: Renamed from font-setting.el.
9756 2010-04-21  John Wiegley  <jwiegley@gmail.com>
9758         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
9759         toggles the use of virtual buffers.
9760         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
9761         (ido-toggle-virtual-buffers): New function.
9763 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
9765         Use `define-derived-mode'; fix window selection; doc fixes.
9766         * play/tetris.el (tetris, tetris-update-speed-function)
9767         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
9768         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
9769         (tetris-rotate-next, tetris-end-game, tetris-start-game)
9770         (tetris-pause-game): Fix typos in docstrings.
9771         (tetris-mode-map, tetris-null-map):
9772         Move initialization into declaration.
9773         (tetris-mode): Define with `define-derived-mode';
9774         set show-trailing-whitespace to nil.
9775         (tetris): Prefer window already displaying the "*Tetris*" buffer.
9777 2010-04-21  Karel Klíč  <kklic@redhat.com>
9779         * files.el (backup-buffer): Handle SELinux context, and return it
9780         if a backup was made by renaming.
9781         (backup-buffer-copy): Set SELinux context to the target file.
9782         (basic-save-buffer): Set SELinux context of the newly written file.
9783         (basic-save-buffer-1): Now it also returns any SELinux context.
9784         (basic-save-buffer-2): Set SELinux context of the newly created file,
9785         and return it.
9786         * net/tramp.el (tramp-file-name-for-operation):
9787         Add file-selinux-context.
9789 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9791         Make the log-edit comments use RFC822 format throughout.
9793         * vc.el (vc-checkin, vc-modify-change-comment):
9794         Adjust to new vc-start/finish-logentry.
9795         (vc-find-conflicted-file): New command.
9796         (vc-transfer-file): Adjust to new vc-checkin.
9797         (vc-next-action): Improve scoping.
9799         * vc-hg.el (vc-hg-log-edit-mode): Remove.
9800         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
9802         * vc-git.el (vc-git-log-edit-mode): Remove.
9803         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
9804         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
9806         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
9807         (vc-start-logentry): Remove argument `extra'.
9808         (vc-finish-logentry): Remove extra args.
9810         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
9811         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
9812         (vc-bzr-conflicted-files): New function.
9814         * log-edit.el (log-edit-extra-flags)
9815         (log-edit-before-checkin-process): Remove.
9816         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
9817         (log-edit-headers-alist): New var.
9818         (log-edit-header-contents-regexp): New const.
9819         (log-edit-match-to-eoh): New function.
9820         (log-edit-font-lock-keywords): Use them.
9821         (log-edit): Insert a "Summary:" header as default.
9822         (log-edit-mode): Mark font-lock rules as case-insensitive.
9823         (log-edit-done): Cleanup headers.
9824         (log-view-process-buffer): Remove.
9825         (log-edit-extract-headers): New function to replace it.
9827 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
9829         * subr.el (default-direction-reversed): Remove obsolescence info.
9831 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9833         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
9834         windows/frames.
9836         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
9837         I.e. include text after point in the completion region.
9838         Also, return nil when we're not after/in a symbol.
9840         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
9841         default enable-multibyte-characters.
9843 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9845         * international/mule.el: Help the user choose a valid coding-system.
9846         (read-buffer-file-coding-system): New function.
9847         (set-buffer-file-coding-system): Use it.  Prompt the user if the
9848         coding-system cannot encode all the chars.
9850         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
9851         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
9852         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
9853         Don't use *vc-bzr-shelve*.
9855 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
9857         Fix the version number for added files.
9858         * vc-hg.el (vc-hg-working-revision): Check if the file is
9859         registered after hg parent fails (Bug#5961).
9861 2010-04-19  Glenn Morris  <rgm@gnu.org>
9863         * htmlfontify.el (htmlfontify-buffer)
9864         (htmlfontify-copy-and-link-dir): Autoload entry points.
9866 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
9868         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
9869         name relative to the project root (Bug#5960).
9871 2010-04-19  Glenn Morris  <rgm@gnu.org>
9873         * vc-git.el (vc-git-print-log): Doc fix.
9875 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
9877         * ido.el (ido-file-internal): Fix 2009-12-02 change.
9879 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
9881         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
9882         default settings (Bug#5928).
9884 2010-04-19  Glenn Morris  <rgm@gnu.org>
9886         * progmodes/fortran.el (fortran-match-and-skip-declaration):
9887         New function.
9888         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
9890 2010-04-19  Kenichi Handa  <handa@m17n.org>
9892         * language/indian.el (malayalam-composable-pattern): Fix previous
9893         change (add U+0D4D "SIGN VIRAMA").
9894         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
9895         (tamil-composable-pattern): Fix typo in the regexp.
9896         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
9897         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
9898         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
9900 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
9902         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
9903         paragraph-separate (Bug#5821).
9905 2010-04-19  Juri Linkov  <juri@jurta.org>
9907         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
9909         * info.el (Info-find-node-2): Comment out code that skips
9910         breadcrumbs line.
9911         (Info-mouse-follow-link): New command.
9912         (Info-link-keymap): New keymap.
9913         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
9914         Return a string with links instead of inserting breadcrumbs
9915         to the Info buffer.
9916         (Info-fontify-node): Comment out code that inserts breadcrumbs.
9917         Instead of putting the `invisible' text property over the Info
9918         header, make an overlay over the Info header with the `invisible'
9919         property and `after-string' set to the string returned by
9920         `Info-breadcrumbs'.
9922 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
9924         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
9925         Reported by monkey@sandpframing.com.
9927 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9929         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
9930         (tmm-get-keymap): Add key-binding shortcuts now that they're not
9931         available in the "keyseq cache" any more.
9933         * custom.el (defcustom): Add edebug spec.
9935 2010-04-18  Juri Linkov  <juri@jurta.org>
9937         Test for special mode-class in view-buffer instead of view-file (bug#5513).
9939         * view.el (view-file, view-buffer): Move test for special mode-class
9940         from view-file to view-buffer.
9942         * tar-mode.el (tar-extract): Turn if's into one cond
9943         like in arc-mode.el.
9945 2010-04-18  Juri Linkov  <juri@jurta.org>
9947         Add 7z archive format support (bug#5475).
9949         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
9950         (archive-7z-extract): New defcustom.
9951         (archive-find-type): Add magic string for 7z.
9952         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
9953         If `stderr-file' is non-nil, use `(t stderr-file)' for the
9954         `buffer' arg of `call-process'.
9955         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
9956         call the function `archive-7z-extract' with the variable
9957         `archive-7z-extract' let-bound to `archive-zip-extract'.
9958         (archive-7z-summarize, archive-7z-extract): New functions.
9960         * international/mule.el (auto-coding-alist):
9961         * files.el (auto-mode-alist): Add 7z file extension.
9963 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9965         * loadup.el: Setup hash-cons for pure data.
9967         Fix duplicate entries in cedet's loaddefs.el files.
9968         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
9969         Should make most file-local generated-autoload-file unnecessary.
9970         (print-readably): Silence warnings.
9971         (autoload-find-destination): Take load-name as an arg to make sure
9972         it's the same as the one that will be in the file.
9973         (autoload-generate-file-autoloads): Adjust to above changes.
9974         Try to make the dataflow a bit simpler.
9976         * cvs-status.el (cvs-refontify): Remove unused.
9978 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
9980         * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
9982         * calc/calc-bin.el (calc-radix): Have the "O" option turn on
9983         twos-complement mode.
9985 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
9987         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
9988         'calc-option'.  Add `calc-option-prefix-help' to calc-help autoloads.
9989         (calc-inverse): Add "Option" to message, as appropriate.
9990         (calc-hyperbolic): Add "Option" to message, as appropriate.
9991         (calc-option, calc-is-option): New functions.
9993         * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
9994         (calc-option-prefix-help): New function.
9996         * calc/calc-misc.el (calc-help): Add "Option" entry.
9998         * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
9999         (calc-option-flag): New variable.
10000         (calc-do): Set `calc-option-flag to nil.
10001         (calc-set-mode-line): Add "Opt " as appropriate.
10003 2010-04-16  Juri Linkov  <juri@jurta.org>
10005         Move scrolling commands from simple.el to window.el
10006         because their primitives are implemented in window.c.
10008         * simple.el (scroll-error-top-bottom)
10009         (scroll-up-command, scroll-down-command, scroll-up-line)
10010         (scroll-down-line, scroll-other-window-down)
10011         (beginning-of-buffer-other-window, end-of-buffer-other-window):
10012         * window.el (scroll-error-top-bottom)
10013         (scroll-up-command, scroll-down-command, scroll-up-line)
10014         (scroll-down-line, scroll-other-window-down)
10015         (beginning-of-buffer-other-window, end-of-buffer-other-window):
10016         Move from simple.el to window.el because their primitives are
10017         implemented in window.c.
10019 2010-04-16  Juri Linkov  <juri@jurta.org>
10021         * isearch.el (isearch-lookup-scroll-key): Check both
10022         `isearch-scroll' and `scroll-command' properties.
10023         (scroll-up, scroll-down): Remove `isearch-scroll' property.
10025         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
10027         * simple.el (scroll-up-command, scroll-down-command)
10028         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
10030 2010-04-15  Juri Linkov  <juri@jurta.org>
10032         * simple.el (scroll-up-command, scroll-down-command)
10033         (scroll-up-line, scroll-down-line): Put `scroll-command'
10034         property on the these symbols.  Remove them from
10035         `scroll-preserve-screen-position-commands'.
10037         * mwheel.el (mwheel-scroll): Put `scroll-command' and
10038         `isearch-scroll' properties on the `mwheel-scroll' symbol.
10039         Remove it from `scroll-preserve-screen-position-commands'.
10041         * isearch.el (isearch-allow-scroll): Doc fix.
10043 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
10045         * net/tramp.el (tramp-error-with-buffer): Don't show the
10046         connection buffer when we are in completion mode.
10047         (tramp-file-name-handler): Catch the error for some operations
10048         when we are in completion mode.  This gives the user the chance to
10049         correct the file name in the minibuffer.
10051 2010-04-15  Glenn Morris  <rgm@gnu.org>
10053         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
10055 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
10057         Simplify by using `define-derived-mode'.
10058         * info.el (Info-mode):
10059         * calendar/todo-mode.el (todo-mode):
10060         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
10061         (gomoku-mode-map): Move initialization into declaration.
10063 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
10065         Fix Bug#5840.
10066         * ido.el (ido-file-name-all-completions-1):
10067         * minibuffer.el (minibuffer-completion-help):
10068         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
10070 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10072         * simple.el (non-essential): New var.
10074         Add a new field `location' to bookmarks for non-file bookmarks.
10075         * bookmark.el (bookmark-location): Use the new field, if present.
10076         (bookmark-insert-location): Undo last change, not needed any more.
10077         * man.el (Man-bookmark-make-record):
10078         * woman.el (woman-bookmark-make-record): Add `location' field.
10080 2010-04-14  Juri Linkov  <juri@jurta.org>
10082         * simple.el (scroll-error-top-bottom): New defcustom.
10083         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
10085         * emulation/pc-select.el (pc-select-override-scroll-error):
10086         Obsolete in favor of `scroll-error-top-bottom'.
10088 2010-04-14  Juri Linkov  <juri@jurta.org>
10090         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
10091         `scroll-up-command' and `M-v' to `scroll-down-command'.
10093         * emulation/cua-rect.el (cua--init-rectangles):
10094         * forms.el (forms--change-commands):
10095         * image-mode.el (image-mode-map):
10096         Remap scroll-down-command and scroll-up-command
10097         in addition to scroll-down and scroll-up.
10099 2010-04-14  Juri Linkov  <juri@jurta.org>
10101         * mwheel.el (scroll-preserve-screen-position-commands):
10102         Add mwheel-scroll to this list of commands.
10104         * simple.el (scroll-preserve-screen-position-commands):
10105         Add scroll-up-command, scroll-down-command, scroll-up-line,
10106         scroll-down-line to this list of commands.
10108 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10110         * obsolete/complete.el: Move from lisp/complete.el.
10112         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
10114         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
10115         to the minor mode function now turns the mode ON unconditionally.
10117 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10119         * vc-dir.el (vc-dir-kill-line): New command.
10120         (vc-dir-mode-map): Bind it to C-k.
10122         * bookmark.el (bookmark-insert-location): Handle a nil filename.
10124         * woman.el: Add bookmark declarations to silence the compiler.
10125         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
10126         step to compatibility between man and woman bookmarks.
10127         Adjust for Man-default-bookmark-title renaming.
10128         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
10130         * man.el: Add bookmark declarations to silence the compiler.
10131         (Man-name-local-regexp): Make it match NAME as well.
10132         (Man-getpage-in-background): Return the buffer.
10133         (Man-notify-when-ready): Use `case'.
10134         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
10135         Don't hardcode "NAME".  Simplify.
10136         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
10137         Rename from Man-bookmark-make-record.
10138         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
10139         we have the actual man-args.  Use Man-getpage-in-background rather
10140         than `man' since the arg is already processed.  Let bookmark.el do the
10141         window handling.  Only wait for the relevant process.
10142         Don't forget to autoload.
10144         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
10146 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10148         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
10149         New functions.
10150         (woman-mode): Setup bookmark support.
10152         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
10153         (man-bookmark-jump): New functions.
10154         (Man-mode): Setup bookmark support.
10156 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
10158         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
10159         recognize ssh-keygen prompt (Bug#2817).
10161 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
10163         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
10165 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
10167         Synchronize with Tramp repository.
10169         * net/tramp.el (tramp-completion-function-alist)
10170         (tramp-file-name-regexp, tramp-chunksize)
10171         (tramp-local-coding-commands, tramp-remote-coding-commands):
10172         Fix docstring.
10173         (tramp-remote-process-environment): Use `format' instead of `concat'.
10174         (tramp-handle-directory-files-and-attributes)
10175         (tramp-get-remote-path): Use `copy-tree'.
10176         (tramp-handle-file-name-all-completions): Backward/ XEmacs
10177         compatibility: Use `completion-ignore-case' if
10178         `read-file-name-completion-ignore-case' does not exist.
10179         (tramp-do-copy-or-rename-file-directly): Do not use
10180         `tramp-handle-file-remote-p'.
10181         (tramp-do-copy-or-rename-file-out-of-band):
10182         Use `tramp-compat-delete-directory'.
10183         (tramp-do-copy-or-rename-file-out-of-band)
10184         (tramp-compute-multi-hops, tramp-maybe-open-connection):
10185         Use `format-spec-make'.
10186         (tramp-find-foreign-file-name-handler)
10187         (tramp-advice-make-auto-save-file-name)
10188         (tramp-set-auto-save-file-modes): Remove superfluous check for
10189         `stringp'.  This is done inside `tramp-tramp-file-p'.
10190         (tramp-debug-outline-regexp): New defconst.
10191         (tramp-get-debug-buffer): Use it.
10192         (tramp-check-for-regexp): Use (forward-line 1).
10193         (tramp-set-auto-save-file-modes): Adapt version check.
10195         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
10196         Wrap call of `featurep' for 2nd argument.
10197         (tramp-compat-make-temp-file): Simplify fallback implementation.
10198         (tramp-compat-copy-tree): Remove function.
10199         (tramp-compat-delete-directory): Provide implementation for older
10200         Emacsen.
10202         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
10203         Do not use `tramp-fish-handle-file-attributes.
10205         * net/trampver.el: Update release number.
10207 2010-04-10  Glenn Morris  <rgm@gnu.org>
10209         * progmodes/compile.el (compilation-save-buffers-predicate):
10210         Add missing :version tag.
10212 2010-04-09  Sam Steingold  <sds@gnu.org>
10214         * progmodes/compile.el (compilation-save-buffers-predicate):
10215         Remove the "autoload" cookie.
10217         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
10218         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
10219         and `bug-reference-prog-mode' can be used in hooks directly.
10221 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
10223         Add --author support to git commit.
10224         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
10225         (vc-git-log-edit-mode): New minor mode.
10226         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
10227         New declarations.
10229 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
10231         * vc-hooks.el, vc-git.el: Improve documentation comments.
10233 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10235         Fix some of the problems in defsubst* (bug#5728).
10236         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
10237         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
10239 2010-04-07  Sam Steingold  <sds@gnu.org>
10241         * progmodes/compile.el (compilation-save-buffers-predicate):
10242         New custom variable.
10243         (compile, recompile): Pass it to `save-some-buffers'.
10245 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
10247         * wid-edit.el (widget-choose): Move cursor to the second line of
10248         the buffer (Bug#5695).
10250 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
10252         Add new VC methods: vc-log-incoming and vc-log-outgoing.
10253         * vc.el (vc-print-log-setup-buttons): New function split out from
10254         vc-print-log-internal.
10255         (vc-log-internal-common): New function, a parametrized version of
10256         vc-print-log-internal.
10257         (vc-print-log-internal): Just call vc-log-internal-common with the
10258         right arguments.
10259         (vc-incoming-outgoing-internal):
10260         (vc-log-incoming, vc-log-outgoing): New functions.
10261         (vc-log-view-type): New permanent local variable.
10263         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
10265         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
10266         of the dynamic bound vc-short-log.
10267         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
10269         * vc-git.el (vc-git-log-outgoing): New function.
10270         (vc-git-log-view-mode): Use vc-log-view-type instead
10271         of the dynamic bound vc-short-log.
10273         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
10274         of the dynamic bound vc-short-log.  Highlight the tag.
10275         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
10276         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
10277         (vc-hg-incoming-mode): Remove.
10278         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
10280 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
10282         Fix default-directory for vc-root-diff.
10283         * vc.el (vc-root-diff): Bind default-directory to the root
10284         directory for the diff command.
10286 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
10288         * progmodes/verilog-mode.el (verilog-forward-sexp):
10289         (verilog-calc-1): Support "disable fork" and "fork wait" multi
10290         word keywords, suggested by Steve Pearlmutter.
10291         (verilog-pretty-declarations): Support lineup of declarations in
10292         port lists.
10293         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
10294         fix bug for /* / comments.
10295         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
10296         Speed up and simplfy as this is never called with a bound.
10297         (verilog-pretty-declarations): Enhance to line up declarations
10298         inside a parameter list, suggested by Alan Morgan.
10299         (verilog-pretty-expr): Tune assignment regular expression match
10300         string for corner cases; also use markers instead of character
10301         number as indent changes the later.
10303 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
10305         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
10306         as missing keyword.
10307         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
10308         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
10309         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
10310         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
10311         Tennant.
10312         (verilog-keywords):
10313         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
10314         1800-2009 keywords, including "global.".
10316 2010-04-06  John Wiegley  <jwiegley@gmail.com>
10318         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
10319         appearing in buffer list (if a live buffer name matched a recentf
10320         file basename).  Should use uniquify to offer a real solution.
10322 2010-04-06  John Wiegley  <jwiegley@gmail.com>
10324         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
10325         comment to code, and add a :version tag.
10326         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
10328 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
10330         Enable recentf-mode if using virtual buffers.
10331         * ido.el (recentf-list): Declare for byte-compiler.
10332         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
10333         (ido-make-buffer-list): Simplify.
10334         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
10336 2010-04-05  Juri Linkov  <juri@jurta.org>
10338         Scrolling commands which scroll a line instead of full screen.
10339         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
10341         * simple.el (scroll-up-line, scroll-down-line): New commands.
10342         Put property isearch-scroll=t on them.
10344         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
10345         Remove commands.
10347 2010-04-05  Juri Linkov  <juri@jurta.org>
10349         Scrolling commands which do not signal errors at top/bottom.
10350         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
10352         * simple.el (scroll-up-command, scroll-down-command): New commands.
10353         Put property isearch-scroll=t on them.
10355         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
10356         `scroll-down-command' and [next] from `scroll-up' to
10357         `scroll-up-command'.
10359         * emulation/cua-base.el: Put property CUA=move on
10360         `scroll-up-command' and `scroll-down-command'.
10361         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
10362         and `scroll-down-command' to `cua-scroll-down'.
10364 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
10366         * help.el (describe-mode): Return nil.
10368 2010-04-04  John Wiegley  <jwiegley@gmail.com>
10370         * ido.el (ido-use-virtual-buffers): New variable to indicate
10371         whether "virtual buffer" support is enabled for IDO.
10372         (ido-virtual): Face used to indicate virtual buffers in the list.
10373         (ido-buffer-internal): If a buffer is chosen, and no such buffer
10374         exists, but a virtual buffer of that name does (which would be why
10375         it was in the list), recreate the buffer by reopening the file.
10376         (ido-make-buffer-list): If virtual buffers are being used, call
10377         `ido-add-virtual-buffers-to-list' before the make list hook.
10378         (ido-virtual-buffers): New variable which contains a copy of the
10379         current contents of the `recentf-list', albeit pared down for the
10380         sake of speed, and with proper faces applied.
10381         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
10382         create a list of "virtual buffers" to present to the user in
10383         addition to the currently open set.  Note that this logic could
10384         get rather slow if that list is too large.  With the default
10385         `recentf-max-saved-items' of 200, there is little speed penalty.
10387 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10389         * font-lock.el: Require CL when compiling.
10390         (font-lock-turn-on-thing-lock): Use `case'.
10392 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
10394         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
10395         Zaretskii.
10397 2010-04-02  Juri Linkov  <juri@jurta.org>
10399         * ehelp.el (electric-help-orig-major-mode):
10400         New buffer-local variable.
10401         (electric-help-mode): Set it to original major-mode.  Doc fix.
10402         (with-electric-help): Use `electric-help-orig-major-mode' instead
10403         of (default-value 'major-mode).  Doc fix.
10404         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
10406 2010-04-02  Sam Steingold  <sds@gnu.org>
10408         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
10409         `vc-hg-command' with a list of flags.
10411         * progmodes/bug-reference.el (bug-reference-bug-regexp):
10412         Also accept "patch" and "RFE".
10413         (bug-reference-fontify): `bug-reference-url-format' can also be a
10414         function to be able to handle the bug kind.
10415         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
10417 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
10419         * tmm.el (tmm-get-keymap): Check with symbolp before passing
10420         value to fboundp, it may not be a symbol.
10422 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
10424         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
10426 2010-03-31  Juri Linkov  <juri@jurta.org>
10428         * simple.el (next-line, previous-line): Re-throw a signal
10429         with `signal' instead of using `ding'.
10430         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
10432 2010-03-31  Juri Linkov  <juri@jurta.org>
10434         * simple.el (keyboard-escape-quit): Raise deselecting the active
10435         region higher than exiting the minibuffer.
10436         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
10438 2010-03-31  Juri Linkov  <juri@jurta.org>
10440         * image.el (image-animated-p): Use `image-metadata' instead of
10441         `image-extension-data'.  Get GIF extenstion data from metadata
10442         property `extension-data'.
10444 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10446         * simple.el (append-to-buffer): Simplify.
10448 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
10450         * textmodes/artist.el (artist-mode): Fix typo in docstring.
10451         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
10453 2010-03-31  Kenichi Handa  <handa@m17n.org>
10455         * language/sinhala.el (composition-function-table): Fix regexp for
10456         the new Unicode specification.
10458         * language/indian.el (devanagari-composable-pattern)
10459         (tamil-composable-pattern, kannada-composable-pattern)
10460         (malayalam-composable-pattern): Adjust for the new Unicode
10461         specification.
10462         (bengali-composable-pattern, gurmukhi-composable-pattern)
10463         (gujarati-composable-pattern, oriya-composable-pattern)
10464         (telugu-composable-pattern): New variables to cope with the new
10465         Unicode specification.  Use them in composition-function-table.
10467 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10469         Make tmm-menubar work for the Buffers menu again (bug#5726).
10470         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
10471         vectors rather than cons cells, as used in menu-bar-update-buffers.
10473 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
10475         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
10476         (js-insert-and-indent): Revert 2009-08-15 change, restoring
10477         electric punctuation for "{}();,:" (Bug#5586).
10479         * mail/sendmail.el (mail-default-directory): Doc fix.
10481 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
10483         * mail/sendmail.el (mail-default-directory): Doc fix.
10485 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
10487         * subr.el (version-regexp-alist, version-to-list)
10488         (version-list-<, version-list-=, version-list-<=)
10489         (version-list-not-zero, version<, version<=, version=): Doc fix.
10490         (Bug#5744).
10492 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
10494         * vc.el (vc-root-diff): Doc fix.
10496 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
10498         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
10500         * simple.el (append-to-buffer): Fix last change.
10502 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
10504         * simple.el (append-to-buffer): Ensure that point is preserved if
10505         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
10506         (Bug#5749)
10508 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10510         * files.el (auto-mode-case-fold): Change default to t.
10512 2010-03-30  Juri Linkov  <juri@jurta.org>
10514         * dired-x.el (dired-omit-mode): Doc fix.
10516 2010-03-30  Juri Linkov  <juri@jurta.org>
10518         * replace.el (occur-accumulate-lines): Move occur-engine related
10519         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
10520         to be located after `occur-engine'.
10522 2010-03-30  Juri Linkov  <juri@jurta.org>
10524         Make occur handle multi-line matches cleanly with context.
10525         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
10527         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
10528         (occur-engine): Add local variables `ret', `prev-after-lines',
10529         `prev-lines'.  Use more arguments for `occur-context-lines'.
10530         Set first elem of its returned list to `data', and the second elem
10531         to `prev-after-lines'.  Don't print the separator line.
10532         In the end, print remaining context after-lines.
10533         (occur-context-lines): Add new arguments `begpt', `endpt',
10534         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
10535         after-lines of the previous match with before-lines of the
10536         current match and not overlap them.  Return a list with two
10537         values: the output line and the list of context after-lines.
10539 2010-03-30  Juri Linkov  <juri@jurta.org>
10541         * replace.el (occur-accumulate-lines): Fix a bug where the first
10542         context line at the beginning of the buffer was missing.
10544 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
10546         * files.el: Make bidi-display-reordering safe variable for boolean
10547         values.
10549 2010-03-29  Phil Hagelberg  <phil@evri.com>
10550             Chong Yidong  <cyd@stupidchicken.com>
10552         * subr.el: Extend progress reporters to perform "spinning".
10553         (progress-reporter-update, progress-reporter-do-update):
10554         Handle non-numeric value arguments.
10555         (progress-reporter--pulse-characters): New var.
10557 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
10559         * progmodes/compile.el (compilation-start): Fix regexp detection
10560         of initial cd command (Bug#5771).
10562 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
10564         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
10566 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
10568         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
10569         * progmodes/gdb-mi.el: Restore.
10570         * progmodes/gdb-ui.el: Remove.
10571         * progmodes/gud.el: Re-accommodate for gdb-mi.el.
10573 2010-03-25  Glenn Morris  <rgm@gnu.org>
10575         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
10576         all dired buffers, even tramp ones.  (Bug#5755)
10578 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10580         Add "union tags" in mpc.el.
10581         * mpc.el: Remove backward compatibility code.
10582         (mpc-browser-tags): Change default.
10583         (mpc--find-memoize-union-tags): New var.
10584         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
10585         (mpc-cmd-find): Handle the case where the playlist does not exist.
10586         Handle union-tags.
10587         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
10588         (mpc-cmd-add): Use mpc-cmd-flush.
10589         (mpc-tagbrowser-tag-name): New fun.
10590         (mpc-tagbrowser-buf): Use it.
10591         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
10593 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10595         Misc cleanup.
10596         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
10597         Use replace-regexp-in-string.
10598         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
10599         (makefile-imake-mode-syntax-table): Move init into defvar.
10600         (makefile-mode): Use define-derived-mode.
10602         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
10603         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
10604         not be present any more.
10606 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
10608         * faces.el (set-face-attribute): Fix typo in docstring.
10609         (face-valid-attribute-values): Reflow docstring.
10611 2010-03-24  Glenn Morris  <rgm@gnu.org>
10613         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
10615 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
10617         * indent.el (indent-for-tab-command): Doc fix.
10619 2010-03-24  Alan Mackenzie  <acm@muc.de>
10621         * progmodes/cc-engine.el (c-remove-stale-state-cache):
10622         Fix off-by-one error.  Fixes bug #5747.
10624 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
10626         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
10627         (image-dired-read-comment): Doc fix.
10629         * json.el (json-object-type, json-array-type, json-key-type)
10630         (json-false, json-null, json-read-number):
10631         * minibuffer.el (completion-in-region-functions):
10632         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
10633         (cal-tex-cursor-week):
10634         * emacs-lisp/trace.el (trace-function):
10635         * eshell/em-basic.el (eshell/printnl):
10636         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
10637         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
10638         * obsolete/levents.el (allocate-event, event-key, event-object)
10639         (event-point, event-process, event-timestamp, event-to-character)
10640         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
10641         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
10642         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
10643         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
10644         (reftex-highlight-selection): Fix typos in docstrings.
10646 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
10648         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
10650 2010-03-24  Glenn Morris  <rgm@gnu.org>
10652         * mail/rmail.el (rmail-highlight-face): Restore option deleted
10653         2008-02-13 without comment; mark it obsolete.
10654         (rmail-highlight-headers): Use rmail-highlight-face once more.
10656 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
10658         * woman.el (woman2-process-escapes): Only consume the newline if
10659         the filler character is on a line by itself (Bug#5729).
10661 2010-03-24  Kenichi Handa  <handa@m17n.org>
10663         * language/indian.el (devanagari-composable-pattern): Add more
10664         consonants.
10666 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
10668         * net/trampver.el: Update release number.
10670 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
10672         * net/tramp.el (tramp-find-executable):
10673         Use `tramp-get-connection-buffer'.  Make the regexp for checking
10674         output of "wc -l" more robust.
10675         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
10676         (tramp-open-connection-setup-interactive-shell): Remove workaround
10677         for OpenSolaris bug, it is not needed anymore.
10679 2010-03-24  Glenn Morris  <rgm@gnu.org>
10681         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
10683 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
10685         * files.el (auto-mode-alist): Accept more verilog file patterns.
10687 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10689         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
10691 2010-03-24  Glenn Morris  <rgm@gnu.org>
10693         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
10694         log-edit-before-checkin-process.
10696         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
10698         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
10700         * vc-dispatcher.el (vc-start-logentry): Doc fix.
10701         (log-view-process-buffer, log-edit-extra-flags): Declare.
10703         * log-edit.el (log-edit-before-checkin-process): Doc fix.
10705 2010-03-23  Sam Steingold  <sds@gnu.org>
10707         Fix bug#5620: recalculate all markers on compilation buffer
10708         modifications, not on file modifications.
10709         * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
10710         variable: the buffer modification time, for buffers not associated with
10711         files.
10712         (compilation-mode): Create it.
10713         (compilation-filter): Update it.
10714         (compilation-next-error-function): Use it instead of
10715         `visited-file-modtime' for timestamp.
10717 2010-03-23  Juri Linkov  <juri@jurta.org>
10719         Implement Occur multi-line matches.
10720         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
10722         * replace.el (occur): Doc fix.
10723         (occur-engine): Set `begpt' to the beginning of the first line.
10724         Set `endpt' to the end of the last match line.  At first, count
10725         line numbers between `origpt' and `begpt'.  Split out code from
10726         `out-line' variable to new let-bindings `match-prefix' and
10727         `match-str'.  In `out-line' add non-numeric prefix to all
10728         non-first lines of multi-line matches.  Finally, count lines
10729         between `begpt' and `endpt' and add to `lines'.
10731 2010-03-23  Juri Linkov  <juri@jurta.org>
10733         * replace.el (occur-accumulate-lines, occur-engine):
10734         Use `occur-engine-line' instead of duplicate code.
10735         (occur-engine-line): New function created from duplicate code
10736         in `occur-accumulate-lines' and `occur-engine'.
10738         * replace.el (occur-engine-line): Add optional arg `keep-props'.
10739         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
10741 2010-03-23  Juri Linkov  <juri@jurta.org>
10743         * finder.el: Remove TODO tasks.
10745         * info.el (Info-finder-find-node): Add node "all"
10746         with all package info.  Handle a list of multiple keywords
10747         separated by comma.
10748         (info-finder): In interactive use with a prefix argument,
10749         use `completing-read-multiple' to read a list of keywords
10750         separated by comma.
10752 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10754         Add a new completion style `substring'.
10755         * minibuffer.el (completion-basic--pattern): New function.
10756         (completion-basic-try-completion, completion-basic-all-completions):
10757         Use it.
10758         (completion-substring--all-completions)
10759         (completion-substring-try-completion)
10760         (completion-substring-all-completions): New functions.
10761         (completion-styles-alist): New style `substring'.
10763 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10765         Get rid of .elc files after removal of the corresponding .el.
10766         * Makefile.in (compile-clean): New target.
10767         (compile-main): Use it.
10769 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
10771         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
10772         don't do make there.  When compiling with separate object dir, there
10773         is no Makefile there.
10775 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10777         Get rid of the ELCFILES abomination, again.
10778         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
10779         (all, compile): Don't call compile-last.
10780         (compile-main): Build the "elcfiles" list dynamically.
10781         (compile-targets): New (internal) target.
10783 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
10785         * Makefile.in (top_srcdir): Define.
10786         (abs_top_builddir): Define.
10787         (srcdir): Don't append `/..'.
10788         (EMACS): Use ${abs_top_builddir}.
10789         (all, compile, compile-always, compile-last): Don't set emacswd.
10790         (update-subdirs, update-authors): Use $(top_srcdir) instead of
10791         $(srcdir).
10792         (lisp): Use $(srcdir) instead of @srcdir@.
10794 2010-03-21  Juri Linkov  <juri@jurta.org>
10796         Fix message of multi-line occur regexps and multi-buffer header lines.
10797         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
10799         * replace.el (occur-1): Don't display regexp if it is longer
10800         than window-width.  Use `query-replace-descr' to display regexp.
10801         (occur-engine): Don't display regexp in the buffer header for
10802         multi-buffer occur.  Display a separate header line with total
10803         match count and regexp for multi-buffer occur.
10804         Use `query-replace-descr' to display regexp.
10806 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10808         * net/secrets.el: Fix parenthesis.
10809         (secrets-enabled): Fix parenthesis.
10811 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10813         Use more relative file and directory names.
10814         * Makefile.in (EMACS): Arrange for it to work when we chdir.
10815         (setwins, setwins_almost, setwins_for_subdirs):
10816         Don't `cd'; output relative names.
10817         (all, compile, compile-always, compile-last): Set emacswd.
10818         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
10819         Just cd to the lisp source dir so we can use relative file names.
10821         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
10823 2010-03-20  Glenn Morris  <rgm@gnu.org>
10825         * textmodes/rst.el: Use faces for font-lock customization, and make the
10826         old -face variables obsolete.
10827         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
10828         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
10829         (rst-block-face, rst-external-face, rst-definition-face)
10830         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
10831         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
10832         Make obsolete.
10833         (rst-font-lock-keywords-function): Update for above changes.
10835 2010-03-20  Juri Linkov  <juri@jurta.org>
10837         * s-region.el:
10838         * obsolete/s-region.el: Move to obsolete.
10840 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
10842         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
10844 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
10846         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
10848 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
10850         Add special markup processing for commit logs.
10851         * log-edit.el (log-edit-extra-flags): New variable.
10852         (log-edit): Add new argument MODE.  Use that mode when non-nil
10853         instead of the log-view-mode.
10854         (log-view-process-buffer): New function.
10856         * vc.el: Document that the checkin method takes optional
10857         arguments.  Document new backend specific method: log-view-mode.
10858         (vc-default-log-edit-mode): New function.
10859         (vc-checkin): Use a backend specific log-view-mode.
10860         Pass extra arguments to the checkin method.
10861         (vc-modify-change-comment): Pass a dummy extra argument.
10863         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
10864         log-edit.
10865         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
10866         (vc-finish-logentry): Process the log buffer before passing it
10867         down.  Pass log-edit-extra-flags.
10869         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
10870         command.
10871         (log-edit-extra-flags, log-edit-before-checkin-process):
10872         New declarations.
10874         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
10875         command.
10876         (log-edit-extra-flags, log-edit-before-checkin-process):
10877         New declarations.
10878         (vc-hg-log-edit-mode): New derived mode.
10880         * vc-arch.el (vc-arch-checkin):
10881         * vc-cvs.el (vc-cvs-checkin):
10882         * vc-git.el (vc-git-checkin):
10883         * vc-mtn.el (vc-mtn-checkin):
10884         * vc-rcs.el (vc-rcs-checkin):
10885         * vc-sccs.el (vc-sccs-checkin):
10886         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
10888 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10890         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
10891         parent typo).
10893 2010-03-19  Glenn Morris  <rgm@gnu.org>
10895         * password-cache.el (password-cache, password-cache-expiry): Autoload.
10897 2010-03-18  Glenn Morris  <rgm@gnu.org>
10899         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
10901         * replace.el (query-replace-history): Give it a doc string.
10902         (map-query-replace-regexp): Use query-replace-from-history-variable
10903         and query-replace-to-history-variable.
10905         * mail/hashcash.el (declare-function): Remove duplicate definition.
10907         * mail/emacsbug.el (report-emacs-bug-pretest-address):
10908         Make it an obsolete alias for report-emacs-bug-address.
10909         (message-strip-special-text-properties): Declare.
10910         (report-emacs-bug): Remove test for a pretest bug address.
10911         Combine message-mode-specific code.
10913         * mail/supercite.el: Don't require sendmail.
10914         (mh-in-header-p): Declare rather than using with-no-warnings.
10915         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
10916         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
10918         * calendar/cal-french.el: Convert to utf-8.
10920         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
10921         Emacs scripts.
10923 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
10925         * net/secrets.el (secrets-enabled): New variable.  Use it instead
10926         of a subfeature.
10928 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
10930         * net/secrets.el (top): Register the D-Bus signals only when the
10931         service "org.freedesktop.secrets" can be pinged.
10932         Provide subfeature `enabled'.
10934 2010-03-14  Juri Linkov  <juri@jurta.org>
10936         Add finder unknown keywords.
10938         * finder.el (finder-unknown-keywords): New function.
10940         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
10941         to create a Finder node with unknown keywords.
10943 2010-03-14  Juri Linkov  <juri@jurta.org>
10945         * finder.el (finder-compile-keywords): Replace `princ' with
10946         `prin1' on a list of symbols interned from keyword strings.
10948         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
10949         a comma, then split keywords using a comma and optional whitespace.
10950         Otherwise, split by whitespace.
10952         * complete.el:
10953         * face-remap.el:
10954         * log-view.el:
10955         * net/hmac-def.el:
10956         * net/hmac-md5.el:
10957         * net/netrc.el:
10958         * progmodes/mixal-mode.el: Fix keywords.
10960 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
10962         * Makefile.in (ELCFILES): Add net/secrets.elc.
10964         * net/secrets.el: New file.
10966 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
10968         * facemenu.el (list-colors-display, list-colors-print): New arg
10969         callback.  Use it to allow selecting colors.
10971         * wid-edit.el (widget-image-insert): Insert image prop even if the
10972         current display is non-graphic.
10973         (widget-field-value-set): New fun.
10974         (editable-field): Use it.
10975         (widget-field-value-get): Clean up unused var.
10976         (widget-color-value-create, widget-color--choose-action):
10977         New funs.  Allow using list-colors-display to choose color.
10979 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
10981         * cus-edit.el: Resort topmost custom groups.
10982         (custom-buffer-sort-alphabetically): Default to t.
10983         (customize-apropos): Use apropos-parse-pattern.
10984         (custom-search-field): New var.
10985         (custom-buffer-create-internal): Add custom-apropos search field.
10986         (custom-add-parent-links): Don't display parent doc.
10987         (custom-group-value-create): Don't sort top-level custom group.
10988         (custom-magic-value-create): Show visibility button before option name.
10990         (custom-variable-state): New fun, from custom-variable-state-set.
10991         (custom-variable-state-set): Use it.
10992         (custom-group-value-create): Hide options with standard values
10993         using the :hidden-states property.  Use progress reporter.
10995         (custom-show): Simplify.
10996         (custom-visibility): Disable images by default.
10997         (custom-variable): New property :hidden-states.
10998         (custom-variable-value-create): Enable images for
10999         custom-visibility widgets.  Use :hidden-states property to
11000         determine initial visibility.
11002         * wid-edit.el (widget-image-find): Give images center ascent.
11003         (visibility): Add :on-image and :off-image properties.
11004         (widget-visibility-value-create): Use them.
11006 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
11008         * cus-edit.el (processes): Remove from development group.
11009         (oop, hypermedia): Delete group.
11010         (comm): Promote to top-level group.
11012         * net/browse-url.el (browse-url):
11013         * net/xesam.el (xesam):
11014         * net/tramp.el (tramp):
11015         * net/goto-addr.el (goto-address):
11016         * net/ange-ftp.el (ange-ftp): Put in comm group.
11018         * view.el (view): Remove from editing group.
11020         * uniquify.el (uniquify): Put in files group.
11022         * net/browse-url.el (browse-url):
11023         * ps-print.el (postscript): Put in external group.
11025         * cus-edit.el (outlines):
11026         * textmodes/text-mode.el (text-mode-hook):
11027         * textmodes/table.el (table):
11028         * textmodes/picture.el (picture):
11029         * outline.el (outlines): Put in wp group.
11031         * nxml/nxml-mode.el (nxml): Remove from wp group.
11033         * net/tramp-imap.el (tramp-imap): Put in tramp group.
11035         * mail/metamail.el (metamail): Remove from hypermedia group.
11037         * cus-edit.el (abbrev):
11038         * whitespace.el (whitespace):
11039         * vcursor.el (vcursor):
11040         * reveal.el (reveal):
11041         * hl-line.el (hl-line): Put in convenience group.
11043         * epg-config.el (epg): Put in data group.
11045         * emulation/pc-select.el (pc-select): Put in emulations group.
11047         * calculator.el (calculator): Put in applications group.
11049 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
11051         Add .dir-locals.el support for file-less buffers.
11052         * files.el (hack-local-variables): Split out code to apply local
11053         variable settings ...
11054         (hack-local-variables-apply): ... here.  New function.
11055         (hack-dir-local-variables): Use the default directory for when the
11056         buffer does not have an associated file.
11057         (hack-dir-local-variables-non-file-buffer): New function.
11058         * diff-mode.el (diff-mode):
11059         * vc-annotate.el (vc-annotate-mode):
11060         * vc-dir.el (vc-dir-mode):
11061         * log-edit.el (log-edit-mode):
11062         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
11064 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
11066         Add support for shelving snapshots and for showing shelves.
11067         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
11068         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
11069         New functions.
11070         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
11071         (vc-bzr-extra-menu-map): Map them.
11073 2010-03-11  Glenn Morris  <rgm@gnu.org>
11075         * cus-edit.el (customize-changed-options-previous-release):
11076         Bump to 23.1.
11078         * image.el (image-animate-max-time): Fix :version tag.
11080 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
11082         * Branch for 23.2.
11084 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11086         * vc-git.el (vc-git-revision-table): Include remote branches.
11088 2010-03-10  Kim F. Storm  <storm@cua.dk>
11090         Animated image API.
11091         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
11093         * image.el (image-animate-max-time): New defcustom.
11094         (image-animated-types): New defconst.
11095         (create-animated-image, image-animate-timer)
11096         (image-animate-start, image-animate-stop, image-animate-timeout)
11097         (image-animated-p): New functions.
11099         * image-mode.el (image-toggle-display-image):
11100         Replace `create-image' with `create-animated-image'.
11102 2010-03-09  Miles Bader  <miles@gnu.org>
11104         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
11105         instead of "format:"; this ensures that the output is
11106         newline-terminated.
11108 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
11110         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
11111         that all errors are caught, and that the return value is always a
11112         list (Bug#5692).
11114 2010-03-08  Kenichi Handa  <handa@m17n.org>
11116         * language/misc-lang.el (windows-1256): New coding system.
11117         (cp1256): New alias of windows-1256 (bug#5690).
11119 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
11121         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
11122         call to rfc822-bad-address.  (Bug#5692)
11124 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
11126         * vc-git.el (vc-git-annotate-extract-revision-at-line):
11127         Use vc-git-root as default directory for revision path (Bug#5657).
11129 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
11131         * calculator.el (calculator): Don't bind split-window-keep-point
11132         (Bug#5674).
11134 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11136         * vc-git.el: Re-flow to fit into 80 columns.
11137         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
11138         Remove spurious `quote' element in each case alternative.
11139         (vc-git-show-log-entry): Use prog1.
11140         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
11142 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11144         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
11146 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
11148         * macros.el (insert-kbd-macro): Look up keyboard macro using the
11149         definition, not the name (Bug#5481).
11151 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
11153         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
11154         argument with a local variable.  (Bug#5670)
11156 2010-03-02  Juri Linkov  <juri@jurta.org>
11158         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
11160 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
11162         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
11163         error when FILENAME and NEWNAME are existing remote directories.
11165         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
11166         parameter DIR-FLAG.
11168 2010-03-02  Glenn Morris  <rgm@gnu.org>
11170         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
11171         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
11173 2010-03-01  Kenichi Handa  <handa@m17n.org>
11175         * language/burmese.el (burmese-composable-pattern): Rename from
11176         myanmar-composable-pattern.
11178         * international/characters.el (script-list):
11179         * international/fontset.el (script-representative-chars):
11180         Change myanmar to burmese.
11181         (otf-script-alist): Likewise.
11182         (setup-default-fontset): Likewise.  Re-fix :otf spec.
11184 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11186         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
11188 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
11190         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
11192 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
11194         * net/tramp.el (tramp-handle-write-region): START can be a string.
11195         Take care in the checks.  Reported by Dan Davison
11196         <davison@stats.ox.ac.uk>.
11198 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
11200         * net/dbus.el (dbus-introspect, dbus-get-property)
11201         (dbus-set-property, dbus-get-all-properties):
11202         Use `dbus-call-method' when noninteractive.  (Bug#5645)
11204 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
11206         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
11207         * emacs-lisp/elint.el (elint-add-required-env):
11208         * calendar/icalendar.el (icalendar--add-diary-entry):
11209         * calc/calcalg2.el (math-tracing-integral):
11210         * files.el (recover-session-finish): Use with-current-buffer
11211         instead of save-excursion.
11213 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11215         Fix in-buffer completion when after-change-functions modify the buffer.
11216         * minibuffer.el (completion--replace): New function.
11217         (completion--do-completion): Use it and use relative movement.
11219 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
11221         * international/fontset.el (setup-default-fontset): Fix :otf spec.
11223 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
11225         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
11226         Allow the characters _<> in the stack entry (Bug#5653).
11228 2010-02-26  Kenichi Handa  <handa@m17n.org>
11230         * language/burmese.el: Fix entries in composition-function-table.
11231         (myanmar-composable-pattern): New variable.
11233         * international/fontset.el (setup-default-fontset): Add an entry
11234         for myanmar.
11236         * international/characters.el (script-list): Add Myanmar
11237         Extended-A.
11239 2010-02-26  Glenn Morris  <rgm@gnu.org>
11241         * custom.el (custom-initialize-delay): Doc fix.
11243         * mail/sendmail.el (send-mail-function): Autoload the call
11244         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
11246 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
11248         * files.el (hack-local-variables-filter): For eval forms, also
11249         check safe-local-variable-p (Bug#5636).
11251 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
11253         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
11254         setting the modes by `ignore-errors'.  It might fail, for example
11255         if the file is not owned by the user but the group.
11256         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
11258 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
11260         * files.el (directory-listing-before-filename-regexp):
11261         Use stricter matching for iso-style dates, to avoid false matches with
11262         date-like filenames (Bug#5597).
11264         * htmlfontify.el (htmlfontify): Doc fix.
11266         * eshell/eshell.el (eshell): Doc fix.
11268         * startup.el (fancy-about-screen): In mode-line, apply
11269         mode-line-buffer-id face only to the buffer name (Bug#5613).
11271 2010-02-20  Kevin Ryde  <user42@zip.com.au>
11273         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11274         In `watcom' anchor regexp to start of line, to avoid slowness
11275         (Bug#5599).
11277 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
11279         * subr.el (remove-yank-excluded-properties): Explain in a comment
11280         why `category' property is removed.
11282 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
11284         * isearch.el (isearch-update-post-hook, isearch-update):
11285         Revert 2010-02-17 change.
11287 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
11289         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
11290         (icalendar--convert-weekly-to-ical)
11291         (icalendar--convert-yearly-to-ical)
11292         (icalendar--convert-block-to-ical)
11293         (icalendar--convert-cyclic-to-ical)
11294         (icalendar--convert-anniversary-to-ical): Take care of time
11295         specifications where hour has 1-digit only (Bug#5549).
11297 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
11299         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
11300         of disassemble output in GDB 7.1.
11302 2010-02-19  Glenn Morris  <rgm@gnu.org>
11304         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
11305         property.  (Bug#5593)
11307 2010-02-18  Sam Steingold  <sds@gnu.org>
11309         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
11311 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11313         Use abbreviated file names in bookmarks (bug#5591).
11314         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
11315         calls to expand-file-name.
11316         (bookmark-relocate): Use abbreviated file names in bookmarks.
11317         (bookmark-load): Use abbreviated file names in messages.
11319 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
11321         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
11322         expand "." and "..".  Reported by Thierry Volpiatto
11323         <thierry.volpiatto@gmail.com>.
11325 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
11327         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
11328         permissions of the temporary file to "0600".  In case the remote
11329         file has no read permissions for the owner, there might be
11330         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
11332 22010-02-18  Glenn Morris  <rgm@gnu.org>
11334         * emacs-lisp/authors.el (authors-renamed-files-alist):
11335         Add entries for INSTALL.CVS.
11337 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
11339         * vc-bzr.el: Fix typo in Known Bugs section.
11341         * isearch.el (isearch-update-post-hook): New hook.
11342         (isearch-update): Use the new hook.
11344 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
11346         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
11347         Fix errors in copying directories.
11348         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
11349         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
11350         (tramp-handle-delete-file)
11351         (tramp-handle-dired-recursive-delete-directory)
11352         (tramp-handle-write-region): Flush also the cache for the upper
11353         directory.
11355 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
11357         * simple.el (save-interprogram-paste-before-kill): Doc fix.
11359         * cus-edit.el (hardware): Doc fix.
11361         * man.el (man): Add to external custom group.
11363         * delim-col.el (columns): Move to wp custom group.
11365         * doc-view.el (doc-view): Add to data custom group.
11367         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
11369         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
11370         by ispell-parse-output (Bug#5575).
11372 2010-02-16  Kenichi Handa  <handa@m17n.org>
11374         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
11375         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
11376         (skkdic-convert): Use `euc-japan' coding system for writing.
11378 2010-02-16  Glenn Morris  <rgm@gnu.org>
11380         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
11381         tex-main-file before using it.  (Bug#5562)
11383 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11385         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
11386         warnings, since it is annoying for the user to see them each time he
11387         runs the code.
11389 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
11391         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
11392         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
11393         instead of PROC for caching "first-password-request".  Otherwise,
11394         new processes would not profit from passwords already entered.
11396         * net/tramp-cache.el (tramp-dump-connection-properties):
11397         Don't save "first-password-request" property.
11399 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
11401         * outline.el (outline-head-from-level):
11402         * simple.el (with-wrapper-hook):
11403         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
11404         (elint-defun, elint-buffer-env, elint-top-form-logged)
11405         (elint-unbound-variable):
11406         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
11407         Fix typos in docstrings.
11409 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
11411         * files.el (insert-directory): When WILDCARD-REGEXP and
11412         FULL-DIRECTORY-P are nil, insert the file entry instead of the
11413         whole directory.  (Bug#5551)
11415         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
11416         dired's alignment sanity.  (Bug#5516)
11418 2010-02-14  Juri Linkov  <juri@jurta.org>
11420         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
11421         Remove remaining ^H with their preceding chars.  (Bug#5566)
11423 2010-02-13  Glenn Morris  <rgm@gnu.org>
11425         * simple.el (transpose-subr): Give it a doc-string.
11427         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
11428         Doc fixes.
11430 2010-02-12  Juri Linkov  <juri@jurta.org>
11432         * arc-mode.el (archive-unique-fname): Make directories for nested
11433         archives.  (Bug#5540)
11435 2010-02-12  Juri Linkov  <juri@jurta.org>
11437         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
11439 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11441         * subr.el (copy-overlay): Handle deleted overlays.
11443         * man.el (Man-completion-table): Don't signal an error if we can't run
11444         manual-program (bug#4056).
11446 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
11448         * textmodes/artist.el (artist-mt): Fix typos in docstring.
11450 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11452         * info.el (Info-bookmark-jump): Simplify.
11454         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
11455         (bookmark-default-handler): Accept new bookmark field `buffer'.
11457 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
11459         * iswitchb.el (iswitchb-completions): Revert last change.
11461 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
11463         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
11464         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
11465         This prevents file names like "~/" being listed literally.
11467 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
11469         * term/xterm.el (xterm-maybe-set-dark-background-mode):
11470         Remove dead code.  (Bug#5546)
11472 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
11474         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
11475         correctly (Bug#5548).
11477 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
11479         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
11480         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
11482 2010-02-08  Kenichi Handa  <handa@m17n.org>
11484         * international/mule-util.el (with-coding-priority): Add autoload
11485         cookie for putting `lisp-indent-function'.
11487 2010-02-07  Glenn Morris  <rgm@gnu.org>
11489         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
11490         Move F2003 named interfaces from keywords-2 to keywords-1, and
11491         use function-name-face rather than constant-face.
11492         Simplify "abstract interface" regexp.
11494 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
11496         * eshell/esh-util.el (eshell-file-attributes): New optional arg
11497         ID-FORMAT.  Pass it to `file-attributes'.
11499         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
11501 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
11503         * faces.el (set-face-attribute): Allow calling
11504         internal-set-lisp-face-attribute with 'unspecified family and
11505         foundry argument (Bug#5536).
11507 2010-02-07  Glenn Morris  <rgm@gnu.org>
11509         * progmodes/f90.el (f90-font-lock-keywords-2)
11510         (f90-looking-at-type-like, f90-looking-at-program-block-end):
11511         Handle F2003 named interfaces.
11513 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
11515         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
11516         beg and end before calling c-get-state-before-change-functions.
11518 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
11520         * vc-bzr.el (vc-bzr-dir-extra-headers):
11521         Disable the pending merges header.
11523 2010-02-05  Juri Linkov  <juri@jurta.org>
11525         * doc-view.el (doc-view-mode):
11526         * image-mode.el (image-mode): Put property mode-class=special.
11527         (Bug#4896)
11529 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
11531         * vc-svn.el (vc-svn-revision-table): New function.
11533 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
11535         * net/ange-ftp.el (ange-ftp-insert-directory):
11536         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
11537         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
11538         Handle also directories.  (Bug#5478)
11540 2010-02-05  Glenn Morris  <rgm@gnu.org>
11542         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
11544 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
11546         * startup.el (command-line-1): Convert options beginning with a
11547         single dash as well (Bug#5519).
11549 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11551         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
11552         * minibuffer.el (completion-initials-expand): Only check the presence
11553         of delims *within* the boundaries, since otherwise the / delim is
11554         always found for files.
11556         Fix up various corner case problems.
11557         * doc-view.el (doc-view-last-page-number): New function.
11558         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
11559         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
11560         (doc-view-kill-proc): Avoid inf-loop in freak cases.
11561         (doc-view-reconvert-doc): Use the new recursive delete-directory.
11562         (doc-view-convert-current-doc): Don't create the resolution.el file
11563         here any more.
11564         (doc-view-pdf/ps->png): Do it here instead.
11565         (doc-view-already-converted-p): Check that resolution.el is present.
11566         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
11567         windows that are not yet showing images.
11569 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
11571         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
11572         `dired-uncache' for every elemnt which is an absolute file name.
11574         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
11575         directory, handle its directory component.
11576         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
11577         function is called permanently and creates noise, otherwise.
11579         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
11580         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
11581         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
11583 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
11585         * macros.el (apply-macro-to-region-lines):
11586         Minor simplification.  (Bug#5485)
11588 2010-02-04  Glenn Morris  <rgm@gnu.org>
11590         * mail/rmail.el (rmail-show-message-1): Handle malformed
11591         quoted-printable text.  (Bug#5441)
11593         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
11595         * simple.el (visual-line-mode): Capitalize lighter.
11597 2010-02-03  John Wiegley  <jwiegley@gmail.com>
11599         * iswitchb.el (iswitchb-completions): Add bookmark files to the
11600         list of files considered for "virtual buffer" completions.
11602 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
11604         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
11605         also in case of (and (not full) (not wildcard)).  This is needed
11606         when dired is called with a list of files, which are not in
11607         `default-directory'.  (Bug#5478)
11609 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11611         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
11613 2010-02-02  Juri Linkov  <juri@jurta.org>
11615         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
11616         from unidiff to allow function-line after @@.
11618 2010-02-02  Juri Linkov  <juri@jurta.org>
11620         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
11621         '(RCS SCCS) with inverted condition.
11623 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
11625         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
11626         messages.
11628 2010-02-01  Juri Linkov  <juri@jurta.org>
11630         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
11631         compare with "pkunzip" and "pkzip" instead of only "pkzip".
11632         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
11633         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
11635 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11637         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
11638         (doc-view-revert-buffer): New command.
11639         (doc-view-mode-map): Use it.
11641 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
11643         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
11644         pending merge is detected.
11646 2010-01-31  Juri Linkov  <juri@jurta.org>
11648         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
11649         beginning of interactive spec like all other grep commands do.
11650         Put "all" in front of "gz".  (Bug#5260)
11652 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
11654         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
11656 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
11658         * dirtrack.el (dirtrack): Warn instead of signalling error if the
11659         regexp is incorrect (Bug#5476).
11661 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
11663         * net/tramp.el (tramp-handle-insert-directory): Handle also
11664         symlinks, when FILENAME is not in `default-directory'.
11666 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
11668         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
11669         FILE is not in `default-directory'.  (Bug#5478)
11671         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
11672         of SWITCHES.  Handle the case, FILENAME is not in
11673         `default-directory'.  (Bug#5478)
11674         (tramp-register-file-name-handlers): Add safe-magic property.
11676 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
11678         * arc-mode.el (archive-zip-extract): Quote the argument passed to
11679         unzip (Bug#5475).
11681 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
11683         * progmodes/flymake.el (flymake-allowed-file-name-masks)
11684         (flymake-master-make-header-init): Add other C++ filename masks.
11685         (flymake-find-possible-master-files)
11686         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
11688 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
11690         Fix some busybox annoyances.
11692         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
11693         not responding." string.
11694         (tramp-open-connection-setup-interactive-shell): Dump stty
11695         settings.  Enable "neveropen" arg for all `tramp-send-command'
11696         calls.  Handle "=" in variable values properly.
11697         (tramp-find-inline-encoding): Raise an error, when no encoding is
11698         found.
11699         (tramp-wait-for-output): Check, whether PROC buffer is available.
11700         Remove spurious " ^H" sequences, sent by busybox.
11701         (tramp-get-ls-command): Suppress coloring, if possible.
11703 2010-01-28  Glenn Morris  <rgm@gnu.org>
11705         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
11707         * log-edit.el (log-edit-strip-single-file-name): Add missing
11708         :safe, :group, and :version tags.
11710 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
11712         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
11713         buffers.  (Bug#5477)
11715 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
11717         * files.el (delete-directory): Handle moving to trash without
11718         first doing recursion (Bug#5436).
11720 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
11722         * vc-hooks.el (vc-path): Mark as obsolete.
11724 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
11726         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
11727         names too.
11729         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
11730         for the short log.
11731         (vc-bzr-log-view-mode): Adjust regexp for the above change.
11733 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
11735         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
11737         * vc-bzr.el (vc-bzr-revision-table): New function.
11739 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>
11741         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
11742         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
11744 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
11746         Remove support for adding --signoff on commit.
11747         Future support will use an incompatible generic mechanism.
11748         * vc-git.el (vc-git-add-signoff): Remove variable.
11749         (vc-git-toggle-signoff): Remove function.
11750         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
11752         * term/xterm.el (xterm-maybe-set-dark-background-mode):
11753         Rename from xterm-set-background-mode.  Return t if the background mode
11754         was set.
11755         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
11756         earlier, call it again in case the background mode has changed.
11758 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
11760         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
11761         (Bug#3541).
11763 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
11765         * emacs-lisp/assoc.el (aelement): Doc fix.
11766         (aput, adelete, amake): Use lexical-let (Bug#5450).
11768 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
11770         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
11771         is the same as subprogram call, not declaration.  (Bug#5435).
11773 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
11775         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
11776         (tramp-smb-maybe-open-connection): Use it.
11778 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
11780         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
11782 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11784         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
11785         just because we see "encoding: 8bit".
11786         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
11788 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
11790         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
11792 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
11794         * jka-compr.el (jka-compr-load): If load-file is not in
11795         load-history, try its file-truename version.  (bug#5447)
11797 2010-01-21  Alan Mackenzie  <acm@muc.de>
11799         Fix a situation where deletion of a cpp construct throws an error.
11800         * progmodes/cc-engine.el (c-invalidate-state-cache):
11801         Before invoking c-with-all-but-one-cpps-commented-out, check that the
11802         special cpp construct is still in the buffer.
11803         (c-parse-state): Record the special cpp with markers, not numbers.
11805 2010-01-21  Kenichi Handa  <handa@m17n.org>
11807         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
11808         process last-command-event, as it is now decoded first (Bug#5380).
11810 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
11812         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
11814 2010-01-20  Glenn Morris  <rgm@gnu.org>
11816         * indent.el (tab-always-indent): Fix custom-type.
11818 2010-01-19  Alan Mackenzie  <acm@muc.de>
11820         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
11821         buffer throws "args out of range".
11822         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
11823         playing the role of delimiter.
11825 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
11827         * progmodes/ada-mode.el: Fix bug#5400.
11828         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
11829         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
11830         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
11831         Improve comments in "is" portion.  Handle null procedure declaration.
11832         (ada-move-to-end): Improve doc string.
11834 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
11836         * ido.el (ido-cur-list): Initialize to nil.
11837         Remove obsolete information from commentary.
11838         (ido-choice-list): Initialize to nil.
11839         (ido-get-bufname): Reject minibuffers.
11840         (ido-make-buffer-list): If "default" is a nonexistent
11841         buffer, ignore it, as per the function's comment.
11842         (ido-kill-buffer-internal): New function.
11843         (ido-kill-buffer-at-head): Use it.
11844         (ido-visit-buffer): Likewise.
11846 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
11848         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
11850 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
11852         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
11853         Fix typos in chart titles.
11855         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
11856         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
11857         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
11858         (describe-class, eieio-describe-generic, describe-generic):
11859         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
11860         (eieio-speedbar-expand):
11861         * emulation/viper-cmd.el (viper-exec-form-in-vi)
11862         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
11863         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
11864         (viper-del-backward-char-in-replace, viper-backward-indent)
11865         (viper-brac-function, viper-register-to-point, viper-submit-report):
11866         * net/tramp.el (tramp-remote-coding-commands):
11867         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
11868         Fix typos in docstrings.
11870 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
11872         * mail/sendmail.el (mail-yank-original): Set the mark if the
11873         specified function for yanking does not do it.
11875 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
11877         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
11879         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
11880         resyncing a directory.
11882 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
11884         * progmodes/ada-mode.el: Fix bug#1920.
11885         (ada-ident-re): Delete ., allow multibyte characters.
11886         (ada-goto-label-re): New; matches goto labels.
11887         (ada-block-label-re): New; matches block labels.
11888         (ada-label-re): New; matches both.
11889         (ada-named-block-re): Deleted; callers changed to use
11890         `ada-block-label-re' instead.
11891         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
11892         Use `ada-block-label-re'.
11893         (ada-indent-on-previous-lines): Improve handling of goto labels.
11894         (ada-get-indent-block-start): Special-case block label.
11895         (ada-get-indent-label): Split into `ada-indent-block-label' and
11896         `ada-indent-goto-label'.
11897         (ada-goto-stmt-start, ada-goto-next-non-ws):
11898         Optionally ignore goto labels.
11899         (ada-goto-next-word): Simplify.
11900         (ada-indent-newline-indent-conditional): Insert newline before
11901         trying to fix indentation; doc fix.
11903 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
11905         * calc/calc.el (calc-command-flags): Give it an initial value.
11907 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
11909         * files.el (minibuffer-with-setup-hook):
11910         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
11911         (artist-key-draw-continously, artist-key-do-continously-continously)
11912         (artist-key-set-point-continously, artist-mouse-draw-continously):
11913         Fix typos in docstrings.
11915 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
11917         * nxml/nxml-mode.el (nxml-extend-after-change-region):
11918         Never return t (Bug#3898).
11920 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
11922         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
11923         can parse the output of the external commands (Bug#5279).
11925 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
11927         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
11929 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
11931         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
11933         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
11935         * startup.el (command-line): Remove unused --icon-type arg.
11936         Handle --display arg, passing it to command-line-1 (Bug#5392).
11938 2010-01-16  Mario Lang  <mlang@delysid.org>
11940         * emacs-lisp/chart.el (chart-translate-namezone):
11941         * textmodes/artist.el (artist-compute-popup-menu-table):
11942         Remove duplicated words in doc-strings.
11944 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
11946         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
11947         to mairix-search to suppress threading (Bug#5342).
11949 2010-01-15  Kenichi Handa  <handa@m17n.org>
11951         * international/mule-cmds.el (canonicalize-coding-system-name):
11952         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
11954 2010-01-15  Glenn Morris  <rgm@gnu.org>
11956         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
11958         * wid-edit.el (widget-keymap): Doc fix.
11960         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
11961         former seems to be more widely accepted by various svn versions.
11963 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
11965         * find-cmd.el (find-constituents):
11966         * vc-arch.el (vc-arch-root):
11967         * window.el (window-body-height, pop-up-frames):
11968         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
11969         * progmodes/ada-stmt.el (ada-if):
11970         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
11971         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
11972         (ispell-encoding8-command, ispell-aspell-supports-utf8)
11973         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
11975         * progmodes/flymake.el (flymake-post-syntax-check):
11976         Fix typo in error message.
11978 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
11980         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
11981         which is always a string.  (Bug#5313)
11983 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
11985         * progmodes/ada-xref.el (ada-default-prj-properties):
11986         Simplify previous change.
11988 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
11990         * progmodes/ada-xref.el (ada-default-prj-properties):
11991         Default ada_project_path to $ADA_PROJECT_PATH.
11993 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
11995         * progmodes/ada-mode.el (ada-create-keymap):
11996         Override `narrow-to-defun' with `ada-narrow-to-defun'.
11998 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
12000         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
12001         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
12002         (ada-get-current-indent, ada-imenu-generic-expression)
12003         (ada-which-function): Check for it.
12005 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
12007         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
12008         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
12010 2010-01-14  Glenn Morris  <rgm@gnu.org>
12012         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
12014 2010-01-14  Kenichi Handa  <handa@m17n.org>
12016         * composite.el (auto-composition-mode): Make it a buffer local
12017         variable (permanent-local).
12018         (auto-composition-function): Set the default value to
12019         auto-compose-chars.
12020         (auto-composition-mode): Make it a simple function, not a minor mode.
12021         (global-auto-composition-mode): Likewise.
12022         (turn-on-auto-composition-if-enabled): Delete it.
12024 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
12026         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
12028 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
12030         * files.el (copy-directory): Compute target for recursive
12031         directories with identical names.  (Bug#5343)
12033 2010-01-12  Glenn Morris  <rgm@gnu.org>
12035         * mail/emacsbug.el (report-emacs-bug-pretest-address):
12036         Set it to bug-gnu-emacs rather than emacs-pretest-bug.
12038 2010-01-11  Sam Steingold  <sds@gnu.org>
12040         * imenu.el (imenu-default-create-index-function): Detect infinite
12041         loops caused by imenu-prev-index-position-function.
12043 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
12045         * htmlfontify.el (htmlfontify-load-rgb-file)
12046         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
12047         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
12048         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
12049         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
12050         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
12051         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
12052         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
12053         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
12054         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
12055         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
12056         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
12057         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
12058         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
12059         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
12060         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
12061         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
12062         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
12063         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
12064         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
12065         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
12066         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
12067         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
12068         backslash-quoting from parentheses, etc.
12070 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
12072         * progmodes/js.el: Autoload javascript-mode alias.
12074 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
12076         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
12077         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
12078         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
12079         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
12080         Fix typos in docstrings.
12081         (ffap-url-regexp): Doc fix.
12082         (ffap-at-mouse): Fix typo in message.
12084 2010-01-11  Glenn Morris  <rgm@gnu.org>
12086         * version.el (emacs-copyright): Set copyright year to 2010.
12088 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12090         * format.el (format-annotate-function): Only set
12091         write-region-post-annotation-function after running to-fn so as not to
12092         affect nested write-region calls (bug#5273).
12094 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
12096         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
12097         wisent/python.el.
12099 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
12101         * man.el (Man-goto-section): Signal error if the section is not
12102         found (Bug#5317).
12104 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
12106         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
12107         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
12109 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
12111         * progmodes/compile.el: Don't treat compile-command as safe if
12112         compilation-read-command might be nil (Bug#4218).
12114 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
12116         * startup.el (command-line-1): Use orig-argi to check for ignored X and
12117         NS options.
12119 2010-01-08  Kenichi Handa  <handa@m17n.org>
12121         * international/fontset.el (build-default-fontset-data):
12122         Exclude characters in scripts kana, hangul, han, or cjk-misc.
12124 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
12126         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
12127         to `create-file-buffer' as it expects, not just a buffer name.
12128         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
12129         to help uniquify.  (Bug#3224)
12131 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
12133         * font-setting.el (font-setting-change-default-font): Use user-spec
12134         instead of name.
12136 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
12138         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
12140 2010-01-05  Tom Tromey  <tromey@redhat.com>
12142         * progmodes/python.el (python-font-lock-keywords):
12143         Handle qualified decorators (Bug#881).
12145 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
12147         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
12148         in a lightweight checkout.
12150 2010-01-05  Kenichi Handa  <handa@m17n.org>
12152         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
12154 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
12156         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
12158 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
12160         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
12161         checkouts.  (Bug#618)
12162         (vc-bzr-log-view-mode): Also highlight the author.
12163         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
12164         (vc-bzr-shelve-menu-map):
12165         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
12166         (vc-bzr-shelve-apply): Make prompt more explicit.
12168 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
12170         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
12171         They are valid characters in URL paths (rfc3986), and at least
12172         Firefox does not understand the encoded version (Bug#3166).
12174 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
12176         * progmodes/octave-mod.el (octave-end-keywords)
12177         (octave-block-begin-or-end-regexp, octave-block-match-alist):
12178         Add "end" keyword (Bug#3061).
12179         (octave-end-as-array-index-p): New function.
12180         (calculate-octave-indent): Use it.
12182 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
12184         * bookmark.el: Consistently put the text property on the bookmark name.
12185         (bookmark-bmenu-marks-width): Bump back to 2, to include
12186         annotation marks.
12187         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
12188         property on the bookmark name, instead of not putting it at all.
12189         (bookmark-bmenu-list): Fix where we put the text property.
12191 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
12193         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
12194         for showing buffer modified state (as added in the previous change).
12196 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
12198         * bookmark.el: Show modified state of bookmark buffer more accurately.
12199         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
12200         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
12201         (with-buffer-modified-unmodified): New macro.
12202         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12203         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
12204         Use new macro to preserve the buffer modified state.
12206 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
12208         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
12209         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
12210         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
12211         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
12212         (bookmark-bmenu-rename, bookmark-bmenu-locate)
12213         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
12214         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
12216 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
12218         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12219         Make the lines in the generated doc string shorter.  (Bug#4668)
12221 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
12223         * net/rcirc.el: Add follow-link binding (Bug#4738).
12225 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
12227         * Makefile.in (bzr-update): Rename from cvs-update.
12228         (cvs-update): New target for backward compatibility.
12230         * makefile.w32-in (bzr-update): Rename from cvs-update.
12231         (cvs-update): New target for backward compatibility.
12233 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
12235         * bookmark.el: Remove gratuitous gratitude.
12237 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
12239         * bookmark.el (bookmark-bmenu-any-marks): New function.
12240         (bookmark-bmenu-save): Clear buffer modification if no marks.
12242 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
12244         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
12245         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
12246         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
12247         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
12249         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
12250         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
12251         To: emacs-devel {_AT_} gnu.org
12252         Subject: bookmark.el bug report
12253         Date: Mon, 28 Dec 2009 14:19:16 +0800
12254         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
12256 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
12258         * bookmark.el: Improvements suggested by Drew Adams:
12259         (bookmark-bmenu-ensure-position): New name for
12260         `bookmark-bmenu-check-position'.  Just ensure the position,
12261         don't return any meaningful value.
12262         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
12263         New constants.
12265 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
12267         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
12268         (bookmark-yank-point, bookmark-bmenu-check-position):
12269         Fix typos in docstrings.
12270         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
12271         (bookmark-name-from-full-record, bookmark-get-position)
12272         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
12273         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
12274         Remove useless quoting of parenthesis, etc. in docstrings.
12276         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
12277         (ediff-append-custom-diff): Fix typo in error message.
12278         (ediff-meta-mark-equal-files): Fix typos in messages.
12280         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
12282         * net/imap-hash.el (imap-hash-make): Doc fix.
12283         (imap-hash-test): Fix typo in error message; reflow docstring.
12284         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
12285         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
12286         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
12287         Fix typos in docstrings.
12288         (imap-hash-open-connection): Fix typo in error message.
12290         * play/gomoku.el (gomoku): Fix typos in docstring.
12292         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
12293         (gdb-jsonify-buffer): Fix typos in docstring.
12294         (gdb-goto-breakpoint): Fix typo in error message.
12295         ("Display Other Windows"): Fix typo in help message.
12296         (gdb-speedbar-expand-node): Fix typo in question.
12298         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
12299         (idlwave-html-system-help-location, idlwave-html-help-location)
12300         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
12301         (idlwave-help-browser-generic-args, idlwave-help-directory)
12302         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
12303         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
12304         (idlwave-online-help, idlwave-help-html-link)
12305         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
12306         Fix typos in docstrings.
12307         (idlwave-help-with-source, idlwave-help-find-routine-definition):
12308         Reflow docstrings.
12309         (idlwave-help-assistant-start): Fix typo in error message.
12311         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
12312         (octave-electric-space): Fix typos in docstrings.
12314 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
12316         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
12318 2010-01-01  Juri Linkov  <juri@jurta.org>
12320         * comint.el (comint-input-ring-size): Make it a defcustom and
12321         increase the default to 500 (Bug#5148).
12323 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
12325         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
12326         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
12327         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
12329 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
12331         Show working revision correctly for mercurial.
12332         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
12333         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
12335 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
12337         Declare some functions for the byte-compiler.
12338         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
12339         (speedbar-timer-fn, speedbar-change-expand-button-char)
12340         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
12342 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
12344         This changeset reverts GDB Graphical Interface to use annotations.
12345         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
12347 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
12349         Make vc-dir work on subdirectories of the bzr root.
12350         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
12351         Return file names relative to it.
12352         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
12353         relative directory to vc-bzr-after-dir-status.
12355 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
12357         * font-lock.el (font-lock-refresh-defaults): New function, which
12358         can be used to let font-lock react to external changes in
12359         variables like font-lock-defaults and keywords.
12360         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
12362 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
12364         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
12366         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
12368 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
12370         Supersede color.diff settings in git log (bug#5211).
12372         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
12373         escape chars in its output when the user has color.diff set to `always'.
12374         This fix works on git 1.4.2 and newer (released on 2006-08-13).
12376 2009-12-26  Kevin Ryde  <user42@zip.com.au>
12378         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
12379         node.  Keep previous "Index" name to work with past coreutils too.
12381         * man.el (man): Revise docstring a bit to show -a and -l as
12382         examples.  Add -k description since support for it has otherwise
12383         been a secret.  (Further to bug#3717.)
12384         (Man-bgproc-sentinel): When "-k foo" produces no output show error
12385         "no matches" rather than "Can't find manpage", as the latter reads
12386         like -k was interpreted as a page name, which is not so.  (Bug#5431)
12388 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
12390         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
12391         switches.  Check also for //SUBDIRED// line.
12393 2009-12-25  Kenichi Handa  <handa@m17n.org>
12395         * language/indian.el (devanagari-composable-pattern): Fix to
12396         handle ZWNJ and ZWJ.  Use it in composition-function-table for
12397         Devanagari.
12398         (malayalam-composable-pattern): Fix previous change.
12400 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12402         * ps-print.el (ps-face-attributes): It was not returning the
12403         attribute face for faces specified as string.  Reported by harven
12404         <harven@free.fr>.  (Bug#5254)
12405         (ps-print-version): New version 7.3.5.
12407 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
12409         * calendar/icalendar.el (icalendar--convert-tz-offset):
12410         Fix timezone names.
12411         (icalendar--convert-tz-offset): Fix the "last-day-problem".
12412         (icalendar--add-diary-entry): Remove the trailing blank that
12413         diary-make-entry inserts.
12415 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
12417         Make `file-expand-wildcards' work for remote files.
12419         * files.el (file-expand-wildcards): In case of remote files, check
12420         only local file name part for wildcards.  Provide feature 'files
12421         and subfeature 'remote-wildcards.  (Bug#5198)
12423         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
12424         if there is already an established connection.
12425         (tramp-advice-file-expand-wildcards): Remove it.
12427         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
12428         (tramp-advice-file-expand-wildcards): Move from tramp.el.
12429         Activate advice for older GNU Emacs versions.  (Bug#5237)
12431 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
12433         Some doc fixes (more needed).
12435         * find-cmd.el (find-constituents): Reflow docstring.
12436         (find-cmd, find-prune, find-command): Fix typos in docstrings.
12437         (find-generic): Doc fix.
12439 2009-12-17  Juri Linkov  <juri@jurta.org>
12441         Fix regression from 23.1 to allow multiple modes in Local Variables.
12443         * files.el (hack-local-variables-filter): While ignoring duplicates,
12444         don't take `mode' into account.
12445         (hack-local-variables-filter, hack-dir-local-variables):
12446         Don't remove duplicate `mode' from local-variables-alist (like `eval').
12448 2009-12-17  Juri Linkov  <juri@jurta.org>
12450         Make `dired-diff' safer.  (Bug#5225)
12452         * dired-aux.el (dired-diff): Signal an error when `file' equals to
12453         `current' or when `file' is a directory of the `current' file.
12455 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
12457         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
12458         unconditionally preloaded files.
12460 2009-12-16  Juri Linkov  <juri@jurta.org>
12462         Revert to old 23.1 logic of using the file at the mark as default.
12463         * dired-aux.el (dired-diff): Use the file at the mark as default
12464         if it's not the same as the current file, and the target dir is
12465         the current dir or the mark is active.  Add the current file
12466         as the arg of `dired-dwim-target-defaults'.  Use the default file
12467         in the prompt.  (Bug#5225)
12469 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
12471         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
12472         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
12473         (tramp-check-for-regexp): Check also, when an echoing shell stops
12474         to echo sent commands.
12476 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
12478         * Makefile.in: Revert last change (Bug#5191).
12480 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
12482         * vc-hg.el (vc-hg-print-log): Fix argument order.
12483         (vc-hg-working-revision): Make sure the command is executed in a
12484         known environment so that we can parse the output.  (Bug#4417)
12486 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
12488         * progmodes/python.el (python-symbol-completions): Remove text
12489         properties from symbol string before calling python-send-receive.
12491 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
12493         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
12494         when there are values for both file and line.  (Bug#5060)
12496 2009-12-14  Juri Linkov  <juri@jurta.org>
12498         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
12499         whitespace after the file name of the first line of unified format,
12500         because git-diff doesn't output whitespace and file modification time
12501         after the file name.
12503 2009-12-14  David Kastrup  <dak@gnu.org>
12505         * info.el (Info-hide-cookies-node): Before hiding a cookie,
12506         check if it already has the `display' property added by
12507         `Info-display-images-node', and not put the `invisible' property
12508         in this case.
12510 2009-12-13  Glenn Morris  <rgm@gnu.org>
12512         * mail/emacsbug.el (message-sort-headers): Define for compiler.
12513         (report-emacs-bug): In message-mode, sort manually before storing
12514         original report text.  (Bug#5178)
12515         Remove superfluous save-excursion.
12517 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
12519         * net/dbus.el (dbus-property-handler): Filter lambda forms out
12520         when responding to "GetAll" properties.
12522 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
12524         * simple.el (compose-mail): Remove mail-setup-with-from from
12525         customization checks.
12527 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
12529         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
12530         RAR archives created on Unix systems.
12532 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12534         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
12535         the varalias that was accidentally removed by the 2009-11-19 change
12536         (bug#5186).
12538 2009-12-12  Kenichi Handa  <handa@m17n.org>
12540         * language/indian.el (indian-compose-regexp): New function.
12541         (malayalam-composable-pattern): Fix the pattern.
12542         (composition-function-table): Set malayalam-composable-pattern for
12543         Malayalam characters.
12545 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
12547         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
12548         rather than down-mouse-1, based on follow-link conventions.
12550         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
12551         are compiled.
12553 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
12555         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
12556         (verilog-vmm-statement-re, verilog-ovm-statement-re)
12557         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
12558         (verilog-leap-to-head, verilog-backward-token):
12559         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
12561 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
12563         * progmodes/verilog-mode.el (verilog-auto-lineup)
12564         (verilog-nameable-item-re): Cleanup user-visible spelling and
12565         documentation errors.  One reported by Gary Delp.
12566         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
12567         (verilog-read-decls): Fix AUTOWIRE with types declared in a
12568         package, bug195.  Reported by Pierre-David Pfister.
12570 2009-12-11  Glenn Morris  <rgm@gnu.org>
12572         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
12574         * mail/emacsbug.el: No longer require sendmail.
12575         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
12576         (report-emacs-bug-orig-text): Doc fix.
12577         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
12578         New local variables, to adapt to different mail-user-agents.
12579         (report-emacs-bug): Fix test for a gnu.org address.
12580         Use overlays for emphasis, since font-lock defeats 'face property.
12581         Pretest bugs also end up at the newsgroup these days.
12582         Stop message-mode stripping text properties.
12583         Set and use the new buffer-local variables.
12584         (report-emacs-bug-hook): Add doc-string.
12585         Remove some unnecessary save-excursions and simplify.
12586         Use the appropriate hook and send-command.
12588         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
12589         capitalization of some menu entries.
12591 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12593         * whitespace.el (whitespace-display-char-on):
12594         Ensure `buffer-display-table' is unique when two or more windows are
12595         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
12596         New version 12.1.
12598 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
12600         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
12601         characters in the Attribute field.
12603 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
12605         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
12607 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12609         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
12610         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12611         Disregard autoload-excludes.
12612         (update-directory-autoloads): Obey autoload-excludes here instead.
12613         But don't store its contents in no-autoloads and remove entries that
12614         refer to excludes files.
12616 2009-12-10  Glenn Morris  <rgm@gnu.org>
12618         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
12619         (expand-mail-aliases): Define for compiler.
12621         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
12622         Define for compiler.
12624         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
12625         appropriate for the mail-user-agent in use.
12627 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
12629         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
12631 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
12633         Fix short log parsing and fontification.
12634         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
12635         Fix fontification for the [merge] label.
12637 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
12639         Drop some properties to avoid surprises (bug#5002).
12640         * htmlfontify.el (hfy-ignored-properties): New defcustom.
12641         (hfy-fontify-buffer): Use it.
12643 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12645         Minor cleanup.
12646         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
12647         Adjust all callers.
12648         (ffap-locate-file): Remove unused arg `dir-ok' and make other
12649         args compulsory.  Adjust callers.
12650         (ffap-gopher-at-point): Remove unused var `name'.
12652         Get rid of the ELCFILES abomination.
12653         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12654         (compile-elcfiles): New phony target.
12655         (compile-main): Compute ELCFILES dynamically.
12656         (compile-clean): New target to remove left-over elc files.
12657         (compile, all): Use it.
12659 2009-12-09  Kenichi Handa  <handa@etlken>
12661         * international/mule-diag.el: Require help-mode instead of help-fns.
12663 2009-12-09  Kenichi Handa  <handa@m17n.org>
12665         * international/mule-cmds.el (ucs-names): Supply sufficiently
12666         fine ranges instead of pre-calculating accurate ranges.
12667         Iterate with bigger gc-cons-threshold.
12669 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
12671         Add support for stashing a snapshot of the current tree.
12672         * vc-git.el (vc-git-stash-snapshot): New function.
12673         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
12675 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
12677         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
12678         instead of `(beginning|end)-of-line'.
12680 2009-12-08  Glenn Morris  <rgm@gnu.org>
12682         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
12684         * Makefile.in (ELCFILES): Regenerate.
12686 2009-12-07  Juri Linkov  <juri@jurta.org>
12688         Don't lazy-highlight the comint output in history Isearch mode.
12690         * comint.el (comint-history-isearch-search): Instead of
12691         `comint-line-beginning-position', use `comint-after-pmark-p'
12692         to check if point if before the process mark, and go to
12693         `process-mark' in this case.
12695 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12697         * textmodes/tex-mode.el (latex-complete)
12698         (latex-indent-or-complete): Remove.
12699         (latex-mode): Set completion-at-point-functions instead.
12701         Provide a standard completion command and hook it into TAB.
12702         * minibuffer.el (completion-at-point-functions): New var.
12703         (completion-at-point): New command.
12704         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
12705         * progmodes/python.el (python-mode-map): Use completion-at-point.
12706         (python-completion-at-point): Rename from python-partial-symbol and
12707         adjust for use in completion-at-point-functions.
12708         (python-mode): Setup completion-at-point for Python completion.
12709         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
12710         extracted from lisp-complete-symbol.
12711         (lisp-complete-symbol): Use it.
12712         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
12713         setup completion-at-point for Elisp completion.
12714         (emacs-lisp-mode-map, lisp-interaction-mode-map):
12715         Use completion-at-point.
12716         * ielm.el (ielm-map): Use completion-at-point.
12717         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
12718         * progmodes/sym-comp.el: Move to...
12719         * obsolete/sym-comp.el: Move from progmodes.
12721 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
12723         Prevent save-buffer in Rmail buffers from using the coding-system
12724         of the current message, and from clobbering the encoding mnemonics
12725         in the mode line (Bug#4623).
12727         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
12728         flag, too.
12729         (rmail-message-encoding): New variable.
12730         (rmail-write-region-annotate): Record the encoding of the current
12731         message in rmail-message-encoding.
12732         (rmail-after-save-hook): New function, restores the encoding of
12733         the current message after the message collection is saved.
12735 2009-12-07  Juri Linkov  <juri@jurta.org>
12737         * progmodes/grep.el (grep-read-files): Use `completing-read'
12738         instead of `read-string'.  Set its `collection' arg to
12739         `read-file-name-internal'.  (Bug#4301)
12741 2009-12-07  Juri Linkov  <juri@jurta.org>
12743         Correctly restore original Isearch point.  (Bug#4994)
12745         * isearch.el (isearch-mode): Move `isearch-push-state' after
12746         `(run-hooks 'isearch-mode-hook)'.
12747         (isearch-cancel): When `isearch-push-state-function' is defined,
12748         let-bind `isearch-cmds' to the first state (the last element of
12749         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
12750         function and restores the original point).  Otherwise, move point
12751         to `isearch-opoint'.
12753 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12755         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
12756         chars that don't have names, so the table can be built much faster at
12757         run-time.
12759 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
12761         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
12762         change.  Suggested by David Kastrup.
12764         * simple.el (compose-mail): Check for incompatibilities and warn.
12765         (compose-mail-user-agent-warnings): New option.
12767 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
12769         Support showing a single log entry from vc-annotate.
12770         * vc.el (print-log): Add a new argument: START-REVISION.
12771         (vc-print-log-internal): Add a new optional argument and
12772         pass it to the backend.
12773         (vc-print-log, vc-print-root-log): Adjust callers.
12774         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
12775         buffer already displays the requested log entry, use it.
12776         Otherwise display only the log entry in question.
12777         * vc-svn.el (vc-svn-print-log):
12778         * vc-mtn.el (vc-mtn-print-log):
12779         * vc-hg.el (vc-hg-state):
12780         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
12781         (vc-git-show-log-entry): Return t on success.
12782         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
12783         (vc-bzr-show-log-entry): Return t on success.
12784         * vc-rcs.el (vc-rcs-print-log):
12785         * vc-sccs.el (vc-sccs-print-log):
12786         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
12788 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
12790         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
12791         Add menus to the meta mode.  (Bug#5043)
12793 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
12795         * ediff-init.el (ediff-event-key): Use event-to-character instead of
12796         event-key.
12798         * ediff.el (ediff-buffers-internal): Add unwind-protect.
12800 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
12802         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
12803         Berbain <raphael.berbain@gmail.com>.
12805         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
12806         characters.
12807         (tramp-initial-end-of-output): New defconst.
12808         (tramp-methods, tramp-find-shell)
12809         (tramp-open-connection-setup-interactive-shell)
12810         (tramp-maybe-open-connection): Use it.
12811         (tramp-shell-prompt-pattern, tramp-wait-for-output):
12812         Handle existence of `#' and `$'.
12814         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
12815         Use `tramp-initial-end-of-output'.
12817 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
12819         Get the background mode from the terminal for xterm, and set
12820         faces accordingly.
12821         * term/xterm.el (xterm-set-background-mode): New function.
12822         (terminal-init-xterm): Use it in case xterm supports background
12823         color queries.  Recompute faces after getting the background
12824         color.
12826 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
12828         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
12829         number comment back on its own line, for easier parsing.
12831 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12833         Make it work for non-file buffers (bug#5102).
12834         * doc-view.el (doc-view-current-cache-dir):
12835         Use doc-view-buffer-file-name rather than buffer-file-name.
12836         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
12838 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
12840         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
12841         author field is too short.
12843 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
12845         * vc-git.el (vc-git-print-log): Handle a limit argument.
12846         Display the short log in graph form and with labels.
12847         (vc-git-log-view-mode): Handle labels.
12849         Make vc-revert change VC state from 'added to 'unregistered.
12850         * vc-git.el (vc-git-revert): Call git reset first.
12852 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
12854         * net/newst-backend.el, net/newst-plainview.el:
12855         * net/newst-reader.el, net/newst-ticker.el:
12856         * net/newst-treeview.el, net/newsticker.el:
12857         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
12859 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
12861         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
12863         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
12864         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
12865         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
12866         Update annotation regexp.
12868         * simple.el (beginning-of-visual-line): Constrain to field
12869         boundaries (Bug#5106).
12871 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
12873         * xml.el (xml-substitute-numeric-entities):
12874         Move newsticker--decode-numeric-entities in newst-backend.el to
12875         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
12876         * net/newst-backend.el (newsticker--parse-generic-feed)
12877         (newsticker--parse-generic-items)
12878         (newsticker--decode-numeric-entities):
12879         Move newsticker--decode-numeric-entities in newst-backend.el to
12880         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
12882 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
12884         * progmodes/js.el (js--js-not): Add null to the list of values.
12886 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
12888         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
12890 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12892         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
12893         delimiter if it is at the end of the current line.
12894         (bibtex-generate-url-list): Fix docstring.
12896 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12898         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
12899         minibuffer's content with itself.
12900         Fold the confirm-after-completion case into the `confirm' case.
12901         (completion-pcm-word-delimiters): Add : and / to the delimiters.
12903 2009-12-06  Kevin Ryde  <user42@zip.com.au>
12905         * ffap.el (ffap-rfc-path): Make this a defcustom since
12906         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
12908         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
12909         manuals, similar to existing setup for help-mode.  (Bug#3913.)
12911 2009-12-05  Juri Linkov  <juri@jurta.org>
12913         Save and restore dired buffer's point positions too.  (Bug#4880)
12915         * dired.el (dired-save-positions): Return in the first element
12916         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
12917         Doc fix.
12918         (dired-restore-positions): First restore buffer's position.
12919         While restoring window's positions, check if window still displays
12920         the original buffer.
12922 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
12924         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
12925         if possible.
12927         * shell.el (shell): Require ansi-color (Bug#5113).
12929         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
12931         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
12933 2009-12-05  Alan Mackenzie  <acm@muc.de>
12935         * progmodes/cc-mode.el (c-before-hack-hook)
12936         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
12937         `c-file-style' to work again.  This reversion restores the current
12938         software to its state in Emacs 23.1.  (Bug#4146)
12940 2009-12-05  Kevin Ryde  <user42@zip.com.au>
12942         * textmodes/sgml-mode.el (sgml-lexical-context):
12943         Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
12945 2009-12-05  Juri Linkov  <juri@jurta.org>
12947         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
12948         for virtual nodes.  (Bug#4147)
12949         (Info-find-node-2): Set `Info-current-node-virtual' to nil
12950         when moving from a virtual node.
12951         (Info-mode-menu): Add `Info-virtual-index' to the menu.
12952         (Info-mode): Add `Info-virtual-index' to the docstring.
12954 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12956         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
12957         track of the buffer position of the end of a BibTeX entry as this
12958         position may change during reformatting.
12959         (bibtex-format-entry): Remove whitespace before processing
12960         numerical fields so that we recognize the latter properly.
12961         (bibtex-reformat): Do not use push which changes the global value
12962         of bibtex-entry-format.
12963         (bibtex-field-braces-alist, bibtex-field-strings-alist)
12964         (bibtex-field-re-init): Replace only space characters by regexp
12965         for whitespace.
12966         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
12967         (bibtex-initialize): Also update bibtex-strings.
12968         (bibtex-kill-field): Preserve white space at end of entry.
12969         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
12970         Update bibtex-reference-keys.
12972 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12974         * minibuffer.el (completion-pcm--merge-try): Also consider placing
12975         point after a star, if that's the only place where modifications can
12976         make progress.
12978 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
12980         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
12981         in docstrings.
12983 2009-12-04  Juri Linkov  <juri@jurta.org>
12985         * proced.el (proced): Call `(proced-update t)' to update process
12986         information instead of only running proced-post-display-hook.
12987         (proced-send-signal): Add a leading space to the buffer name
12988         " *Marked Processes*" to make this buffer ephemeral.
12990 2009-12-04  Juri Linkov  <juri@jurta.org>
12992         * dired.el (dired-auto-revert-buffer): New defcustom.
12993         (dired-internal-noselect): Use it.
12995 2009-12-04  Juri Linkov  <juri@jurta.org>
12997         Change roles of modes and functions in image-mode.el (Bug#5062).
12999         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
13000         in `auto-mode-alist'.
13001         (image-mode-previous-major-mode): New variable.
13002         (image-minor-mode-map): Rename from `image-mode-text-map'.
13003         (image-mode): Move graceful error-handling code from
13004         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
13005         (image-minor-mode): Remove all image-handling code.
13006         Replace `image-mode-text-map' with `image-minor-mode-map'.
13007         Check for `image-type' in mode-line format string.
13008         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
13009         (image-mode-as-text): New function with most code from
13010         `image-mode-maybe'.
13011         (image-toggle-display-text): Move code that removes image
13012         properties from `image-toggle-display' to here.
13013         (image-toggle-display-image): New function with code that adds
13014         image properties copied from `image-toggle-display'.
13015         (image-toggle-display): Remove most code with leaving only code
13016         that toggles between `image-mode-as-text' and `image-mode'.
13018 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
13020         * net/newst-treeview.el
13021         (newsticker--treeview-list-highlight-start): Restored call to
13022         save-excursion: Selected item was stuck.
13023         (newsticker--treeview-list-select): New.
13024         (newsticker--treeview-item-show-text)
13025         (newsticker--treeview-item-show)
13026         (newsticker--treeview-item-update): Use new
13027         newsticker-treeview-item-mode.
13028         (newsticker-treeview-update): Keep current item.
13029         (newsticker-treeview-next-new-or-immortal-item): Doc change.
13030         (newsticker--treeview-first-feed): Doc change.
13031         (newsticker-treeview-list-menu)
13032         (newsticker-treeview-item-menu): Add menu entries.
13033         (newsticker-treeview-item-mode): New.
13035         * net/newst-backend.el (newsticker-customize): Delete other
13036         windows.
13038 2009-12-04  Sam Steingold  <sds@gnu.org>
13040         * log-view.el (log-view-mode-map): "q" calls quit-window,
13041         like in all the other non-self-insert buffers.
13043 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13045         Minor cleanup.
13046         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
13047         key decoding rather than do it manually via last-input-event +
13048         ascii-character.
13049         (term-exec): Use delete-and-extract-region.
13050         (term-handle-ansi-terminal-messages): Remove unused var `end'.
13051         (term-process-pager): Remove unused var `i'.
13052         (term-dynamic-simple-complete): Make obsolete.
13053         (serial-update-config-menu): Remove unused vars `y' and `str'.
13054         (term-update-mode-line): Remove unused var `temp'.
13056 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
13058         Limit the number of log entries displayed by default.
13059         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
13060         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
13061         using a prefix argument.
13063 2009-12-03  Glenn Morris  <rgm@gnu.org>
13065         * progmodes/idlwave.el (class): Restore still useful declaration.
13067 2009-12-03  Alan Mackenzie  <acm@muc.de>
13069         Enhance `c-parse-state' to run efficiently in "brace deserts".
13071         * progmodes/cc-mode.el (c-basic-common-init):
13072         Call c-state-cache-init.
13073         (c-neutralize-syntax-in-and-mark-CPP): Rename from
13074         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
13075         placing `category' properties value 'c-cpp-delimiter at its boundaries.
13077         * progmodes/cc-langs.el (c-before-font-lock-function):
13078         c-extend-and-neutralize-syntax-in-CPP has been renamed
13079         c-neutralize-syntax-in-and-mark-CPP.
13081         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
13082         with `category' properties now, not `syntax-table' ones.
13084         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
13085         enhanced (but slower) version of c-end-of-macro that won't land
13086         inside a literal or on another awkward character.
13087         (c-state-cache-too-far, c-state-cache-start)
13088         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
13089         (c-state-nonlit-pos-cache-limit, c-state-point-min)
13090         (c-state-point-min-lit-type, c-state-point-min-lit-start)
13091         (c-state-min-scan-pos, c-state-brace-pair-desert)
13092         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
13093         buffer local variables.
13094         (c-state-literal-at, c-state-lit-beg)
13095         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
13096         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
13097         (c-state-cache-top-paren, c-state-cache-after-top-paren)
13098         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
13099         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
13100         (c-renarrow-state-cache)
13101         (c-append-lower-brace-pair-to-state-cache)
13102         (c-state-push-any-brace-pair, c-append-to-state-cache)
13103         (c-remove-stale-state-cache)
13104         (c-remove-stale-state-cache-backwards, c-state-cache-init)
13105         (c-invalidate-state-cache-1, c-parse-state-1)
13106         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
13107         (c-parse-state): Enhance and refactor.
13108         (c-debug-parse-state): Amend to deal with all the new variables.
13110         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
13111         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
13112         modify to use category text properties rather than syntax-table ones.
13113         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
13114         to switch off/on the syntactic paren property of C++ template
13115         delimiters using the category property.
13116         (c-with-<->-as-parens-suppressed): Macro to invoke code with
13117         template delims suppressed.
13118         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
13119         New constant/macros which apply category properties to the start
13120         and end of preprocessor constructs.
13121         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
13122         "comment out" the syntactic value of characters in preprocessor
13123         constructs.
13124         (c-with-cpps-commented-out)
13125         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
13126         with characters in all or all but one preprocessor constructs
13127         "commented out".
13129 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13131         * proced.el (proced-filter-alist): Use regexp-quote.
13133 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
13135         Cleanup.
13136         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
13137         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
13138         arguments.  Expand `default-directory'.
13140         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
13141         the benefit of returning an expanded localname.
13142         (tramp-tramp-file-p): Handle the case NAME is not a string.
13144 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
13146         Add support for bzr shelve/unshelve.
13147         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
13148         (vc-bzr-extra-menu-map): New variables.
13149         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
13150         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
13151         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
13152         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
13153         (vc-bzr-dir-extra-headers): Display shelves.
13155         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
13157 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13159         * textmodes/bibtex.el (bibtex-complete-internal):
13160         Use completion-in-region.
13161         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
13163 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
13165         Support applying stashes.  Improve UI.
13166         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
13167         (vc-git-stash-apply, vc-git-stash-pop)
13168         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
13169         (vc-git-stash-menu): New functions.
13170         (vc-git-stash-menu-map): New variable.
13171         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
13173 2009-12-03  Glenn Morris  <rgm@gnu.org>
13175         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
13176         (vc-print-log-internal): Fix previous change.
13177         (vc-revert): Correct pluralization.
13179 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13181         * progmodes/make-mode.el (makefile-special-targets-list): No need for
13182         it to be an alist any more.
13183         (makefile-complete): Use completion-in-region.
13185         * progmodes/octave-mod.el (octave-complete-symbol):
13186         Use completion-in-region.
13188         Misc cleanup.
13189         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
13190         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
13191         (idlwave-complete-class): Don't quote lambda.
13192         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
13193         (idlwave-mode-map): Move initialization into declaration.
13194         (idlwave-action-and-binding): Use backquotes.
13195         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
13196         Simplify.
13197         (idlwave-is-pointer-dereference): Remove unused var `pos'.
13198         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
13199         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
13200         `parts', and `all-parts'.
13201         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
13202         (idlwave-convert-xml-system-routine-info): Remove unused string
13203         `version-string'.
13204         (idlwave-display-user-catalog-widget): Use dolist.
13205         (idlwave-scanning-lib): Declare dynamically-scoped var.
13206         (idlwave-scan-library-catalogs): Remove unused var `flags'.
13207         (completion-highlight-first-word-only): Declare to silence bytecomp.
13208         (idlwave-popup-select): Tighten scope of `resp'.
13209         (idlwave-find-struct-tag): Remove unused var `beg'.
13210         (idlwave-after-load-rinfo-hook): Declare.
13211         (idlwave-sintern-class-info): Remove unused var `taglist'.
13212         (idlwave-find-class-definition): Remove unused var `list'.
13213         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
13214         (idlwave-what-module-find-class): Remove unused var `classes'.
13216 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
13218         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
13220 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13222         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
13223         buffers visited.  Remove redundant current-buffer-saving.
13225 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13227         Use completion-in-buffer and remove uses of dynamic scoping.
13228         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
13229         (pascal-buffer-to-use, pascal-flag): Don't declare.
13230         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
13231         (pascal-get-completion-decl, pascal-keyword-completion):
13232         Add `pascal-str' argument, save-excursion,
13233         return the found completions, and don't filter with pascal-pred.
13234         (pascal-completion-cache): New var.
13235         (pascal-completion): Don't switch buffer any more (it was never
13236         necessary).  Don't save-excursion any more (it's done by the called
13237         subroutines).  Use a cache to avoid redundant computations.
13238         Use complete-with-action rather than pascal-completion-response and
13239         let it apply the predicate as well.
13240         (pascal-complete-word): Use completion-in-buffer when
13241         pascal-toggle-completions is nil.
13242         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
13243         not used any more.
13244         (pascal-comp-defun): Don't change buffer any more.
13245         Use complete-with-action rather than pascal-completion-response and
13246         let it apply the predicate as well.
13247         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
13248         when neded.
13250 2009-12-02  Kenichi Handa  <handa@m17n.org>
13252         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
13253         shape for all Indic scripts.
13255 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13257         Use completion-in-buffer.
13258         * wid-edit.el (widget-field-text-end): New function.
13259         (widget-field-value-get): Use it.
13260         (widget-string-complete, widget-file-complete)
13261         (widget-color-complete): Use it and completion-in-region.
13262         (widget-complete): Don't narrow the buffer.
13264 2009-12-02  Glenn Morris  <rgm@gnu.org>
13266         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
13267         (rmail-select-summary): Use rmail-pop-to-buffer.
13268         * mail/rmailsum.el: Replace all pop-to-buffer calls with
13269         rmail-pop-to-buffer, to prevent horizontal splits.
13271         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
13272         save-excursion with save-current-buffer.
13273         Widen before searching.  (Bug#5093)
13274         (diary-list-sexp-entries): Remove superfluous save-excursion.
13276 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
13278         * woman.el (woman-make-bufname): Handle man-pages with "." in the
13279         name.  (Bug#5038)
13281 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
13283         * ido.el (ido-file-internal): Handle filenames at point that do
13284         not have a directory part.  (Bug#5049)
13286 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
13288         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
13289         (mpc-songs-jump-to, mpc-resume): Doc fixes.
13291 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
13293         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
13294         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
13295         any more.
13297 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13299         * comint.el (comint-insert-input): Ignore clicks to the right of
13300         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
13302         * vc.el (vc-print-log-internal): Don't wait for the process to
13303         terminate before setting up the major mode.
13305         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
13306         in case.
13308         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
13309         the last element.
13311         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
13313 2009-12-01  Glenn Morris  <rgm@gnu.org>
13315         * window.el (window--display-buffer-2): Fix previous changes.
13317 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
13319         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
13321 2009-12-01  Glenn Morris  <rgm@gnu.org>
13323         * Makefile.in (ELCFILES): Add mpc.elc.
13325 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13327         * mpc.el: New file.
13329 2009-12-01  Glenn Morris  <rgm@gnu.org>
13331         * window.el (window-to-use): Define for compiler.
13333         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
13334         consistent with others (no final period).
13336         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
13337         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
13339 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
13341         Make vc-print-log buttons work.
13342         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
13344 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
13346         * savehist.el (savehist-autosave-interval): Allow setting to nil
13347         through customize.  (Bug#5056)
13349 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
13351         Fix references to jit-lock properties.
13352         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
13353         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
13354         (perl-font-lock-special-syntactic-constructs):
13355         Quote jit-lock-defer-multiline property.
13357 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
13359         * vc-git.el (vc-git-registered): Call vc-git-root only once.
13361 2009-11-30  Juri Linkov  <juri@jurta.org>
13363         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
13364         value `buffer' of `multi-isearch-next-buffer-current-function'.
13365         Use `(current-buffer)' when `buffer' is nil.
13366         (multi-isearch-next-buffer-from-list): Don't fallback to
13367         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
13369 2009-11-30  Juri Linkov  <juri@jurta.org>
13371         * misearch.el (multi-isearch-read-buffers): Move canonicalization
13372         of buffers with `get-buffer' to `multi-isearch-buffers'.
13373         (multi-isearch-buffers, multi-isearch-buffers-regexp):
13374         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
13375         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
13376         FILES with `expand-file-name' converting relative file names
13377         to absolute.  Doc fix.  (Bug#4727)
13379 2009-11-30  Juri Linkov  <juri@jurta.org>
13381         * misearch.el (multi-isearch-read-buffers)
13382         (multi-isearch-read-matching-buffers): New functions.
13383         (multi-isearch-buffers, multi-isearch-buffers-regexp):
13384         Use them in the `interactive' spec.  Doc fix.
13385         (multi-isearch-read-files, multi-isearch-read-matching-files):
13386         New functions.
13387         (multi-isearch-files, multi-isearch-files-regexp):
13388         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
13390 2009-11-30  Juri Linkov  <juri@jurta.org>
13392         * doc-view.el (doc-view-continuous):
13393         Rename from `doc-view-continuous-mode'.
13394         (doc-view-menu): Move "Toggle display" to the top.
13395         Add submenu "Continuous" with radio buttons "Off"/"On"
13396         and "Save as Default".
13397         (doc-view-scroll-up-or-next-page)
13398         (doc-view-scroll-down-or-previous-page)
13399         (doc-view-next-line-or-next-page)
13400         (doc-view-previous-line-or-previous-page):
13401         Rename `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
13403 2009-11-30  Juri Linkov  <juri@jurta.org>
13405         * comint.el (comint-mode-map): Rebind `M-r' from
13406         `comint-previous-matching-input' to
13407         `comint-history-isearch-backward-regexp'.
13408         Unbind `M-s' to allow global key binding `M-s'.
13409         Add menu items for `comint-history-isearch-backward' and
13410         `comint-history-isearch-backward-regexp'.  (Bug#3746)
13412 2009-11-30  Juri Linkov  <juri@jurta.org>
13414         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
13415         For def=recenter, replace `recenter' with `recenter-top-bottom'
13416         that is called with `this-command' and `last-command' let-bound
13417         to `recenter-top-bottom'.  When the last `def' was not `recenter',
13418         set `recenter-last-op' to nil.  (Bug#4981)
13420 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13422         Minor cleanup and simplification.
13423         * filecache.el (file-cache-add-directory)
13424         (file-cache-add-directory-recursively)
13425         (file-cache-add-from-file-cache-buffer)
13426         (file-cache-delete-file-regexp, file-cache-delete-directory)
13427         (file-cache-files-matching-internal, file-cache-display): Use dolist.
13428         (file-cache-temp-minibuffer-message): Delete function.
13429         (file-cache-minibuffer-complete): Use minibuffer-message instead.
13431         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
13432         Don't signal an error when bumping into EOB in tr, s, or y.
13434 2009-11-29  Juri Linkov  <juri@jurta.org>
13436         * startup.el (fancy-about-text): Fix wording of Guided Tour.
13437         (Bug#4960)
13439         * descr-text.el (describe-char-unidata-list): Use lowercase name
13440         for "Unicode name" like in other tags.
13442 2009-11-29  Juri Linkov  <juri@jurta.org>
13444         * ediff-util.el (ediff-minibuffer-with-setup-hook):
13445         New compatibility macro.
13446         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
13448 2009-11-29  Juri Linkov  <juri@jurta.org>
13450         Add defcustom to define the cycling order of `recenter-top-bottom'.
13451         (Bug#4981)
13453         * window.el (recenter-last-op): Doc fix.
13454         (recenter-positions): New defcustom.
13455         (recenter-top-bottom): Rewrite to use `recenter-positions'.
13456         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
13458 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
13460         Improve integration of Tramp and ange-ftp in eshell.
13462         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
13463         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
13464         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
13466         * eshell/esh-util.el (top): Require also Tramp when compiling.
13467         (eshell-directory-files-and-attributes): Check for FTP remote
13468         connection.
13469         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
13470         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
13471         (eshell-file-attributes): Handle ".".  Return `entry'.
13473         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
13474         (ange-ftp-directory-files-and-attributes)
13475         (ange-ftp-real-directory-files-and-attributes): New defuns.
13477         * net/tramp.el (tramp-maybe-open-connection): Open the remote
13478         shell with "exec" when possible.  This prevents trailing prompts
13479         in `start-file-process'.
13481 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13483         Try and remove assumptions about point-min==1.
13484         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
13485         (rng-compute-mode-line-string): Show the validation percentage in
13486         terms of the narrowed text, not the widened text.
13487         (rng-do-some-validation): Don't catch internal errors when debugging.
13488         (rng-first-error): Simplify.
13489         (rng-after-change-function): Remove work around.  AFAIK the bug has
13490         been fixed a while ago.
13492         * image-mode.el (image-minor-mode): Exit more gracefully when the image
13493         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
13495         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
13497         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
13498         `cd' doesn't always do it for us (bug#5067).
13500         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
13501         on 2009-10-25 as part of some other change (bug#5067).
13503 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13505         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
13506         `suspicious'.
13507         (byte-compile-warnings): Use byte-compile-warning-types.
13508         (byte-compile-save-excursion): Warn about use of set-buffer right
13509         after save-excursion.
13511         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
13512         the excursion as well.
13514 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
13516         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
13517         providing a Tramp related implementation of "su" and "sudo".
13518         (eshell-unix-initialize): Add "su" and "sudo".
13520 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
13522         * net/socks.el (socks-send-command): Convert binary request to
13523         unibyte before sending.  This fixes mishandling of some port
13524         numbers such as 129.
13526 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13528         * help.el (describe-bindings-internal): Remove `interactive'.
13530         * man.el (Man-completion-table): Trim a terminating "(".
13531         Remove the space between name page a section.
13532         Add the command's description on the `help-echo' property.
13533         Remove `process-connection-type' binding since it's unused by
13534         call-process.
13535         Provide completion for the "<section> <name>" format as well.
13536         (Man-default-man-entry): Remove spurious var shadowing the argument.
13538 2009-11-26  Kevin Ryde  <user42@zip.com.au>
13540         * log-view.el: Add "Keywords: tools", since its other keywords
13541         aren't in finder-known-keywords, and following vc.el.
13543         * sha1.el (sha1-string-external): default-directory "/" in case
13544         otherwise non-existent.  process-connection-type pipe for touch of
13545         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
13547 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13549         Misc coding convention cleanups.
13550         * htmlfontify.el (hfy-init-kludge-hook): Rename from
13551         hfy-init-kludge-hooks.
13552         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
13553         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
13554         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
13555         and push.
13556         (hfy-slant, hfy-weight): Use tables rather than code.
13557         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
13558         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
13559         (hfy-face-attr-for-class): Initialize `face-spec' directly.
13560         (hfy-face-to-css): Remove `nconc' with single arg.
13561         (hfy-p-to-face-lennart): Use `or'.
13562         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
13563         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
13564         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
13565         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
13566         (hfy-force-fontification): Use run-hooks.
13568 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
13570         Various minor fixes.
13571         * htmlfontify.el (hfy-default-header): Add toggle_invis since
13572         Javascript belongs in the header, not the body.
13573         (hfy-javascript): Remove.
13574         (hfy-fontify-buffer): Don't insert it any more.
13575         (hfy-face-at): Handle (face0 face1 face2) style face properties.
13576         Fix bug in invis handling when there were no invis props in a chunk.
13578 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13580         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
13582 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
13584         * finder.el (finder-mode-map): Add a menu.
13586 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
13588         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
13589         "unsigned" structs.
13591         (verilog-leap-to-head, verilog-backward-token): Handle "disable
13592         fork" statement better.
13594 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
13596         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
13597         (verilog-delete-auto, verilog-delete-empty-auto-pair)
13598         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
13599         Reported by Clay Douglass.
13601         (verilog-auto-inst, verilog-auto-star-safe)
13602         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
13603         Fix removing "// Interfaces" when saving .* expansions.
13604         Reported by Pierre-David Pfister.
13606 2009-11-26  Glenn Morris  <rgm@gnu.org>
13608         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
13609         the scope.
13611 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
13613         * vc-annotate.el (vc-annotate-revision-previous-to-line):
13614         Really use previous revision.
13616 2009-11-25  Kevin Ryde  <user42@zip.com.au>
13618         * man.el (Man-completion-table): default-directory "/" in case
13619         doesn't otherwise exist.  process-environment COLUMNS=999 so as
13620         not to truncate long names.  process-connection-type pipe to avoid
13621         any chance of hitting the pseudo-tty TIOCGWINSZ.
13622         (man): completion-ignore-case t for friendliness and since man
13623         itself is case-insensitive on the command line.
13624         Further to Bug#3717.
13626         * arc-mode.el: Add "Keywords: files", so the details in its
13627         commentary can be reached from finder-by-keyword.
13628         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
13629         editing mode, but it's comms related and sgml-mode.el has "comm"
13630         on that basis too.
13631         * textmodes/bibtex-style.el: Add "Keywords: tex".
13632         * international/isearch-x.el, international/ja-dic-cnv.el:
13633         * international/ja-dic-utl.el, international/kkc.el:
13634         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
13636 2009-11-25  Juri Linkov  <juri@jurta.org>
13638         * man.el (Man-completion-table): Modify regexp to include
13639         section names to completion strings.  (Bug#3717)
13641 2009-11-25  Juri Linkov  <juri@jurta.org>
13643         Search recursively in gzipped files.  (Bug#4982)
13645         * progmodes/grep.el (grep-highlight-matches): Add new options
13646         `always' and `auto'.  Doc fix.
13647         (grep-process-setup): Check `grep-highlight-matches' for
13648         `auto-detect' to determine the need to compute grep defaults.
13649         Move Windows/DOS specific --colors settings handling
13650         to `grep-compute-defaults'.  Check `grep-highlight-matches'
13651         to get the value of "--color=".
13652         (grep-compute-defaults): Compute `grep-highlight-matches' when it
13653         has the value `auto-detect'.  Move Windows/DOS specific settings
13654         from `grep-process-setup'.
13655         (zrgrep): New command with alias `rzgrep'.
13657 2009-11-25  Juri Linkov  <juri@jurta.org>
13659         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
13660         to nil instead of switching off view-mode.  (Bug#4896)
13662 2009-11-25  Juri Linkov  <juri@jurta.org>
13664         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
13666         * mwheel.el (mwheel-scroll-up-function)
13667         (mwheel-scroll-down-function): New defvars.
13668         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
13669         `scroll-up', and `mwheel-scroll-down-function' instead of
13670         `scroll-down'.
13672         * doc-view.el (doc-view-scroll-up-or-next-page)
13673         (doc-view-scroll-down-or-previous-page): Add optional ARG.
13674         Use this ARG in the call to image-scroll-up/image-scroll-down.
13675         Change `interactive' spec to "P".  Goto next/previous page only
13676         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
13677         SPC/DEL case).  Doc fix.
13678         (doc-view-next-line-or-next-page)
13679         (doc-view-previous-line-or-previous-page): Rename arg to ARG
13680         for consistency.
13681         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
13682         `doc-view-scroll-up-or-next-page', and buffer-local
13683         `mwheel-scroll-down-function' to
13684         `doc-view-scroll-down-or-previous-page'.
13686 2009-11-25  Juri Linkov  <juri@jurta.org>
13688         Provide additional default values (directories at other Dired
13689         windows) via M-n in the minibuffer of some Dired commands.
13691         * dired-aux.el (dired-diff, dired-compare-directories)
13692         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
13693         `minibuffer-default' in `minibuffer-with-setup-hook'.
13694         (dired-dwim-target-directory): Find a window that displays Dired
13695         buffer instead of failing when the next window is not Dired.
13696         Use `get-window-with-predicate' to find for the next Dired window.
13697         (dired-dwim-target-defaults): New function.
13699         * ediff-util.el (ediff-read-file-name):
13700         Use `dired-dwim-target-defaults' to set `minibuffer-default'
13701         in `minibuffer-with-setup-hook'.
13703 2009-11-25  Juri Linkov  <juri@jurta.org>
13705         Provide additional default values (file name at point or at the
13706         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
13708         * minibuffer.el (read-file-name-defaults): New function.
13709         (read-file-name): Reset `minibuffer-default' to nil when
13710         it duplicates initial input `insdef'.
13711         Bind `minibuffer-default-add-function' to lambda that
13712         calls `read-file-name-defaults' in `minibuffer-selected-window'.
13713         (minibuffer-insert-file-name-at-point): New command.
13715         * files.el (file-name-at-point-functions): New defcustom.
13716         (find-file-default): Remove defvar.
13717         (find-file-read-args): Don't use `find-file-default'.
13718         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
13719         to `read-file-name'.
13720         (find-file-literally): Use `read-file-name' with
13721         `confirm-nonexistent-file-or-buffer'.
13723         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
13725         * dired.el (dired-read-dir-and-switches):
13726         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
13727         to `read-file-name'.
13728         (dired-file-name-at-point): New function.
13729         (dired-mode): Add hook `dired-file-name-at-point' to
13730         `file-name-at-point-functions'.
13732 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13734         Really make the *Completions* window soft-dedicated (bug#5030).
13735         * window.el (window--display-buffer-2): Add `dedicated' argument.
13736         (display-buffer): Pass it when needed so the dedicated flag is set
13737         after calling set-window-buffer, which would otherwise reset it.
13739 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13741         * progmodes/meta-mode.el (meta-complete-symbol):
13742         * progmodes/etags.el (complete-tag):
13743         * mail/mailabbrev.el (mail-abbrev-complete-alias):
13744         Use completion-in-region.
13746         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
13747         (dabbrev-completion): Use completion-in-region.
13748         (dabbrev--abbrev-at-point): Simplify regexp.
13750         * abbrev.el (abbrev--before-point): Use word-motion functions
13751         if :regexp is not specified (bug#5031).
13753         * subr.el (string-prefix-p): New function.
13755         * man.el (Man-completion-cache): New var.
13756         (Man-completion-table): Use it.
13758         * vc.el (vc-print-log-internal): Make `limit' optional for better
13759         compatibility (e.g. with vc-annotate.el).
13761 2009-11-24  Kevin Ryde  <user42@zip.com.au>
13763         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
13764         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
13766         * emacs-lisp/elint.el (elint-add-required-env): Better error message
13767         when .el source file not found or other error.
13769 2009-11-24  Markus Triska  <markus.triska@gmx.at>
13771         * linum.el (linum-update-window): Ignore intangible (bug#4996).
13773 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13775         Handle the [back] button properly (bug#4979).
13776         * descr-text.el (describe-text-properties): Add a `buffer' argument.
13777         Use help-setup-xref, help-buffer, and with-help-window.
13778         (describe-char): Add `buffer' argument.
13779         Pass proper command to help-setup-xref.  Don't meddle with
13780         help-xref-stack-item directly.
13781         (describe-text-category): Use with-help-window and help-buffer.
13783         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
13784         for the displayed buffer (bug#4887).
13786         * man.el (Man-completion-table): New function.
13787         (man): Use it.
13789 2009-11-24  David Reitter  <david.reitter@gmail.com>
13791         * vc-git.el (vc-git-registered): Use checkout directory (where
13792         .git is) rather than the file's directory and a relative path spec
13793         to work around a bug in git.
13795 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
13797         Improve handling of processes on remote hosts.
13799         * eshell/esh-util.el (eshell-path-env): New defvar.
13800         (eshell-parse-colon-path): New defun.
13801         (eshell-file-attributes): Use `eshell-parse-colon-path'.
13803         * eshell/esh-ext.el (eshell-search-path):
13804         Use `eshell-parse-colon-path'.
13805         (eshell-remote-command): Remove argument HANDLER.
13806         (eshell-external-command): Check for FTP remote connection.
13808         * eshell/esh-proc.el (eshell-gather-process-output):
13809         Use `file-truename', in order to start also symlinked files.
13810         Apply `start-file-process' instead of `start-process'.
13811         Shorten `command' to the local file name part.
13813         * eshell/em-cmpl.el (eshell-complete-commands-list):
13814         Use `eshell-parse-colon-path'.
13816         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
13818         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
13819         to `eshell-directory-change-hook'.
13821 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
13823         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
13824         because it could be enabled automatically if view-read-only is non-nil.
13826 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
13828         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
13829         made on 2009-11-22.
13831 2009-11-24  Glenn Morris  <rgm@gnu.org>
13833         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
13834         deleted variable bookmark-bmenu-bookmark-column.
13836 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13838         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
13840 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
13842         * net/browse-url.el (browse-url-filename-alist): On Windows, add
13843         two slashes to the "file:" prefix.
13844         (browse-url-file-url): De-munge Cygwin filenames before passing
13845         them to Windows browser.
13846         (browse-url-default-windows-browser): Use call-process.
13848 2009-11-23  Juri Linkov  <juri@jurta.org>
13850         Implement DocView Continuous mode.  (Bug#4896)
13851         * doc-view.el (doc-view-continuous-mode): New defcustom.
13852         (doc-view-mode-map): Bind C-n/<down> to
13853         `doc-view-next-line-or-next-page', C-p/<up> to
13854         `doc-view-previous-line-or-previous-page'.
13855         (doc-view-next-line-or-next-page)
13856         (doc-view-previous-line-or-previous-page): New commands.
13858 2009-11-23  Juri Linkov  <juri@jurta.org>
13860         Implement Isearch in comint input history.  (Bug#3746)
13861         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
13862         `isearch-mode-hook'.
13863         (comint-history-isearch): New defcustom.
13864         (comint-history-isearch-backward)
13865         (comint-history-isearch-backward-regexp): New commands.
13866         (comint-history-isearch-message-overlay): New buffer-local variable.
13867         (comint-history-isearch-setup, comint-history-isearch-end)
13868         (comint-goto-input, comint-history-isearch-search)
13869         (comint-history-isearch-message, comint-history-isearch-wrap)
13870         (comint-history-isearch-push-state)
13871         (comint-history-isearch-pop-state): New functions.
13873 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
13875         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
13876         return.
13877         (tramp-handle-make-symbolic-link)
13878         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
13879         Quote file names.
13880         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
13881         (tramp-handle-process-file): Use it.
13883 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13885         * window.el (move-to-window-line-last-op): Remove.
13886         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
13888 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
13890         Make M-r mirror the new cycling behavior of C-l.
13891         * window.el (move-to-window-line-last-op): New var.
13892         (move-to-window-line-top-bottom): New command.
13893         (global-map): Bind M-r move-to-window-line-top-bottom.
13895 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
13897         * dired-x.el (dired-guess-shell-alist-default):
13898         Support xz format.  (Bug#4953)
13900 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
13902         * emulation/viper-cmd.el: Use viper-last-command-char instead of
13903         last-command-char/last-command-event.
13904         (viper-prefix-arg-value): Do correct conversion of event-char for
13905         XEmacs.
13907         * emulation/viper-util.el, emulation/viper.el:
13908         Use viper-last-command-char instead of
13909         last-command-char/last-command-event.
13911         * ediff-init.el, ediff-mult.el, ediff-util.el:
13912         Replace last-command-char and last-command-event
13913         with (ediff-last-command-char) everywhere.
13915         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
13916         created in fundamental mode.
13918         * ediff.el (ediff-version): Revert the change of interactive-p to
13919         called-interactively-p.
13921 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
13923         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
13924         generation from word-movement command names.
13926 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
13928         * cus-start.el (all): Add native condition for font-use-system-font.
13930 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
13932         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
13933         Correct the patch from 2009-11-18.  (Bug#3910)
13935 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
13937         * progmodes/subword.el: Rename from lisp/subword.el.
13939         * subword.el: Rename to progmodes/subword.el.
13941         * Makefile.in (ELCFILES): Adapt to subword.el move.
13943 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13944             Stefan Monnier  <monnier@iro.umontreal.ca>
13946         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
13947         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
13948         (bookmark-bmenu-show-filenames): Use push.
13949         (bookmark-bmenu-hide-filenames): Use local var instead of
13950         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
13951         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
13952         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
13953         filenames now that the bookmark names are always available.
13955 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13957         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
13958         (bookmark-search-pattern): Move and leave unbound.
13959         (bookmark-bmenu-mode-map): Change binding.
13960         (bookmark-read-search-input): Simplify.
13961         Don't use text-char-description.  Don't error on non-char events.
13962         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
13963         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
13964         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
13965         Use a local var for the timer.
13966         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
13967         (i.e. bookmark-bmenu-search).
13969 2009-11-21  Glenn Morris  <rgm@gnu.org>
13971         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
13973 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
13975         * net/browse-url.el (browse-url-default-windows-browser):
13976         Use cygstart for cygwin.
13978 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
13980         * bookmark.el: Formatting and doc fixes only:
13981         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
13982         (bookmark-bmenu-search): Wrap to fit within 80 columns.
13983         Minor grammar and punctuation fixes in doc string.
13984         (bookmark-read-search-input): Adjust to fit within 80 columns.
13986 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
13988         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
13989         (c-backward-into-nomenclature): Adapt to subword renaming.
13991         * subword.el (subword-forward, subword-backward, subword-mark)
13992         (subword-kill, subword-backward-kill, subword-transpose)
13993         (subword-downcase, subword-upcase, subword-capitalize)
13994         (subword-forward-internal, subword-backward-internal):
13995         Rename from forward-subword, backward-subword, mark-subword,
13996         kill-subword, backward-kill-subword, transpose-subwords,
13997         downcase-subword, upcase-subword, capitalize-subword,
13998         forward-subword-internal, backward-subword-internal.
14000 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14002         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
14003         New options.
14004         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
14005         New vars.
14006         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
14007         (bookmark-bmenu-filter-alist-by-regexp)
14008         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
14009         (bookmark-bmenu-search): New command.
14010         (bookmark-bmenu-mode-map): Bind it.
14012 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
14014         * progmodes/cc-cmds.el: declare-functioned forward-subword and
14015         backward-subword to quit the byte-compiler.
14017         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
14019         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
14021         * progmodes/cc-cmds.el (c-update-modeline)
14022         (c-forward-into-nomenclature, c-backward-into-nomenclature):
14023         Refer to subword.el functions instead of cc-subword.el.
14025         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
14026         subword.el functions instead of cc-subword.el.
14028         * progmodes/cc-subword.el: Rename to subword.el.
14029         * subword.el: Rename from progmodes/cc-subword.el.
14030         (subword-mode-map): Rename from c-subword-mode-map.
14031         (subword-mode): Rename from c-subword-mode.
14032         (global-subword-mode): New global minor mode.
14033         (forward-subword): Rename from c-forward-subword.
14034         (backward-subword): Rename from c-backward-subword.
14035         (mark-subword): Rename from c-mark-subword.
14036         (kill-subword): Rename from c-kill-subword.
14037         (backward-kill-subword): Rename from c-backward-kill-subword.
14038         (transpose-subwords): Rename from c-tranpose-subword.
14039         (downcase-subword): Rename from c-downcase-subword.
14040         (capitalize-subword): Rename from c-capitalize-subword.
14041         (forward-subword-internal): Rename from c-forward-subword-internal.
14042         (backward-subword-internal): Rename from c-backward-subword-internal.
14044 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
14046         * vc.el (vc-deduce-fileset): Allow non-state changing operations
14047         from a dired buffer.
14048         (vc-dired-deduce-fileset): New function.
14049         (vc-root-diff, vc-print-root-log): Use it.
14051         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
14052         nil LIMIT argument to vc-print-log-internal.
14054 2009-11-20  Glenn Morris  <rgm@gnu.org>
14056         * Makefile.in (ELCFILES): Regenerate.
14058 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
14060         * calc/calc.el (calc-set-mode-line):
14061         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
14062         (math-format-number): Rename `math-format-complement-signed' to
14063         `math-format-twos-complement'.
14065         * calc/calc-bin.el (math-format-twos-complement): Rename from
14066         math-format-complement-signed.
14067         (calc-radix): Rename `calc-complement-signed-mode' to
14068         `calc-twos-complement-mode'.
14069         (calc-octal-radix, calc-hex-radix): Add an argument for
14070         two's complement.
14072         * calc/calc-embed.el (calc-embedded-mode-vars):
14073         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
14075         * calc/calc-ext.el (calc-init-extensions):
14076         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
14077         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
14079         * calc/calc-units.el (math-build-units-table-buffer):
14080         Let `calc-twos-complement-mode' be nil.
14082         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
14083         entries.
14085         * calc/calc-vec.el (calcFunc-vunpack):
14086         * calc/calc-aent.el (calc-do-calc-eval):
14087         * calc/calc-forms.el (math-format-date):
14088         * calc/calc-graph.el (calc-graph-plot):
14089         * calc/calc-math.el (math-use-emacs-fn):
14090         * calc/calccomp.el (math-compose-expr):
14091         Let `calc-twos-complement-mode' be nil.
14093 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14095         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
14096         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
14097         * minibuffer.el (completion-in-region-functions): New hook.
14098         (completion-in-region): New function.
14099         * emacs-lisp/lisp.el (lisp-complete-symbol):
14100         * pcomplete.el (pcomplete-std-complete): Use it.
14102 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14104         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
14105         (latex-complete-alist): New vars.
14106         (latex-string-prefix-p, latex-complete-bibtex-keys)
14107         (latex-complete-envnames, latex-complete-refkeys)
14108         (latex-complete-data): New functions.
14109         (latex-complete, latex-indent-or-complete): New commands.
14111         * window.el (display-buffer-mark-dedicated): New var.
14112         (display-buffer): Obey it.
14113         * minibuffer.el (minibuffer-completion-help): Use it.
14115         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
14117         * filecache.el (file-cache-add-file): Use push and cons.
14118         (file-cache-delete-file-regexp): Use push.
14119         (file-cache-complete): Use completion-in-region.
14121         * simple.el (with-wrapper-hook): Fix thinko.
14123         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
14124         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
14125         Use with-current-buffer and string-to-number.
14126         (hfy-fallback-colour-values): Use assoc-string.
14127         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
14128         (hfy-face-at): Remove unused var `found-face'.
14129         (hfy-compile-stylesheet): Remove unused var `css'.
14130         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
14131         and `orig-buffer'.
14132         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
14133         Use with-current-buffer.
14134         (hfy-text-p): Use expand-file-name and fewer setq.
14136 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
14138         * htmlfontify.el, hfy-cmap.el: New files.
14140 2009-11-19  Juri Linkov  <juri@jurta.org>
14142         * minibuffer.el (completions-format): New defcustom.
14143         (completion--insert-strings): Implement vertical format.
14145         * simple.el (switch-to-completions): Move point to the first
14146         completion when point was at the beginning of the buffer.
14148 2009-11-19  Juri Linkov  <juri@jurta.org>
14150         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
14152         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
14154 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
14156         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
14157         (mail-signature): Change default to t.
14158         (mail-from-style): Deprecate `system-default' value.
14159         (mail-insert-from-field): For default value of mail-from-style,
14160         default to `angles' unless `angles' needs quoting and `parens'
14161         does not.
14162         (mail-citation-prefix-regexp): Use citation regexp from
14163         message-mode.
14165 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
14167         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
14168         Set variables for computing the prompt for reading password.
14170 2009-11-19  Glenn Morris  <rgm@gnu.org>
14172         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
14174         * textmodes/flyspell.el (sgml-lexical-context): Declare.
14176         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
14177         (newsticker-treeview-listwindow-height): Fix custom type.
14179 2009-11-19  Kenichi Handa  <handa@m17n.org>
14181         * descr-text.el (describe-char-padded-string): Compose with TAB
14182         only if there's a font for CH.
14183         (describe-char): Fix the condition for detecting a trivial composition.
14185 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
14187         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
14188         more accurate version of the regexp.  (Bug#3910)
14190 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
14192         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
14194 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
14196         * font-setting.el (font-use-system-font): Declare for byte-compiler.
14197         (font-setting-change-default-font): Fix typo in docstring.
14199 2009-11-18  Alan Mackenzie  <acm@muc.de>
14201         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
14203 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
14205         * font-setting.el (font-use-system-font): Move ...
14207         * cus-start.el (all): ... to here.
14209 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
14211         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
14212         Don't set `ad-return-value' if `ad-do-it' doesn't.
14214         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
14215         modification time.
14217 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
14219         * menu-bar.el: Put "Use system font" in Option-menu.
14220         (menu-bar-options-save): Add font-use-system-font.
14222         * loadup.el: If feature system-font-setting or font-render-setting is
14223         there, load font-setting.
14225         * Makefile.in (ELCFILES): Add font-settings.el.
14226         * font-setting.el: New file.
14228 2009-11-17  Glenn Morris  <rgm@gnu.org>
14230         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
14232         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
14233         Preserve point in the list buffer.  (Bug#4939)
14234         Use point-at-eol.
14235         (newsticker--treeview-list-update-highlight)
14236         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
14238 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
14240         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
14241         Remove.
14243         * calc/calc-ext.el (calc-init-extensions): Remove references to
14244         symclip.
14246         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
14248         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
14249         * calc/calc-help.el (calc-b-prefix-help): Remove references to
14250         `calc-symclip'.
14252 2009-11-16  Kevin Ryde  <user42@zip.com.au>
14254         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
14255         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
14257         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
14258         (lm-keywords-list): Allow comma-only separator like "foo,bar".
14259         Ignore trailing spaces by omit-nulls to split-string (fixing
14260         regression from Emacs 21 due to the incompatible split-string
14261         change).  (Bug #4928.)
14263 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
14265         * vc.el (vc-log-show-limit): Default to 2000.
14266         (vc-print-log-internal): Insert buttons to request more entries
14267         when limiting the output.
14269         * vc-sccs.el (vc-sccs-print-log):
14270         * vc-rcs.el (vc-rcs-print-log):
14271         * vc-cvs.el (vc-cvs-print-log):
14272         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
14273         LIMIT is non-nil.
14275 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
14277         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
14278         error when `tramp-gvfs-dbus-event-vector' is set.
14279         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
14281 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14283         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
14285 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
14287         * net/dbus.el (dbus-unregister-service): New defun.
14288         (dbus-register-property): Register the handlers of
14289         "org.freedesktop.DBus.Properties" for SERVICE.
14290         (dbus-property-handler): Fix docstring.
14292 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14294         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
14295         Quote doc string reference in defvaralias as it is not in special form.
14296         (byte-compile-output-docform): Doc fix.
14298 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
14300         * calc/calc.el (math-2-word-size, math-half-2-word-size)
14301         (calc-complement-signed-mode): New variables.
14302         (calc-set-mode-line): Add indicator for twos-complements.
14303         (math-format-number): Format twos-complement notation.
14305         * calc/calc-bin.el (calc-word-size): Reset the variables
14306         `math-2-word-size' and `math-half-2-word-size'.
14307         (math-format-complement-signed, math-symclip, calcFunc-symclip)
14308         (calc-symclip): New functions.
14310         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
14312         * calc/calc-embed.el (calc-embedded-mode-vars):
14313         Add `calc-complement-signed-mode' to the list of modes.
14315         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
14316         (calc-b-oper-keys): Add `calc-symclip' to list.
14318         * calc/calc-ext.el (math-read-number-fancy): Read complement
14319         signed numbers.
14320         (calc-init-extensions): Add binding for `calc-symclip'.
14321         Add autoload for `calcFunc-symclip' and `calc-symclip'.
14323         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
14324         `calc-symclip'.
14325         (calc-modes-menu): Add item for twos complement mode.
14327         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
14329 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
14331         * register.el (jump-to-register, insert-register): Handle Semantic
14332         tags.  From commented-out advice in semantic/senator.el.
14334 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
14336         * vc.el (vc-log-show-limit): New variable.
14337         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
14338         when using a prefix argument.
14339         (vc-print-log-internal): Add new argument LIMIT.
14341         * vc-svn.el (vc-svn-print-log):
14342         * vc-mtn.el (vc-mtn-print-log):
14343         * vc-hg.el (vc-hg-print-log):
14344         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
14345         pass it to the log command when set.  Make the BUFFER argument
14346         non-optional.
14348         * vc-sccs.el (vc-sccs-print-log):
14349         * vc-rcs.el (vc-rcs-print-log):
14350         * vc-git.el (vc-git-print-log):
14351         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
14352         ignore it.  Make the BUFFER argument non-optional
14354         * bindings.el (mode-line-buffer-identification): Do not purecopy.
14356 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
14358         * dired.el (dired-mode-map): Move encryption items to "Operate"
14359         menu (Bug#4703).
14361         * strokes.el (strokes-update-window-configuration): Make strokes
14362         buffer current before erasing (Bug#4906).
14364 2009-11-15  Juri Linkov  <juri@jurta.org>
14366         * simple.el (set-mark-default-inactive): Add :type, :group
14367         and :version.  (Bug#4876)
14369 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
14371         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
14372         (archive-unique-fname): ... here.  (Bug#4929)
14374 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14376         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
14377         with a real fix.
14379         * novice.el (disabled-command-function): Add useful args.
14380         Setup the help buffer so that [back] works.
14381         Remove redundant call to help-mode.
14382         (disabled-command-function): Use `case'.
14383         (en/disable-command): New function extracted from enable-command.
14384         (enable-command, disable-command): Use it.
14386 2009-11-14  Glenn Morris  <rgm@gnu.org>
14388         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
14389         constants.  (Bug#4913)
14391         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
14393 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
14395         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
14396         defined in C that have no doc-strings.  (Bug#1063)
14398 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
14400         * cus-edit.el (data, files):
14401         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
14403 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
14405         * simple.el (shell-command): Doc fix (Bug#4891).
14407         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
14409 2009-11-14  Glenn Morris  <rgm@gnu.org>
14411         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
14412         statements for vc-diff, emerge-quit, and rmail-cease-edit.
14413         If they are already loaded, eval-after-load will do the right thing.
14415         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
14416         compiling.
14418         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
14420         * simple.el (x-selection-owner-p): Declare.
14421         (read-mail-command): Use custom radio type rather than choice.
14422         (completion-no-auto-exit): Doc fix.
14424         * custom.el (defgroup):
14425         * epg-config.el (epg): Doc fixes.
14427 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
14429         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
14430         * international/ccl.el (define-ccl-program): Do not purecopy the
14431         docstring, defconst does it anyway.
14433 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14435         * add-log.el (add-change-log-entry): Avoid displaying the changelog
14436         a second time.
14438         * x-dnd.el (x-dnd-maybe-call-test-function):
14439         * window.el (split-window-vertically):
14440         * whitespace.el (whitespace-help-on):
14441         * vc-rcs.el (vc-rcs-consult-headers):
14442         * userlock.el (ask-user-about-lock-help)
14443         (ask-user-about-supersession-help):
14444         * type-break.el (type-break-force-mode-line-update):
14445         * time-stamp.el (time-stamp-conv-warn):
14446         * terminal.el (te-set-output-log, te-more-break, te-filter)
14447         (te-sentinel, terminal-emulator):
14448         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
14449         (term-write-input-ring, term-check-source, term-start-output-log):
14450         (term-display-buffer-line, term-dynamic-list-completions):
14451         (term-ansi-make-term, serial-term):
14452         * subr.el (selective-display):
14453         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
14454         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
14455         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
14456         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
14457         (speedbar-remove-localized-speedbar-support)
14458         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
14459         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
14460         (speedbar-buffers-line-directory):
14461         * simple.el (shell-command-on-region, append-to-buffer)
14462         (prepend-to-buffer):
14463         * shadowfile.el (shadow-save-todo-file):
14464         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
14465         (scroll-bar-maybe-set-window-start):
14466         * sb-image.el (speedbar-image-dump):
14467         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
14468         (load-save-place-alist-from-file):
14469         * ps-samp.el (ps-print-message-from-summary):
14470         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
14471         (ps-background-image, ps-begin-job, ps-do-despool):
14472         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
14473         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
14474         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
14475         (pr-call-process, pr-file-list, pr-interface-save):
14476         * novice.el (disabled-command-function)
14477         (enable-command, disable-command):
14478         * mouse.el (mouse-buffer-menu-alist):
14479         * mouse-copy.el (mouse-kill-preserving-secondary):
14480         * macros.el (kbd-macro-query):
14481         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
14482         * informat.el (batch-info-validate):
14483         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
14484         * hippie-exp.el (try-expand-dabbrev-visible):
14485         * help-mode.el (help-make-xrefs):
14486         * help-fns.el (describe-variable):
14487         * generic-x.el (bat-generic-mode-run-as-comint):
14488         * finder.el (finder-mouse-select):
14489         * find-dired.el (find-dired-sentinel):
14490         * filesets.el (filesets-file-close):
14491         * files.el (list-directory):
14492         * faces.el (list-faces-display, describe-face):
14493         * facemenu.el (list-colors-display):
14494         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
14495         * epg.el (epg--process-filter, epg-cancel):
14496         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
14497         (epa--read-signature-type):
14498         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
14499         (emerge-file-names):
14500         * ehelp.el (electric-helpify):
14501         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
14502         * ediff-vers.el (rcs-ediff-view-revision):
14503         * ediff-util.el (ediff-setup):
14504         * ediff-mult.el (ediff-append-custom-diff):
14505         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
14506         (ediff-wordify):
14507         * echistory.el (Electric-command-history-redo-expression):
14508         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
14509         * disp-table.el (describe-display-table):
14510         * dired.el (dired-find-buffer-nocreate):
14511         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
14512         * dabbrev.el (dabbrev--same-major-mode-p):
14513         * chistory.el (list-command-history):
14514         * apropos.el (apropos-documentation):
14515         * allout.el (allout-obtain-passphrase):
14516         (allout-copy-exposed-to-buffer):
14517         (allout-verify-passphrase): Use with-current-buffer.
14519 2009-11-13  Glenn Morris  <rgm@gnu.org>
14521         * Makefile.in (ELCFILES): Regenerate.
14523 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
14525         * net/dbus.el (dbus-registered-objects-table): Rename from
14526         `dbus-registered-functions-table', because it contains also properties.
14527         (dbus-unregister-object): Unregister also properties.
14528         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
14529         Use a timeout of 500 msec, in order to not block.
14530         (dbus-register-property, dbus-property-handler): New defuns.
14532 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14534         * simple.el (minibuffer-default-add-completions): Drop deprecated
14535         4th arg.
14537 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
14539         * textmodes/artist.el (artist-mouse-choose-operation):
14540         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
14541         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14542         (artist-compute-up-event-key): New function.
14543         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
14545 2009-11-13  Kenichi Handa  <handa@m17n.org>
14547         * language/japan-util.el: Make sure that the value of jisx0208
14548         property is jisx0208 character.
14550 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
14552         * international/mule.el (auto-coding-regexp-alist): Only purecopy
14553         car or each item, not the whole list.
14555 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14557         * minibuffer.el (minibuffer-completion-help):
14558         Use minibuffer-hide-completions.
14560 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
14562         * dired.el (dired-save-positions, dired-restore-positions): New funs.
14563         (dired-revert): Use them (bug#4880).
14565 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
14567         * tooltip.el (tooltip-frame-parameters): Undo previous change.
14569 2009-11-12  Juri Linkov  <juri@jurta.org>
14571         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
14572         New functions.
14573         (find-file-literally-at-point): Alias of `ffap-literally'.
14575 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
14577         * textmodes/ispell.el (ispell-skip-region-alist):
14578         * textmodes/css-mode.el (auto-mode-alist):
14579         * progmodes/compile.el (auto-mode-alist):
14580         * international/mule.el (ctext-non-standard-encodings-alist)
14581         (ctext-non-standard-encodings-regexp):
14582         * simple.el (shell-command-switch, text-read-only):
14583         * replace.el (occur-mode-map):
14584         * paths.el (rmail-file-name):
14585         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
14586         * find-file.el (ff-special-constructs):
14587         * files.el (file-name-handler-alist):
14588         * composite.el: Purecopy strings.
14590         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
14592 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
14594         * widget.el (define-widget): Purecopy the docstring.
14595         * international/mule-cmds.el (charset): Do not purecopy the
14596         docstring here, define-widget does it.
14598         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
14599         * textmodes/bibtex-style.el (auto-mode-alist):
14600         * progmodes/inf-lisp.el (inferior-lisp-prompt):
14601         * progmodes/compile.el (compile-command):
14602         * language/korea-util.el (default-korean-keyboard):
14603         * international/mule-conf.el (file-coding-system-alist):
14604         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
14605         * tooltip.el (tooltip-frame-parameters):
14606         * newcomment.el (comment-end, comment-padding):
14607         * dired.el (dired-trivial-filenames):
14608         * comint.el (comint-file-name-prefix): Purecopy initial values.
14610 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
14612         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
14613         (tramp-advice-minibuffer-electric-tilde): Unload advices via
14614         `tramp-unload'.
14615         (tramp-advice-make-auto-save-file-name)
14616         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
14617         after removing the advice.
14619 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
14621         * progmodes/grep.el (grep-regexp-alist):
14622         * international/mule-cmds.el (iso-2022-control-alist):
14623         * emacs-lisp/timer.el (timer-duration-words):
14624         * subr.el (version-separator, version-regexp-alist):
14625         * minibuffer.el (completion-styles-alist):
14626         * faces.el (face-attribute-name-alist, list-faces-sample-text):
14627         Change defvars to defconsts.
14629         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
14630         * loadup.el ("international/mule-conf"): Load the byte compiled version.
14631         * international/mule-conf.el: Allow to be byte compiled.
14633         * international/mule.el (define-charset): Purecopy props.
14634         (load-with-code-conversion): Purecopy doc string and file name.
14635         (put-charset-property): Purecopy strings.
14636         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
14638         * international/mule-cmds.el (register-input-method): Purecopy arguments.
14639         (define-char-code-property): Correctly purecopy the table.
14641         * international/ccl.el (define-ccl-program): Purecopy the docstring.
14643         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
14645         * subr.el (add-hook): Purecopy strings.
14646         (eval-after-load): Purecopy load-history-regexp and the form.
14648         * custom.el (custom-declare-group): Purecopy load-file-name.
14650         * subr.el (menu-bar-separator): New defconst.
14651         * net/eudc.el (eudc-tools-menu):
14652         * international/mule-cmds.el (set-coding-system-map)
14653         (mule-menu-keymap):
14654         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
14655         * vc-hooks.el (vc-menu-map):
14656         * replace.el (occur-mode-map):
14657         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
14658         (menu-bar-edit-menu, menu-bar-goto-menu)
14659         (menu-bar-custom-menu, menu-bar-showhide-menu)
14660         (menu-bar-options-menu, menu-bar-tools-menu)
14661         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
14662         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
14663         (menu-bar-help-menu):
14664         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
14665         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
14667         * term/x-win.el (x-gtk-stock-map):
14668         * progmodes/vera-mode.el (auto-mode-alist):
14669         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
14670         (inferior-lisp-program, inferior-lisp-load-command):
14671         * progmodes/hideshow.el (hs-special-modes-alist):
14672         * progmodes/gud.el (same-window-regexps):
14673         * progmodes/grep.el (grep-program, find-program, xargs-program):
14674         * net/telnet.el (same-window-regexps):
14675         * net/rlogin.el (same-window-regexps):
14676         * language/ethiopic.el (font-ccl-encoder-alist):
14677         * vc-sccs.el (vc-sccs-master-templates):
14678         * vc-rcs.el (vc-rcs-master-templates):
14679         * subr.el (cl-assertion-failed):
14680         * simple.el (next-error-overlay-arrow-position):
14681         * lpr.el (lpr-command):
14682         * locate.el (locate-ls-subdir-switches):
14683         * info.el (same-window-regexps, info)
14684         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
14685         * image-mode.el (image-mode, auto-mode-alist):
14686         * hippie-exp.el (hippie-expand-ignore-buffers):
14687         * format.el (format-alist):
14688         * find-dired.el (find-ls-subdir-switches, find-grep-options)
14689         (find-name-arg):
14690         * facemenu.el (facemenu-keybindings):
14691         * dired.el (dired-listing-switches, dired-chown-program):
14692         * diff.el (diff-switches, diff-command):
14693         * cus-edit.el (same-window-regexps):
14694         * bindings.el (mode-line-mule-info)
14695         (mode-line-buffer-identification): Purecopy strings.
14697 2009-11-11  Juri Linkov  <juri@jurta.org>
14699         * simple.el (dired-get-filename) <declare-function>:
14700         Tell the byte-compiler about dired-get-filename.
14701         (shell-command): In Dired mode, get filename from the current line
14702         as the default value.
14704 2009-11-10  Glenn Morris  <rgm@gnu.org>
14706         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
14707         * calendar/holidays.el, progmodes/cperl-mode.el:
14708         Update x-popup-menu declarations.
14710         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
14711         (list-load-path-shadows): Use dolist.
14712         (list-load-path-shadows): Use with-current-buffer.
14714 2009-11-10  Juri Linkov  <juri@jurta.org>
14716         * minibuffer.el (read-file-name): Support a list of default values
14717         in `default-filename'.  Use the first file name where only one
14718         element is required.  Doc fix.
14720 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
14722         * net/dbus.el (dbus-unregister-object): Release service, if no
14723         other method is registered for it.
14725 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
14727         * bookmark.el (bookmark-completing-read): Sort bookmark names if
14728         bookmark-sort-flag is non-nil (Bug#4653).
14730 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
14732         * emulation/cua-base.el: Add CUA property to some CC mode commands
14733         (Bug#4100).
14735 2009-11-08  Kevin Ryde  <user42@zip.com.au>
14737         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
14738         at end of sentence (Bug#4818).
14740 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
14742         * progmodes/compile.el (compilation-error-regexp-alist-alist):
14743         Handle "see declaration of" MSFT statements (Bug#4100).
14745 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
14747         * net/tramp.el (tramp-advice-make-auto-save-file-name)
14748         (tramp-advice-file-expand-wildcards): Unload via
14749         `ad-remove-advice'.
14751         * net/trampver.el: Update release number.
14753 2009-11-08  Kevin Ryde  <user42@zip.com.au>
14755         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
14756         `ad-do-it'.
14758 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
14760         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
14761         in order to keep context in SELinux.
14763 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
14765         * dired-aux.el (dired-query): Place cursor in echo area and allow
14766         C-g.
14768         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
14769         menu item if not on a directory (Bug#4701).
14771 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
14773         Sync with Tramp 2.1.17.
14775         * net/tramp.el (tramp-handle-copy-directory): Don't use
14776         `file-remote-p' (due to compatibility).
14778         * net/tramp-compat.el (tramp-compat-copy-directory)
14779         (tramp-compat-delete-directory): New defuns.
14781         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
14782         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
14783         Use `tramp-compat-delete-directory'.
14785         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
14786         (tramp-smb-handle-delete-directory):
14787         Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
14789         * net/trampver.el: Update release number.
14791 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
14793         * tar-mode.el (tar-copy): Call write-region on the right buffer
14794         (Bug#4857).
14796         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
14797         by hand, if necessary (Bug#4878).
14799 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
14801         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
14802         align size column (Bug#4839).
14804         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
14805         statement.
14807 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
14809         * progmodes/ld-script.el (auto-mode-alist):
14810         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
14812         * cus-face.el (custom-declare-face): Purecopy face spec.
14814 2009-11-06  Kenichi Handa  <handa@m17n.org>
14816         * international/uni-bidi.el: Re-generated.
14817         * international/uni-category.el: Re-generated.
14818         * international/uni-combining.el: Re-generated.
14819         * international/uni-mirrored.el: Re-generated.
14821 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
14823         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
14824         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
14825         (tex-start-options, slitex-run-command, latex-run-command)
14826         (tex-run-command, tex-directory):
14827         * textmodes/ispell.el (ispell-html-skip-alists)
14828         (ispell-tex-skip-alists, ispell-tex-skip-alists):
14829         * textmodes/fill.el (adaptive-fill-first-line-regexp):
14830         (adaptive-fill-regexp):
14831         * textmodes/dns-mode.el (auto-mode-alist):
14832         * progmodes/python.el (interpreter-mode-alist):
14833         * progmodes/etags.el (tags-compression-info-list):
14834         * progmodes/etags.el (tags-file-name):
14835         * net/browse-url.el (browse-url-galeon-program)
14836         (browse-url-firefox-program):
14837         * mail/sendmail.el (mail-signature-file)
14838         (mail-citation-prefix-regexp):
14839         * international/mule-conf.el (eight-bit):
14840         * international/latexenc.el (latex-inputenc-coding-alist):
14841         * international/fontset.el (x-pixel-size-width-font-regexp):
14842         * emacs-lisp/warnings.el (warning-type-format):
14843         * emacs-lisp/trace.el (trace-buffer):
14844         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
14845         (emacs-lisp-mode-map):
14846         * calendar/holidays.el (holiday-solar-holidays)
14847         (holiday-bahai-holidays, holiday-islamic-holidays)
14848         (holiday-christian-holidays, holiday-hebrew-holidays)
14849         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
14850         (hebrew-holidays-1, holiday-oriental-holidays)
14851         (holiday-general-holidays):
14852         * x-dnd.el (x-dnd-known-types):
14853         * tool-bar.el (tool-bar):
14854         * startup.el (site-run-file):
14855         * shell.el (shell-dumb-shell-regexp):
14856         * rfn-eshadow.el (file-name-shadow-tty-properties)
14857         (file-name-shadow-properties):
14858         * paths.el (remote-shell-program, news-directory):
14859         * mouse.el ([C-down-mouse-3]):
14860         * menu-bar.el (menu-bar-tools-menu):
14861         * jka-cmpr-hook.el (jka-compr-load-suffixes)
14862         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
14863         (jka-compr-compression-info-list):
14864         * isearch.el (search-whitespace-regexp):
14865         * image-file.el (image-file-name-extensions):
14866         * find-dired.el (find-ls-option):
14867         * files.el (directory-listing-before-filename-regexp)
14868         (directory-free-space-args, insert-directory-program)
14869         (list-directory-brief-switches, magic-fallback-mode-alist)
14870         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
14871         (automount-dir-prefix):
14872         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
14873         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
14874         (face-font-registry-alternatives, face-font-registry-alternatives)
14875         (face-font-family-alternatives):
14876         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
14877         (facemenu-foreground-menu, facemenu-face-menu):
14878         * epa-hook.el (epa-file-name-regexp):
14879         * dnd.el (dnd-protocol-alist):
14880         * textmodes/rst.el (auto-mode-alist):
14881         * button.el (default-button): Purecopy strings.
14883 2009-11-06  Glenn Morris  <rgm@gnu.org>
14885         * Makefile.in (ELCFILES): Update.
14887 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14889         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
14890         * emacs-lisp/levents.el: Move to obsolete/levents.el.
14892         * nxml/xsd-regexp.el (xsdre-gen-categories):
14893         * nxml/xmltok.el (xmltok-parse-entity):
14894         * nxml/rng-parse.el (rng-parse-validate-file):
14895         * nxml/rng-maint.el (rng-format-manual)
14896         (rng-manual-output-force-new-line):
14897         * nxml/rng-loc.el (rng-save-schema-location-1):
14898         * nxml/rng-cmpct.el (rng-c-parse-file):
14899         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
14900         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
14902 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
14904         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14905         Remove extra save-excursions and make-variable-buffer-local's.
14906         Suggested by Stefan Monnier.
14908         (verilog-getopt-file, verilog-module-inside-filename-p)
14909         (verilog-set-define): Merge GNU 1.35 and repair changes from
14910         switching to using with-current-buffer.
14912         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
14913         being treated as a number and confusing AUTORESET.
14914         Reported by Dan Dever.
14916         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
14917         Add verilog-auto-ignore-concat to fix backward compatibility with
14918         older verilog-modes.  Reported by Dan Katz.
14920         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
14921         containing closing anchors "...$".
14923         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
14924         Reported by Wade Smith.
14926         (verilog-batch-execute-func): Comment on function usage.
14928 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
14930         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
14931         for labels.
14933         (verilog-label-re, verilog-calc-1): Support proper indent of named
14934         asserts.
14936         (verilog-backward-token, verilog-basic-complete-re)
14937         (verilog-beg-of-statement, verilog-indent-re): Support proper
14938         indent of the assert statement at the beginning of a block of text.
14940         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
14941         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
14942         tokens as begins.
14944 2009-11-05  Glenn Morris  <rgm@gnu.org>
14946         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
14947         Emacs 19.  (Bug#1531)
14948         (byte-compile-fix-header): Update for the above change.
14949         Drop test for epoch::version.
14951         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
14952         * cus-dep.el (custom-make-dependencies):
14953         * finder.el (finder-compile-keywords):
14954         Use autoload-rubric's feature argument.
14956         * calendar/diary-lib.el (top-level): Make load behave more like require.
14958         * vc-git.el (vc-git-stash-map): Move definition before use.
14960 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
14962         * custom.el (custom-declare-group): Purecopy standard-value.
14963         (custom-declare-group): Purecopy custom-prefix.
14965         * international/mule.el (load-with-code-conversion):
14966         Call do-after-load-evaluation unconditionally.
14968         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
14970 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14972         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
14974 2009-11-04  Glenn Morris  <rgm@gnu.org>
14976         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
14977         (byte-compile-compatibility): Remove option.
14978         (byte-compile-close-variables, byte-compile-fix-header)
14979         (byte-compile-insert-header, byte-compile-output-docform)
14980         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
14981         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
14982         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
14983         (byte-compile-insert, byte-compile-defun):
14984         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
14985         (byte-defop-compiler19): Remove.
14986         Without byte-compile-compatibility, the 'emacs19-opcode property is not
14987         used by anything.  Replace all calls with byte-defop-compiler.
14989 2009-11-04  Juri Linkov  <juri@jurta.org>
14991         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
14992         (menu-bar-options-menu): Don't quote the `prop' arg of
14993         `menu-bar-make-mm-toggle'.
14995 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
14997         * calendar/calendar.el (cal-loaddefs):
14998         * calendar/diary-lib.el (diary-loaddefs):
14999         * calendar/holidays.el (hol-loaddefs):
15000         * eshell/esh-module.el (esh-groups): Load rather than require.
15002 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15004         * calendar/todo-mode.el (todo-add-category): Don't hardcode
15005         point-min==1.
15006         (todo-top-priorities): Only display-buffer when called interactively.
15007         (todo-item-start): Don't save excursion point.
15008         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
15009         (todo-insert-item-here, todo-file-item, todo-remove-item):
15010         Adjust uses of todo-item-start and todo-item-end.
15012         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
15013         (autoload-rubric): Don't use any more.
15015         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
15016         and only put a prop if it is non-nil.
15018 2009-11-03  Juri Linkov  <juri@jurta.org>
15020         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
15021         (menu-bar-options-menu): Fix list quoting (Bug#4429).
15023         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
15024         and "Menu" to make top-level menu item visually one unit (like
15025         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
15026         multi-word menu items).  Fix :help string for quit-window.
15028 2009-11-03  Glenn Morris  <rgm@gnu.org>
15030         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
15031         (byte-compile-file-form-define-abbrev-table)
15032         (byte-compile-file-form-custom-declare-variable)
15033         (byte-compile-variable-ref, byte-compile-defvar):
15034         Whether or not a warning is enabled should only affect whether we issue
15035         the warning, not whether or not we collect the relevant data.
15036         Eg warnings can be turned on and off throughout the course of a file.
15038         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
15039         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
15041 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15043         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
15044         * play/mpuz.el (mpuz-create-buffer):
15045         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
15046         (lm-print-y,s,noise, lm-print-w0, lm-init):
15047         * play/gomoku.el (gomoku-prompt-for-move):
15048         * play/fortune.el (fortune-in-buffer):
15049         * play/dissociate.el (dissociated-press):
15050         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
15051         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
15052         * mail/supercite.el (sc-eref-show):
15053         * mail/smtpmail.el (smtpmail-send-it):
15054         * mail/rmailsum.el (rmail-summary-next-labeled-message)
15055         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
15056         (rmail-summary-undelete-many, rmail-summary-rmail-update)
15057         (rmail-summary-goto-msg, rmail-summary-expunge)
15058         (rmail-summary-get-new-mail, rmail-summary-search-backward)
15059         (rmail-summary-add-label, rmail-summary-output-menu)
15060         (rmail-summary-output-body):
15061         * mail/rfc822.el (rfc822-addresses):
15062         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
15063         * mail/mailpost.el (post-mail-send-it):
15064         * mail/hashcash.el (hashcash-generate-payment):
15065         * mail/feedmail.el (feedmail-run-the-queue)
15066         (feedmail-queue-send-edit-prompt-help-first)
15067         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
15068         (feedmail-deduce-address-list):
15069         * eshell/esh-ext.el (eshell-remote-command):
15070         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
15071         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
15072         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
15073         (viper-save-string-in-file, viper-valid-marker):
15074         * emulation/viper-keym.el (viper-toggle-key):
15075         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
15076         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
15077         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
15078         * emulation/viper-cmd.el (viper-exec-form-in-vi)
15079         (viper-exec-form-in-emacs, viper-brac-function):
15080         * emulation/viper.el (viper-delocalize-var):
15081         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
15082         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
15083         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
15084         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
15085         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
15086         * emulation/edt.el (edt-electric-helpify):
15087         * emulation/cua-rect.el (cua--rectangle-aux-replace):
15088         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
15089         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
15090         (cua-indent-to-global-mark-column):
15091         * calendar/diary-lib.el (calendar-mark-1):
15092         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
15093         Use with-current-buffer.
15094         * emulation/viper.el (viper-delocalize-var): Use dolist.
15096 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
15098         * comint.el (comint-replace-by-expanded-history-before-point):
15099         Replace !! with the previous input string literally (Bug#1795).
15101 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
15103         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
15104         to be made up of whitespace.
15106 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
15108         * minibuffer.el (read-file-name): Don't use file dialogs for
15109         remote directories (Bug#99).
15111 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
15113         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
15115 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
15117         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
15118         instead of deleting the window or frame.
15120 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
15122         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
15123         Support face colors.
15125         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
15126         New function.  Support face colors (Bug#1168).
15127         (tex-common-initialization): Use it.
15129         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
15130         mode allows it (Bug#1168).
15132 2009-10-31  Juri Linkov  <juri@jurta.org>
15134         * facemenu.el (list-colors-display): Don't mark buffer as
15135         modified (Bug#3948).
15137 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
15139         * international/mule-diag.el (list-character-sets-1):
15140         Minor message fix (Bug#3526).
15142         * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
15143         Fix face property (Bug#4834).
15144         (etags-list-tags, etags-tags-apropos-additional)
15145         (etags-tags-apropos, tags-select-tags-table): Add follow-link
15146         property.
15148         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
15149         items.
15151 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15153         * textmodes/two-column.el (2C-split):
15154         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
15155         * textmodes/tex-mode.el (tex-set-buffer-directory):
15156         * textmodes/spell.el (spell-region, spell-string):
15157         * textmodes/reftex.el (reftex-erase-buffer):
15158         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
15159         * textmodes/reftex-toc.el (reftex-toc-promote-action):
15160         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
15161         (reftex-select-item):
15162         * textmodes/reftex-ref.el (reftex-label-info-update)
15163         (reftex-offer-label-menu):
15164         * textmodes/reftex-index.el (reftex-index-change-entry)
15165         (reftex-index-phrases-info):
15166         * textmodes/reftex-global.el (reftex-create-tags-file)
15167         (reftex-save-all-document-buffers, reftex-ensure-write-access):
15168         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
15169         (reftex-view-crossref-from-bibtex):
15170         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
15171         (reftex-extract-bib-entries-from-thebibliography)
15172         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
15173         * textmodes/refbib.el (r2b-capitalize-title):
15174         (r2b-convert-buffer, r2b-help):
15175         * textmodes/page-ext.el (pages-directory)
15176         (pages-directory-goto-with-mouse):
15177         * textmodes/bibtex.el (bibtex-validate-globally):
15178         * textmodes/bib-mode.el (bib-capitalize-title):
15179         * textmodes/artist.el (artist-clear-buffer, artist-system):
15180         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
15181         (local-set-scheme-interaction-buffer, xscheme-process-filter)
15182         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
15183         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
15184         (xscheme-send-control-g-interrupt, xscheme-start-process)
15185         (xscheme-process-sentinel, xscheme-cd):
15186         * progmodes/verilog-mode.el (verilog-read-always-signals)
15187         (verilog-set-define, verilog-getopt-file)
15188         (verilog-module-inside-filename-p):
15189         * progmodes/sh-script.el:
15190         * progmodes/python.el (python-pdbtrack-get-source-buffer)
15191         (python-pdbtrack-grub-for-buffer, python-execute-file):
15192         * progmodes/octave-inf.el (inferior-octave):
15193         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
15194         (idlwave-shell-compile-helper-routines, idlwave-set-local)
15195         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
15196         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
15197         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
15198         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
15199         (idlwave-shell-filter, idlwave-shell-examine-highlight)
15200         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
15201         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
15202         (idlwave-shell-examine-display, idlwave-shell-run-region)
15203         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
15204         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
15205         * progmodes/idlw-help.el (idlwave-help-get-special-help)
15206         (idlwave-help-get-help-buffer):
15207         * progmodes/gud.el (gud-basic-call, gud-find-class)
15208         (gud-tooltip-activate-mouse-motions-if-enabled):
15209         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
15210         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
15211         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
15212         (ebrowse-tags-next-file):
15213         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
15214         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
15215         (ebnf-eps-finish-and-write):
15216         * progmodes/cpp.el (cpp-edit-save):
15217         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
15218         * progmodes/cc-defs.el (c-emacs-features):
15219         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
15220         (antlr-directory-dependencies):
15221         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
15222         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
15223         (ada-find-any-references, ada-make-filename-from-adaname)
15224         (ada-make-body-gnatstub):
15225         * obsolete/rnews.el (news-list-news-groups):
15226         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
15227         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
15228         * net/rcirc.el (rcirc-debug):
15229         * net/newst-treeview.el (newsticker--treeview-list-add-item)
15230         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
15231         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
15232         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
15233         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
15234         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
15235         (newsticker--treeview-list-clear-highlight)
15236         (newsticker--treeview-list-update-highlight)
15237         (newsticker--treeview-list-highlight-start)
15238         (newsticker--treeview-tree-update-highlight)
15239         (newsticker--treeview-get-selected-item)
15240         (newsticker-treeview-mark-list-items-old)
15241         (newsticker--treeview-set-current-node):
15242         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
15243         * net/newst-backend.el (newsticker--get-news-by-funcall)
15244         (newsticker--get-news-by-wget, newsticker--image-get)
15245         (newsticker--image-sentinel):
15246         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
15247         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
15248         (eudc-ph-close-session):
15249         * net/eudc.el (eudc-save-options):
15250         * language/thai-word.el (thai-update-word-table):
15251         * language/japan-util.el (japanese-string-conversion):
15252         * international/titdic-cnv.el (tsang-quick-converter)
15253         (ziranma-converter, ctlau-converter):
15254         * international/mule-cmds.el (describe-language-environment):
15255         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
15256         (skkdic-convert-postfix, skkdic-convert-prefix):
15257         (skkdic-convert-okuri-nasi, skkdic-convert):
15258         * emacs-lisp/re-builder.el (reb-update-overlays):
15259         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
15260         * emacs-lisp/gulp.el (gulp-send-requests):
15261         * emacs-lisp/find-gc.el (trace-call-tree):
15262         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
15263         (eieio-describe-generic):
15264         * emacs-lisp/eieio-base.el (eieio-persistent-read):
15265         * emacs-lisp/edebug.el (edebug-outside-excursion):
15266         * emacs-lisp/debug.el (debugger-make-xrefs):
15267         * emacs-lisp/cust-print.el (custom-prin1-to-string):
15268         * emacs-lisp/chart.el (chart-new-buffer):
15269         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
15270         Use with-current-buffer.
15271         * textmodes/artist.el (artist-system): Don't call
15272         copy-sequence on a fresh string.
15273         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
15275 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
15277         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
15278         is no item to edit.  (Bug#4820)
15279         (todo-top-priorities): Restore point and restore narrowing in Todo
15280         buffer.  (Bug#4820)
15282 2009-10-31  Glenn Morris  <rgm@gnu.org>
15284         * net/ange-ftp.el (top-level): Don't require dired when compiling.
15285         (comint-last-output-start, comint-last-input-start)
15286         (comint-last-input-end): Don't defvar when compiling.
15287         (ange-ftp-process-file): Use bound-and-true-p.
15289         * pcmpl-rpm.el (top-level): Move provide statement to end.
15290         (pcmpl-rpm): Remove unused custom group.
15292         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
15294         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
15296         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
15297         (byte-compile-warnings): Add `constants' as an option.
15298         (byte-compile-callargs-warn, byte-compile-arglist-warn)
15299         (display-call-tree): Update for byte-compile-fdefinition possibly
15300         returning `(macro lambda ...)'.  (Bug#4778)
15301         (byte-compile-variable-ref, byte-compile-setq-default):
15302         Respect `constants' member of byte-compile-warnings.
15304 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15306         * vc-bzr.el (vc-bzr-revision-keywords): New var.
15307         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
15308         to "submit:".
15310 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
15312         * textmodes/ispell.el (ispell-skip-region-alist):
15313         * international/mule-conf.el (eight-bit):
15314         * international/fontset.el (font-encoding-alist):
15315         * startup.el (pure-space-overflow-message):
15316         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
15317         * paths.el (gnus-nntp-service, rmail-spool-directory)
15318         (term-file-prefix):
15319         * files.el (save-some-buffers-action-alist):
15320         * cmuscheme.el (same-window-buffer-names):
15321         * ielm.el (same-window-buffer-names):
15322         * shell.el (same-window-buffer-names):
15323         * mail/sendmail.el (same-window-buffer-names):
15324         * progmodes/inf-lisp.el (same-window-buffer-names):
15325         * bindings.el (mode-line-client)
15326         (mode-line-column-line-number-mode-map):
15327         * language/tibetan.el (tibetan-precomposition-rule-regexp)
15328         (tibetan-precomposed-regexp): Purecopy string arguments.
15330 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15332         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
15333         (calcDigit-nondigit):
15334         * calc/calc-yank.el (calc-copy-to-buffer):
15335         * calc/calc-units.el (calc-invalidate-units-table):
15336         * calc/calc-trail.el (calc-trail-yank):
15337         * calc/calc-store.el (calc-insert-variables):
15338         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
15339         * calc/calc-prog.el (calc-read-parse-table):
15340         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
15341         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
15342         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
15343         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
15344         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
15345         (calc-graph-name, calc-graph-find-command, calc-graph-view)
15346         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
15347         * calc/calc-ext.el (calc-realign):
15348         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
15349         (calc-embedded-finish-edit, calc-embedded-make-info)
15350         (calc-embedded-finish-command, calc-embedded-stack-change):
15351         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
15353         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
15354         shell-dynamic-complete-filename in preference to
15355         comint-dynamic-complete-filename.
15357         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
15358         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
15359         Don't consider whether the display supports colors.
15360         (bookmark-import-new-list): Use dolist.
15361         (bookmark-bmenu-mode-map): Move initialization into declaration.
15362         (bookmark-bmenu-list): Use dolist, simplify.
15363         (bookmark-show-all-annotations): Use save-selected-window and dolist.
15364         (menu-bar-final-items): Use push.
15366 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
15368         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
15369         it works on remote files.
15370         (vc-hg-diff): Don't pass any `--cwd' argument.
15372 2009-10-27  Kevin Ryde  <user42@zip.com.au>
15374         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
15375         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
15376         (Further to Bug#3921).
15378 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
15380         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
15381         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
15382         calling `tramp-imap-put-file'.  Add file size to the call.
15383         (tramp-imap-get-file-entries): Compute also user name, file size,
15384         and date.
15385         (tramp-imap-handle-insert-directory): Insert uid and gid.
15386         (tramp-imap-handle-file-attributes): Transform uid and gid
15387         according to `id-format'.
15388         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
15389         size in header X-Size.
15391 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
15393         * simple.el (transpose-subr): Give clearer error when the mark
15394         is not set.  (Bug#4807)
15396 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
15398         * net/tramp.el (tramp-perl-file-truename): New defconst.
15399         Perl code contributed by yary <not.com@gmail.com> (tiny change).
15400         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
15401         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
15402         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
15404         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
15405         Ignore `dired-call-process'.
15406         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
15408 2009-10-26  Julian Scheid  <julians37@gmail.com>
15410         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
15411         (tramp-get-remote-readlink): New defun.
15412         (tramp-handle-file-truename): Use it.
15413         (tramp-handle-file-exists-p): Check file-attributes cache, assume
15414         file exists if cache value present.
15415         (tramp-check-cached-permissions): New defun.
15416         (tramp-handle-file-readable-p): Use it.
15417         (tramp-handle-file-writable-p): Likewise.
15418         (tramp-handle-file-executable-p): Likewise.
15419         (tramp-handle-file-name-all-completions): Try using Perl to get
15420         partial completions.  When perl not available, combine `cd' and
15421         `ls' into single remote operation and use shell expansion to get
15422         partial remote directory contents.  Set `file-exists-p' cache for
15423         directory and any files returned by ls.  Change cache handling to
15424         support partial directory contents.  Use error message emitted by
15425         remote `cd' or Perl code for local tramp-error.
15426         (tramp-do-copy-or-rename-file-directly): Avoid separate
15427         tramp-send-command-and-check call.
15428         (tramp-handle-process-file): Merge three remote ops into one.
15429         Do not flush all caches when `process-file-side-effects' is set.
15430         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
15431         file-attributes shows uid/gid to be set already.
15433 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
15435         * textmodes/tex-mode.el (tex-dvi-view-command)
15436         (tex-show-queue-command, tex-open-quote):
15437         * progmodes/ruby-mode.el (auto-mode-alist)
15438         (interpreter-mode-alist): Purecopy strings.
15440         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
15442         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
15443         string for the hook, keymap and abbrev table.
15445         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
15447         * x-dnd.el (x-dnd-xdnd-to-action):
15448         * startup.el (fancy-startup-text, fancy-about-text): Change to
15449         defconst from defvar.
15451         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
15453         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
15454         Purecopy initialization strings.
15456         * mail/sendmail.el (mail-header-separator)
15457         (mail-personal-alias-file):
15458         * mail/rmail.el (rmail-default-dont-reply-to-names)
15459         (rmail-ignored-headers, rmail-retry-ignored-headers)
15460         (rmail-highlighted-headers, rmail-secondary-file-directory)
15461         (rmail-secondary-file-regexp):
15462         * files.el (null-device, file-name-invalid-regexp)
15463         (locate-dominating-stop-dir-regexp)
15464         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
15465         (interpreter-mode-alist): Use mapcar instead of mapc.
15467         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
15469         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
15470         (completion-ignored-extensions):
15471         (debug-ignored-errors): Purecopy strings.
15473 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15475         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
15476         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
15477         (pcomplete--here): Use push.
15479         * subr.el (all-completions): Declare the 4th arg obsolete.
15481 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15483         * pcomplete.el (pcomplete-unquote-argument-function): New var.
15484         (pcomplete-unquote-argument): New function.
15485         (pcomplete--common-suffix): Always pay attention to case.
15486         (pcomplete--table-subvert): Quote and unquote the text.
15487         (pcomplete--common-quoted-suffix): New function.
15488         (pcomplete-std-complete): Use it and pcomplete-begin.
15490         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
15491         we're inside a dedicated or minibuffer window.
15493 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
15495         * bookmark.el: Update documentation, especially documentation
15496         of `bookmark-alist' and of the bookmark file format.
15497         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
15499 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
15501         * mail/emacsbug.el (report-emacs-bug): Clarify that the
15502         keybindings apply to the mail buffer (Bug#4003).  Shrink help
15503         window to buffer.
15505         * whitespace.el (whitespace-mode, whitespace-newline-mode)
15506         (global-whitespace-mode, global-whitespace-newline-mode)
15507         (whitespace-toggle-options, global-whitespace-toggle-options):
15508         Doc fix (Bug#3660).
15510         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
15511         of xmltok-start before the end tag was inserted (Bug#2840).
15513         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
15514         patterns that are preceded by an open-paren (Bug#1320).
15516 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
15518         * files.el (delete-directory): Delete symlinks to directories with
15519         delete-file (Bug#4739).
15521 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
15523         * vc.el (vc-backend-for-registration): Rename from
15524         vc-get-backend-for-registration.  Update callers.
15526         * international/mule-cmds.el (set-language-info-alist):
15527         Purecopy lang-env.
15528         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
15529         (charset): Purecopy the name.
15530         (define-char-code-property): Purecopy string arguments.
15532         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
15533         Purecopy string arguments.
15535         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
15536         * ediff-hook.el (menu-bar-ediff-menu):
15537         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
15538         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
15540 2009-10-24  Glenn Morris  <rgm@gnu.org>
15542         * comint.el (comint-dynamic-list-completions):
15543         * term.el (term-dynamic-list-completions): Use choose-completion rather
15544         than obsolete alias mouse-choose-completion.
15546         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
15547         file-cache-choose-completion.
15548         (file-cache-choose-completion): Handle an optional event argument.
15549         (file-cache-mouse-choose-completion): Make it an obsolete alias.
15551         * progmodes/octave-mod.el (octave-complete-symbol):
15552         Use choose-completion if mouse-choose-completion is ever removed.
15554         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
15555         use.
15557         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
15558         compiler.
15560         * vc-hooks.el (vc-responsible-backend): Fix declaration.
15562 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15564         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
15565         Ignore `pred' now that we receive one.
15566         Handle test-completion specially.
15568 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
15570         * vc.el (vc-responsible-backend): Throw an error if not backend is
15571         found.  Remove the REGISTER argument.  Move the code dealing with
15572         REGISTER ...
15573         (vc-get-backend-for-registration): ... here.  New function.
15574         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
15575         of vc-responsible-backend, pass the file name instead of the
15576         directory name.
15578 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15580         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
15581         New funs.
15582         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
15583         (pcomplete-comint-setup): Don't modify a global var via
15584         accidental side-effects.
15585         (pcomplete-shell-setup): Adjust call accordingly.
15586         (pcomplete-parse-comint-arguments): Use push.
15588 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
15590         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
15591         Allow uncapitalized info node names (Bug#3921).
15593         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
15594         to the DEBUG file (Bug#3781).
15596 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
15598         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
15599         dictionary entry (Bug#4579).
15601 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
15603         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
15604         from `rfn-eshadow-update-overlay-hook' when unloading.
15605         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
15606         "rsyncc".  Adjust doc string.
15607         (tramp-temp-buffer-file-name): New buffer-local defvar.
15608         (tramp-handle-insert-file-contents, tramp-handle-write-region):
15609         Keep temporary file when indicated by method ("rsync" and
15610         "rsyncc").
15611         (tramp-handle-write-region): Handle APPEND.
15612         (tramp-delete-temp-file-function): New defun.  Added to
15613         `kill-buffer-hook'.
15615 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
15617         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
15619 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
15621         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
15622         (color-name-rgb-alist, tty-standard-colors)
15623         (tty-color-mode-alist): Change to defconst.
15625         * simple.el (mark-inactive): Purecopy message.
15627         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
15628         (global-map, yank-menu):
15629         * textmodes/ispell.el (ispell-menu-map):
15630         * net/eudc.el (eudc-tools-menu):
15631         * international/mule-cmds.el (describe-language-environment-map)
15632         (setup-language-environment-map, set-coding-system-map)
15633         (mule-menu-keymap):
15634         * vc-hooks.el (vc-menu-entry, vc-menu-map):
15635         * replace.el (occur-mode-map):
15636         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
15638 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
15640         * calc/calc.el (math-read-number, math-read-number-simple):
15641         Use `save-match-data'.
15643 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15645         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
15646         rather than fiddling with global-map bindings, since it should only
15647         affect per-terminal settings.
15648         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
15650         * minibuffer.el (completion-table-with-terminator): Allow to specify
15651         the terminator-regexp.
15653         * simple.el (switch-to-completions): Look for *Completions* in other
15654         frames as well.
15656         * pcomplete.el: Allow the use of completion-tables.
15657         (pcomplete-std-complete): New command.
15658         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
15659         (pcomplete--here): Use a function for `form' rather than an expression,
15660         so it can be byte-compiled.
15661         (pcomplete-here, pcomplete-here*): Adjust accordingly.
15662         Add edebug declaration.
15663         (pcomplete-show-completions): Remove unused var `curbuf'.
15664         (pcomplete-do-complete, pcomplete-stub):
15665         Don't assume `completions' is a list of strings any more.
15667 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
15669         * find-dired.el (find-name-arg): Fix typo in docstring.
15671 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15673         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
15674         (pcmpl-linux-fs-types): Same, and update to new modules layout.
15676         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
15677         pcomplete-entries.
15679         * comint.el (comint-read-input-ring, comint-write-input-ring)
15680         (comint-substitute-in-file-name)
15681         (comint-dynamic-complete-as-filename)
15682         (comint-dynamic-simple-complete)
15683         (comint-dynamic-list-filename-completions)
15684         (comint-dynamic-list-completions)
15685         (comint-redirect-results-list-from-process): Minor simplifications.
15687 2009-10-21  Kevin Ryde  <user42@zip.com.au>
15689         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
15690         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
15691         the first form.  And insert a blank line after ";;; Code" since
15692         that's usual style.  (Bug#4612)
15694         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
15696 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15698         * minibuffer.el (completion-table-with-terminator): Properly implement
15699         boundaries, in case `terminator' appears in the suffix.
15700         (completion--embedded-envvar-table): Don't return boundaries if
15701         there's no valid completion.  Simplify.
15702         (completion-file-name-table): New completion table extracted from
15703         completion--file-name-table.
15704         (completion--file-name-table): Use it.
15705         (read-file-name-predicate): Declare obsolete.
15706         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
15707         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
15708         completion-file-name-table, and use the `pred' argument.
15709         * files.el (locate-file-completion-table): Use the `pred' arg rather
15710         than read-file-name-predicate.
15711         (abbreviate-file-name): Use \` rather than ^ for BOS.
15713 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
15715         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
15716         vc-responsible-backend to register, it causes problems.
15718 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15720         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
15722 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
15724         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
15725         (tramp-smb-handle-file-attributes): Use it.
15726         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
15727         (tramp-smb-handle-insert-directory): Use `mapc' rather than
15728         `mapcar'.  Use `tramp-smb-get-stat-capability'.
15729         Add `dired-filename' text properties.
15730         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
15731         (tramp-smb-maybe-open-connection): Simplify check for smbclient
15732         version.
15734 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15736         * subr.el (read-key-delay): Reduce to 0.01.
15737         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
15738         (bug#4751).
15740 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15742         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
15744         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
15745         (Info-menu): Remove unused vars `last' and `completions'.
15746         (Info-index-nodes): Remove unused var `node'.
15748         * info.el (Info-complete-menu-item): Use complete-with-action.
15750 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
15752         Make vc-annotate work through copies and renames.
15753         * vc-annotate.el (vc-annotate-extract-revision-at-line):
15754         Return the file name too.
15755         (vc-annotate-revision-at-line)
15756         (vc-annotate-find-revision-at-line)
15757         (vc-annotate-revision-previous-to-line)
15758         (vc-annotate-show-log-revision-at-line): Update to get the file
15759         name from vc-annotate-extract-revision-at-line.
15760         (vc-annotate-show-diff-revision-at-line-internal): Change the
15761         argument to mean whether to show a file diff or not.  Get the file
15762         name from vc-annotate-extract-revision-at-line.
15763         (vc-annotate-show-diff-revision-at-line):
15764         Update vc-annotate-show-diff-revision-at-line call.
15765         (vc-annotate-warp-revision): Add an optional file argument.
15767         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
15768         (vc-git-annotate-extract-revision-at-line): Also return the file
15769         name if found.
15771         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
15772         command.  Remove unused code.
15773         (vc-hg-annotate-re): Update to match --follow output.
15774         (vc-hg-annotate-extract-revision-at-line): Also return the file
15775         name if found.
15777         * vc.el: Update annotate-extract-revision-at-line documentation.
15779 2009-10-18  Kevin Ryde  <user42@zip.com.au>
15781         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
15782         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
15784         * net/browse-url.el (browse-url): Identify alist with "consp and
15785         not functionp" and let all other things go down the `apply' leg,
15786         as suggested by Stefan.  (Further to bug#4531.)
15788 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
15790         * minibuffer.el (read-file-name): Check for repeat before putting
15791         a default argument in file-name-history (Bug#4657).
15793         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
15794         read syntax (Bug#4737).
15796         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
15798 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
15800         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
15801         (html-tag-alist, html-tag-help): Add descriptions for undocumented
15802         entries and make note of obsolete tags.
15804 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15806         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
15808 2009-10-18  Glenn Morris  <rgm@gnu.org>
15810         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
15811         grep, so that binary files (eg international/uni-bidi.el) can match.
15812         Remove test for "UnicodeData" files, since it is hopefully unnecessary
15813         now, and in any case the file header format has changed.
15815 2009-10-17  Glenn Morris  <rgm@gnu.org>
15817         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
15818         (flyspell-get-word, flyspell-large-region)
15819         (flyspell-auto-correct-previous-word): Doc/error message fixes.
15821 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
15823         * Makefile.in (ELCFILES): Add ede/shell.
15825 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
15827         * term/common-win.el (x-colors): Purecopy it.
15829 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15831         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
15832         permissive for when the buffer is empty.
15833         (tar-header-block-tokenize): Decode the username and groupname.
15834         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
15836 2009-10-17  Eric Ludlam  <zappo@gnu.org>
15838         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
15839         contains multibyte characters, choose first applicable coding
15840         system automatically.
15842 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15844         * international/mule-cmds.el (select-safe-coding-system): If the file
15845         has a coding cookie, use it regardless of any other setting (bug#4712).
15847 2009-10-17  Glenn Morris  <rgm@gnu.org>
15849         * foldout.el (foldout-mouse-swallow-events):
15850         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
15852         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
15853         (dired-keep-marker-copy, dired-keep-marker-hardlink)
15854         (dired-keep-marker-symlink, dired-dwim-target)
15855         (dired-copy-preserve-time): Do not autoload these defcustoms.
15857         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
15858         messages from messing up the file coding.  (Bug#4623)
15860 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
15862         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
15863         if no match is found for the current dictionary.  (Bug#4578)
15865         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
15866         optional, since that is how it is documented, and this is often called
15867         with a nil argument.  (Bug#4577)
15868         (flyspell-external-point-words, flyspell-auto-correct-word)
15869         (flyspell-correct-word-before-point, flyspell-word-search-forward)
15870         (flyspell-word-search-backward): Remove nil argument in calls to
15871         flyspell-get-word, since it is not needed now.
15873 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
15875         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
15877 2009-10-16  Glenn Morris  <rgm@gnu.org>
15879         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
15881 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
15883         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
15884         (ange-ftp-file-size): New function.
15885         (ange-ftp-file-attributes): Use it.
15887 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
15889         * net/tramp-smb.el (tramp-smb-version): New defvar.
15890         (tramp-smb-maybe-open-connection): Use it, in order to avoid
15891         repeated checks.
15893 2009-10-16  Glenn Morris  <rgm@gnu.org>
15895         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
15896         Maybe copy some custom properties from old to new name.  (Bug#4706)
15898 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
15900         * subr.el (error, sit-for, start-process-shell-command)
15901         (start-file-process-shell-command): Set the calling convention
15902         after the function definition.
15904 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15906         * subr.el (error, sit-for, start-process-shell-command)
15907         (start-file-process-shell-command): Use the new
15908         set-advertised-calling-convention feature.
15910 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
15912         * international/ucs-normalize.el (ucs-normalize-version):
15913         Change to 1.2.
15914         (check-range): Adjust for Unicode 5.2.
15916 2009-10-15  Juri Linkov  <juri@jurta.org>
15918         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
15919         to the `menu-item' format.
15921 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
15923         * net/tramp.el (tramp-replace-environment-variables): Do not fail
15924         if the environment variable does not exist.
15926         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
15927         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
15928         parameter.
15929         (tramp-smb-handle-add-name-to-file)
15930         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
15931         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
15932         (tramp-smb-handle-file-attributes)
15933         (tramp-smb-do-file-attributes-with-stat)
15934         (tramp-smb-handle-file-local-copy)
15935         (tramp-smb-handle-insert-directory)
15936         (tramp-smb-handle-make-directory)
15937         (tramp-smb-handle-make-directory-internal)
15938         (tramp-smb-handle-make-symbolic-link)
15939         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
15940         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
15941         (tramp-smb-maybe-open-connection): Apply the changed parameters.
15942         (tramp-smb-read-file-entry): Read Disk names in compressed format.
15943         Handle long file names.
15944         (tramp-smb-get-cifs-capabilities): Check, whether the connection
15945         process is running.
15946         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
15947         Read share names with "-g" option.
15949 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
15951         * net/rcirc.el (rcirc-view-log-file): New command.
15952         (rcirc-track-minor-mode-map): Remove C-c ` binding.
15953         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
15954         specified.
15956 2009-10-15  Glenn Morris  <rgm@gnu.org>
15958         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
15959         from the second command-line argument.
15960         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
15961         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
15962         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
15963         w32-batch-update-autoloads.
15964         * emacs-lisp/autoload.el (autoload-make-program): New variable.
15965         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
15967         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
15968         the headers cannot be located.  Simplify, subtracting superflous
15969         save-excursions.
15971 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15973         Replace completion-base-size by completion-base-position to fix bugs
15974         such as (bug#4699).
15975         * simple.el (completion-base-position): New var.
15976         (completion-base-size): Mark as obsolete.
15977         (choose-completion): Make it work for mouse events as well.
15978         Pass the new base-position to choose-completion-string.
15979         (choose-completion-guess-base-position): New function, extracted from
15980         choose-completion-delete-max-match.
15981         (choose-completion-delete-max-match): Use it.  Make obsolete.
15982         (choose-completion-string): Use the new base-position info.
15983         (completion-root-regexp): Delete.
15984         (completion-setup-function): Preserve completion-base-position.
15985         Eliminate obsolete base-size manipulation.
15986         * minibuffer.el (display-completion-list): Don't mess with base-size.
15987         (minibuffer-completion-help): Set completion-base-position instead.
15988         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
15989         choose-completion.
15990         * textmodes/bibtex.el (bibtex-complete):
15991         * emacs-lisp/crm.el (crm--choose-completion-string):
15992         Adjust to new calling convention.
15993         * complete.el (partial-completion-mode): Use minibufferp to avoid
15994         bumping into incompatible change to choose-completion-string-functions.
15995         * ido.el (ido-choose-completion-string): Make its calling convention
15996         more permissive.
15997         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
15998         base-size manipulation.
15999         (comint-dynamic-list-input-ring): Use dotimes and push.
16000         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
16001         fundamental-mode.  Use `or'.
16003 2009-10-14  Juri Linkov  <juri@jurta.org>
16005         * misearch.el (multi-isearch-next-buffer-from-list)
16006         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
16008 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16010         * Makefile.in (compile-onefile): Load `bytecomp' rather than
16011         `bytecomp.el'.
16013         * minibuffer.el (completion-pcm--merge-completions): Make sure the
16014         string we return is all made up of text from the completions rather
16015         than part from the completions and part from the input (bug#4219).
16017         * ido.el (ido-everywhere): Use define-minor-mode.
16019         * buff-menu.el (list-buffers, ctl-x-map):
16020         Mark the entry points with ;;;###autoload cookies.
16022 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
16024         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
16025         correctly in the detached head case.
16026         (vc-git-print-log): Remove unused binding.
16028         * vc.el (vc-responsible-backend): When a directory is passed for
16029         for registration create a VC repository if no backend is
16030         responsible for the directory argument.
16031         (vc-deduce-fileset): Tell vc-responsible-backend to register.
16033         * vc.el: Move comments about RCS and SCCS ...
16034         * vc-rcs.el:
16035         * vc-sccs.el: ... here, respectively.
16037 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16039         * minibuffer.el (completion--file-name-table): Return nil if there's
16040         no file completion, even if substitute-in-file-name changed
16041         the string (bug#4708).
16043 2009-10-13  Juri Linkov  <juri@jurta.org>
16045         * files-x.el (read-file-local-variable-value): Don't filter out
16046         minor modes from mode name completion (bug#4664).
16048 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
16050         * international/mule-cmds.el (ucs-names): Remove exclusion of
16051         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
16053 2009-10-13  Kenichi Handa  <handa@m17n.org>
16055         * international/uni-name.el: Regenerated.
16057 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
16059         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
16060         should be automatically buffer-local, but isn't.)
16062 2009-10-12  Sam Steingold  <sds@gnu.org>
16064         * progmodes/compile.el (compilation-next-error-function): Fix the
16065         timestamps if the buffer has been visited before.
16066         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
16067         non-anchored patterns, like the perl one (bug#3928).
16069 2009-10-12  Glenn Morris  <rgm@gnu.org>
16071         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
16072         Let-bind `size'.
16074 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
16076         * proced.el (proced-unload-function): New function.
16078         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
16079         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
16080         Doc fix.
16082         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
16084 2009-10-11  Juri Linkov  <juri@jurta.org>
16086         * files-x.el (read-file-local-variable-value):
16087         Provide default value only for bound variables (bug#4664).
16089 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
16091         * net/tramp.el (tramp-local-host-p): Function shall return nil for
16092         connection methods like smb.
16094         * net/tramp-cache.el (tramp-flush-connection-property): The hash
16095         can be empty.
16097         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
16098         (tramp-smb-file-name-handler-alist): Add handlers for
16099         `add-name-to-file', `make-symbolic-link'.
16100         (tramp-smb-handle-add-name-to-file)
16101         (tramp-smb-do-file-attributes-with-stat)
16102         (tramp-smb-handle-make-symbolic-link)
16103         (tramp-smb-get-cifs-capabilities): New defuns.
16104         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
16105         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
16106         (tramp-smb-handle-file-local-copy)
16107         (tramp-smb-handle-make-directory-internal)
16108         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
16109         The file name syntax depends on cifs capabilities.
16110         (tramp-smb-handle-file-attributes):
16111         Call `tramp-smb-do-file-attributes-with-stat' if possible.
16112         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
16113         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
16115 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
16117         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
16118         (eieio-defclass): Apply deftype handler and setf-method properties
16119         directly.
16120         (eieio-add-new-slot): Avoid union function from cl library.
16121         (eieio--typep): New function.
16122         (eieio-perform-slot-validation): Use it.
16124 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
16126         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
16127         Update documentation to refer to the variables documented in r1.135.
16128         (Bug#4188)
16130 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
16132         * bookmark.el (Info-suffix-list): Remove this unused variable.
16133         (bookmark-current-point): Remove this obsolete variable.
16134         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
16135         Adjust for removal of bookmark-current-point.
16137         (bookmarks-already-loaded, bookmark-current-buffer)
16138         (bookmark-yank-point): Document.  (Bug#4188)
16140 2009-10-10  Glenn Morris  <rgm@gnu.org>
16142         * frame.el (frame-height): Doc fix.
16144         * calendar/calendar.el (calendar-split-width-threshold): New option.
16145         (calendar-basic-setup): Use calendar-split-width-threshold.
16147 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
16149         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
16150         Ideographic Supplement" range (U+1F200..U+1F2FF).
16152 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
16154         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
16155         since the list will have been rebuilt anyway.  (Bug#4349)
16157 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
16159         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
16160         (bookmark-bmenu-execute-deletions): Don't save here, as
16161         bookmark-delete will now do so if necessary.
16162         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
16163         (Bug#4348)
16165 2009-10-09  Glenn Morris  <rgm@gnu.org>
16167         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
16169 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
16171         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
16172         (bookmark-jump-other-window): Just invoke bookmark-jump with new
16173         argument now, so the two function's behaviors will match.  (Bug#3645)
16175 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
16177         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
16178         (tramp-file-name-real-host, tramp-file-name-port):
16179         Apply `save-match-data'.
16181         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
16182         case both directories are remote.
16183         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
16184         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
16186 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
16188         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
16190 2009-10-07  Glenn Morris  <rgm@gnu.org>
16192         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
16193         of concat.
16195 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16197         * files-x.el (read-file-local-variable): Include some
16198         non-user-variables in the completion table (bug#4664).
16200 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
16202         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
16203         message.
16205         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
16206         (tramp-smb-file-name-handler-alist): Add handler for
16207         `copy-directory', `expand-file-name', `set-file-modes'.
16208         (tramp-smb-handle-copy-directory)
16209         (tramp-smb-handle-expand-file-name)
16210         (tramp-smb-handle-set-file-modes): New defuns.
16211         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
16212         (tramp-smb-handle-file-attributes): Simplify check for retrieving
16213         entry.
16214         (tramp-smb-handle-insert-directory): Don't flush the cache.
16215         (tramp-smb-maybe-open-connection): Check for samba client and
16216         server versions.
16218 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
16220         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
16221         to not error out of search for "^lisp=" fails.
16223 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
16225         * makefile.w32-in (WINS_UPDATES): New macro.
16226         (custom-deps, finder-data, autoloads): Use it.
16228 2009-10-07  Glenn Morris  <rgm@gnu.org>
16230         * Makefile.in (autoloads): Revert previous change.
16231         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
16232         the list of preloaded files passed on the command-line, get
16233         it from src/Makefile.
16235         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
16236         show the original buffer rather than a random one.
16238 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
16240         * help.el (describe-no-warranty): Place point in a slightly better
16241         position in the GPLv3 text.
16243 2009-10-06  Sam Steingold  <sds@gnu.org>
16245         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
16246         the comm attribute is present before calling regexp-quote.
16248 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
16250         * play/animate.el (animate-string): For good effect, make sure
16251         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
16253         * play/animate.el (animate-sequence, animate-birthday-present):
16254         * misc.el (butterfly): Don't set `indent-tabs-mode'.
16256 2009-10-06  Glenn Morris  <rgm@gnu.org>
16258         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
16260         * emacs-lisp/autoload.el (autoload-excludes): New variable.
16261         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
16262         (batch-update-autoloads): Process a string value of autoload-excludes,
16263         set during the build process.
16264         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
16266         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
16267         inside with-parsed...  macro so that `v' is defined.
16269         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
16270         * progmodes/fortran.el (fortran-end-of-block)
16271         (fortran-beginning-of-block):
16272         Also push mark in the macro case.
16274         * emerge.el (emerge-show-file-name):
16275         * calc/calc.el (calc-quit):
16276         * calc/calc-misc.el (calc-big-or-small):
16277         * calc/calc-graph.el (calc-graph-view):
16278         * calc/calc-ext.el (calc-reset):
16279         * calendar/calendar.el (calendar-basic-setup):
16280         Use window-full-height-p.
16282         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
16283         header we don't understand, don't insert another.  (Bug#4624)
16284         If changing mime charset, insert the new one in the right place.
16286 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
16288         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
16289         (cal-tex-cursor-month): Correctly increment the end date for diary and
16290         holiday listing.  (Bug#4626)
16292 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16294         * help-fns.el (describe-function-1): Don't burp if the function is not
16295         a symbol.
16297 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
16299         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
16300         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
16301         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
16302         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
16304         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
16305         (eieio-default-superclass): Reflow docstrings.
16306         (this, class-option-assoc, defclass, eieio-class-un-autoload)
16307         (eieio-unbind-method-implementations, defmethod)
16308         (eieio-validate-slot-value, eieio-validate-class-slot-value)
16309         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
16310         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
16311         (eieio-slot-originating-class-p, eieio-slot-name-index)
16312         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
16313         (constructor, initialize-instance, no-next-method, object-print)
16314         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
16315         Fix typos in docstrings.
16316         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
16317         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
16318         (next-method-p): Doc fixes.
16319         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
16320         Fix typos in error messages.
16321         (eieio-defmethod): Fix typo in description of generic method.
16323         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
16324         (eieio-persistent-save-interactive, slot-missing):
16325         Fix typos in docstrings.
16326         (eieio-instance-inheritor-slot-boundp): Doc fix.
16328         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
16329         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
16331         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
16332         (eieio-custom-object-apply-reset):
16333         Fix typos in docstrings and error messages.
16335         * emacs-lisp/eieio-datadebug.el (data-debug-show):
16336         Fix typo in docstring.
16338         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
16339         (eieio-browse-tree): Doc fix.
16340         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
16341         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
16342         Fix typos in docstrings.
16344         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
16345         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
16346         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
16347         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
16348         Reflow docstrings.
16350 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
16352         * vc-hg.el (log-view-vc-backend): Declare for compiler.
16353         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
16354         Set log-view-vc-backend so that diff can work.
16356         * log-view.el (log-view-diff): Use vc-diff-internal instead of
16357         vc-version-diff.
16358         (vc-diff-internal): Autoload this instead of vc-version-diff.
16360 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
16362         * simple.el (eval-expression): Doc fix.
16364         * progmodes/cwarn.el (cwarn-mode): Doc fix.
16366 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
16368         * files.el (directory-files-no-dot-files-regexp): New defconst.
16369         (delete-directory): Use it.
16370         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
16372         * net/tramp.el (tramp-verbose): Fix docstring.
16373         (tramp-methods): Add recursive option to `tramp-copy-args'.
16374         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
16375         "scp1_old", "scp2_old", "rsync", "rsyncc".
16376         (tramp-default-method): Check also for `auth-source-user-or-password'.
16377         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
16378         Add handler for `copy-directory'.
16379         (tramp-handle-copy-directory): New defun.
16380         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
16381         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
16382         Optimize sent command.
16384 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16386         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
16387         window if necessary.
16389         * calendar/calendar.el (calendar-basic-setup): Don't call
16390         switch-to-buffer in a dedicated window.
16392 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
16394         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
16395         don't do anything related to relocating, just return nil.
16396         (bookmark-error-no-filename): New error.
16397         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
16398         bookmark has no file.  Don't even attempt to handle things that
16399         are not files; the whole point of custom handlers is to keep that
16400         knowledge elsewhere anyway.  Tighten some comments.
16401         (bookmark-file-or-variation-thereof): Remove now-unused function.
16402         (bookmark-location): Doc string fix.
16403         (Bug#4250)
16405 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
16407         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
16408         don't use a file dialog, because they usually don't know how to read
16409         a directory target from the user.  (Bug#4230)
16410         Also, make sure the prompt can display directories as well as files.
16412 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
16414         * bookmark.el (bookmark-set, bookmark-buffer-name):
16415         Improve doc strings.  (Bug#1193)
16417 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
16419         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
16420         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
16421         (bookmark-get-annotation, bookmark-set-annotation)
16422         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
16423         (bookmark-set-position, bookmark-get-front-context-string)
16424         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
16425         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
16426         (bookmark-jump-other-window, bookmark-handle-bookmark)
16427         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
16428         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
16429         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
16430         Improve doc strings to say whether bookmark can be a string or
16431         a record or both, and make other consistency and clarity fixes.
16432         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
16433         (bookmark-default-annotation-text, bookmark-yank-word)
16434         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
16435         (bookmark-import-new-list, bookmark-maybe-rename)
16436         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
16437         (bookmark-bmenu-bookmark): Give these doc strings.
16438         (bookmark-bmenu-check-position): Give this a doc string, but also
16439         add a FIXME comment about how the function may be pointless.
16440         (bookmark-default-handler): Rework doc string and change a
16441         parameter name, to clarify that this takes a bookmark record
16442         not a bookmark name.
16443         (bookmark-set): Change a parameter name to indicate its meaning,
16444         and improve the doc string a bit.
16445         (Bug#4188)
16447 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
16449         * bookmark.el (bookmark-alist): Document the new `handler' element
16450         in the param alist.
16451         (bookmark-make-record-function): Adjust documentation for above.
16452         (Bug#4193)
16454 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
16456         * info.el (Info-bookmark-make-record): Document this function.
16457         (Info-bookmark-jump): Document with a doc string, not just a comment.
16458         (Bug#4203)
16460 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
16462         * files.el (copy-directory): New defun.
16464         * dired-aux.el (dired-copy-file-recursive): Use it.
16466 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
16468         * files-x.el (modify-dir-local-variable)
16469         (copy-dir-locals-to-file-locals-prop-line): Fix typos in
16470         docstrings.
16472         * recentf.el (recentf-unload-function): New function.
16474 2009-10-04  Glenn Morris  <rgm@gnu.org>
16476         * window.el (window-full-height-p): Add doc string.
16478 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
16480         * window.el (window-full-height-p): New function.  (Bug#4543)
16482 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
16484         * vc.el: Remove commented out code.
16485         (vc-derived-from-dir-mode): Remove, unused.
16486         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
16488 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
16490         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
16491         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
16492         there could be recursive loading when `default-directory' is a
16493         remote file name.  (Bug#4614)
16495 2009-10-03  Glenn Morris  <rgm@gnu.org>
16497         * calendar/calendar.el (calendar-basic-setup): Handle the case where
16498         the frame is wide.
16499         (calendar-generate-window): Test for shrinkability rather than width.
16501         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
16502         reusing existing buffers, in case we happen to visit two files with the
16503         same basename.  (Bug#4593)
16505 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
16507         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
16508         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
16509         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
16510         subdirs of cedet as well.
16511         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
16513 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16515         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
16516         Obey advertised-signature-table.
16518         * help-fns.el (help-function-arglist): Don't check
16519         advertised-signature-table.
16520         (describe-function-1): Do it here instead so it also applies to subrs.
16522 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
16524         * simple.el (start-file-process): Say in the doc-string, that file
16525         handlers might not support pty association, if PROGRAM is nil.
16527         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
16528         HOST and USER are strings.  They are nil, when there are
16529         incomplete entries in ~/.netrc, for example.
16530         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
16531         root directory ("device busy" error otherwise).
16533         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
16534         Flush file properties of created directory.
16536 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
16538         * makefile.w32-in (WINS_BASIC): Remove cedet.
16539         (WINS_CEDET): Add cedet.
16540         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
16542 2009-10-02  Kevin Ryde  <user42@zip.com.au>
16544         * net/browse-url.el (browse-url): Pass any symbol in
16545         browse-url-browser-function to `apply', since if you've mistakenly put
16546         an unbound symbol then the error is clearer.  (Bug#4531)
16548 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
16550         * allout.el (allout-init, allout-back-to-current-heading)
16551         (allout-beginning-of-current-entry, allout-ascend-to-depth)
16552         (allout-ascend, allout-up-current-level, allout-end-of-level)
16553         (allout-previous-visible-heading, allout-forward-current-level)
16554         (allout-backward-current-level, allout-show-children):
16555         * apropos.el (apropos-describe-plist):
16556         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
16557         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
16558         * completion.el (add-completion, add-permanent-completion):
16559         * descr-text.el (describe-text-category, describe-char):
16560         * desktop.el (desktop-lazy-abort):
16561         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
16562         * dired.el (dired-build-subdir-alist):
16563         * ediff.el (ediff-version):
16564         * elide-head.el (elide-head, elide-head-show):
16565         * emerge.el (emerge-version):
16566         * env.el (getenv):
16567         * face-remap.el (variable-pitch-mode):
16568         * faces.el (describe-face):
16569         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
16570         (dired-at-point):
16571         * files.el (find-file-existing, auto-save-mode):
16572         * font-lock.el (font-lock-fontify-buffer):
16573         * help-fns.el (describe-function, describe-variable)
16574         (describe-syntax, describe-categories):
16575         * help.el (view-lossage, describe-bindings, describe-key)
16576         (describe-mode):
16577         * hexl.el (hexl-current-address):
16578         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
16579         * info.el (Info-goto-emacs-key-command-node):
16580         * log-edit.el (log-edit-insert-cvs-template)
16581         (log-edit-insert-cvs-rcstemplate):
16582         * menu-bar.el (menu-bar-mode):
16583         * mouse.el (mouse-appearance-menu):
16584         * newcomment.el (comment-indent-new-line):
16585         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
16586         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
16587         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
16588         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
16589         * recentf.el (recentf-mode):
16590         * savehist.el (savehist-mode, savehist-save):
16591         * shadowfile.el (shadow-copy-files):
16592         * simple.el (kill-ring-save, next-line, previous-line)
16593         (normal-erase-is-backspace-mode):
16594         * strokes.el (strokes-update-window-configuration)
16595         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
16596         (strokes-xpm-for-stroke):
16597         * time.el (emacs-uptime, emacs-init-time):
16598         * tutorial.el (tutorial--describe-nonstandard-key)
16599         (tutorial--detailed-help):
16600         * type-break.el (type-break-mode)
16601         (type-break-mode-line-message-mode, type-break-query-mode)
16602         (type-break-guesstimate-keystroke-threshold):
16603         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
16604         * version.el (emacs-version):
16605         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
16606         * winner.el (winner-mode):
16607         * calendar/timeclock.el (timeclock-in, timeclock-out)
16608         (timeclock-status-string, timeclock-change)
16609         (timeclock-workday-remaining-string)
16610         (timeclock-workday-elapsed-string)
16611         (timeclock-when-to-leave-string):
16612         * calendar/todo-mode.el (todo-add-category):
16613         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
16614         * emacs-lisp/autoload.el (update-file-autoloads):
16615         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
16616         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
16617         (checkdoc-message-text, checkdoc-defun):
16618         * emacs-lisp/debug.el (debugger-list-functions):
16619         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16620         * emacs-lisp/eieio-opt.el (eieio-describe-class)
16621         (eieio-describe-generic):
16622         * emacs-lisp/lisp-mnt.el (lm-synopsis):
16623         * emacs-lisp/shadow.el (list-load-path-shadows):
16624         * emulation/cua-base.el (cua-mode):
16625         * emulation/edt.el (edt-set-scroll-margins):
16626         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
16627         (tpu-toggle-regexp, tpu-toggle-search-direction)
16628         (tpu-toggle-rectangle, tpu-toggle-control-keys):
16629         * emulation/tpu-extras.el (tpu-set-scroll-margins):
16630         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
16631         (viper-set-parsing-style-toggling-macro)
16632         (viper-set-emacs-state-searchstyle-macros):
16633         * emulation/viper.el (viper-set-hooks):
16634         * eshell/esh-mode.el (eshell-truncate-buffer):
16635         * international/mule-cmds.el (prefer-coding-system)
16636         (describe-input-method, describe-language-environment):
16637         * international/mule-diag.el (list-character-sets)
16638         (describe-character-set, describe-coding-system)
16639         (describe-fontset, list-fontsets, list-input-methods):
16640         * mail/sendmail.el (mail-signature):
16641         * net/ange-ftp.el (ange-ftp-copy-file):
16642         * net/browse-url.el (browse-url):
16643         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
16644         * net/quickurl.el (quickurl-add-url):
16645         * net/rcirc.el (names, topic):
16646         * net/xesam.el (xesam-mode):
16647         * play/5x5.el (5x5-new-game):
16648         * play/yow.el (apropos-zippy):
16649         * progmodes/ada-mode.el (ada-mode-version):
16650         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
16651         (f90-end-of-block)
16652         (f90-beginning-of-block):
16653         * progmodes/fortran.el (fortran-end-of-block)
16654         (fortran-beginning-of-block):
16655         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
16656         * progmodes/python.el (python-describe-symbol, python-shell):
16657         * term/ns-win.el (ns-print-buffer):
16658         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
16659         * textmodes/flyspell.el (flyspell-mode-on):
16660         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
16661         (pages-directory-for-addresses):
16662         * textmodes/table.el (table-recognize-cell)
16663         (table-query-dimension, table-generate-source)
16664         (table-insert-sequence, table--warn-incompatibility):
16665         * textmodes/tex-mode.el (tex-validate-buffer):
16666         * textmodes/texinfmt.el (texinfmt-version)
16667         (texinfo-format-buffer):
16668         Use `called-interactively-p' instead of `interactive-p'.
16670 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
16672         * image-mode.el (image-toggle-display):
16673         * emacs-lisp/elp.el (elp-instrument-function):
16674         * emacs-lisp/advice.el (ad-make-advised-definition):
16675         * emacs-lisp/easy-mmode.el (define-minor-mode):
16676         * net/browse-url.el (browse-url-maybe-new-window):
16677         * progmodes/sh-script.el (sh-learn-buffer-indent):
16678         Pass new argument 'any to `called-interactively-p'.
16680 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
16682         * international/uni-bidi.el:
16683         * international/uni-category.el:
16684         * international/uni-combining.el:
16685         * international/uni-comment.el:
16686         * international/uni-decimal.el:
16687         * international/uni-decomposition.el:
16688         * international/uni-digit.el:
16689         * international/uni-lowercase.el:
16690         * international/uni-mirrored.el:
16691         * international/uni-name.el:
16692         * international/uni-numeric.el:
16693         * international/uni-old-name.el:
16694         * international/uni-titlecase.el:
16695         * international/uni-uppercase.el:
16696         Regenerate from Unicode 5.2.0 data.
16698 2009-10-01  Glenn Morris  <rgm@gnu.org>
16700         * Makefile.in (ELCFILES): Regenerate.
16702 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16704         * subr.el (interactive-p): Mark obsolete.
16705         (called-interactively-p): Make the optional-ness of `kind' obsolete.
16706         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
16707         advertised-signature-table for subroutines as well.
16709         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
16710         (set-advertised-calling-convention): New function.
16711         (make-obsolete, define-obsolete-function-alias)
16712         (make-obsolete-variable, define-obsolete-variable-alias):
16713         Make the optional-ness of `when' obsolete.
16714         (define-obsolete-face-alias): Make `when' non-optional.
16715         * help-fns.el (help-function-arglist):
16716         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
16717         Use advertised-signature-table.
16719 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
16721         * files.el (delete-directory): New defun.  The original function
16722         in fileio.c has been renamed to `delete-directory-internal'.
16724         * dired.el (dired-delete-file): Call `delete-directory' with
16725         RECURSIVE parameter.
16727         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
16728         parameter RECURSIVE.  Implementation is missing.
16730         * net/tramp.el (tramp-handle-make-directory): Flush upper
16731         directory's file properties.
16732         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
16733         (tramp-handle-dired-recursive-delete-directory): Flush directory
16734         properties after the remove command only.
16736         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
16737         Handle optional parameter RECURSIVE.
16739         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16740         Handle optional parameter RECURSIVE.
16742         * net/tramp-smb.el (tramp-smb-errors): Add error message for
16743         connection timeout.
16744         (tramp-smb-handle-delete-directory): Handle optional parameter
16745         RECURSIVE.
16747 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16749         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
16750         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
16751         (byte-compile-defmacro): Use backquotes.
16753         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
16755         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
16756         has no associated file.
16757         (vc-resynch-buffer): Use vc-dir-buffers.
16759 2009-10-01  Glenn Morris  <rgm@gnu.org>
16761         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
16762         (chart-file-count):
16763         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
16764         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
16765         * emacs-lisp/eieio-opt.el (eieio-describe-class):
16766         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
16767         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
16768         (eieio-copy-parents-into-subclass, make-instance, class-children)
16769         (eieio-generic-form):
16771         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
16772         match-data.  (Bug#4555).
16774         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
16775         rather than parsing it as a regexp.  This relaxes the layout
16776         requirements and makes errors easier to detect.
16777         (check-declare-verify): Check file is regular.
16778         (check-declare-directory): Doc fix.
16779         * subr.el (declare-function): Doc fix.
16781         * ibuffer.el (ibuffer-format-qualifier):
16782         * isearch.el (hi-lock-regexp-okay):
16783         * calc/calc.el (math-zerop):
16784         * mail/uce.el (rmail-msgbeg, rmail-msgend):
16785         * term/w32-win.el (setup-default-fontset, set-fontset-font):
16786         Remove unused declarations.
16788 2009-09-30  Eric Ludlam  <zappo@gnu.org>
16790         * emacs-lisp/eieio.el (boolean-p): Delete.
16792 2009-09-30  Glenn Morris  <rgm@gnu.org>
16794         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
16796         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
16797         filename is not a string.
16799 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
16801         * files.el (safe-local-eval-forms): Fix typo.
16803 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16805         * vc-hooks.el (vc-dir-buffers): New var.
16806         (vc-state-refresh): New function.
16807         (vc-state): Use it.
16808         (vc-after-save): Always ask the backend to recompute the new state.
16809         Always call vc-dir if necessary, using vc-dir-buffers.
16810         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
16811         Use vc-dir-buffers.
16812         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
16813         (vc-dir-prepare-status-buffer, vc-dir-update)
16814         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
16815         Don't call expand-file-name on default-directory.
16817 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
16819         * speedbar.el (speedbar-item-delete):
16820         * calc/calc-prog.el (calc-kbd-if):
16821         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
16823         * epa.el (epa-key-list-mode-map):
16824         * hi-lock.el (hi-lock-menu): Fix typos in menus.
16826         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
16827         (hs-show-hook): Fix typo in docstring.
16829 2009-09-29  Glenn Morris  <rgm@gnu.org>
16831         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
16832         file-name-nondirectory call preventing location of cedet files.
16833         (check-declare-verify): Use literal search rather than re-search.
16834         Add basic defmethod and defclass, and define-overloadable-function.
16836         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
16837         Use tramp-compat-file-attributes rather than nonexistent
16838         tramp-compat-handle-file-attributes.
16840         * Makefile.in (lisptagsfiles4): New.
16841         (AUTOGENEL): Add cedet loaddefs files.
16842         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
16843         (update-elclist, compile-always, backup-compiled-files)
16844         (bootstrap-clean): Add yet another directory level.
16845         (update-elclist): Use LC_COLLATE rather than COLLATE.
16846         (ELCFILES): Update, via `make update-elclist'.
16848 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
16850         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
16851         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
16852         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
16854 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
16856         * Makefile.in (lisptagsfiles3): Define.
16857         (TAGS, TAGS-LISP): Use it.
16858         (update-elclist): Add third directory level to look for elc files.
16859         (compile-always): Likewise.
16860         (backup-compiled-files): Likewise.
16861         (bootstrap-clean): Likewise.
16862         (ELCFILES): Update.
16864 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
16866         * Makefile.in (ELCFILES): Add CEDET files.
16868 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
16870         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
16872         * net/tramp.el (top): Require tramp-imap.
16874         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
16875         Use `tramp-compat-handle-file-attributes'.
16877 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16879         * net/tramp-imap.el: New package.
16881 2009-09-28  Eric Ludlam  <zappo@gnu.org>
16883         * emacs-lisp/chart.el:
16884         * emacs-lisp/eieio-base.el:
16885         * emacs-lisp/eieio-comp.el:
16886         * emacs-lisp/eieio-custom.el:
16887         * emacs-lisp/eieio-datadebug.el:
16888         * emacs-lisp/eieio-opt.el:
16889         * emacs-lisp/eieio-speedbar.el:
16890         * emacs-lisp/eieio.el: New files.
16892 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16894         * whitespace.el (whitespace-trailing-regexp)
16895         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
16896         Fix doc string.
16898 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
16900         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
16901         menu.
16903         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
16904         menu-bar-ediff-menu.
16906         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
16907         define-overloadable-function.
16909         * progmodes/autoconf.el: Provide autoconf as well, so that this
16910         file can be `require'd.
16912         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
16914         * emacs-lisp/autoload.el (generated-autoload-feature)
16915         (generated-autoload-load-name): New vars.
16916         (autoload-rubric, autoload-generate-file-autoloads): Use them.
16917         (make-autoload): Recognize define-overloadable-function and
16918         defclass forms (for EIEIO).
16920         * Makefile.in (update-subdirs): Exclude cedet directory.
16922 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
16924         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
16926         * faces.el: Default light-background background for region face to
16927         ns_selection_color under NS.
16929 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
16931         * net/imap-hash.el: New library, see NEWS.
16933         * Makefile.in (ELCFILES): Add imap-hash.el.
16935 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16937         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
16938         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
16939         * help-macro.el (make-help-screen): Avoid using an ambiguous function
16940         definition where the docstring could be taken for the return value.
16942 2009-09-26  Glenn Morris  <rgm@gnu.org>
16944         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
16945         Add option to only show images below a certain size.
16946         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
16947         save-excursion calls.
16949 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
16951         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
16952         subdirectories) and eieio.
16954 2009-09-26  Alan Mackenzie  <acm@muc.de>
16956         * progmodes/cc-engine.el (c-beginning-of-statement-1):
16957         Correct buggy bracketing.  (Bug#4289)
16959         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
16960         character constants (as case labels).  (Bug#4289)
16962 2009-09-25  Juri Linkov  <juri@jurta.org>
16964         * files.el (safe-local-eval-forms): Allow time-stamp in
16965         before-save-hook (Bug#4554).
16967 2009-09-25  Drew Adams  <drew.adams@oracle.com>
16969         * menu-bar.el (list-buffers-directory): Doc fix.
16971 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16973         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
16974         Try and avoid copying twice the same paragraph.
16975         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
16976         Remove save-excursion.
16977         (log-edit-changelog-entry): Do it here instead.
16979 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
16981         * bs.el (bs--get-file-name): Use `list-buffers-directory'
16982         when available, instead of hardcoding mode names.  Doc fix.
16984         * menu-bar.el (list-buffers-directory): Add docstring.
16985         Make automatically buffer-local.
16987         * dired.el (dired-mode):
16988         * files.el (cd-absolute):
16989         * pcvs.el (cvs-temp-buffer):
16990         * pcvs-util.el (cvs-get-buffer-create):
16991         * shell.el (shell-mode):
16992         * vc-dir.el (vc-dir-mode):
16993         Don't make `list-buffers-directory' buffer local.
16995 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
16997         * comint.el (comint-exec, comint-run, make-comint):
16998         Doc fixes (Bug#4542).
17000 2009-09-25  Glenn Morris  <rgm@gnu.org>
17002         * mail/rmailmm.el (rmail-mime): New custom group.
17003         Move all defcustoms in this file into this group.
17004         (rmail-mime-media-type-handlers-alist): Revert previous change.
17005         (rmail-mime-show-images): New option.
17006         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
17007         references to it, since it wasn't actually used for anything.
17008         (rmail-mime-insert-image): New function.
17009         (rmail-mime-image): Use rmail-mime-insert-image.
17010         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
17011         obey the value of `rmail-mime-show-images' option.  Print the size of
17012         attachments.
17014 2009-09-25  David Engster  <deng@randomsample.de>
17016         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
17018 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17020         * whitespace.el: Does not highlight trailing spaces While point is
17021         at end of line.  Does not highligt spaces at beginning of buffer
17022         while point is at beginning of buffer.  Does not highlight spaces
17023         at end of buffer while point is at end of buffer.  (Bug#4177)
17024         New version 12.0.
17025         (whitespace-display-mappings): Adjust initialization.
17026         (whitespace-point, whitespace-font-lock-refontify): New vars.
17027         (whitespace-color-on, whitespace-color-off): Adjust code.
17028         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
17029         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
17030         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
17032 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
17034         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
17036         * textmodes/sgml-mode.el: Remove xml-mode alias.
17038         * files.el (auto-mode-alist, conf-mode-maybe)
17039         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
17041 2009-09-24  Alan Mackenzie  <acm@muc.de>
17043         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
17044         c-forward-conditionals, but it doesn't move point and doesn't set
17045         the mark.
17046         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
17047         (c-down-conditional-with-else, c-backward-conditional)
17048         (c-forward-conditional): Refactor to use c-scan-conditionals.
17050 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
17052         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
17053         (help-default-arg-highlight): Remove.
17054         (help-highlight-arg): New function.
17055         (help-do-arg-highlight): Use it.
17056         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
17058 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17060         * term.el (term-set-scroll-region, term-handle-ansi-escape):
17061         Undo last change, which didn't fix the problem and introduced others.
17063 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
17065         * progmodes/gdb-mi.el: Don't require speedbar.
17066         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
17068 2009-09-24  Glenn Morris  <rgm@gnu.org>
17070         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
17072         * term/ns-win.el (ns-reg-to-script): Define for compiler.
17074         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
17075         there is no newline after the final mime boundary.  (Bug#4539)
17076         Move markers on insertion so that any buttons inserted don't end up in
17077         the next part of a multipart message.
17078         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
17079         (rmail-mime-bulk-handler): Optionally handle images.
17080         (rmail-mime-image): New button action.
17081         (rmail-mime-image-handler): New function.
17082         (rmail-mime-mode): New mode.
17083         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
17085 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17087         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
17088         than just dropping elements from it (bug#4504).
17090         * term.el (term-set-scroll-region): Don't move cursor any more.
17091         (term-handle-ansi-escape): Call term-goto here instead.
17092         Suggested by Ivan Kanis <apple@kanis.eu>.
17094         * term.el: Require CL.
17095         (term-ansi-reset): New function.
17096         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
17097         (term-handle-colors-array): Simplify.
17099 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
17101         * allout.el (allout-overlay-interior-modification-handler)
17102         (allout-obtain-passphrase):
17103         * epa-file.el (epa-file-write-region):
17104         * ps-print.el (ps-begin-job):
17105         * vc-hooks.el (vc-toggle-read-only):
17106         * vc-rcs.el (vc-rcs-rollback):
17107         * vc-sccs.el (vc-sccs-rollback):
17108         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
17109         (vc-version-diff, vc-revert, vc-rollback):
17110         * wdired.el (wdired-check-kill-buffer):
17111         * emacs-lisp/authors.el (authors):
17112         * net/socks.el (socks-open-connection):
17113         * net/zeroconf.el (zeroconf-service-add-hook):
17114         * obsolete/vc-mcvs.el (vc-mcvs-register):
17115         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
17116         (gdb-select-frame):
17117         * progmodes/grep.el (lgrep, rgrep):
17118         * progmodes/idlw-help.el (idlwave-help-check-locations)
17119         (idlwave-help-html-link, idlwave-help-assistant-open-link):
17120         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
17121         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
17122         (reftex-toc-rename-label): Fix typos in error messages.
17124         * dired-aux.el (dired-do-shell-command): Reflow docstring.
17125         (dired-copy-how-to-fn): Doc fix.
17126         (dired-files-attributes, dired-read-shell-command):
17127         Fix typos in docstrings.
17129         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
17130         (dired-x-find-file-other-window): Reflow docstrings.
17131         (dired-omit-marker-char, dired-read-shell-command)
17132         (dired-x-submit-report): Fix typos in docstrings.
17134         * shell.el (shell-mode-hook):
17135         * view.el (View-scroll-line-forward):
17136         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
17137         Fix typos in docstrings.
17139         * net/dig.el (dig-invoke): Fix typo in docstring.
17140         (query-dig): Reflow docstring.
17142         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
17143         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
17144         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
17145         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
17146         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
17147         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
17148         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
17149         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
17150         (idlwave-completion-map, idlwave-current-indent)
17151         (idlwave-custom-ampersand-surround, idlwave-customize)
17152         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
17153         (idlwave-define-abbrev, idlwave-determine-class-special)
17154         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
17155         (idlwave-end-block-reg, idlwave-end-of-statement)
17156         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
17157         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
17158         (idlwave-explicit-class-listed, idlwave-file-header)
17159         (idlwave-fill-paragraph, idlwave-find-class-definition)
17160         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
17161         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
17162         (idlwave-in-quote, idlwave-indent-action-table)
17163         (idlwave-indent-expand-table, idlwave-indent-line)
17164         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
17165         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
17166         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
17167         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
17168         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
17169         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
17170         (idlwave-outlawed-buffers, idlwave-popup-select)
17171         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
17172         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
17173         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
17174         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
17175         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
17176         (idlwave-statement-type, idlwave-struct-skip)
17177         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
17178         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
17179         (idlwave-what-module-find-class): Fix typos in docstrings.
17180         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
17181         (idlwave-calculate-cont-indent, idlwave-expand-equal)
17182         (idlwave-find-module, idlwave-find-structure-definition)
17183         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
17184         (idlwave-list-load-path-shadows, idlwave-next-statement)
17185         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
17186         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
17187         (idlwave-template): Reflow docstrings.
17189         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
17190         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
17191         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
17192         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
17193         (idlwave-shell-display-line, idlwave-shell-display-wframe)
17194         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
17195         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
17196         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
17197         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
17198         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
17199         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
17200         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
17201         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
17202         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
17203         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
17204         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
17205         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
17206         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
17207         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
17208         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
17209         Fix typos in docstrings.
17210         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
17211         (idlwave-shell-hide-output, idlwave-shell-mode)
17212         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
17213         Reflow docstrings.
17215         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
17217 2009-09-24  Ivan Kanis  <apple@kanis.eu>
17219         * term.el (term-bold-attribute): New var.
17220         (term-handle-colors-array): Use it.
17222 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
17224         * progmodes/gdb-mi.el (gdb-version): New variable.
17225         (gdb-non-stop-handler): Set gdb-version.
17226         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
17227         Condition "--thread" option on gdb-version.
17228         (gdb-invalidate-threads): Remove unused argument.
17230 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17232         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
17233         to looking-back to avoid ridiculous slow down in large files (bug#4511).
17235 2009-09-23  Glenn Morris  <rgm@gnu.org>
17237         * mail/rmail.el (rmail-reply): Don't try to add a References header when
17238         replying to mail without References or Message-Id.  (Bug#4525)
17240 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
17242         * term/ns-win.el (ns-reg-to-script): New variable.
17244 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
17246         * epg.el (epg-wait-for-status): Preserve existing 'error results.
17248 2009-09-22  Sam Steingold  <sds@gnu.org>
17250         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
17251         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
17252         to 1 because hg returns status 1 when nothing is found.
17253         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
17255 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17257         * textmodes/fill.el: Convert to utf-8 encoding.
17258         (fill-french-nobreak-p): Remove redundant » and « inherited from our
17259         pre-Unicode days.
17261         * add-log.el (change-log-fill-forward-paragraph): New function.
17262         (change-log-mode): Use it so fill-region DTRT.
17263         Set fill-indent-according-to-mode here rather than in
17264         change-log-fill-paragraph.
17265         (change-log-fill-paragraph): Remove.
17267 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
17269         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
17270         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
17272 2009-09-22  Glenn Morris  <rgm@gnu.org>
17274         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
17275         the scroll-bar scroll the calendar window rather than the buffer.
17277         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
17278         commands that move point (as opposed to scrolling).
17280         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
17282         * emacs-lisp/elint.el (elint): New custom group.
17283         (elint-log-buffer): Make it a defcustom.
17284         (elint-scan-preloaded, elint-ignored-warnings)
17285         (elint-directory-skip-re): New options.
17286         (elint-builtin-variables): Doc fix.
17287         (elint-preloaded-env): New variable.
17288         (elint-unknown-builtin-args): Add an entry for encode-time.
17289         (elint-extra-errors): Make it a variable rather than a constant.
17290         (elint-preloaded-skip-re): New constant.
17291         (elint-directory): Skip files matching elint-directory-skip-re.
17292         (elint-features): New variable, local to linted buffers.
17293         (elint-update-env): Initialize elint-features.  Possibly add
17294         elint-preloaded-env to the buffer's environment.
17295         (elint-get-top-forms): Bind elint-current-pos, for log messages.
17296         Skip quoted forms.
17297         (elint-init-form): New function, extracted from elint-init-env.
17298         Make non-list forms a warning rather than an error.
17299         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
17300         easy-menu-define, put that adds an error-condition, and provide.
17301         When requiring cl, also require cl-macs.  Really require cl, to handle
17302         some cl macros.  Store required libraries in the list elint-features,
17303         so as not to re-load them.  Treat cc-require like require.
17304         (elint-init-env): Call elint-init-form to do the work.
17305         Handle eval-and-compile and such like.
17306         (elint-add-required-env): Do not clear messages.
17307         (elint-special-forms): Add handlers for function, defalias, if, when,
17308         unless, and, or.
17309         (elint-form): Add optional argument to ignore elint-special-forms,
17310         useful to prevent recursive calls from handlers.  Doc fix.
17311         Respect elint-ignored-warnings.
17312         (elint-form): Respect elint-ignored-warnings.
17313         (elint-bound-variable, elint-bound-function): New variables.
17314         (elint-unbound-variable): Respect elint-bound-variable.
17315         (elint-get-args): Respect elint-bound-function.
17316         (elint-check-cond-form): Add some simple handling for (f)boundp and
17317         featurep tests.
17318         (elint-check-defalias-form): New handler.
17319         (elint-check-let-form): Make an empty let a warning rather than an
17320         error.
17321         (elint-check-setq-form): Make an empty setq a warning rather than an
17322         error.  Respect elint-ignored-warnings.
17323         (elint-check-defvar-form): Accept null doc-strings.
17324         (elint-check-conditional-form): New handler.  Does some simple-minded
17325         checking of featurep and (f)boundp tests.
17326         (elint-put-function-args): New function.
17327         (elint-initialize): Use elint-scan-doc-file rather than
17328         elint-find-builtin-variables.  Use elint-put-function-args.
17329         Possibly scan preloaded-file-list.
17330         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
17331         extend to handle functions as well.
17333 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
17335         * linum.el (linum-delete-overlays, linum-update-window):
17336         Do not modify the right margin.  (Bug#3971)
17338 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
17340         * files.el (conf-mode-maybe, magic-fallback-mode-alist):
17341         Use nxml-mode instead of xml-mode.
17343 2009-09-21  Kevin Ryde  <user42@zip.com.au>
17345         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
17347 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17349         * net/dig.el (dig-mode): Use define-derived-mode.
17351 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
17353         * vc-dispatcher.el (vc-do-command): Return the process object in
17354         the asynchronous case.  Use when instead of if.  Do not run
17355         vc-exec-after to display a message if not enabled.  (Bug#4463)
17357         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
17358         properties to the stash strings.
17359         (vc-git-stash-list): Return a list of strings.
17360         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
17361         (vc-git-stash-show-at-point): New functions.
17362         (vc-git-stash-map): New keymap.
17364         * register.el (ctl-x-r-map): Define the keys here instead of
17365         using autoload.
17367 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
17369         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
17370         list, to workaround performance problem (bug#4485).
17372 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
17374         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
17376 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
17378         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
17379         Document that this option is not recommended to use.
17381 2009-09-19  Glenn Morris  <rgm@gnu.org>
17383         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
17384         variable `var'.
17386         * calc/calc-alg.el (var):
17387         * calc/calcalg2.el (var): Define for compiler.
17389 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
17391         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
17392         Doc fix (Bug#3932).
17394         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
17396         * time-stamp.el (time-stamp-month-dd-yyyy)
17397         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
17398         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
17399         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
17400         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
17401         Remove functions that have been obsolete since 1995 (Bug#4436).
17403         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
17404         indent buffer only if called interactively (Bug#4452).
17406 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
17407             Eli Zaretskii  <eliz@gnu.org>
17409         This fixes bug#4197 (merged to bug#865, though not identical).
17410         * server.el (server-auth-dir): Add docstring note about FAT32.
17411         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
17412         but warn against using them.
17414 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
17416         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
17417         older GDB where there is no has_more field.
17419 2009-09-19  Glenn Morris  <rgm@gnu.org>
17421         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
17423 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
17425         * files.el (auto-mode-alist): Change default for XML files to nXML
17426         mode (Bug#4169).
17428 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
17430         * server.el (server-ensure-safe-dir): Pass 'integer
17431         to `file-attributes', as suggested.
17433 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17435         * dired-aux.el (dired-query-alist): Remove spurious backslash.
17436         (dired-query): Use read-key.
17438 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
17440         * cus-start.el (ns-use-qd-smoothing): Remove.
17442 2009-09-18  Glenn Morris  <rgm@gnu.org>
17444         * allout.el (top-level): Remove unnecessary progn.
17446         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
17448         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
17449         definition of abbrev table.
17451         * speedbar.el (speedbar-track-mouse):
17452         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
17453         * net/eudc.el (eudc-expand-inline):
17454         * net/newst-backend.el (newsticker--cache-read-feed):
17455         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
17456         condition-case handlers.
17458 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
17460         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
17461         (gdb-var-list): Add an element for has_more field.
17462         (gdb-non-stop-handler): Enable pretty printing for STL containers.
17463         (gdb-var-create-handler, gdb-var-list-children-handler-1)
17464         (gdb-var-update-handler-1): Parse output of dynamic variable
17465         objects (STL containers).
17466         (gdb-var-delete-1): Pass var1 as an explicit second argument.
17467         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
17469         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
17470         gdb-var-list.
17471         (gud-speedbar-buttons): Make node expandable if expression "has more"
17472         children.
17474 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
17476         * startup.el (emacs-quick-startup): Remove variable and all uses.
17477         (command-line): Set `inhibit-x-resources' instead.
17478         (command-line-1): Use `inhibit-x-resources' instead.
17480 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
17482         * subr.el: Fix last change to avoid using the `unless' macro,
17483         which breaks bootstrapping.
17485 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17487         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
17488         extended definitions, in case we reload subr.el after having
17489         loaded CL.
17490         (eval-next-after-load): Mark as obsolete.
17492 2009-09-17  Juri Linkov  <juri@jurta.org>
17494         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
17495         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
17496         (menu-bar-showhide-menu, menu-bar-tools-menu)
17497         (menu-bar-describe-menu, menu-bar-help-menu)
17498         (minibuffer-local-completion-map, minibuffer-local-map):
17499         Fix list quoting.
17501 2009-09-17  Glenn Morris  <rgm@gnu.org>
17503         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
17504         arguments, whether or not it has a handler.
17506         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
17508         * simple.el (hard-newline): Give it a doc-string.
17510         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17511         (lisp-mode-syntax-table): Give them doc-strings.
17513 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
17515         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
17516         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
17517         (menu-bar-options-menu, menu-bar-showhide-menu)
17518         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
17519         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
17520         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
17521         (menu-bar-options-menu, menu-bar-tools-menu)
17522         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
17523         (menu-bar-help-menu):
17524         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
17525         string arguments.
17527         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
17528         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
17529         calls for the menu names and :help.
17531 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17533         * mouse.el (minor-mode-menu-from-indicator): Pay attention
17534         to :minor-mode-function (bug#4455).
17536 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17538         * startup.el (command-line): Initialize the window-system after
17539         processing the command-line.
17541         * textmodes/page.el (what-page): Make sure we don't inf-loop if
17542         page-delimiter matches the empty string.
17544 2009-09-16  Glenn Morris  <rgm@gnu.org>
17546         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
17547         byte-compile-not-obsolete-var.  It's a list now.
17548         (byte-compile-not-obsolete-funcs): New variable.
17549         (byte-compile-warn-obsolete): Don't warn about functions if they are in
17550         byte-compile-not-obsolete-funcs.
17551         (byte-compile-variable-ref, byte-compile-defvar): Update for
17552         byte-compile-not-obsolete-vars name-change and list nature.
17553         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
17554         and variables behind (f)boundp tests.
17555         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
17557 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
17559         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
17561 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17563         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
17564         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
17565         Don't autoload.
17567 2009-09-15  Stephen Eglen  <stephen@gnu.org>
17569         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
17570         the virtual-buffers, use the name of the buffer specified by
17571         find-file-noselect, as the match may be a symlink.  (This was a
17572         problem if the target and the symlink had different names.)
17574 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17576         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
17578         * desktop.el (desktop-path): Check user-emacs-directory.
17580         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
17582         * loadup.el: Use after-load-functions to GC after loading each file.
17583         Remove the explicit GC calls that used to be sprinkled around.
17585         * subr.el (after-load-functions): New hook.
17586         (do-after-load-evaluation): Run it.  Use string-match-p to detect
17587         `obsolete' packages, rather than painfully extracting the relevant
17588         directory name.
17590 2009-09-15  Glenn Morris  <rgm@gnu.org>
17592         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
17593         free variable `doc'.
17595         * dired.el (dired-mode-map): Add menu entry for async shell command.
17597         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
17598         variables, also consider the .elc files, since the .el files are
17599         normally gzipped (subsequent code locates the .el.gz from the .elc).
17601         * calc/calc-prog.el (arglist): Define for compiler.
17603         * calendar/diary-lib.el (diary-display-function): Change the default to
17604         fancy display.
17605         (body): Define for compiler.
17607         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
17608         (byte-compile-file-form, byte-compile-lambda)
17609         (byte-compile-top-level-body, byte-compile-form)
17610         (byte-compile-variable-ref, byte-compile-setq)
17611         (byte-compile-setq-default, byte-compile-body)
17612         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
17613         (batch-byte-compile): Give some more local variables with common names
17614         a "bytecomp-" prefix to avoid masking warnings about free variables.
17616         * startup.el (command-line-1): Give local variables with common names a
17617         distinguishing prefix, so as not to hide free variable warnings during
17618         bootstrap.
17620         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
17621         clever and add a suffix to make a unique name, just let the user decide
17622         whether or not to overwrite it.  If the input is a directory, write the
17623         default filename to that directory.  (Bug#4388)
17624         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
17625         is a filename-as-a-directory.
17627 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17629         * textmodes/page.el (what-page): Don't move to beginning of line.
17630         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
17632 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
17634         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
17636 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
17638         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
17639         * help.el (help-for-help-internal): Add purecopy calls for text.
17641         * vc.el (top): print-log method now takes an optional SHORTLOG
17642         argument.  Add a new method: root.
17643         (vc-root-diff, vc-print-root-log): New functions.
17644         (vc-log-short-style): New variable.
17645         (vc-print-log-internal): Add support for showing short logs.
17647         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
17648         vc-print-root-log and vc-print-root-diff.
17650         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
17651         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
17652         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
17653         short logs.
17655         * vc-cvs.el (vc-cvs-print-log):
17656         * vc-mtn.el (vc-mtn-print-log):
17657         * vc-rcs.el (vc-rcs-print-log):
17658         * vc-sccs.el (vc-sccs-print-log):
17659         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
17660         that is ignored for now.
17662         * vc-mtn.el (vc-mtn-annotate-command):
17663         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
17665 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17667         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
17668         to function-key-map, and give them ascii-character property.
17669         * term/x-win.el (x-alternatives-map):
17670         * term/ns-win.el (ns-alternatives-map):
17671         * term/internal.el (msdos-key-remapping-map):
17672         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
17674 2009-09-14  Glenn Morris  <rgm@gnu.org>
17676         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
17677         temp-buffers (2009-09-12).
17679 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17681         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
17682         the new read-key function.
17684 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
17686         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
17687         is defined (Bug#4405).
17689 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
17691         * recentf.el (recentf-cleanup): Use a hash table to find
17692         duplicates (Bug#4407).
17694 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
17696         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
17697         kp-0 to ascii equivalents (Bug#4325).
17699 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
17701         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
17703         * eshell/em-hist.el:
17704         * eshell/em-dirs.el (eshell-complete-user-reference):
17705         Declare pcomplete functions and variables to avoid compiler warnings.
17707 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
17709         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
17710         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
17711         * eshell/em-alias.el (eshell-aliases-file):
17712         * eshell/em-hist.el (eshell-history-file-name):
17713         Use expand-file-name instead of concat to make file names (Bug#4308).
17715 2009-09-13  Glenn Morris  <rgm@gnu.org>
17717         * ediff-merg.el (ediff-do-merge):
17718         * filesets.el (filesets-run-cmd):
17719         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
17720         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
17721         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
17722         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
17723         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
17724         Replace empty `let's with `progn'.
17726 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17728         * mail/sendmail.el (send-mail-function):
17729         * tooltip.el (tooltip-mode):
17730         * simple.el (transient-mark-mode):
17731         * rfn-eshadow.el (file-name-shadow-mode):
17732         * frame.el (blink-cursor-mode):
17733         * font-core.el (global-font-lock-mode):
17734         * files.el (temporary-file-directory)
17735         (small-temporary-file-directory, auto-save-file-name-transforms):
17736         * epa-hook.el (auto-encryption-mode):
17737         * composite.el (global-auto-composition-mode):
17738         Use custom-initialize-delay.
17739         * startup.el (command-line): Don't explicitly call
17740         custom-reevaluate-setting for all the above vars.
17741         * custom.el (custom-initialize-safe-set)
17742         (custom-initialize-safe-default): Delete.
17744 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17746         * term/x-win.el (x-initialize-window-system):
17747         * term/w32-win.el (w32-initialize-window-system):
17748         * term/ns-win.el (ns-initialize-window-system): Don't call
17749         mouse-wheel-mode since it's enabled globally by default already.
17751         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
17752         actually define the variable, but only silences the byte-compiler.
17753         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
17754         before looking it up.
17755         (mouse-wheel-scroll-amount): Also reset the bindings if this value
17756         is changed.
17758 2009-09-12  Glenn Morris  <rgm@gnu.org>
17760         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
17761         1000.
17762         (elint-add-required-env): Don't beep on error.
17763         (elint-forms): In case of error, return ENV unchanged.
17764         (elint-init-env): Skip non-list forms.
17765         (elint-log): Handle unknown file positions.
17767 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
17769         * epg.el (epg-make-context): Add autoload cookie.
17770         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
17771         (epg-decrypt-string, epg-start-verify, epg-verify-file)
17772         (epg-verify-string, epg-start-sign, epg-sign-file)
17773         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
17774         (epg-encrypt-string, epg-start-export-keys)
17775         (epg-export-keys-to-file, epg-export-keys-to-string)
17776         (epg-start-import-keys, epg-import-keys-from-file)
17777         (epg-import-keys-from-string, epg-start-receive-keys)
17778         (epg-receive-keys, epg-import-keys-from-server)
17779         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
17780         (epg-sign-keys, epg-start-generate-key)
17781         (epg-generate-key-from-file, epg-generate-key-from-string):
17782         Remove autoload cookie.
17784 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
17786         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
17787         reevaluation of trash-directory.
17789         * mwheel.el: Fix last change.
17790         (mouse-wheel-mode): New defvar.
17791         (mouse-wheel-mode): Remove autoload cookie.
17793 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17795         * mwheel.el (mwheel-installed-bindings): New var.
17796         (mouse-wheel-mode): Use it, so as to make sure we really remove all
17797         the bindings we set last time.  Use custom-initialize-delay.
17798         * loadup.el: Load mwheel after term/*-win.el.
17799         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
17800         and mouse-wheel-up-event now that their first evaluation is done
17801         sufficiently late to be correct.
17803         * startup.el (tutorial-directory): Make it a defcustom.
17804         Use custom-initialize-delay rather than eval-at-startup to set it.
17805         * image.el (image-load-path): Make it a defcustom.
17806         Use custom-initialize-delay rather than eval-at-startup to set it.
17807         * subr.el (eval-at-startup): Remove.
17808         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
17810         * subr.el (do-after-load-evaluation): Warn the user after loading an
17811         obsolete package.
17813 2009-09-12  Glenn Morris  <rgm@gnu.org>
17815         * proced.el (proced-mark-alt): Remove alias.
17816         (proced-mode-map): Remove proced-mark-alt.
17818         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
17819         Elint file and directory.  Remove initialization entry.
17821         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
17822         commands.
17823         (elint-current-buffer): Set mode-line-process.
17824         (elint-init-env): Handle define-derived-mode.
17825         Fix declare-function with unspecified arglist.  Guard against odd
17826         defalias statements (eg iso-insert's 8859-1-map).
17827         (elint-add-required-env): Use a temp buffer.
17828         (elint-form): Just print the function/macro name, not the whole form.
17829         Return env unchanged if we fail to parse a macro.
17830         (elint-forms): Guard against parse errors.
17831         (elint-output): New function, to handle batch mode.
17832         (elint-log-message): Add optional argument.  Use elint-output.
17833         (elint-set-mode-line): New function.
17835 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
17837         * emacs-lisp/elp.el (elp-not-profilable): Add more
17838         functions (Bug#4233).
17840 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
17842         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
17843         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
17845 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
17847         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
17848         (gdb-var-list-children): Use json parsing.
17850 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
17852         * progmodes/js.el (js--proper-indentation): Handle the case where
17853         char-before is null.  Reported by Deniz Dogan.
17855 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
17857         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
17859 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
17861         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
17862         (epg-digest-algorithm-alist): Add SHA224.
17863         (epg-context-set-passphrase-callback)
17864         (epg-context-set-progress-callback): Add description about
17865         callback function.
17867 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17869         * custom.el (custom-delayed-init-variables): New var.
17870         (custom-initialize-delay): New function.
17871         * startup.el (command-line): "Re"evaluate all vars in
17872         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
17873         explicitly any more.
17874         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
17875         to avoid creating a ~/.emacs.d at build-time (bug#4347).
17877         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
17879 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
17881         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
17882         (gdb-var-update-handler): Use json parsing.
17884 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
17886         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
17887         decode annotated text, regardless of language environment.  (Bug#2741)
17889 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17891         * Makefile.in (autoloads): Make rmail.el writable as well.
17893 2009-09-11  Glenn Morris  <rgm@gnu.org>
17895         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
17896         loaddefs.el.
17897         * dired.el: Regenerate with extracted autoloads.
17898         * Makefile.in (autoloads): Make dired.el writable.
17900         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
17901         * ibuffer.el: Regenerate with extracted autoloads.
17902         * Makefile.in (autoloads): Make ibuffer.el writable.
17904         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
17905         * version.el (emacs-copyright, emacs-major-version)
17906         (emacs-minor-version): Reformat doc-strings for make-docfile.
17908         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
17909         functions and variables, since they must be stuff specific to some other
17910         platform.
17911         (apropos-print): Make mouse-click message less specific about button.
17913         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
17914         that records where a macro was defined.
17915         * help-fns.el (describe-function-1): Mention if a function has a
17916         compiler-macro.
17917         * help-mode.el (help-function-cmacro): New button.
17919         * locate.el (top-level): Always require dired.
17920         (locate-mode-map): Initialize inside the defvar.
17922         * net/ange-ftp.el (dired-compress-file): Declare.
17923         (ange-ftp-dired-compress-file): Add doc string.
17925         * term/ns-win.el (x-display-name, x-setup-function-keys):
17926         Unify doc-strings with X versions.
17928 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17930         * emulation/crisp.el (crisp-mode-map): Move initialization
17931         into declaration.
17932         (crisp-mode): Use define-minor-mode.
17934         * progmodes/xscheme.el (xscheme-evaluation-commands):
17935         Put a :advertised-binding property rather than using
17936         advertised-xscheme-send-previous-expression.
17937         (advertised-xscheme-send-previous-expression): Declare obsolete.
17938         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
17939         `advertised-undo'.
17940         (crisp-mode): Add corresponding bindings to
17941         undo's :advertised-binding instead.
17942         * dired.el (dired-mode-map): Put a :advertised-binding property rather
17943         than using dired-advertised-find-file.
17944         (dired-advertised-find-file):
17945         * simple.el (advertised-undo):
17946         * wid-edit.el (advertised-widget-backward): Declare obsolete.
17947         (widget-keymap): Put a :advertised-binding property rather
17948         than using advertised-widget-backward.
17949         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
17950         than using advertised-undo.
17951         * tutorial.el (tutorial--default-keys): Adjust accordingly.
17953 2009-09-10  Simon South  <ssouth@slowcomputing.org>
17955         * progmodes/delphi.el (delphi-tab): Indent region when Transient
17956         Mark mode is enabled and region is active; otherwise indent or
17957         insert TAB as usual.
17958         (delphi-mode): Update description of TAB-key binding.
17960 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17962         * subr.el (define-key-rebound-commands): Mark obsolete.
17963         * startup.el (precompute-menubar-bindings): Remove.
17964         (normal-top-level): Remove obsolete code that tried to precompute
17965         menubar bindings.
17966         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
17967         define-key-rebound-commands and precompute-menubar-bindings.
17969 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17971         * net/imap.el (imap-interactive-login): Better messages.
17972         (imap-open): Fix bug with renamed buffer on reconnect.
17973         (imap-authenticate): Add buffer-local imap-last-authenticator variable
17974         for easier debugging and cleaner code.  On successful (guessed based on
17975         server capabilities) secondary authentication, set imap-state
17976         correctly.
17977         (imap-last-authenticator): Define imap-last-authenticator as a variable
17978         to avoid warnings.
17980 2009-09-10  Glenn Morris  <rgm@gnu.org>
17982         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
17984         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
17985         (byte-compile-file-form-autoload): Don't warn about unknown functions
17986         where the autoload statement comes after the use.
17987         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
17988         that any handlers inside the body (eg require) are in turn respected.
17990         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
17991         effects.
17993         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
17994         and syntax and abbrev tables basic docs, if they don't have any.
17996         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
17998         * international/mule-cmds.el (top-level): Require cl when compiling.
17999         (view-hello-file): Use default-value rather than
18000         default-enable-multibyte-characters.
18002         * progmodes/fortran.el: Move all safe and risky properties into the
18003         defcustoms.
18005         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
18006         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
18007         * mail/undigest.el:
18008         Put autoloads in rmail.el rather than loaddefs.el.
18009         * mail/rmail.el: Regenerate with extracted autoloads.
18011         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
18012         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
18014 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
18016         Reported in thread for Bug#4375.
18017         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
18018         "-data-evaluate-expression" instead of print.
18019         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
18020         (gdb-tooltip-print): Parse output from above MI command.
18021         (gdb): Revert 2009-08-11 change.  User should detach inferior
18022         manually.
18024         Remove the word "separate" from IO functions as inferior
18025         output is now never displayed in the GUD buffer.
18027 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
18029         * startup.el (command-line-normalize-file-name): On Windows and
18030         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
18032 2009-09-10  Juri Linkov  <juri@jurta.org>
18034         * isearch.el (isearch-text-char-description): Propertize escape
18035         character sequences with the `escape-glyph' face.  (Bug#4344)
18037         * simple.el (shell-command): Set asynchronous process filter to
18038         `comint-output-filter'.  (Bug#4343)
18040         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
18041         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
18042         the list.  Move "asm" to the bottom.
18043         (grep-find-ignored-directories): Add `choice' with nil value
18044         to empty the list easily.
18045         (grep-find-ignored-files): New option.
18046         (grep-files-history): Set to nil by default instead of '("ch" "el").
18047         (grep-compute-defaults): Add "<X>" to `grep-template'.
18048         (grep-read-files): Bind new local variables `default-alias' and
18049         `default-extension'.  Use a list of default values for the file prompt.
18050         (lgrep): Add `--exclude=' command line options composed from
18051         `grep-find-ignored-files'.
18052         (rgrep): Add `-name' command line options composed from
18053         `grep-find-ignored-files'.  (Bug#4301)
18055 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18057         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
18058         (bug#4368).
18060 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18062         * calendar/time-date.el (autoload):
18063         Expand define-obsolete-function-alias into defalias and make-obsolete
18064         for old Emacsen that Gnus supports.
18065         (with-no-warnings): Define it for old Emacsen.
18066         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
18067         is available.
18068         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
18069         float-time is available; suppress compile warning for time-to-seconds.
18071 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
18073         * net/imap.el (imap-message-map): Docstring fix.
18075 2009-09-09  Glenn Morris  <rgm@gnu.org>
18077         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
18078         line numbers too.  (Bug#4374)
18080 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18082         * smerge-mode.el (smerge-remove-props, smerge-refine):
18083         Use with-silent-modifications (bug#4342).
18085         * subr.el (with-silent-modifications): New macro.
18087 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
18089         * files.el (top-level): Require `cl' when compiling.
18091 2009-09-07  Glenn Morris  <rgm@gnu.org>
18093         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
18095         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
18096         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
18098 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
18100         * vc-git.el (vc-git-annotate-command): Use separator to parse
18101         arguments correctly.
18103 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
18105         * proced.el (proced-mode): Doc fix.
18107 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
18109         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
18110         lstat fails.
18111         (tramp-do-file-attributes-with-ls): Check for file existence at
18112         remote end.
18113         (tramp-do-file-attributes-with-stat): Likewise.
18114         (tramp-convert-file-attributes): Return nil when attr is nil.
18116 2009-09-05  Glenn Morris  <rgm@gnu.org>
18118         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
18119         properties to this button.
18120         (diary-fancy-display): Don't extend the button to the final newline.
18121         (diary-fancy-display-mode): Continue to define "q" as a local key.
18123         * calendar/cal-china.el (holiday-chinese): Make it slightly more
18124         efficient.
18126         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
18128         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
18129         (byte-compile-dest-file-function): New option.
18130         (byte-compile-dest-file): Doc fix.
18131         Obey byte-compile-dest-file-function.
18132         (byte-compile-cl-file-p): New function.
18133         (byte-compile-eval): Only suppress noruntime warnings about cl functions
18134         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
18135         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
18136         than for file being previously loaded.
18137         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
18138         (byte-compile-file-form-require): Handle the case where requiring a file
18139         indirectly causes CL to be loaded.
18141 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
18143         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
18144         before killing the old buffer, since by the time `kill-buffer' is
18145         run so many buffer variables have been set to nil that it may not
18146         behave as expected.  (Bug#4061)
18148 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
18150         * files.el (find-alternate-file): If the old buffer is modified
18151         and visiting a file, behave similarly to `kill-buffer' when
18152         killing it, thus reverting to the pre-1.878 behavior; see
18153         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
18154         for discussion.  Also, consult `buffer-file-name' as a variable
18155         not as a function, for consistency with the rest of the code.
18157 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
18159         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
18160         also when adding a new directory.
18162         * net/tramp-compat.el (tramp-compat-line-beginning-position):
18163         New defun.
18165 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18167         * files.el (locate-file-completion-table): Make it provide boundary
18168         information, so partial-completion works better.
18170 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
18172         * mail/footnote.el (Footnote-text-under-cursor):
18173         Check footnote-text-marker-alist before using it (bug#4324).
18175 2009-09-04  Glenn Morris  <rgm@gnu.org>
18177         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
18178         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
18179         * play/solitaire.el, play/tetris.el:
18180         Remove leading * from defcustom and defface docs.
18182         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
18183         necessary.
18184         (diary-fancy-overriding-map): New variable.
18185         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
18186         Use view-mode.
18188         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
18189         goto-line.
18191 2009-09-03  Glenn Morris  <rgm@gnu.org>
18193         * arc-mode.el (archive-mode):
18194         * dos-fns.el (set-default-process-coding-system):
18195         * man.el (Man-getpage-in-background):
18196         * menu-bar.el (menu-bar-describe-menu):
18197         * server.el (server-process-filter):
18198         * startup.el (command-line):
18199         * tar-mode.el (tar-header-block-tokenize, tar-extract):
18200         * w32-fns.el (set-default-process-coding-system):
18201         * x-dnd.el (x-dnd-handle-file-name):
18202         * international/mule-cmds.el (mule-menu-keymap)
18203         (set-default-coding-systems, language-info-alist, set-language-info)
18204         (set-language-environment, standard-display-european-internal)
18205         (set-locale-environment):
18206         * international/mule-diag.el (mule-diag):
18207         * mail/emacsbug.el (report-emacs-bug):
18208         * mail/rmail.el (rmail-mode):
18209         * mail/sendmail.el (mail-setup):
18210         Use default-value rather than default-enable-multibyte-characters.
18212         * progmodes/f90.el: Move all safe properties into the defcustoms.
18213         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
18215         * calendar/appt.el (appt-check):
18216         * calendar/diary-lib.el (diary-set-header, diary-live-p)
18217         (diary-check-diary-file, diary-list-entries)
18218         (diary-include-other-diary-files, diary-simple-display)
18219         (diary-fancy-display, diary-print-entries)
18220         (diary-mark-included-diary-files, diary-make-entry):
18221         Don't call substitute-in-file-name on diary-file.
18223 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
18224             Stefan Monnier  <monnier@iro.umontreal.ca>
18226         * mail/footnote.el (footnote-prefix): Make it a defcustom.
18227         (footnote-mode-map): Move initialization into the declaration.
18228         (footnote-minor-mode-map): Define it rather than changing global-map.
18229         (footnote-mode): Use define-minor-mode.
18231 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
18233         * net/tramp.el (tramp-handle-file-attributes-with-ls)
18234         (tramp-do-file-attributes-with-perl)
18235         (tramp-do-file-attributes-with-stat): Rename from
18236         `tramp-handle-file-attributes-with-*'.
18237         (tramp-handle-file-attributes): Use them.
18238         (tramp-do-directory-files-and-attributes-with-perl)
18239         (tramp-do-directory-files-and-attributes-with-stat): Rename from
18240         `tramp-handle-directory-files-and-attributes-with-*'.
18241         (tramp-handle-directory-files-and-attributes): Use them.
18242         (tramp-method-out-of-band-p): Additional parameter SIZE.
18243         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
18244         (tramp-handle-write-region): Use it.
18245         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
18246         (tramp-handle-vc-registered): Check, whether the first run did
18247         return files to be tested.
18248         (tramp-advice-make-auto-save-file-name): Do not call directly
18249         `tramp-handle-make-auto-save-file-name', because this would bypass
18250         the locking mechanism.
18252         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
18253         (file-remote-p, process-file, start-file-process, set-file-times)
18254         (tramp-compat-file-attributes): Compatibility functions shall not
18255         call directly `tramp-handle-*', because this would bypass the
18256         locking mechanism.
18257         (tramp-compat-number-sequence): New defun.
18259 2009-09-02  Glenn Morris  <rgm@gnu.org>
18261         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
18262         alias for float-time.
18263         (time-to-number-of-days): In Emacs, use float-time.
18264         * net/newst-backend.el (time-add): Suppress warnings from compat
18265         function.
18266         * time.el (emacs-uptime, emacs-init-time):
18267         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
18268         Use float-time rather than time-to-seconds.
18270         * minibuffer.el (completion-initials-expand): Fix typo.
18272         * faces.el (modeline, modeline-inactive, modeline-highlight)
18273         (modeline-buffer-id):
18274         * info.el (info-menu-5): Mark these face aliases as obsolete.
18276 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
18278         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
18279         space ...
18280         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
18281         no "--thread" option.
18282         (gdb-stopped): Don't print "Switched to thread" message when it is
18283         unchanged.
18285 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18287         * minibuffer.el (completion-try-completion)
18288         (completion-all-completions): Remove ill-defined (and
18289         mistakenly installed and luckily never used nor documented)
18290         `completion-styles' property.
18291         (completion-initials-expand, completion-initials-all-completions)
18292         (completion-initials-try-completion): New functions.
18293         (completion-styles-alist): Add doc to each entry.
18294         Add new `initials' entry.
18296 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
18298         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
18299         MI command -var-evaluate-expression.
18300         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
18301         and tweak for case of string child.
18302         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
18304 2009-09-01  Glenn Morris  <rgm@gnu.org>
18306         * add-log.el (change-log-date-face, change-log-name-face)
18307         (change-log-email-face, change-log-file-face, change-log-list-face)
18308         (change-log-conditionals-face, change-log-function-face)
18309         (change-log-acknowledgement-face):
18310         * cus-edit.el (custom-invalid-face, custom-rogue-face)
18311         (custom-modified-face, custom-set-face, custom-changed-face)
18312         (custom-saved-face, custom-button-face, custom-button-pressed-face)
18313         (custom-documentation-face, custom-state-face, custom-comment-face)
18314         (custom-comment-tag-face, custom-variable-tag-face)
18315         (custom-variable-button-face, custom-face-tag-face)
18316         (custom-group-tag-face-1, custom-group-tag-face):
18317         * diff-mode.el (diff-header-face, diff-file-header-face)
18318         (diff-index-face, diff-hunk-header-face, diff-removed-face)
18319         (diff-added-face, diff-changed-face, diff-function-face)
18320         (diff-context-face, diff-nonexistent-face):
18321         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
18322         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
18323         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18324         (Info-title-4-face):
18325         * isearch.el (isearch-lazy-highlight-face):
18326         * log-view.el (log-view-file-face, log-view-message-face):
18327         * paren.el (show-paren-match-face, show-paren-mismatch-face):
18328         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
18329         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
18330         (cvs-msg-face):
18331         * smerge-mode.el (smerge-mine-face, smerge-other-face)
18332         (smerge-base-face, smerge-markers-face):
18333         * wid-edit.el (widget-documentation-face, widget-button-face)
18334         (widget-field-face, widget-single-line-field-face)
18335         (widget-inactive-face, widget-button-pressed-face):
18336         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
18337         (woman-addition-face):
18338         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
18339         (eshell-ls-executable-face, eshell-ls-readonly-face)
18340         (eshell-ls-unreadable-face, eshell-ls-special-face)
18341         (eshell-ls-missing-face, eshell-ls-archive-face)
18342         (eshell-ls-backup-face, eshell-ls-product-face)
18343         (eshell-ls-clutter-face):
18344         * eshell/em-prompt.el (eshell-prompt-face):
18345         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
18346         * obsolete/old-whitespace.el (whitespace-highlight-face):
18347         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
18348         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
18349         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
18350         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
18351         (antlr-font-lock-literal-face):
18352         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
18353         (ebrowse-root-class-face, ebrowse-file-name-face)
18354         (ebrowse-default-face, ebrowse-member-attribute-face)
18355         (ebrowse-member-class-face, ebrowse-progress-face):
18356         * progmodes/make-mode.el (makefile-space-face):
18357         * progmodes/sh-script.el (sh-heredoc-face):
18358         * textmodes/flyspell.el (flyspell-incorrect-face)
18359         (flyspell-duplicate-face):
18360         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
18361         * textmodes/texinfo.el (texinfo-heading-face):
18362         Mark face aliases with "-face" suffix as obsolete.
18364         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
18365         compiler.
18367         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
18368         (eudc-bob-sound-menu): Use defvar rather than defconst, since
18369         easy-menu-define wants to modify these.
18371         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
18373         * net/browse-url.el (browse-url-file-url):
18374         * term/internal.el (dos-codepage-setup):
18375         Use default-value rather than default-enable-multibyte-characters.
18377         * progmodes/etags.el (etags-goto-tag-location):
18378         * progmodes/flymake.el (flymake-highlight-line)
18379         (flymake-goto-file-and-line, flymake-goto-line):
18380         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
18381         (gdb-goto-breakpoint):
18382         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
18383         * progmodes/python.el (python-find-function)
18384         (python-pdbtrack-track-stack-file):
18385         * progmodes/verilog-mode.el (verilog-surelint-off):
18386         * term/ns-win.el (ns-open-file-select-line):
18387         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
18388         Use forward-line rather than goto-line.
18390         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
18391         * textmodes/reftex-index.el (reftex-display-index):
18392         * textmodes/reftex-ref.el (reftex-offer-label-menu):
18393         * textmodes/reftex-toc.el (reftex-toc):
18394         Remove unnecessary bindings of default-major-mode (all are followed by
18395         major-mode check and possible mode switch).
18397 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
18399         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
18400         Handle watchpoints (bug#4282).
18401         (def-gdb-thread-buffer-command): Enable thread to be selected by
18402         clicking without selecting threads buffer first.
18403         (gdb-current-context-command): Use selected frame so that "up",
18404         "down" etc work in the GUD buffer.
18405         (gdb-update): Find selected frame before rendering stack buffer.
18406         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
18408 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
18410         * progmodes/sym-comp.el (displayed-completions): Remove.
18411         (symbol-complete): Use minibuffer-complete.
18413 2009-08-31  Glenn Morris  <rgm@gnu.org>
18415         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
18417         * apropos.el (apropos-symbols-internal):
18418         Handle (obsolete) face aliases.
18420         * faces.el (describe-face): Adjust the output format to be more like
18421         describe-variable, and to mention (obsolete) face aliases.
18422         Adjust the whitespace so that help-setup-xref works.
18424         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
18425         * calendar/diary-lib.el (diary-button-face):
18426         Mark these face aliases as obsolete.
18428         * calendar/calendar.el (calendar-today): Doc fix.
18430 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
18432         * progmodes/gdb-mi.el (gdb-control-all-threads)
18433         (gdb-control-current-thread): Force tool bar update.
18434         (gdb-non-stop-handler): New function.
18435         (gdb-init-1): Use it to test if non-stop mode is supported.
18436         Remove unused gdbmi buffer type.
18438 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
18440         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
18441         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
18443 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
18445         * comint.el (comint-exec-1): Check command is non-null first.
18446         Part of gdb-mi.el change (2009-08-28).
18448 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18450         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
18452 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
18454         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
18455         instead of `dolist' to avoid a recursive require when bootstrapping.
18457 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18459         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
18461         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
18463         * net/imap.el (imap-send-command): Simplify.
18464         (imap-wait-for-tag): point-max -> buffer-size.
18466         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
18468         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
18469         with constant argument.
18471         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
18473         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
18475         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
18476         Change default, since most of our files don't have a history.
18477         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
18478         the user.
18480         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18481         Add comint-run.
18483         * calc/calc.el: Improve commenting convention.
18484         (calc-digit-map, toplevel): Simplify.
18486         * comint.el (comint-insert-input): Be careful to only set point if we
18487         don't delegate to some other command.
18489         * proced.el (proced-signal-list): Make it an alist.
18490         (proced-grammar-alist): Capitalize names.
18491         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
18492         Disable undo manually and make it read-only.
18493         Use completion-annotate-function.
18495         * minibuffer.el (minibuffer-message): If the current buffer is not
18496         a minibuffer, insert the message in the echo area rather than at the
18497         end of the buffer.
18498         (completion-annotate-function): New variable.
18499         (minibuffer-completion-help): Use it.
18500         (completion--embedded-envvar-table): Environment vars are
18501         always case-sensitive.
18503 2009-08-30  Glenn Morris  <rgm@gnu.org>
18505         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
18506         from fortran-current-defun.
18507         (fortran-beginning-of-subprogram): Be more precise about finding the
18508         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
18509         (fortran-end-of-subprogram): Simplify.
18510         (fortran-current-defun): Use fortran-start-prog-re.
18512 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
18514         * subr.el (do-after-load-evaluation): Simplify.
18516 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
18518         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
18520         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
18521         (vc-rcs-print-log): Use it.
18523         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
18525 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18527         * paths.el (abbrev-file-name): Move to abbrev.el.
18528         * abbrev.el (abbrev-file-name): Move from paths.el.
18529         Obey user-emacs-directory.
18530         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
18531         user-emacs-directory.
18532         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
18533         abbrev-file-name and calc-settings-file any more.
18534         * startup.el (command-line): Recompute abbrev-file-name and
18535         abbreviated-home-dir.
18536         (normal-no-mouse-startup-screen): Improve the generic code and get rid
18537         of the special code for when C-h bindings haven't been changed.
18538         (display-startup-echo-area-message): Use with-current-buffer.
18539         (command-line-1): Use a list of strings, rather than a list of lists
18540         of strings for longopts.
18542         * files.el (get-free-disk-space): Use / for default-directory.
18544         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
18545         Use with-current-buffer.
18547         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
18548         Recognize immutable variables like most-positive-fixnum.
18549         (byte-compile-setq-default): Check and warn if trying to assign
18550         to an immutable variable, or a non-variable.
18552         * progmodes/cc-vars.el (c-comment-continuation-stars):
18553         * progmodes/cc-engine.el (c-looking-at-bos):
18554         * progmodes/cc-cmds.el (c-toggle-auto-state)
18555         (c-forward-into-nomenclature, c-backward-into-nomenclature)
18556         (c-comment-line-break-function): Add version of obsolescence.
18558 2009-08-28  Juri Linkov  <juri@jurta.org>
18560         * files.el (magic-fallback-mode-alist): Add ZIP magic number
18561         associated with `archive-mode'.
18563         * image.el (image-type-header-regexps): Use only JPEG magic number
18564         to determine JPEG images, and don't use `image-jpeg-p' because
18565         Emacs can display non-JFIF non-Exif JPEG images.
18567 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
18569         * arc-mode.el (archive-mode):
18570         * emacs-lisp/re-builder.el (re-builder-unload-function):
18571         Protect against the default value of `major-mode' being nil.
18573 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
18575         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
18576         Fix typos in docstrings.
18578         * progmodes/js.el (js--macro-decl-re): Doc fix.
18579         (js--plain-method-re, js--split-name): Refloc docstring.
18580         (js--class-styles, js--make-merged-item, js--splice-into-items):
18581         Fix typos in docstrings; reflow docstrings.
18582         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
18583         (js--variable-decl-matcher, js--inside-pitem-p)
18584         (js--parse-state-at-point, js--get-all-known-symbols)
18585         (js--symbol-history, js-find-symbol, js--js-references)
18586         (js--moz-interactor, js--js-encode-value, js--read-tab):
18587         Fix typos in docstrings.
18589 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18591         * textmodes/reftex.el (reftex-get-file-buffer-force):
18592         * progmodes/verilog-mode.el (verilog-batch-execute-func):
18593         * emulation/viper.el (viper-go-away, viper-set-hooks):
18594         * emacs-lisp/re-builder.el (re-builder-unload-function):
18595         * emacs-lisp/bytecomp.el (byte-compile-file):
18596         * ses.el (ses-unload-function):
18597         * hexl.el (hexl-find-file):
18598         * files.el (normal-mode):
18599         * ehelp.el (with-electric-help):
18600         * autoinsert.el (auto-insert-alist):
18601         * arc-mode.el (archive-mode):
18602         Use (default-value 'major-mode) instead of default-major-mode.
18604         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
18605         * international/mule.el (load-with-code-conversion):
18606         * emacs-lisp/debug.el (debug):
18607         * ediff-vers.el (ediff-rcs-get-output-buffer):
18608         * dired.el (dired-internal-noselect): Don't let-bind
18609         default-major-mode around code that doesn't use it.
18610         E.g. buffer creation via get-buffer-create doesn't use it.
18612 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
18614         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
18615         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
18616         when writing the temp file.  Otherwise, epa-file gets confused.
18617         (tramp-register-file-name-handlers): Make it a defun.  Move also
18618         `epa-file-handler' to the front of `file-name-handler-alist'.
18620 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18622         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
18623         start right after a ^M.
18624         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
18625         (tramp-completion-file-name-regexp-separate)
18626         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
18627         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
18628         Don't modify last-coding-system-used by accident.
18629         (tramp-completion-file-name-handler): Apply the checks here,
18630         instead during registration.
18631         (tramp-register-file-name-handlers): Rename from
18632         `tramp-register-file-name-handler'.  Register both
18633         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
18634         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
18636 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
18638         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
18639         Remove variable ...
18640         (gdb-init-1, gdb-display-separate-io-buffer)
18641         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
18642         references to it.
18643         (gdb-inferior-io-mode): Use make-comint-in-buffer.
18644         (gdb-inferior-filter): Use comint-output-filter to stop
18645         echoing and remove ^M characters.
18647 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18649         * emulation/viper-init.el (viper-restore-cursor-type):
18650         * emulation/cua-base.el (cua--update-indications):
18651         Replace default-cursor-type with (default-value 'cursor-type).
18653         * mail/sendmail.el (mail-recover-1):
18654         * international/mule-diag.el (describe-current-coding-system-briefly)
18655         (describe-current-coding-system):
18656         * international/mule-cmds.el (select-safe-coding-system)
18657         (select-message-coding-system)
18658         (set-language-environment-coding-systems, set-locale-environment):
18659         * hexl.el (hexl-insert-multibyte-char):
18660         * dos-w32.el (find-buffer-file-type-coding-system):
18661         * simple.el (what-cursor-position):
18662         Replace uses of default-buffer-file-coding-system
18663         with (default-value 'buffer-file-coding-system).
18665         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
18666         Replace uses of default-cursor-in-non-selected-windows
18667         with (default-value 'cursor-in-non-selected-windows).
18668         Use with-current-buffer.
18670         * mail/feedmail.el: Use CL macros.
18671         (feedmail-run-the-queue, feedmail-send-it-immediately):
18672         * dos-w32.el (find-buffer-file-type): Replace uses of
18673         default-buffer-file-type with (default-value 'buffer-file-type).
18675 2009-08-28  Glenn Morris  <rgm@gnu.org>
18677         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
18678         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
18679         Use default-value of major-mode rather than default-major-mode.
18681 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18683         * Makefile.in (update-elcfiles): Report left over elc files.
18685         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
18686         expand-file-name and with-current-buffer.
18687         (mail-get-names, mail-directory): Use with-current-buffer.
18689         * vc.el (vc-read-revision): New function.
18690         (vc-version-diff, vc-merge): Use it.
18692 2009-08-27  Sam Steingold  <sds@gnu.org>
18694         * simple.el (kill-do-not-save-duplicates): New user option.
18695         (kill-new): When it is non-nil, and the new string is the same as
18696         the latest kill, set replace to t to avoid duplicates in kill-ring.
18698 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
18700         * net/tramp.el (tramp-handle-process-file): Do not flush all
18701         caches when `process-file-side-effects' is set.
18702         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
18703         instead of `tramp-find-file-exists-command'.
18704         Unset `process-file-side-effects'.
18706 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
18708         * net/tramp.el (tramp-methods): New method "rsyncc".
18709         (top): Add completion function for "rsyncc".
18710         (tramp-message-show-message): New defvar.
18711         (tramp-message, tramp-error): Use it.
18712         (tramp-do-copy-or-rename-file-directly): Extend check for direct
18713         remote copying.
18714         (tramp-do-copy-or-rename-file-out-of-band): Handle new
18715         `tramp-methods' entry `copy-env' of "rsyncc".
18716         (tramp-vc-registered-read-file-names): New defconst.
18717         (tramp-vc-registered-file-names): New defvar.
18718         (tramp-handle-vc-registered): Implement optimization strategy.
18719         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
18720         (tramp-vc-file-name-handler): New defun.
18721         (tramp-get-ls-command, tramp-get-test-command)
18722         (tramp-get-file-exists-command, tramp-get-remote-ln)
18723         (tramp-get-remote-perl, tramp-get-remote-stat)
18724         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
18726         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
18727         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
18728         timestamps.
18729         (tramp-get-file-property): Check for timestamps in
18730         `tramp-cache-inhibit-cache'.
18731         (tramp-set-file-property): Write timestamp.
18733 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18735         * language/japan-util.el (japanese-symbol-table): Add entries for
18736         cp932-2-byte.
18738         * international/characters.el: Add category `j' to cp932-2-byte.
18740 2009-08-27  Kenichi Handa  <handa@m17n.org>
18742         * international/fontset.el (build-default-fontset-data): New macro.
18743         (setup-default-fontset): Use build-default-fontset-data for CJK,
18744         tibetan, ethiopic, and ipa.
18746 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18748         * cus-start.el (default-major-mode): Customize `major-mode' instead.
18749         (enable-multibyte-characters): Not customizable any more.
18751         * subr.el (default-mode-line-format, default-header-line-format)
18752         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
18753         (default-direction-reversed, default-truncate-lines)
18754         (default-left-margin, default-tab-width, default-case-fold-search)
18755         (default-left-margin-width, default-right-margin-width)
18756         (default-left-fringe-width, default-right-fringe-width)
18757         (default-fringes-outside-margins, default-scroll-bar-width)
18758         (default-vertical-scroll-bar, default-indicate-empty-lines)
18759         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
18760         (default-fringe-cursor-alist, default-scroll-up-aggressively)
18761         (default-scroll-down-aggressively, default-fill-column)
18762         (default-cursor-type, default-buffer-file-type)
18763         (default-cursor-in-non-selected-windows)
18764         (default-buffer-file-coding-system, default-major-mode)
18765         (default-enable-multibyte-characters): Mark as obsolete.
18767 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
18769         * vc-dir.el (vc-dir-update): Remove debug helper.
18771         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
18773 2009-08-26  Sam Steingold  <sds@gnu.org>
18775         * simple.el (save-interprogram-paste-before-kill): New user option.
18776         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
18777         save the interprogram-paste into kill-ring before overriding it
18778         with the Emacs kill.
18780 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
18782         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
18783         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
18784         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
18785         and move to vc-rcs.el.
18786         (vc-default-next-revision): Rename to vc-rcs-next-revision and
18787         move to vc-rcs.el.
18788         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
18789         (vc-rcs-update-changelog): Remove.
18790         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
18791         and move to vc-rcs.el.
18793         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
18794         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
18795         renaming.
18796         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
18797         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
18798         vc.el, renamed to be RCS specific.
18800         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
18801         New functions.
18802         (vc-cvs-update-changelog): Move here from vc.el.
18804         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
18805         New functions.
18807 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18809         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
18811 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
18813         * vc-git.el (vc-git-register): Use "git add" for directories.
18814         (vc-git-stash, vc-git-stash-show): New functions.
18815         (vc-git-extra-menu-map): Bind them.
18817         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
18818         directory correctly in case the item is a directory itself.
18820         * vc.el: Document the desired behavior for reverted files in the
18821         `added' state.
18822         (vc-default-prettify-state-info): Remove function, unused.
18824         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
18826 2009-08-26  Glenn Morris  <rgm@gnu.org>
18828         * bindings.el (standard-mode-line-format): Reposition dashes in
18829         which-func entry.  (Bug#4217)
18831         * files.el (enable-local-variables, enable-local-eval)
18832         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
18833         the defcustoms.
18834         (auto-mode-alist, ignored-local-variables)
18835         (save-some-buffers-action-alist): Move risky declarations to the
18836         definitions.
18837         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
18838         (font-lock-defaults, format-alist, imenu--index-alist)
18839         (imenu-generic-expression, input-method-alist, minor-mode-alist)
18840         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
18841         (mode-line-modified, mode-line-mule-info, mode-line-position)
18842         (mode-line-process, mode-line-remote, outline-level)
18843         (parse-time-rules, rmail-output-file-alist)
18844         (special-display-buffer-names, vc-mode):
18845         Move risky declarations to the relevant files.
18846         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
18847         (mode-line-modified, mode-line-process, mode-line-position)
18848         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
18849         * font-core.el (font-lock-defaults):
18850         * format.el (format-alist):
18851         * vc-hooks.el (vc-mode):
18852         * window.el (special-display-buffer-names):
18853         * international/mule-cmds.el (input-method-alist):
18854         Define riskiness here (dumped file) rather than in files.el.
18855         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
18856         * imenu.el (imenu-generic-expression, imenu--index-alist):
18857         * outline.el (outline-level):
18858         * time.el (display-time-string):
18859         * calendar/parse-time.el (parse-time-rules):
18860         * mail/rmailout.el (rmail-output-file-alist):
18861         Autoload riskiness here, rather than placing in files.el.
18863 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
18865         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
18867 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
18869         * simple.el (process-file-side-effects): New defvar.
18871         * dired-aux.el (dired-show-file-type):
18872         * vc.el (vc-diff-internal):
18873         * vc-arch.el (vc-arch-diff):
18874         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
18875         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
18876         * vc-git.el (vc-git-registered, vc-git-working-revision)
18877         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
18878         (vc-git--empty-db-p):
18879         * vc-hooks.el (vc-user-login-name):
18880         * vc-svn.el (vc-svn-registered, vc-svn-state)
18881         (vc-svn-dir-extra-headers, vc-svn-find-revision):
18882         * progmodes/grep.el (grep-probe): Let-bind
18883         `process-file-side-effects' with nil.
18885         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
18887         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
18888         daemon.  Replace ping by checking for running service for bluez
18889         and zeroconf.  (Bug#4239)
18891 2009-08-25  Kevin Ryde  <user42@zip.com.au>
18893         * net/dig.el (dig): Add autoload cookie.
18895 2009-08-25  Glenn Morris  <rgm@gnu.org>
18897         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
18898         load-history for absolute file-names.
18899         (byte-compile-file-form-require): Warn about use of the cl package.
18901         * format.el (format-alist): Doc fix.
18903         * play/bubbles.el (top-level): Don't require cl at run-time.
18905         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
18906         run-time cl).
18908 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
18910         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
18911         from cl package.
18912         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
18914 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
18916         * calc/calc-alg.el (math-trig-rewrite)
18917         (math-hyperbolic-trig-rewrite): New functions.
18918         (calc-simplify): Simplify trig functions when asked.
18920 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18922         * diff-mode.el (diff-find-source-location): Avoid goto-line.
18924 2009-08-24  Kenichi Handa  <handa@m17n.org>
18926         * language/ind-util.el (mapthread): Delete it.
18927         (combinatorial): New function.
18928         (indian--puthash-cv): Use combinatorial instead of mapthread.
18930 2009-08-22  Kevin Ryde  <user42@zip.com.au>
18932         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
18933         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
18934         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
18935         Clarify docstring that the value is strings not symbols.
18936         (checkdoc-list-of-strings-p): New function.
18938 2009-08-22  Glenn Morris  <rgm@gnu.org>
18940         * files.el (auto-mode-alist):
18941         * hippie-exp.el (he-concat-directory-file-name):
18942         * lpr.el (lpr-windows-system, printer-name):
18943         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
18944         * ps-print.el (ps-windows-system):
18945         * startup.el (command-line):
18946         * emulation/viper-ex.el (viper-glob-function):
18947         * international/mule-cmds.el (set-language-environment-coding-systems):
18948         * net/ange-ftp.el (ange-ftp-write-region):
18949         * obsolete/fast-lock.el (fast-lock-cache-name):
18950         Remove code for defunct system-types emx, macos, mswindows, next-mach,
18951         unisoft-unix, vax-vms, win32, w32.
18953         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
18954         given name if the pattern is not more specific.
18956         * calendar/lunar.el (lunar-phase-names): New option.
18957         (lunar-phase): Doc fix.
18958         (lunar-cycles-per-year): New constant.
18959         (lunar-index): New function.
18960         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
18961         (lunar-phase-name): Use lunar-phase-names.
18962         (calendar-lunar-phases): Use format.
18963         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
18965         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
18966         Copy imenu-example--name-and-position function here for own use.
18967         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
18969         * bs.el (bs--redisplay):
18970         * cus-edit.el (custom-redraw):
18971         * ibuffer.el (ibuffer-bury-buffer):
18972         * server.el (server-goto-line-column):
18973         * startup.el (command-line-1):
18974         * strokes.el (strokes-xpm-for-stroke):
18975         * term.el (term-display-buffer-line):
18976         * view.el (View-goto-line):
18977         * calc/calc.el (calc-do, calc-trail-buffer):
18978         * play/gamegrid.el (gamegrid-add-score-insecure):
18979         * progmodes/ada-mode.el (ada-compile-goto-error):
18980         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
18981         (ebrowse-select-1st-to-9nth):
18982         * progmodes/cperl-mode.el (cperl-time-fontification):
18983         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
18984         * progmodes/gud.el (gud-display-line):
18985         (idlwave-shell-display-line):
18986         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
18987         * progmodes/make-mode.el (makefile-browser-toggle):
18988         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
18989         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
18990         * textmodes/picture.el (picture-draw-rectangle):
18991         * textmodes/reftex-index.el (reftex-index-goto-letter):
18992         (reftex-select-jump-to-previous):
18993         * textmodes/reftex-sel.el (reftex-find-start-point)
18994         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
18995         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
18996         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
18997         * textmodes/tex-mode.el (tex-compilation-parse-errors):
18998         * textmodes/two-column.el (2C-associated-buffer):
18999         Use forward-line rather than goto-line.
19001         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
19002         goto-line.
19004         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
19005         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
19006         (quick-check-list-to-regexp): Declare.
19008         * progmodes/make-mode.el (makefile-browser-insert-selection):
19009         Use goto-char rather than goto-line.
19011         * progmodes/prolog.el (compilation-error-regexp-alist)
19012         (compilation-forget-errors): Declare.
19014 2009-08-22  Juri Linkov  <juri@jurta.org>
19016         * progmodes/grep.el (lgrep, rgrep): At the beginning
19017         set `dir' to `default-directory' unless `dir' is a non-nil
19018         readable directory.  (Bug#4052)
19019         (lgrep, rgrep): Change a weird way to report an error
19020         from using `read-string' to using `error'.
19021         Instead of using interactive arguments in the function body,
19022         add new argument `confirm'.
19024 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19026         * textmodes/remember.el (remember-buffer):
19027         * progmodes/cperl-mode.el (cperl-vc-header-alist):
19028         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
19029         (icalendar-extract-ical-from-buffer):
19030         * net/newst-treeview.el (newsticker-groups-filename):
19031         * net/newst-backend.el (newsticker-cache-filename):
19032         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
19033         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
19034         (speedbar-add-ignored-path-regexp, speedbar-line-path)
19035         (speedbar-buffers-line-path, speedbar-path-line)
19036         (speedbar-buffers-line-path):
19037         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
19038         (epg-sign-keys):
19039         * epa.el (epa-display-verify-result):
19040         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
19042 2009-08-21  Glenn Morris  <rgm@gnu.org>
19044         * progmodes/js.el (inferior-moz-process): Fix declaration.
19046         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
19048         * obsolete/rnewspost.el (news-mail-reply):
19049         Use goto-char rather than goto-line.
19051         * term/ns-win.el (ns-open-file-select-line):
19052         Use line-beginning-position rather than goto-line.
19054         * apropos.el (apropos-command):
19055         * ehelp.el (electric-helpify):
19056         * printing.el (pr-show-setup):
19057         * strokes.el (strokes-help):
19058         * tutorial.el (tutorial--describe-nonstandard-key)
19059         (tutorial--detailed-help):
19060         * woman.el (woman-mini-help, woman-display-extended-fonts):
19061         * calc/calc-help.el (calc-describe-key):
19062         * emulation/edt.el (edt-electric-helpify):
19063         * international/mule-diag.el (mule-diag):
19064         * play/yow.el (apropos-zippy):
19065         * progmodes/python.el (python-describe-symbol):
19066         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
19067         * textmodes/table.el (*table--cell-describe-mode)
19068         (*table--cell-describe-bindings):
19069         Use help-print-return-message rather than the now obsolete alias.
19071         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
19072         (calendar-cursor-to-visible-date):
19073         * play/5x5.el (5x5-position-cursor):
19074         * play/decipher.el (decipher):
19075         * play/gomoku.el (gomoku-goto-xy):
19076         * play/landmark.el (lm-goto-xy):
19077         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
19078         (mpuz-paint-digit):
19079         Use forward-line, not goto-line.
19081         * mail/rmail.el (rmail-obsolete): Delete custom group.
19082         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
19083         (rmail-remote-password, rmail-remote-password-required):
19084         Remove unneeded :set-after and :set properties.
19086 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
19088         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
19090 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
19092         * loadup.el: Remove leftover macos code.
19094         * vc-git.el (vc-git-annotate-command): Run asynchronously.
19095         Explicitly pass the date format to git blame so that user local
19096         so that the output format can be parsed.
19098 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
19100         * net/dbus.el (top): Don't check for (getenv
19101         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
19103 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
19105         * log-edit.el (log-edit-strip-single-file-name): New var.
19106         (log-edit-insert-changelog): Use it.  Bug#3571
19108 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19110         * subr.el (read-passwd): Use read-key so keypad keys work as well.
19111         Bug#3287
19113         * help.el (help-print-return-message): Rename from
19114         print-help-return-message.
19116         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
19117         cvs-mode-map parent hack.
19118         (log-view-mode): Derive from special-mode.
19120         * linum.el (linum-mode): window-size-change-functions is redundant.
19121         Adapt to new window-configuration-change-hook behavior.
19122         (linum-after-size, linum-after-config): Remove.
19124         * imenu.el (imenu-example--name-and-position)
19125         (imenu-example--lisp-extract-index-name)
19126         (imenu-example--create-lisp-index, imenu-example--create-c-index):
19127         Mark as obsolete.
19129         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
19130         (inferior-prolog-mode): Use it.
19131         (inferior-prolog-load-file): Reset list of errors.
19133 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19135         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
19137         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
19139 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
19141         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
19142         is running already.
19144 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19146         * subr.el (listify-key-sequence-1): Use normal syntax since those
19147         integers are nowadays always represented by the same (positive) number
19148         on all platforms.
19149         (read-key-empty-map): New const.
19150         (read-key-delay): New var.
19151         (read-key): New function.
19152         (force-mode-line-update): Use with-current-buffer.
19153         (locate-user-emacs-file): Don't forget to abbreviate the file name.
19154         (start-process-shell-command, start-file-process-shell-command):
19155         Discourage the use of command-args.
19157 2009-08-19  Glenn Morris  <rgm@gnu.org>
19159         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
19161 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19163         * simple.el (choose-completion-string): Don't rely on
19164         minibuffer-completing-file-name and ad-hoc checks to decide whether
19165         to continue completion or not.
19167         * minibuffer.el (minibuffer-hide-completions): New function.
19168         (completion--do-completion): Use it.
19169         (completions-annotations): New face.
19170         (completion--insert-strings): Use it.
19171         (completion-pcm--delim-wild-regex): Add docstring.
19172         (completion-pcm--string->pattern): Add support for 0-width delimiters
19173         in completion-pcm--delim-wild-regex.
19175 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19177         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
19178         Remove unused var `buffer-modified-p'.
19180         * minibuffer.el (completion--do-completion): Move point for the #b001
19181         case as well (bug#4176).
19182         (minibuffer-complete, minibuffer-complete-word): Don't move point.
19184 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
19186         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
19187         and :session buses.
19189 2009-08-18  Kenichi Handa  <handa@m17n.org>
19191         * international/ucs-normalize.el (ucs-normalize-version):
19192         Change to 1.1.
19193         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
19194         (utf-8-hfs): Make it perform normalization on encoding too.
19196         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
19197         (sentence-end-without-space): Delete duplicated chars.
19198         (sentence-end-base): Likewise.
19200         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
19201         (html-mode): Delete duplicated chars from sentence-end-base.
19203         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
19204         (texinfo-mode): Delete duplicated chars from sentence-end-base.
19206 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
19208         * files.el (hack-one-local-variable): If the mode function is for
19209         a minor mode, pass it an argument (Bug#4148).
19211 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
19213         * net/tramp.el (tramp-register-completion-file-name-handler):
19214         Check also for (member 'partial-completion completion-styles).
19216 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
19218         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
19219         abbrev (Bug#3943).
19221 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
19223         * progmodes/cperl-mode.el: Merge upstream 6.2.
19224         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
19225         (cperl-forward-re): Check cperl-brace-recursing.
19226         (cperl-highlight-charclass): New function.
19227         (cperl-find-pods-heres): Use it.
19228         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
19229         (cperl-beautify-regexp-piece): Fix column calculation.
19230         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
19231         (cperl-beautify-level): Don't process entire regexp.
19232         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
19233         calling man.
19234         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
19235         (cperl-init-faces): Build a list in the normal way.
19237 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
19239         * calendar/parse-time.el (parse-time-string-chars): Save match
19240         data.
19242 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19244         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
19245         (sql-product): Use it.
19246         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
19247         (sql-set-product): Add completion.
19248         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
19249         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
19250         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
19251         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
19252         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
19253         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
19254         (sql-highlight-db2-keywords): Remove.
19255         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
19256         (sql-highlight-product): Use derived-mode-p.
19257         (sql-set-sqli-buffer): Use with-current-buffer.
19258         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
19259         Simplify.
19261         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
19263         * term.el: Fix commenting convention, turn comments into docstrings.
19265 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
19267         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
19269 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
19271         * calendar/parse-time.el (parse-time-string-chars): Compute using
19272         character classes, to handle non-ascii characters (Bug#3190).
19274 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
19276         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
19277         another heredoc if the user adds another < (Bug#3226).
19279         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
19280         Don't initialize based on window-system (Bug#4124).
19282         * facemenu.el (facemenu-read-color): Use a completion function
19283         that accepts any defined color, such as RGB triplets (Bug#3677).
19285         * files.el (get-free-disk-space): Change fallback default
19286         directory to /.  Expand DIR argument before switching to fallback.
19287         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
19289 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
19291         * files.el (load-library): Doc fix.
19293 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
19295         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
19296         (viper-if-string): Redefine C-s in the minibuffer to insert the last
19297         incremental search string.
19299         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
19300         XEmacs.
19302         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
19303         (ediff-merge-region-is-non-clash)
19304         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
19305         Also check if the job is really a merge job.
19307         * ediff.el (ediff-current-file): New function.
19309 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
19311         * progmodes/js.el: Edit docstrings throughout to follow Emacs
19312         conventions.
19313         (js-insert-and-indent): Delete function.
19314         (js-mode-map): Don't bind keys to js-insert-and-indent.
19315         (js-beginning-of-defun): Rename from js--beginning-of-defun.
19316         (js-end-of-defun): Rename from js--end-of-defun.
19317         (js-auto-indent-flag): Delete variable.
19319 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
19321         * progmodes/js.el: Remove proclaim statement.
19322         Defvar which-func-imenu-joiner-function to silence compiler.
19324         * files.el (auto-mode-alist): Use js-mode for .js files.
19326         * progmodes/js2-mode.el: Remove file.
19328         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
19330         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
19332         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
19334 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
19335             Karl Landstrom  <karl.landstrom@brgeight.se>
19337         * progmodes/js.el: New file.
19339 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
19341         * timezone.el (timezone-parse-date): Add ability to understand ISO
19342         basic format (minimal separators) dates in addition to the
19343         already-supported extended format dates.
19345 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
19347         * international/ucs-normalize.el: Add a `coding' file variable.
19349         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
19351 2009-08-14  Sam Steingold  <sds@gnu.org>
19353         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
19355 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
19357         * faces.el (help-argument-name): Define it here instead of
19358         help-fns.el, because in daemon mode help-fns.el may be loaded when
19359         faces are still uninitialized (Bug#1078).
19361         * help-fns.el (help-argument-name): Move defface to faces.el.
19363 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
19365         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
19366         create buffer with a pty but no process so that GDB can make the
19367         inferior the controlling process.
19369 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
19371         * international/ucs-normalize.el: New file.
19373 2009-08-13  Richard Stallman  <rms@gnu.org>
19375         * mail/rmail.el (rmail-get-attr-names):
19376         Accept an attribute header that is too short.
19378         * mail/rmail.el (rmail-forget-messages):
19379         Ignore nil elt in rmail-message-vector.  Use dotimes.
19381         * progmodes/compile.el (compilation-goto-locus):
19382         Use next-error-move-function.
19384         * simple.el (next-error-move-function): New variable.
19386 2009-08-12  Juri Linkov  <juri@jurta.org>
19388         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
19389         always non-nil.  (Bug#4052)
19391         * replace.el (read-regexp): Return empty string when
19392         `default-value' is nil.
19393         (keep-lines-read-args): Don't use empty string as the
19394         default value for `read-regexp'.  (Bug#2495)
19396 2009-08-12  Juri Linkov  <juri@jurta.org>
19398         * international/mule-cmds.el (ucs-insert): Change arguments
19399         from `arg' to `character', `count', `inherit' to be the same
19400         as in `insert-char'.  Doc fix.  (Bug#4039)
19402         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
19404 2009-08-12  Juri Linkov  <juri@jurta.org>
19406         * files-x.el: New file.
19408         * files.el: Move code that deals with adding/deleting
19409         file/directory-local variables to files-x.el.
19411         * Makefile.in (ELCFILES): Add files-x.elc.
19413 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
19415         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
19416         to use `goto-line'.
19417         (gdb-place-breakpoints, gdb-get-location): Rewritten without
19418         `goto-line'.
19419         (gdb-invalidate-disassembly): Do not refresh upon receiving
19420         'update signal.  Instead, update all disassembly buffers only after
19421         threads list.
19422         (gdb): Send -target-detach when buffer is killed (Bug#3794).
19423         (gdb-starting): Move -data-list-register-names...
19424         (gdb-stopped): ...here so it's sent when first thread stops.
19425         (gdb-registers-handler-custom): Do nothing if register names are
19426         unknown yet.
19428         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
19429         from `gdb-mi.el' to avoid extra tangling.
19431         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
19432         change which breaks `gud-def' definitions used in `gdb'.
19433         (gdb-update-gud-running): No extra fuss for updating frame number.
19435 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19437         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
19438         (describe-language-environment-map, setup-language-environment-map)
19439         (set-coding-system-map): Move initialization into declaration.
19440         (set-language-info-alist): Last arg to define-key-after can be skipped.
19442         * international/quail.el (quail-completion-1): Simplify.
19443         (quail-define-rules): Use slightly more compact code.
19444         (quail-insert-decode-map): Propertize keys, compact columns.
19446         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19447         Add goto-line.
19449 2009-08-10  Miles Bader  <miles@gnu.org>
19451         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
19452         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
19453         (js2-instance-member, js2-private-member, js2-private-function-call)
19454         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
19455         (js2-magic-paren, js2-external-variable):
19456         Remove "-face" suffix from face names.
19457         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
19458         (js2-highlight-undeclared-vars, js2-peek-token)
19459         (js2-parse-function-params, js2-mode-show-errors)
19460         (js2-mode-show-warnings, js2-make-magic-delimiter)
19461         (js2-mode-highlight-magic-parens): Update to use new face names.
19463 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
19465         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
19466         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
19468 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
19470         * subr.el: Provide hashtable-print-readable.
19472         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
19473         hs-c-like-adjust-block-beginning.
19474         (hs-hide-block-at-point): Stop hiding at the beginning of
19475         hs-block-end-regexp (Bug#700).
19477 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
19479         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
19480         a macro.
19481         (gdb-registers-handler-custom): Do not fail when register names
19482         are unavailable.
19484 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
19486         * progmodes/gdb-mi.el (gdb-control-all-threads)
19487         (gdb-control-current-thread): Interactive setters for
19488         `gdb-gud-control-all-threads' to use in menu.
19489         (gdb-show-run-p): Show «Go» when process is not active.
19490         (gud-tool-bar-map): Add non-stop/A,T indicator.
19491         Uses gud/thread.xpm and gud/all.xpm.
19493 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
19495         * net/net-utils.el (net-utils-font-lock-keywords): New var.
19496         (nslookup-font-lock-keywords): Make it a variable.
19497         (net-utils-mode): New mode for viewing diagnostic network output.
19498         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
19499         (net-utils-run-simple): New function.
19500         (ifconfig, iwconfig, netstat, arp, route): Use it.
19502 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
19504         * progmodes/gdb-mi.el (gdb-read-memory-custom)
19505         (gdb-memory-set-address, def-gdb-set-positive-number)
19506         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
19507         after changing settings.
19508         (gdb-invalidate-disassembly): Update when first shown.
19509         (gdb-edit-locals-value): Fixed.
19510         (gdb-registers-handler-custom): Print registers in right order and
19511         allow changing register values (only for current thread yet).
19512         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
19513         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
19514         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
19515         (gdb-locals-handler-custom, gdb-registers-handler-custom):
19516         Thread info in mode name.
19517         (gdb-registers-mode-map): TAB to switch to locals.
19519 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
19521         * mail/rmail.el (rmail-add-mbox-headers)
19522         (rmail-set-message-counters-counter): Search for
19523         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
19525 2009-08-08  Glenn Morris  <rgm@gnu.org>
19527         * Makefile.in (ELCFILES): Update.
19529 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
19531         * mail/sendmail.el (mail-yank-original):
19532         Set buffer-file-coding-system from the one used by the message whose
19533         text is yanked.
19535         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
19536         to "windows" when "pgnuplot" is used.
19537         (calc-graph-command, calc-gnuplot-command, calc-graph-init):
19538         Don't call accept-process-output if "pgnuplot" is used.
19539         (calc-graph-init): Don't send -display and -geometry to
19540         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
19541         running "pgnuplot -V" with shell-command-to-string.
19543         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
19544         the default.
19546 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
19548         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
19549         org/org-latex.elc.
19551 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
19553         * vc-dispatcher.el (vc-resynch-window): Update comment.
19555         * term.el (term-handle-ansi-escape): Add comments with the
19556         terminfo capabilities implemented.
19558 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
19560         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
19561         (gdb-var-create-handler): Rewritten using JSON parser.
19562         (gdb-propertize-header): Move earlier.
19563         (gdb-set-header): Remove to avoid duplication.
19564         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
19565         Refresh disassembly buffers only after threads list have been
19566         update.
19567         (gdb-threads-header, gdb-registers-header): Per-buffer header line
19568         variables.
19570 2009-08-04  Juri Linkov  <juri@jurta.org>
19572         * files.el: Commands to add/delete file/directory-local variables.
19573         (read-file-local-variable, read-file-local-variable-value)
19574         (read-file-local-variable-mode, modify-file-local-variable)
19575         (modify-file-local-variable-prop-line)
19576         (modify-dir-local-variable): New functions.
19577         (add-file-local-variable, delete-file-local-variable)
19578         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
19579         (add-dir-local-variable, delete-dir-local-variable)
19580         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
19581         (copy-dir-locals-to-file-locals-prop-line): New commands.
19583 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
19585         * abbrev.el (insert-abbrev-table-description): Prettify output.
19586         Suggested by Karl Chen.
19588 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
19590         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
19591         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
19592         (gdb-overlay-arrow-position, gdb-thread-position)
19593         (gdb-disassembly-position): Declare variables.
19594         (gdb-wait-for-pending): Function now.
19595         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
19596         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
19597         compilation goes smoothly.
19598         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
19599         (gdb-non-stop-setting): New customization setting which replaces
19600         `gdb-non-stop' so changing it doesn't break active GDB session.
19601         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
19602         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
19603         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
19604         (gdb-show-threads-by-default): New customization options.
19605         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
19606         routines.
19607         (gdb-get-buffer-create): Send buffers update signal when they are
19608         created.
19609         (gdb-invalidate-locals, gdb-invalidate-registers)
19610         (gdb-invalidate-breakpoints)
19611         (gdb-invalidate-threads, gdb-invalidate-disassembly)
19612         (gdb-invalidate-memory): Accept update signal.
19613         (gdb-current-context-command): Use --frame option.
19614         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
19615         Implement `gdb-frame-number' selection logic.
19616         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
19617         whether to show GUD toolbar buttons.
19618         (gdb-thread-exited): Unselect current thread when it exits.
19619         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
19620         (gdb-mark-line): Routine which sets overlay arrow or inverses
19621         video on fringeless displays.
19622         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
19623         to build aligned columns of data in GDB buffers and set text
19624         properties line-by-line.
19625         (gdb-invalidate-breakpoints)
19626         (gdb-breakpoints-list-handler-custom)
19627         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
19628         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
19629         (gdb-registers-handler-custom): Align data columns.
19630         (gdb-locals-handler-custom): Now prints data like in variable
19631         declarations.
19632         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
19633         Remove confusing buttons.
19634         (gdb-invalidate-threads): Append --frame.
19635         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
19636         between breakpoints/threads buffers.
19637         (gdb-set-window-buffer): Now can ignore dedicated windows.
19638         (gdb-propertize-header): Use `gdb-set-window-buffer'.
19639         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
19640         (def-gdb-thread-buffer-gud-command): Replaces
19641         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
19642         for fine thread control.
19643         (gdb-preempt-existing-or-display-buffer): New function used to
19644         display bound buffers without breaking window layout.
19645         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
19646         (gdb-select-frame): New version of `gdb-frames-select' which now
19647         sets `gdb-frame-number' so commands may use --frame option instead
19648         of inner debugger state.
19649         (gdb-frame-handler): Do not set `gdb-frame-number'.
19650         (gdb-threads-mode-map): Select threads with mouse.
19652         * progmodes/gud.el (gdb-gud-context-call): Declare function to
19653         avoid compilation warning.
19654         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
19655         `gdb-show-stop-p`.
19657         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
19658         Argument `key' renamed to `buffer-type'.
19659         (gdb-current-context-buffer-name): Do not add thread info to
19660         buffer name when no thread is selected.
19661         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
19662         command (bug 3794).
19663         (gdb-thread-selected): Handle `=thread-selected' notification.
19664         (gdb-wait-for-pending): New macro to deal with congestion problems.
19665         (gdb-breakpoints-list-handler-custom): Don't fail on pending
19666         breakpoints.
19667         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
19668         This fixes problem similar to one described in bug 3947.
19669         (gud-menu-map): More menu items.
19670         (gdb-init-1): Reset `gdb-thread-number' to nil.
19672         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
19673         non-stop settings.
19675         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
19676         (gdb-current-context-command): Do not append --thread if
19677         `gdb-thread-number' is nil.
19678         (gdb-running-threads-count, gdb-stopped-threads-count):
19679         New variables.
19680         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
19681         (gdb-stopped-hooks, gdb-switch-when-another-stopped):
19682         New customization options.
19683         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
19684         GUD commands.
19685         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
19686         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
19687         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
19688         set `gdb-thread-number' and update `gud-running' properly.
19689         (gdb-running): Update threads list when new threads appear.
19690         (gdb-stopped): Support non-stop operation and new thread switching
19691         logic.
19692         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
19693         (gdb-json-partial-output): New set of JSON routines.
19694         (def-gdb-auto-update-trigger): New `signal-list' optional
19695         argument.
19696         (gdb-thread-list-handler-custom): Update `gud-running',
19697         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
19698         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
19699         (gdb-continue-thread, gdb-step-thread): New commands for fine
19700         thread execution control.
19701         (gud-menu-map): New menu items to switch non-stop options.
19702         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
19703         (gdb-send): Mimic RET properly (bug 3794).
19705         * progmodes/gdb-mi.el (gdb-rules-name-maker)
19706         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
19707         gdb-buffer-rules.
19708         (def-gdb-auto-update-handler): New nopreserve optional argument.
19709         (gdb-stack-list-frames-custom): Print stack from top to bottom.
19711         * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
19712         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
19713         (gdb-parent-mode): New mode to derive other GDB modes from.
19714         (gdb-display-disassembly-for-thread)
19715         (gdb-frame-disassembly-for-thread): New commands for threads
19716         buffer.
19718         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
19719         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
19720         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
19721         (gdb-update): We now store all GDB buffers in a list so that they
19722         can be updated by traversing a list instead of calling invalidate
19723         triggers explicitly.
19724         (def-gdb-trigger-and-handler): New macro to define trigger-handler
19725         pair for GDB buffer.
19726         (gdb-stack-buffer-name): Add thread information.
19727         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
19728         handle pending triggers.
19729         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
19730         (def-gdb-thread-buffer-simple-command)
19731         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
19732         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
19733         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
19734         New commands which show buffers bound to thread.
19735         (gdb-stack-list-locals-regexp): Remove unused regexp.
19737         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
19738         (gdb-locals-buffer-name, gdb-registers-buffer-name)
19739         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
19740         to (gud-comint-buffer) in *-buffer-name functions
19741         because (gdb-get-target-string) already does that.
19742         (gdb-locals-handler-custom, gdb-registers-handler-custom)
19743         (gdb-changed-registers-handler): Rewritten without regexps.
19745         * progmodes/gdb-mi.el: Basic thread selection support.
19746         (gdb-thread-number): New variable.
19747         (gdb-current-context-command): New macro which adds --thread
19748         option to command.
19749         (gdb-threads-mode-map): Select thread with SPC.
19750         (gdb-thread-list-handler-custom): Mark current thread with overlay
19751         arrow.  Synchronize GDB thread and Emacs thread.
19752         (gdb-select-thread): New command which selects current thread.
19753         (gdb-invalidate-frames, gdb-invalidate-locals)
19754         (gdb-invalidate-registers): Use --thread option.
19756 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
19758         * net/tramp.el (top): Make check for tramp-gvfs loading more
19759         robust.  (Bug#3977)
19760         (tramp-handle-insert-file-contents): `unwind-protect' must be
19761         inside `with-parsed-tramp-file-name'.
19763         * net/tramp-gvfs.el (top): Remove superfluous message when loading
19764         fails.
19766 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
19768         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
19769         directory if CLASSPATH is not set.
19771 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
19773         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
19774         New defconst.
19775         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
19777 2009-08-02  Kevin Ryde  <user42@zip.com.au>
19779         * net/newst-backend.el (newsticker--raw-url-list-defaults):
19780         Update freshmeat link.  Delete newsforge.com as it seems gone.
19782 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
19784         * select.el (x-set-selection): Doc fix (Bug#4021).
19786         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
19788         * help-fns.el (describe-variable): Treat list return values from
19789         dir-locals-find-file properly (Bug#4005).
19791 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
19793         * net/tramp.el (tramp-debug-message): Print also microseconds.
19795 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
19797         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
19798         or END is non-nil.
19799         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
19800         (tramp-get-debug-buffer): Change `outline-regexp' according to new
19801         format.
19803         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
19804         (tramp-get-file-property): Use it.
19806         * autorevert.el (auto-revert-handler):
19807         Allow `auto-revert-tail-mode' for remote files.
19809 2009-08-02  Jason Rumney  <jasonr@gnu.org>
19811         * minibuffer.el (read-file-name): Treat confirm options to
19812         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
19814 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
19816         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
19817         (font-lock-variable-name-face, font-lock-constant-face):
19818         Darken the colors for light backgrounds.
19820 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
19822         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
19823         month names.  (Bug#3987)
19825 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
19827         * simple.el (line-move-finish): Pass whole number to
19828         line-move-to-column.
19829         (line-move-visual): Perform hscroll to the recorded position.
19831 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
19833         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
19835 2009-07-29  Alan Mackenzie  <acm@muc.de>
19837         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
19839 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
19841         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
19842         (gdb-place-breakpoints): Use full path when setting breakpoints.
19844 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
19846         * calc/calc.el (calc-mode-map): Add keybinding for
19847         `calc-transpose-lines'.
19849 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
19851         * calc/calc-misc.el (calc-transpose-lines): New function.
19853 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
19855         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
19856         Simplify check for out-of-band methods.
19857         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
19858         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
19860 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
19862         * vc-git.el (vc-git-checkin): Fix typo.
19864 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
19866         * progmodes/js2-mode.el: New file.
19868 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
19870         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
19871         (gud-menu-map): Adjust tooltip accordingly.
19873 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
19875         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
19876         (vc-bzr-log-view-mode): Adjust log-view-file-re.
19878         * add-log.el (change-log-mode-map): Add a menu.
19880 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
19882         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
19883         function returns nil.
19884         (dbus-handle-event): Handle special return value :ignore.
19885         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
19887 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
19889         * view.el (view-mode-enable): Don't define Helper-return-blurb if
19890         it's not needed.
19892 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
19894         Fix Bug#3888:
19896         * w32-vars.el (x-select-enable-clipboard): Doc fix.
19898         * term/pc-win.el (x-display-name, x-colors)
19899         (x-select-enable-clipboard, x-select-text): Doc fix.
19901         * term/common-win.el (x-display-name, x-colors): Doc fix.
19903         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
19904         (xw-defined-colors): Doc fix.
19906         * w32-fns.el (x-select-text, x-setup-function-keys)
19907         (x-get-selection, x-set-selection): Doc fix.
19909         * term/x-win.el (x-select-text, x-setup-function-keys)
19910         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
19912         * select.el (x-set-selection): Doc fix.
19914 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
19916         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
19917         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
19918         "IsNSSSupportAvailable" method is not available.
19919         Reported by Steve Youngs <steve@sxemacs.org>.
19921 2009-07-24  Kenichi Handa  <handa@m17n.org>
19923         * international/characters.el: Fix setting of category ?C, ?|, ?K,
19924         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
19925         (build-unicode-category-table): Fix range checks.
19927 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
19929         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
19930         the buffer we try to sync is current when calling
19931         vc-resynch-buffer.
19933         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
19934         not show up to date files.
19936 2009-07-24  Glenn Morris  <rgm@gnu.org>
19938         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
19939         Add autoload cookies.  If necessary, initialize.
19940         (elint-log): Handle non-file buffers.
19941         (elint-initialize): Add optional argument to reinitialize.
19942         (elint-find-builtin-variables): Save excursion.
19944 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
19946         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
19947         for Lint.
19949 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
19951         * vc.el (vc-print-log-internal): New function, split out from ...
19952         (vc-print-log): ... here.
19953         (vc-dir-move-to-goal-column): Declare.
19955         * vc-git.el (vc-git-add-signoff): New variable.
19956         (vc-git-checkin): Use it.
19957         (vc-git-toggle-signoff): New function.
19958         (vc-git-extra-menu-map): Bind it to menu.
19959         (vc-git--run-command-string): Accept a nil FILE argument.
19960         (vc-git-stash-list): New function.
19961         (vc-git-dir-extra-headers): Use it.
19963 2009-07-23  Glenn Morris  <rgm@gnu.org>
19965         * help-fns.el (describe-variable): Describe ignored and risky local
19966         variables in a similar way to that in which we describe safe ones.
19968         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
19969         (byte-compile-output-file-form, byte-compile-output-docform)
19970         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
19971         Give some more local variables with common names a "bytecomp-" prefix,
19972         so as not to shadow things during compilation.
19973         * emacs-lisp/cl-macs.el (load-time-value)
19974         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
19975         `outbuffer' to `bytecomp-outbuffer'.
19977         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
19978         since the next two variables cover them automatically now.
19979         (elint-builtin-variables, elint-autoloaded-variables): New.
19980         (elint-unknown-builtin-args): Remove all members, since they can be
19981         parsed automatically now.
19982         (elint-extra-errors): New.
19983         (elint-env-add-env, elint-env-add-macro): Use cadr.
19984         (elint-current-buffer): Use or.  Change final message.
19985         (elint-get-top-forms): Use line-end-position.
19986         (elint-init-env): Use cadr.  Handle autoload, declare-function,
19987         and defalias.
19988         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
19989         (regexp-assoc): Remove unused function.
19990         (elint-top-form): Set elint-current-pos, to record the start of the
19991         top-level form, for compilation-mode.
19992         (elint-form): Trap errors in macro expansion.  Use dolist.
19993         (elint-unbound-variable): Use elint-builtin-variables and
19994         elint-autoloaded-variables.
19995         (elint-get-args): Use cadr, or.
19996         (elint-check-cond-form): Use dolist, cadr.
19997         (elint-check-condition-case-form): Doc fix.  Use cadr.
19998         Use elint-extra-errors.
19999         (elint-log): New function.
20000         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
20001         Distinguish errors and warnings.
20002         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
20003         Use a bytecomp-style format.
20004         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
20005         (elint-get-log-buffer): Use compilation mode.  Disable undo.
20006         Don't truncate lines.
20007         (elint-initialize): Set builtin and autoloaded variable lists.
20008         Only process elint-unknown-builtin-args if non-nil.
20009         (elint-find-builtin-variables, elint-find-autoloaded-variables):
20010         New functions.
20011         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
20013 2009-07-22  Kevin Ryde  <user42@zip.com.au>
20015         * net/newst-backend.el (newsticker--parse-atom-1.0)
20016         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
20017         (newsticker--parse-rss-1.0):
20018         * progmodes/idlwave.el (idlwave-mode):
20019         * progmodes/idlw-shell.el (idlwave-shell-mode):
20020         * progmodes/vera-mode.el (vera-mode):
20021         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
20022         * progmodes/vhdl-mode.el (vhdl-mode):
20023         * textmodes/table.el (table-generate-source)
20024         (table--warn-incompatibility):
20025         Hyperlink urls in docstrings with URL `...'.
20027 2009-07-22  Glenn Morris  <rgm@gnu.org>
20029         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
20030         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
20031         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
20032         Remove leading * from defcustom docs.
20034         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
20036         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
20037         defcustom doc.
20038         (list-load-path-shadows): Optionally, just return shadows as a string.
20040         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
20042 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
20044         * mail/rmailedit.el (rmail-edit-mode):
20045         Use auto-save-include-big-deletions.
20047         * mail/rmail.el (rmail-variables):
20048         Use auto-save-include-big-deletions.
20050         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
20051         changes.
20053 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
20055         * calc/calc.el (calc-undo-length): New variable.
20056         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
20058 2009-07-21  Richard Stallman  <rms@gnu.org>
20060         * files.el (auto-save-mode): Handle buffer-save-size = -2
20061         for toggling mode.
20063 2009-07-21  Glenn Morris  <rgm@gnu.org>
20065         * textmodes/ispell.el (ispell-looking-back): Update declaration.
20067         * calendar/todo-mode.el (calendar-current-date): Update declaration.
20069         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
20070         silence compiler.  Instead...
20071         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
20072         (ps-print-ensure-fontified): Update for above function name changes.
20074         * printing.el (pr-mh-get-msg-num, pr-mh-show)
20075         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
20076         silence compiler.  Instead...
20077         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
20078         (mh-show-buffer): Only define for compiler.
20079         (pr-mh-current-message): Update for above function name changes.
20081         * files.el (abort-if-file-too-large): Explicitly pass `filename'
20082         as an argument.
20083         (find-file-noselect, insert-file-1): Update for above change.
20085         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
20087         * mail/mailclient.el (mailclient-send-it): Fix message.
20089         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
20090         (edebug-eval): Check cl-debug-env is bound.
20091         (print-level, print-circle): Don't redefine built-in variables.
20093         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
20094         (custom-print-vectors): Remove old comments from doc.
20096         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
20097         (emerge-version): Make the variable an obsolete alias for the
20098         emacs-version variable.  Make the function obsolete.
20099         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
20100         Emerge options, rather than merging in into the main Options menu.
20101         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
20102         and auto advance modes.  Disable edit/fast items when not relevant.
20104 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
20106         * term/vt420.el (terminal-init-vt420): Fix typo.
20108 2009-07-20  Sam Steingold  <sds@gnu.org>
20110         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
20111         variable (removed from compile.el on 2004-03-11).
20113 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
20115         * files.el (hack-local-variables-filter): Fix last change.
20117 2009-07-19  Juri Linkov  <juri@jurta.org>
20119         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
20120         (dir-local-variables-alist): New buffer-local variable.
20121         (hack-local-variables-filter): If variable is not dir-local,
20122         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
20123         because file-local overrides dir-local.
20124         (c-postprocess-file-styles) <declare-function>:
20125         Remove obsolete declaration.
20126         (hack-dir-local-variables): Add dir-local variable/value pair to
20127         `dir-local-variables-alist' and remove duplicates.  Doc fix.
20129         * help-fns.el (describe-variable): Add information about
20130         file-local and dir-local variables.
20132 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
20134         * files.el (hack-local-variables-filter): Rewrite.
20136 2009-07-19  Glenn Morris  <rgm@gnu.org>
20138         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
20139         Silence compiler by only defining on XEmacs.
20141         * international/mule.el (auto-coding-regexp-alist): Only match
20142         BABYL... at the start of buffer, not of lines.  (Bug#3790)
20144         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
20145         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
20146         (cal-menu-context-mouse-menu): Doc fix.
20148         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
20150         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
20152 2009-07-18  Juri Linkov  <juri@jurta.org>
20154         * info.el: Virtual Info keyword finder.
20155         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
20156         (Info-finder-file): New variable.
20157         (Info-finder-find-file): New function.
20158         (finder-known-keywords, finder-package-info)
20159         (find-library-name, lm-commentary): Use defvar and
20160         declare-function to silence compiler warnings.
20161         (Info-finder-find-node): New function.
20162         (info-finder): New command.
20164         * subr.el (process-kill-buffer-query-function): New function.
20165         (add-hook)<kill-buffer-query-functions>: Add hook
20166         `process-kill-buffer-query-function'.
20168 2009-07-18  Alan Mackenzie  <acm@muc.de>
20170         * progmodes/cc-mode.el (c-before-hack-hook)
20171         (c-postprocess-file-styles): Give invocation of `c-set-style'
20172         DONT-OVERRIDE parameter of t.  Already set style variables will
20173         thus not be overridden by style settings given by `c-file-syle'.
20175         * files.el (hack-local-variables-filter): Remove entries with
20176         duplicate keys from `file-local-variables-alist'.
20178 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
20180         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
20181         x-set-selection if display-selections-p returns nil for the
20182         current frame.
20184 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
20186         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
20188 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
20190         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
20191         Accept nil in addition to a regexp.
20192         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
20193         Accept nil in addition to a regexp.
20194         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
20195         buffers that have an associated file.  Handle nil values of
20196         desktop-buffers-not-to-save and desktop-files-not-to-save.
20197         (Bug#3833)
20199         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
20200         (x-disown-selection-internal): New functions.
20202 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
20204         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
20205         warning.
20206         (gdb-breakpoints-header): Move forward to avoid compiler warning.
20207         (gdb-make-header-line-mouse-map): Remove duplicate definition.
20209 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
20211         * simple.el (set-mark): Revert last change.
20213 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
20215         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
20216         rendering of pngs is not possible instead of messaging a long
20217         description.
20219 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
20221         * w32-fns.el (x-selection-owner-p): New function.
20223         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
20224         (mouse-yank-at-click, mouse-yank-primary):
20225         If select-active-regions is non-nil, deactivate the mark before
20226         insertion.
20228         * simple.el (deactivate-mark, set-mark): Only save selection if we
20229         own it.
20231 2009-07-17  Kenichi Handa  <handa@m17n.org>
20233         * case-table.el (describe-buffer-case-table): Fix for the case
20234         that KEY is a cons.
20236 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
20238         * vc-rcs.el (vc-rcs-find-file-hook):
20239         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
20241 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
20243         * net/tramp.el (tramp-wait-for-output): Handle the case when
20244         commands do not return a newline but a null byte before the shell
20245         prompt.  (Bug#3858)
20247 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20249         * term/ns-win.el (ns-set-alpha): Don't declare.
20250         (ns-set-background-alpha): Remove function.
20252 2009-07-16  Kevin Ryde  <user42@zip.com.au>
20254         * emacs-lisp/copyright.el (copyright-update): Save match-data across
20255         y-or-n-p, for safety.
20257 2009-07-16  Richard Stallman  <rms@gnu.org>
20259         * files.el (auto-save-mode): If buffer-saved-size is -2,
20260         don't clobber it.
20262         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
20263         (rmail-retry-ignored-headers): Add more uninteresting fields.
20265 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
20267         * net/rcirc.el (rcirc): Use history variables.
20268         (rcirc-server-name-history, rcirc-nick-name-history)
20269         (rcirc-server-port-history): New variables.
20271 2009-07-15  Kenichi Handa  <handa@m17n.org>
20273         * international/mule-cmds.el (set-language-environment-charset):
20274         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
20275         ignore them.
20277         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
20278         Delete unibyte-display.
20280 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
20282         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
20284 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
20286         * simple.el (deactivate-mark): Optional argument FORCE.
20287         (set-mark): Use deactivate-mark.
20289         * info.el (Info-search): No need to check transient-mark-mode
20290         before calling deactivate-mark.
20292         * select.el (x-set-selection): Doc fix.
20293         (x-valid-simple-selection-p): Allow buffer values.
20294         (xselect--selection-bounds): Handle buffer values.
20295         Suggested by David De La Harpe Golden.
20297         * mouse.el (mouse-set-region, mouse-drag-track):
20298         Call copy-region-as-kill before setting the mark, to let
20299         select-active-regions work.
20301 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
20303         * simple.el (deactivate-mark): If select-active-regions is
20304         non-nil, copy the selection data into a string.
20305         (activate-mark): If select-active-regions is non-nil, set the
20306         selection to the current buffer.
20307         (set-mark): Update selection if select-active-regions is non-nil.
20309         * select.el (x-valid-simple-selection-p): Allow buffer values.
20311 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20313         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
20314         and more featureful message-mode.
20316 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
20318         * select.el (x-set-selection): Doc fix.
20319         (x-valid-simple-selection-p): Disallow selection data consisting
20320         of a list or cons of integers, since that is not used.
20321         (xselect--selection-bounds, xselect--int-to-cons): New functions.
20322         (xselect-convert-to-string, xselect-convert-to-length)
20323         (xselect-convert-to-filename, xselect-convert-to-charpos)
20324         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
20326 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
20328         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
20329         output in -break-info command (Emacs bug #3794).
20331 2009-07-14  Glenn Morris  <rgm@gnu.org>
20333         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
20334         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
20335         (edebug-print-length, edebug-print-level, edebug-print-circle)
20336         (edebug-sit-for-seconds, edebug-view-outside)
20337         (edebug-bounce-point, edebug-set-global-break-condition)
20338         (edebug-Go-nonstop-mode, edebug-trace-mode)
20339         (edebug-Trace-fast-mode, edebug-continue-mode)
20340         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
20341         (edebug-visit-eval-list): Doc fixes.
20343         * subr.el (def-edebug-spec): Doc fix.
20345 2009-07-14  Kenichi Handa  <handa@m17n.org>
20347         * international/characters.el: Fix setting of category ?C.
20349 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
20351         * term/ns-win.el (x-select-font): defalias x-select-font to
20352         ns-popup-font-panel instead of generate-fontset-menu.
20354 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
20356         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
20358 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
20360         * arc-mode.el (archive-find-type): Allow for a PK00 string before
20361         the PK\003\004 header (Bug#3770).
20363 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
20365         * pcomplete.el (pcomplete-comint-setup): Check for
20366         shell-dynamic-complete-filename too.
20368 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
20370         * simple.el (temporary-goal-column): Change the value for
20371         line-move-visual to a cons cell.
20372         (line-move-visual): Record or set the window hscroll, if
20373         necessary (Bug#3494).
20374         (line-move-1): Handle cons value of temporary-goal-column.
20376 2009-07-11  Kenichi Handa  <handa@m17n.org>
20378         * international/mule-diag.el (describe-character-set): Don't show
20379         width.
20381 2009-07-10  Sam Steingold  <sds@gnu.org>
20383         * progmodes/compile.el (compilation-mode-font-lock-keywords):
20384         Omake sometimes indents the errors it prints, so allow all
20385         regexps to start with spaces.
20387 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
20389         * cus-edit.el (customize-changed-options-previous-release):
20390         Bump value to 22.1.  (Bug#3804)
20392 2009-07-08  Sam Steingold  <sds@gnu.org>
20394         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
20395         to be a cons cell (test . ignored-directory) to selectively ignore
20396         some directories depending on the location of the search.
20398 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
20400         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
20401         remote user is root, on the local host.
20402         (tramp-local-host-p): Either the local user or the remote user
20403         must be root.  (Bug#3771)
20405 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
20407         * progmodes/gdb-mi.el (gdb): Remove description of
20408         gdb-use-separate-io-buffer.
20409         (menu): Don't allow toggling of or enable
20410         gdb-use-separate-io-buffer from menubar.
20412 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
20414         * mail/unrmail.el (unrmail): Make sure the message ends with two
20415         newlines (Bug#3769).
20417 2009-07-08  Glenn Morris  <rgm@gnu.org>
20419         * calendar/calendar.el (calendar-current-date): Rework previous change.
20421 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
20423         * calendar/calendar.el (calendar-current-date):
20424         Add an optional argument giving an offset from today.
20426 2009-07-08  Glenn Morris  <rgm@gnu.org>
20428         * tutorial.el (tutorial--describe-nonstandard-key):
20429         Adjust the message for when a key has been unbound.
20430         (help-with-tutorial): Hide the arch-tag.
20432 2009-07-08  Kenichi Handa  <handa@m17n.org>
20434         * international/fontset.el (setup-default-fontset): For each
20435         script, append (not set) font-specs.
20437         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
20438         docstring.
20440 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
20442         * progmodes/gdb-mi.el (gdb-init-1): Move sending
20443         -data-list-register-names to ...
20444         (gdb-starting): ... here because GDB 7.0 requires execution to
20445         have started when using this MI command.
20446         (gdb-set-header): New function to distinguish select and
20447         unselected tabs in gdb buffers.
20448         (gdb-propertize-header): New macro that uses gdb-set-header.
20449         (gdb-breakpoints-header, gdb-locals-header): Use it.
20450         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
20452 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
20454         * Makefile.in (ELCFILES): Remove fadr.elc.
20456 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
20458         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
20459         may contain frame information, so `string-match' should be used.
20460         (gdb-update): Disassembly is invalidated through
20461         `gdb-get-selected-frame'.
20462         (gdb-pad-string): New function to pad string with spaces.
20463         (gdb-invalidate-disassembly): Invalidate only if the buffer
20464         exists.
20465         (gdb-disassembly-handler-custom): Column alignment.
20466         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
20467         placing new ones.
20468         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
20469         end of line, too.
20470         (gdb-frame-handler): Match convention to for disassembly buffer
20471         mode name.
20472         (gdb-stack-list-frames-handler): Rewritten without regexps.
20473         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
20474         not highlight breakpoints without line information.
20475         (gdb-input): Add trailing newline to command.
20477         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
20478         buffer properly.
20479         (gdb-breakpoints-list-handler-custom): Replacement for
20480         `gdb-break-list-handler'.  Using real parser instead of regexps
20481         now.
20482         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
20483         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
20484         to place breakpoints.
20485         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
20486         functions.
20487         (gdb-disassembly-handler-custom): Show overlay arrow.
20488         (gdb-disassembly-place-breakpoints): Show breakpoints in
20489         disassembly buffer.
20490         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
20491         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
20492         instead of parsing breakpoints buffer.  Fixed old menu references
20493         in `gud-menu-map'.
20495         * fadr.el: Remove.
20497         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
20498         (gdb-memory-address): New variable which holds top address of
20499         memory page shown in memory buffer.
20500         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
20501         New customization variables.
20502         New functions:
20503         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
20504         display the memory buffer.
20505         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
20506         buffer display parameters.
20507         (def-gdb-memory-format, gdb-memory-format-binary)
20508         (gdb-memory-format-octal, gdb-memory-format-unsigned)
20509         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
20510         Functions for setting memory buffer format.
20511         (gdb-memory-unit-word, gdb-memory-unit-halfword)
20512         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
20513         unit size used in memory buffer.
20514         (gdb-memory-show-next-page, gdb-memory-show-previous-page):
20515         Switch to next/previous page of memory buffer.
20516         Now using (bindat-get-field) instead of fadr functions.
20518 2009-07-07  Sam Steingold  <sds@gnu.org>
20520         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
20521         non-top-level files.
20523 2009-07-07  Kenichi Handa  <handa@m17n.org>
20525         * international/mule-cmds.el (reset-language-environment):
20526         Put the highset priority to the charset iso-8859-1.
20528 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
20530         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
20531         to the end of the line when locating the block (Bug#700).
20533 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
20535         * net/tramp.el (tramp-handle-write-region): Flush file properties
20536         in case of short track.
20538 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
20540         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
20541         Coded custom representation of verilog error regular expressions
20542         to work with Emacs-22's new format.
20543         (verilog-error-regexp-xemacs-alist): Coded custom representation
20544         of verilog error regular expressions to work with XEmacs format.
20545         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
20546         error recognition into XEmacs.
20547         (verilog-error-regexp-add-emacs): Hook routine to install verilog
20548         error recognition into Emacs-22.
20550 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
20552         * woman.el: Remove stand-alone closing parentheses.
20553         (woman-file-name, woman2-format-paragraphs)
20554         (woman-leave-blank-lines): Code cleanup.
20555         (woman-use-own-frame): Change default to nil.
20556         (woman-italic, woman-bold, woman-unknown, woman-addition):
20557         Change defaults to inherit from default faces.
20558         (woman2-process-escapes): Consume the newline after a stand-alone
20559         filler character (Bug#3651).
20561 2009-07-06  Glenn Morris  <rgm@gnu.org>
20563         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
20564         (top-level): Move provide to the end.
20565         (ffap): Remove defunct URL from custom group.
20567         * subr.el (eval-after-load): Doc fix.
20569 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
20571         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
20572         `calc-embedded-word' is called twice.
20574 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20576         * files.el (find-alternate-file-other-window, find-alternate-file):
20577         Obey confirm-nonexistent-file-or-buffer.
20579 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
20581         * dired-aux.el (dired-show-file-type): Handle remote files.
20583 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
20585         * desktop.el (desktop-globals-to-save):
20586         Add file-name-history (Bug#2750).
20588 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
20590         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
20592 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
20594         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
20595         property on entire argument since this is what eshell-lisp-command
20596         expects.
20598 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
20600         * net/tramp-gvfs.el (tramp-gvfs-methods)
20601         (tramp-gvfs-zeroconf-domain)
20602         (tramp-bluez-discover-devices-timeout): Add version flag.
20603         (tramp-gvfs-handler-mounted-unmounted)
20604         (tramp-gvfs-connection-mounted-p): Polish handling of
20605         incompatibilities between GVFS 0.2 and 1.0.
20607 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
20609         * cus-start.el (all): Add make-pointer-invisible.
20611 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
20613         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
20614         formatted correctly.
20616 2009-07-02  Juri Linkov  <juri@jurta.org>
20618         * info.el: Virtual Info files and nodes.
20619         (Info-virtual-files, Info-virtual-nodes): New variables.
20620         (Info-current-node-virtual): New variable.
20621         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
20622         New functions.
20623         (Info-file-supports-index-cookies): Use Info-virtual-file-p
20624         to check for a virtual file instead of checking a fixed list
20625         of node names.
20626         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
20627         instead of ad-hoc processing of "dir" and (apropos history toc).
20628         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
20629         instead of ad-hoc processing of "dir" and (apropos history toc).
20630         Reread a file when moving from a virtual node.
20631         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
20632         (Info-directory-toc-nodes, Info-directory-find-file)
20633         (Info-directory-find-node): New functions.
20634         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
20635         (Info-history): Move part of code to
20636         `Info-history-find-node'.
20637         (Info-history-toc-nodes, Info-history-find-file)
20638         (Info-history-find-node): New functions.
20639         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
20640         (Info-toc): Move part of code to `Info-toc-find-node'.
20641         (Info-toc-find-node): New function.
20642         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
20643         the current Info file name to references because now the node
20644         "*TOC*" belongs to the same Info manual.
20645         (Info-toc-build): Rename from `Info-build-toc'.
20646         (Info-toc-nodes): Rename input argument `file' to `filename'.
20647         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
20648         instead of ad-hoc processing of ("dir" apropos history toc).
20649         (Info-index-nodes): Use Info-virtual-file-p
20650         to check for a virtual file instead of checking a fixed list
20651         of node names.
20652         (Info-index-node): Add check for `Info-current-node-virtual'.
20653         Raise `save-match-data' higher up the tree to contain
20654         `search-forward' too (bug fix).
20655         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
20656         (Info-virtual-index-nodes): New variable.
20657         (Info-virtual-index-find-node, Info-virtual-index): New functions.
20658         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
20659         (Info-apropos-file, Info-apropos-nodes): New variables.
20660         (Info-apropos-toc-nodes, Info-apropos-find-file)
20661         (Info-apropos-find-node, Info-apropos-matches): New functions.
20662         (info-apropos): Move part of code to `Info-apropos-find-node' and
20663         `Info-apropos-matches'.
20664         (Info-mode-map): Bind "I" to `Info-virtual-index'.
20665         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
20666         for a virtual file instead of checking a fixed list of node names.
20668         * simple.el (async-shell-command): New command.
20670         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
20672         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
20673         instead of `mount-info'.
20675 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
20677         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
20678         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
20680 2009-07-02  Kenichi Handa  <handa@m17n.org>
20682         * international/mule.el (set-keyboard-coding-system): Force *-unix
20683         coding-system to avoid eol conversion.
20685 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
20687         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
20688         Add handler for `process-file', `shell-command' and
20689         `start-file-process'.
20690         (tramp-gvfs-handle-shell-command)
20691         (tramp-gvfs-handle-start-file-process)
20692         (tramp-gvfs-handle-process-file): New defuns.
20693         (tramp-synce-list-devices): Simplify check for existence of property.
20695 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
20697         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
20699 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
20701         * language/korean.el (set-language-info-alist): Add korean-cp949,
20702         cp949 to spec.
20704 2009-07-01  Kenichi Handa  <handa@m17n.org>
20706         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
20708         * international/encoded-kb.el: Deleted.
20710         * international/mule.el (set-keyboard-coding-system): Perform the
20711         necessary setup here instead of calling encoded-kbd-setup-display.
20713 2009-07-01  Glenn Morris  <rgm@gnu.org>
20715         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
20717 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
20719         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
20721 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
20723         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
20724         Handle also the 'rename case, when setting file modes.  (Bug#3712)
20725         (tramp-default-file-modes): Remove execute permissions.
20727         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
20728         (top): Add a default for "synce" in `tramp-default-user-alist'.
20729         Add completion function for "synce" method.
20730         (tramp-hal-service, tramp-hal-path-manager)
20731         (tramp-hal-interface-manager, tramp-hal-interface-device):
20732         New defconst.
20733         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
20734         (tramp-synce-list-devices, tramp-synce-parse-device-names):
20735         New defuns.
20737         * net/trampver.el: Update release number.
20739 2009-06-30  Kenichi Handa  <handa@m17n.org>
20741         * international/fontset.el (setup-default-fontset): Add CJK fonts
20742         for symbols and the other miscellaneous characters.
20744         * language/korea-util.el (setup-korean-environment-internal):
20745         Make char-width-table suitable for Korean environments.
20746         (exit-korean-environment): Cancel above.
20748         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
20749         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
20750         setup-function to make char-width-table suitable for respective
20751         environments, and an exit-function to cancel that.
20753         * language/japan-util.el (setup-japanese-environment-internal):
20754         Call use-cjk-char-width-table with arg `ja_JP'.
20756         * international/characters.el (cjk-char-width-table): Delete it.
20757         (cjk-char-width-table-list): New variable.
20758         (use-cjk-char-width-table): New arg local-name.
20759         (use-default-char-width-table): Fix for the case that Emacs is
20760         already using the default char-width-table.
20762 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
20764         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
20765         modes mandatory.  (Bug#3712)
20767 2009-06-29  Alan Mackenzie  <acm@muc.de>
20769         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
20770         correction between the visible width of TABs and their number of bytes.
20772 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
20774         * server.el (server-buffer-done): Prevent kill-buffer from
20775         prompting by clearing the buffer modification flag (Bug#3696).
20777 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
20779         * progmodes/verilog-mode.el (verilog-beg-of-statement)
20780         (verilog-endcomment-reason-re): Support unique case and priority case.
20781         (verilog-basic-complete-re): Support localparam lineup.
20782         (verilog-beg-of-statement-1): Fix for robustness, unique case.
20783         (verilog-set-auto-endcomments): Fix for unique case, always_comb
20784         commenting.
20785         (verilog-leap-to-case-head): Now support *nested* unique &
20786         priority case statements.
20787         (verilog-auto-lineup): Make just declarations the default (as it
20788         had been).
20789         (verilog-leap-to-case-head): Support priority/unique case statements.
20790         (verilog-auto-lineup): Rework to give users radio buttons to
20791         select the various styles of automatic lineup.
20792         (verilog-error-regexp-alist): Rework to support the XEmacs style
20793         of error regular expressions from compilers, lint tools &
20794         simulators.  Note that GNU Emacs has made it impossible for a mode
20795         to load such things.
20796         (electric-verilog-terminate-line, verilog-indent-declaration)
20797         (verilog-auto-wiure): Rework for radio button selection of
20798         auto-lineup selection of specification of auto lineup.
20799         (verilog-beg-of-statement-1): Redesign to support proper operation
20800         in additional code, based on testing with auto-lineup.
20801         (verilog-calculate-indent, assignments & declarations)
20802         (verilog-backward-token): Enhance to support auto-lineup of
20803         assignments & declarations.
20804         (verilog-in-directive-p, verilog-at-struct-p): New function for
20805         easy test of whether we are.
20806         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
20807         to support safe execution at almost anyline.
20808         (verilog-calc-1): Properly support indenting deep inside generate
20809         blocks.
20810         (verilog-init-font): Remove definition & use of verilog-init-font,
20811         as it is redundant with font-lock-defaults.
20812         (verilog-mode): Alter the definition of verilog-font-lock-defaults
20813         to avoid circular calls if syntax-ppss is a function (as is the
20814         case now in 22.x GNU Emacs) as that function would sometimes call
20815         itself, leading to (nearly) infinite recursion.
20816         (verilog-ovm-begin-re, verilog-ovm-end-re)
20817         (verilog-ovm-statement-re, verilog-leap-to-head)
20818         (verilog-backward-token): Add support for OVM macros.  Some are
20819         complete statements, and others open and close scopes like begin
20820         and end.
20821         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
20822         (verilog-defun-level-generate-only-re): Really fix the defun-list
20823         compilation issue.
20824         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
20825         coverpoint, constraint and cross statements.
20826         (verilog-defun-level-list, verilog-generate-defun-level-list)
20827         (verilog-all-defun-level-list): Redo these specifications - it is
20828         too hard to support eval-when compile aggregation of lists also
20829         built at when-compile time.
20830         (verilog-defun-level-list): Place defconsts of variables used in
20831         building regular expressions which are built in eval-when-compile
20832         bodies in the same eval-when-compile body to facilitate compile
20833         without load.
20834         (verilog-beg-block-re-ordered): Support indenting
20835         virtual/protected tasks and functions.
20836         (verilog-defun-level-list, verilog-in-generate-region-p)
20837         (verilog-backward-ws&directives, verilog-calc-1): Speed up
20838         indentation of some module items (generate items).
20839         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
20840         across virtual/protected tasks and functions.
20842 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
20844         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
20845         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
20846         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
20847         in concatenations.  Reported by Yishay Belkind.
20848         (verilog-auto-ascii-enum): Support one-hot state machines in
20849         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
20850         (verilog-auto-inst, verilog-auto-inst-port): Include interface
20851         modport in AUTOINST and add vl-modport for users.
20852         Reported by David Rogoff.
20853         (verilog-auto-inout-module, verilog-auto-inst)
20854         (verilog-decls-get-interfaces, verilog-insert-definition)
20855         (verilog-insert-one-definition, verilog-read-decls)
20856         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
20857         (verilog-sig-modport, verilog-signals-combine-bus)
20858         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
20859         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
20860         Suggested by David Rogoff.
20861         (verilog-repair-open-comma): Fix non-insertion of comma when
20862         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
20863         (verilog-make-width-expression): Simplify [A-1:0] expression
20864         widths to just {A{1'b0}}.
20865         (verilog-mode): Cleanup checkdoc warnings.
20866         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
20867         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
20868         inputs/outputs or data type.  Suggested by Vasu Kandadi.
20869         (next-error-last-buffer): Fix byte-compiler warning.
20870         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
20871         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
20872         or shell command text during AUTO expansion.  Suggested by Tad Truex.
20873         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
20874         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
20875         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
20876         in AUTOINOUT.  Reported by Matthew Lovell.
20877         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
20878         causing use of <= assignments.  Reported by Alex Reed.
20879         (verilog-read-decls): Fix triand, trior, wand, wor to be
20880         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
20881         (verilog-extended-complete-re): Support import "DPI-C" functions.
20882         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
20883         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
20884         (verilog-insert-date, verilog-insert-year)
20885         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
20886         Windows systems.  Reported by Michael Potts.
20887         (verilog-read-module-name): Fix AUTOINST when the child module
20888         declaration's name is a tick define.  Reported by Elliot Mednick.
20889         (verilog-read-decls): Fix V2K parameter bit subscripts getting
20890         passed to next parameter's definition.  Reported by Bruce T.
20891         (verilog-read-decls): Fix detecting "parameter int" when using
20892         AUTOINSTPARAM.  Reported by Bruce T.
20893         (verilog-goto-defun): Fix goto not finding modules unless first
20894         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
20895         (verilog-mode): Expand -f flag arguments on entry to mode so
20896         verilog-goto-defun will work.  Reported by Lawrence Butcher.
20897         (verilog-getopt): Expand environment variables in -f file
20898         arguments.  Suggested by Lawrence Butcher.
20899         (verilog-set-define): Fix "Symbol's value as variable is void"
20900         when reading enumerations.
20901         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
20902         Suggested by Stephen Peltan.
20903         (verilog-read-defines): Fix reading of enumerations in include
20904         files.  Reported by Steve Peltan.
20906 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
20908         * files.el (trash-directory): Fix defcustom type.
20910 2009-06-28  Juri Linkov  <juri@jurta.org>
20912         * help-fns.el (describe-function-1): Correctly locate adviced
20913         functions in hyperlink (Bug#2438).
20915 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
20917         * files.el (trash-directory): Change default to nil.
20918         (move-file-to-trash): If trash-directory is nil and
20919         system-move-file-to-trash is unbound, perform freedesktop-style
20920         trashing.
20922 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
20924         * files.el (move-file-to-trash): Add freedesktop trash
20925         support (Bug#973).
20927 2009-06-28  Glenn Morris  <rgm@gnu.org>
20929         * autorevert.el (global-auto-revert-non-file-buffers)
20930         (global-auto-revert-mode): Doc fixes.
20932 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
20934         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
20936 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
20938         * faces.el (x-handle-named-frame-geometry): Ensure that we have
20939         opened an X connection before calling x-get-resource (Bug#3194).
20941         * play/doctor.el: Remove reference to obsolete website.
20942         (make-doctor-variables): Correct grammar mistake (Bug#2633).
20944 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
20946         Remove find-file-not-found-hook VC method.  (Bug#2757)
20947         * vc-hooks.el (vc-file-not-found-hook)
20948         (vc-default-find-file-not-found-hook): Remove functions.
20949         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
20950         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
20951         * vc.el:
20952         * vc-hg.el:
20953         * vc-git.el: Do not mention find-file-not-found-hook VC method.
20955 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
20957         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
20958         compatibility function for `looking-back'.
20960         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
20961         Use `ispell-looking-back'.
20963 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
20965         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
20966         rather than `filename'.
20968 2009-06-23  Miles Bader  <miles@gnu.org>
20970         * face-remap.el (text-scale-set): New function.
20972 2009-06-23  Glenn Morris  <rgm@gnu.org>
20974         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
20976         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
20978         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
20980         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
20982         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
20983         Simplify Persian conditionals.
20985         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
20986         variable `filename'.
20988         * comint.el (comint-insert-input): Doc fix.
20990         * Makefile.in (ELCFILES): Fix typo in previous change.
20992 2009-06-23  Miles Bader  <miles@gnu.org>
20994         * cus-start.el: Add entry for `recenter-redisplay'.
20996 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
20998         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
20999         Add an optional argument for the backend, use it instead of
21000         calling vc-backend.
21001         (vc-mode-line): Add an optional argument for the backend.
21002         Pass the backend to vc-state and vc-working-revision.  Move code for
21003         special handling for vc-state being a buffer to ...
21005         * vc-rcs.el (vc-rcs-find-file-hook):
21006         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
21008         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
21009         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
21010         vc-stay-local-p and vc-mode-line calls.
21012         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
21013         (vc-cvs-diff, vc-cvs-annotate-command)
21014         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
21015         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
21016         vc-mode-line calls.
21018         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
21019         direct comparison.
21020         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
21021         backend when calling vc-mode-line.
21022         (vc-register): Do not create a closure for calling the vc register
21023         function, call it directly.
21025 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
21027         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
21028         to make it obvious item can be clicked.
21030         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
21032 2009-06-23  Kenichi Handa  <handa@m17n.org>
21034         * language/korea-util.el (korean-key-bindings): Change the binding
21035         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
21036         same command.
21038 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
21040         Sync with Tramp 2.1.16.
21042         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
21044         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
21045         when a loading of a package fails.  Completion function for rsync
21046         is `tramp-completion-function-alist-ssh'.
21047         (all): Replace all calls of `split-string' and
21048         `tramp-split-string' by `tramp-compat-split-string'.
21049         (tramp-default-method): Use `tramp-compat-process-running-p'.
21050         (tramp-default-proxies-alist): Allow also Lisp forms.
21051         (tramp-remote-path): Add choice "Private Directories".
21052         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
21053         (tramp-domain-regexp): Allow also "-", "_" and ".".
21054         (tramp-end-of-output): Remove newlines, and add "$" at the end.
21055         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
21056         (tramp-debug-message): Insert header line in debug buffer.
21057         (tramp-handle-directory-files-and-attributes-with-stat):
21058         Care about filenames with spaces, or starting with "-".
21059         (tramp-handle-dired-uncache): New defun.
21060         (tramp-handle-insert-directory): Don't flush the directory from
21061         cache, this is handled by `dired-uncache' now.
21062         (tramp-handle-insert-file-contents): Improve error handling.
21063         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
21064         Quote `tramp-end-of-output'.
21065         (tramp-action-password): Improve trace message.
21066         (tramp-check-for-regexp): Both echoes must be present, before removing.
21067         (tramp-open-connection-setup-interactive-shell): Trace coding system.
21068         (tramp-compute-multi-hops): Eval cons cells of
21069         `tramp-default-proxies-alist'.
21070         (tramp-maybe-open-connection): Use the same command pattern for
21071         first hop and further hops.
21072         (tramp-wait-for-output): Remove handling of newlines.
21073         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
21074         (tramp-split-string): Remove function.  It is handled in
21075         tramp-compat now.
21077         * net/tramp-cmds.el (tramp-bug):
21078         Recommend `tramp-cleanup-all-connections' in the bug mail.
21080         * net/tramp-compat.el (tramp-compat-split-string)
21081         (tramp-compat-process-running-p): New defuns.
21083         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
21084         for `dired-uncache'.
21086         * net/tramp-gvfs.el: New package.
21088         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
21089         Add handler for `dired-uncache'.
21090         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
21092         * net/trampver.el: Update release number.  Make version check fit
21093         for SXEmacs 22.
21095 2009-06-22  Jim Meyering  <meyering@redhat.com>
21097         Automatically handle .xz suffix (XZ-compressed files), too.
21098         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
21099         XZ is the successor to LZMA: <http://tukaani.org/xz/>
21101 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
21102             Nick Roberts  <nickrob@snap.net.nz>
21104         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
21105         repository (http://sphinx.net.ru/hg/gdb-mi/).
21107 2009-06-22  Glenn Morris  <rgm@gnu.org>
21109         * files.el (dir-locals-collect-mode-variables): Allow for any number of
21110         `mode' and `eval' entries.  (Bug#3430)
21112         * Makefile.in (ELCFILES): Add fadr.elc.
21114         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
21115         differing behavior of \n and ^ in strings.  (Bug#3385)
21117         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
21119         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
21120         property.
21121         (lisp-indent-function): Make it a defcustom.
21123 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
21125         * progmodes/gdb-ui.el: Replace with ...
21126         * progmodes/gdb-mi.el: ... this file.
21127         * progmodes/gud.el: Modify for gdb-mi.el.
21129 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
21131         * fadr.el: New file.
21133 See ChangeLog.14 for earlier changes.
21135 ;; Local Variables:
21136 ;; coding: utf-8
21137 ;; End:
21139   Copyright (C) 2009, 2010, 2011  Free Software Foundation, Inc.
21141   This file is part of GNU Emacs.
21143   GNU Emacs is free software: you can redistribute it and/or modify
21144   it under the terms of the GNU General Public License as published by
21145   the Free Software Foundation, either version 3 of the License, or
21146   (at your option) any later version.
21148   GNU Emacs is distributed in the hope that it will be useful,
21149   but WITHOUT ANY WARRANTY; without even the implied warranty of
21150   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21151   GNU General Public License for more details.
21153   You should have received a copy of the GNU General Public License
21154   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.