1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-12 14:30:42 -08:00
Commit graph

82384 commits

Author SHA1 Message Date
Stefan Monnier
30b775ff5d Minor re-indent. 2008-04-14 18:09:49 +00:00
Stefan Monnier
010d97291d (vc-status-update): Set needs-update.
(vc-status-refresh): η-reduce.
2008-04-14 16:36:32 +00:00
Stefan Monnier
fc6dcd067d (vc-status-update): Fix typo. 2008-04-14 16:21:23 +00:00
Jason Rumney
e157d7babc (w32font_open_internal): Set max_bounds.descent in
compatibility struct, for better underline positioning.
2008-04-14 16:16:01 +00:00
Tassilo Horn
adc95ad64f (doc-view-mode-map): Bind C-a to image-bol and C-e
to image-eol.
2008-04-14 15:46:06 +00:00
Alexandre Julliard
1f3e0cb5d2 (vc-status-update): Undo the previous revert. 2008-04-14 15:22:47 +00:00
Stefan Monnier
888932153b (completion-table-with-terminator): Those completions
are never valid w.r.t test-completion.
(completion--file-name-table): Check completion-all-completions-with-base-size.
2008-04-14 15:10:36 +00:00
Tassilo Horn
53d4c024e9 * doc-view.el (doc-view-dvipdf-program): New variable.
(doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
(doc-view-mode-p): Check for doc-view-dvipdf-program as
alternative for doc-view-dvipdfm-program.
(doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
2008-04-14 13:18:12 +00:00
Tassilo Horn
3c03f2cef0 (doc-view-start-process): Don't set
default-directory to "~/" if the current value is valid.  This
broke PS files that run other files in the same directory.
2008-04-14 11:02:31 +00:00
Juanma Barranquero
dd7d19d7ce (unidata-prop-alist): Fix typo in description of `numeric-value'.
(unidata-put-character): Fix typo in error message.
2008-04-14 10:47:12 +00:00
Dan Nicolaescu
9eef6650a5 (vc-status-kill-query): New function.
(vc-status-mode): Add it to kill-buffer-query-functions.
(vc-status-show-fileentry): New function.
(vc-status-menu-map): Bind it.  Bind vc-next-action.
2008-04-14 08:59:41 +00:00
Stefan Monnier
bf87d5fcf4 (minibuffer-message): Put cursor at the right place. 2008-04-14 03:39:31 +00:00
Stefan Monnier
2ed430f471 (minibuffer-try-completion, minibuffer-all-completions): Fix last change. 2008-04-14 03:30:47 +00:00
Roland Winkler
52434c810e (proced-send-signal): Fix error recognition. 2008-04-14 02:42:11 +00:00
Juanma Barranquero
6c763a3075 Fix utf-8 breakage in previous commit. 2008-04-14 02:00:02 +00:00
Roland Winkler
e6854b3fef (proced-command-alist): Remove sort column.
(proced-command, proced-procname-column): Use
make-variable-buffer-local.
(proced-signal-function): Renamed from proced-kill-program.  Allow
for elisp symbols and string values representing system calls.
(proced-marker-regexp, proced-success-message): New functions.
(proced): Use defalias.  Add autoload cookie.
(proced-unmark-backward, proced-toggle-marks)
(proced-hide-processes): New commands.
(proced-do-mark): Simplify code.
(proced-insert-mark): Use optional arg BACKWARD instead of line number.
(proced-update): Remove sorting.
(proced-send-signal): Display number of processes to operate on.
Allow for system calls or elisp functions to send signals.  Check
if signal was send successfully.
2008-04-14 01:35:56 +00:00
Stefan Monnier
e2947429e7 * minibuffer.el (completion-all-completion-with-base-size): New var.
(completion--some): New function.
(completion-table-with-context, completion--file-name-table):
Return the base-size if requested.
(completion-table-in-turn): Generalize to multiple arguments.
(complete-in-turn): Compatibility alias.
(completion-styles-alist): New var.
(completion-styles): New customization.
(minibuffer-try-completion, minibuffer-all-completions):
New functions.
(minibuffer--do-completion, minibuffer-complete-and-exit)
(minibuffer-try-word-completion): Use them.
(display-completion-list, minibuffer-completion-help): Use them.
Handle all-completions's new base-size info to set completion-base-size.
* info.el (Info-read-node-name-1): Use completion-table-with-context,
completion-table-with-terminator and complete-with-action.
Remove the now obsolete completion-base-size-function property.
* simple.el (completion-list-mode-map): Move init into declaration.
(completion-list-mode): Use define-derived-mode.
(completion-setup-function): Use any completion-base-size that may
have been set before.  Remove handling of completion-base-size-function.
* loadup.el: Move abbrev.el up earlier.
2008-04-13 22:12:02 +00:00
Alexandre Julliard
d41080ca3f (vc-git-after-dir-status-stage)
(vc-git-dir-status-goto-stage): New functions.
(vc-git-after-dir-status-stage1)
(vc-git-after-dir-status-stage1-empty-db)
(vc-git-after-dir-status-stage2): Removed, functionality moved
into the new generic stage functions.
(vc-git-dir-status-files): New function.
2008-04-13 18:07:54 +00:00
Alexandre Julliard
fb0ac090cc (vc-status-update): Revert an incorrect rewrite. Add some
comments.
(vc-status-refresh-files): New function.
(vc-status-refresh): Use `vc-status-refresh-files' to refresh the
state of up-to-date files.
(vc-default-dir-status-files): New function.
2008-04-13 18:06:35 +00:00
Michael Albinus
48f7d2134f * dbusbind.c (dbus-get-unique-name): Remove extra copying of name string. 2008-04-13 16:29:55 +00:00
Juanma Barranquero
017c22fe4b (completion--embedded-envvar-table, read-file-name-internal):
Fix typos in 2008-04-11 change.
2008-04-13 01:49:17 +00:00
Juanma Barranquero
45555ebeed (read-face-name): Use completion-table-in-turn', not complete-in-turn'. 2008-04-13 01:46:58 +00:00
Andreas Schwab
f0d732ae65 Require 'cl when compiling. 2008-04-13 00:25:41 +00:00
Nick Roberts
3ee7281cbb (gud-menu-map): Expand tooltip. 2008-04-12 22:04:38 +00:00
Nick Roberts
aa72bfb256 (gdb-find-source-frame): Improve doc string.
(menu): Add/expand menu tooltips.
2008-04-12 21:57:58 +00:00
Nick Roberts
5ca4f28e84 *** empty log message *** 2008-04-12 21:55:44 +00:00
Dan Nicolaescu
36c0886413 (XUINT, XSET): Remove. 2008-04-12 17:09:19 +00:00
Dan Nicolaescu
63616f5208 (sh-show-indent): Fix typo.
(sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
2008-04-12 16:41:03 +00:00
Dan Nicolaescu
07d5b8c101 (vc-cvs-registered): Allow removed files to be
considered registered.
2008-04-12 16:33:24 +00:00
Reiner Steib
470fc3548e (copyright-update-directory): New command. 2008-04-12 10:06:28 +00:00
Reiner Steib
c12b5b0035 (ediff-split-window-function, ediff-merge-split-window-function):
Improve custom type.
2008-04-12 09:47:42 +00:00
Eli Zaretskii
beec574c90 ("minibuffer"): Move after "faces". 2008-04-12 09:26:40 +00:00
Juanma Barranquero
f5acc07172 (Fexpand_file_name): Add declaration for `p' missing in previous change. 2008-04-12 09:15:10 +00:00
Stefan Monnier
5b5a2ea177 (Fexpand_file_name): Tighten the scope of p' and o' vars.
Relocate `nm' after calling DECODE_FILE, in case the GC was run.
2008-04-12 05:12:18 +00:00
Stefan Monnier
fb970f91df (hif-factor): Handle unary minus. 2008-04-12 04:38:45 +00:00
Glenn Morris
c3de239774 Mention configuring after maintainer-clean. 2008-04-12 03:18:33 +00:00
Glenn Morris
cd6ef82d85 Move non-autoloaded define-obsolete-variable-alias calls for
defcustoms not in dumped files before the associated defcustom.
2008-04-12 03:17:19 +00:00
Glenn Morris
f8754ca2de (define-obsolete-variable-alias): Doc fix. 2008-04-12 03:13:27 +00:00
Glenn Morris
1a9f2b775e Move non-autoloaded define-obsolete-variable-alias calls for
defcustoms not in dumped files before the associated defcustom.
2008-04-12 03:12:29 +00:00
Glenn Morris
6a979a50dc (diary-face, diary-anniversary, diary-time, diary-button): Doc fix.
Move to calendar-faces group.
Move non-autoloaded define-obsolete-variable-alias calls for
defcustoms not in dumped files before the associated defcustom.
2008-04-12 03:11:49 +00:00
Glenn Morris
1f1e454ef7 (calendar-faces): New custom group.
(calendar-today, diary, holiday): Doc fix.  Move to calendar-faces group.
Move non-autoloaded define-obsolete-variable-alias calls for
defcustoms not in dumped files before the associated defcustom.
2008-04-12 03:11:03 +00:00
Glenn Morris
8474aac189 (chinese-calendar-time-zone): Mark obsolete name as risky too.
Move non-autoloaded define-obsolete-variable-alias calls for
defcustoms not in dumped files before the associated defcustom.
2008-04-12 03:10:37 +00:00
Johan Bockgård
69e018a7bd (lazy-completion-table): Fix debug spec. 2008-04-11 23:42:25 +00:00
Jay Belanger
ee0fd0d8c3 (Calc Summary): Add mention of `kron'. 2008-04-11 22:36:49 +00:00
Jay Belanger
222027f2d7 *** empty log message *** 2008-04-11 22:35:26 +00:00
Jay Belanger
76c109c349 *** empty log message *** 2008-04-11 22:29:03 +00:00
Stefan Monnier
21622c6d10 * minibuffer.el (complete-with-action, lazy-completion-table):
Move from subr.el.
(apply-partially, completion-table-dynamic)
(completion-table-with-context, completion-table-with-terminator)
(completion-table-in-turn): New funs.
(completion--make-envvar-table, completion--embedded-envvar-table): New funs.
(read-file-name-internal): Use them.
(completion-setup-hook): Move from simple.el.
* subr.el (complete-with-action, lazy-completion-table):
* simple.el (completion-setup-hook): Move to minibuffer.el.
2008-04-11 22:28:02 +00:00
Jay Belanger
629f618d69 calc.texi (Vector and Matrix Arithmetic): Add mention of `kron'. 2008-04-11 22:26:48 +00:00
Eli Zaretskii
87c24bb740 (__MINGW_NOTHROW): If not defined, define to nothing.
Add copyright notice.
2008-04-11 19:24:04 +00:00
Glenn Morris
6b6a6f9e68 (AUTOGENEL): Add calc/calc-loaddefs.el. 2008-04-11 17:13:30 +00:00