Dan Nicolaescu
3f6bd7904e
(vc-bzr-print-log): Deal with nil arguments better.
2009-12-03 07:31:15 +00:00
Stefan Monnier
842d73a12e
(bibtex-complete-internal): Use completion-in-region.
...
(bibtex-text-in-field-bounds): Remove unused var `opoint'.
2009-12-03 05:41:17 +00:00
Dan Nicolaescu
7fa4876f18
Support applying stashes. Improve UI.
...
* vc-git.el (vc-git-dir-extra-headers): Add tooltips.
(vc-git-stash-apply, vc-git-stash-pop)
(vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
(vc-git-stash-menu): New functions.
(vc-git-stash-menu-map): New variable.
(vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
2009-12-03 04:08:08 +00:00
Glenn Morris
d6e824528b
(log-view-vc-backend, log-view-vc-fileset): Declare.
...
(vc-print-log-internal): Fix previous change.
(vc-revert): Correct pluralization.
2009-12-03 03:11:14 +00:00
Glenn Morris
31b62755af
(Free Software and Free Manuals): Update URL, and remove duplicate text.
2009-12-03 03:09:45 +00:00
Stefan Monnier
ea52206ba0
(makefile-special-targets-list): No need for it to be an alist any more.
...
(makefile-complete): Use completion-in-region.
2009-12-03 03:02:34 +00:00
Stefan Monnier
69a94a37cd
(octave-complete-symbol): Use completion-in-region.
2009-12-03 02:58:16 +00:00
Stefan Monnier
8d2221483a
Misc cleanup.
...
* progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
(idlwave-code-abbrev, idlwave-display-user-catalog-widget)
(idlwave-complete-class): Don't quote lambda.
(idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
(idlwave-mode-map): Move initialization into declaration.
(idlwave-action-and-binding): Use backquotes.
(idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
Simplify.
(idlwave-is-pointer-dereference): Remove unused var `pos'.
(idlwave-xml-create-rinfo-list): Remove unused var `entry'.
(idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
`parts', and `all-parts'.
(idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
(idlwave-convert-xml-system-routine-info): Remove unused string
`version-string'.
(idlwave-display-user-catalog-widget): Use dolist.
(idlwave-scanning-lib): Declare dynamically-scoped var.
(idlwave-scan-library-catalogs): Remove unused var `flags'.
(completion-highlight-first-word-only): Declare to silence bytecomp.
(idlwave-popup-select): Tighten scope of `resp'.
(idlwave-find-struct-tag): Remove unused var `beg'.
(idlwave-after-load-rinfo-hook): Declare.
(idlwave-sintern-class-info): Remove unused var `taglist'.
(idlwave-find-class-definition): Remove unused var `list'.
(idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
(idlwave-what-module-find-class): Remove unused var `classes'.
2009-12-03 02:57:16 +00:00
Juanma Barranquero
3bb8691bce
* progmodes/pascal.el: Require CL when compiling (for lexical-let).
2009-12-03 01:43:23 +00:00
Stefan Monnier
f72f0c2393
(try-expand-dabbrev-visible): Preserve point in the
...
buffers visited. Remove redundant current-buffer-saving.
2009-12-03 01:33:56 +00:00
Stefan Monnier
601a9508c9
Use completion-in-buffer and remove uses of dynamic scoping.
...
* progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
(pascal-buffer-to-use, pascal-flag): Don't declare.
(pascal-func-completion, pascal-type-completion, pascal-var-completion)
(pascal-get-completion-decl, pascal-keyword-completion):
Add `pascal-str' argument, save-excursion,
return the found completions, and don't filter with pascal-pred.
(pascal-completion-cache): New var.
(pascal-completion): Don't switch buffer any more (it was never
necessary). Don't save-excursion any more (it's done by the called
subroutines). Use a cache to avoid redundant computations.
Use complete-with-action rather than pascal-completion-response and
let it apply the predicate as well.
(pascal-complete-word): Use completion-in-buffer when
pascal-toggle-completions is nil.
(pascal-show-completions): Don't bind pascal-buffer-to-use since it's
not used any more.
(pascal-comp-defun): Don't change buffer any more.
Use complete-with-action rather than pascal-completion-response and
let it apply the predicate as well.
(pascal-goto-defun): Change buffer before calling pascal-comp-defun
when neded.
2009-12-02 18:31:26 +00:00
Kenichi Handa
1ff4cb9823
Include ZWJ and ZWNJ in the patterns to shape for all Indic scripts.
2009-12-02 08:01:02 +00:00
Stefan Monnier
bb12edf129
Use completion-in-buffer.
...
(widget-field-text-end): New function.
(widget-field-value-get): Use it.
(widget-string-complete, widget-file-complete)
(widget-color-complete): Use it and completion-in-region.
(widget-complete): Don't narrow the buffer.
2009-12-02 04:11:08 +00:00
Stefan Monnier
96bdcdc44e
(message-completion-in-region): New compatibility function.
...
(message-expand-group): Use it.
2009-12-02 03:11:38 +00:00
Glenn Morris
60f2013c9e
Replace all pop-to-buffer calls with rmail-pop-to-buffer, to prevent
...
horizontal splits.
2009-12-02 03:05:14 +00:00
Glenn Morris
c920f22245
(rmail-pop-to-buffer): New function. (Bug#2282)
...
(rmail-select-summary): Use rmail-pop-to-buffer.
2009-12-02 03:04:43 +00:00
Glenn Morris
5813f6ef75
(diary-list-entries): Replace superfluous save-excursion with
...
save-current-buffer.
Widen before searching. (Bug#5093)
(diary-list-sexp-entries): Remove superfluous save-excursion.
2009-12-02 03:03:48 +00:00
Glenn Morris
c79fb97624
Comment.
2009-12-02 03:02:10 +00:00
Glenn Morris
34b1d75011
2009-12-02 Michael Welsh Duggan <mwd at cert.org>
...
(woman-make-bufname): Handle man-pages with "." in the name. (Bug#5038)
2009-12-02 03:01:44 +00:00
Glenn Morris
b2d5f31abf
Andreas Politz <politza at fh-trier.de> (tiny change)
...
(ido-file-internal): Handle filenames at point that do not have a
directory part. (Bug#5049)
2009-12-02 03:00:41 +00:00
Juanma Barranquero
c710ac3c08
* mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
...
(mpc-songs-jump-to, mpc-resume): Doc fixes.
2009-12-02 02:08:21 +00:00
Katsumi Yamaoka
7fa123c8f7
(gnus-group-prepare-flat): Check also whether groups with no unread article
...
should be listed if the 2nd arg `predicate' is given.
2009-12-02 00:48:21 +00:00
Stefan Monnier
9946be4640
(tpu-cursor-free-mode): Emit message.
...
(tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message any more.
2009-12-01 20:44:21 +00:00
Stefan Monnier
e7440df4ec
(comint-insert-input): Ignore clicks to the right of
...
the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
2009-12-01 20:31:57 +00:00
Stefan Monnier
c767b6650c
(vc-print-log-internal): Don't wait for the prcess to
...
terminate before setting up the major mode.
2009-12-01 20:08:20 +00:00
Stefan Monnier
f3b757f540
(pcomplete/cd): Complete more than one argument, just in case.
2009-12-01 19:42:28 +00:00
Stefan Monnier
a2877f1d6f
(pcomplete-std-complete): Don't try to complete past the last element.
2009-12-01 19:39:52 +00:00
Chong Yidong
4e14547fd4
* message.el: Revert last change.
2009-12-01 19:01:41 +00:00
Stefan Monnier
b08016f2fc
(normal-erase-is-backspace-mode): Fix thinko in message.
2009-12-01 18:06:06 +00:00
Glenn Morris
9e13b2f462
Add etc/images/mpc directory.
2009-12-01 17:06:30 +00:00
Glenn Morris
782d6e3016
(window--display-buffer-2): Fix previous changes.
2009-12-01 17:04:55 +00:00
Chong Yidong
94423e8a31
Delete trailing whitespace.
2009-12-01 16:21:36 +00:00
Chong Yidong
28f57f7e00
* mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
...
* gnus/message.el (message-setup-hook, message-send-hook): Make into aliases
for mail-*-hook.
2009-12-01 16:20:59 +00:00
Miles Bader
964f5b2b79
Add arch tagline
2009-12-01 09:28:22 +00:00
YAMAMOTO Mitsuharu
8096a0ff8c
(font_load_for_lface, font_open_by_name): Don't store name
...
if entity is Qnil.
2009-12-01 09:07:36 +00:00
Glenn Morris
c31a2fdc34
(ELCFILES): Add mpc.elc.
2009-12-01 07:51:02 +00:00
Glenn Morris
e3dd31b9df
New file.
2009-12-01 07:49:26 +00:00
Glenn Morris
eb7799da34
Add missing entry.
2009-12-01 07:47:11 +00:00
Bill Wohler
6ddf13e4ad
(Searching): Use mh vfolder_format and fix typo in database path for
...
mairix example. Specify -q in namazu example since namazu is
excessively garrulous.
2009-12-01 07:10:17 +00:00
Bill Wohler
002d25243b
(mh-mairix-execute-search): Use mh vfolder_format. Fix typo in
...
database path.
(mh-namazu-execute-search): Specify -q in example since namazu is
excessively garrulous.
2009-12-01 07:07:23 +00:00
Stefan Monnier
e1ada2225c
* mpc.el: New file.
2009-12-01 04:04:33 +00:00
Glenn Morris
3689984f00
(window-to-use): Define for compiler.
2009-12-01 03:15:01 +00:00
Glenn Morris
3ab4308bab
(byte-compile-save-excursion): Make message consistent with others (no
...
final period).
2009-12-01 03:14:02 +00:00
Glenn Morris
0c9ff2c516
(rmail-mime-handle): Doc fix.
...
(rmail-mime-show): Downcase the encoding. (Bug#5070)
2009-12-01 03:13:03 +00:00
Glenn Morris
8d53846a14
Update maintainer per comment from HN in bug#5056: "I no longer
...
actively maintain savehist-mode".
2009-12-01 03:12:13 +00:00
Glenn Morris
cf17679916
Mention usertags.
2009-12-01 03:10:31 +00:00
Dan Nicolaescu
fb0c18ff80
Make vc-print-log buttons work.
...
* log-view.el (log-view-mode-map): Inherit from from widget-keymap.
2009-12-01 00:35:43 +00:00
Juanma Barranquero
2ac7e73ec4
* savehist.el (savehist-autosave-interval): Allow setting to nil
...
through customize. (Bug#5056)
2009-11-30 23:39:04 +00:00
Juanma Barranquero
5237d741a8
Fix references to jit-lock properties.
...
* progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
Refer to jit-lock-defer-multiline, not jit-lock-multiline.
(perl-font-lock-special-syntactic-constructs):
Quote jit-lock-defer-multiline property.
2009-11-30 22:51:34 +00:00
Katsumi Yamaoka
1613ac12de
Add Bug#4698 to 2009-11-29 change. By Reiner Steib.
2009-11-30 22:11:19 +00:00