1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00
Commit Graph

14256 Commits

Author SHA1 Message Date
Eric S. Raymond
db86064f73 Meta-CVS support removed. 2008-05-07 22:11:08 +00:00
Eric S. Raymond
4903369afe Remove VC-Dired and backend dir-state methods. 2008-05-07 21:27:41 +00:00
Stefan Monnier
c8fcd943a9 Choose images dynamically.
(tool-bar-make-keymap, tool-bar-find-image): New function.
(tool-bar-find-image-cache): New var.
(tool-bar-local-item, tool-bar-local-item-from-menu):
Don't select the image yet, do it later in tool-bar-make-keymap.
2008-05-07 18:16:28 +00:00
Andreas Schwab
51a0cb3534 Require 'cl when compiling. 2008-05-07 12:52:22 +00:00
Dan Nicolaescu
23532cb11b (vc-dir-insert-directories): Default to t. 2008-05-07 03:45:57 +00:00
Glenn Morris
a4c687e03e (fortran-mode): Fix font-lock-syntactic-keywords oddness. 2008-05-07 02:59:40 +00:00
Eric S. Raymond
ee5d572fa1 More refactoring. 2008-05-06 19:12:34 +00:00
Eric S. Raymond
c8d4f1a0a6 More decoupling of vc-dispatcher.el from vc.el. 2008-05-06 16:00:54 +00:00
Dan Nicolaescu
5509c6add4 (verilog-getopt-file): Cleanup warning message format.
(verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
(verilog-auto-inout, verilog-auto-inout-module)
(verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
(verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
(verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
(verilog-auto-sense-sigs, verilog-auto-tieoff)
(verilog-auto-unused, verilog-auto-wire)
(verilog-decls-get-assigns, verilog-decls-get-consts)
(verilog-decls-get-gparams, verilog-decls-get-inouts)
(verilog-decls-get-inputs, verilog-decls-get-outputs)
(verilog-decls-get-ports, verilog-decls-get-regs)
(verilog-decls-get-signals, verilog-decls-get-wires)
(verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
(verilog-dir-cache-preserving, verilog-dir-file-exists-p)
(verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
(verilog-inject-sense, verilog-library-filenames)
(verilog-mode-release-date, verilog-mode-version)
(verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
(verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
(verilog-modi-get-assigns, verilog-modi-get-consts)
(verilog-modi-get-gparams, verilog-modi-get-inouts)
(verilog-modi-get-inputs, verilog-modi-get-outputs)
(verilog-modi-get-ports, verilog-modi-get-regs)
(verilog-modi-get-signals, verilog-modi-get-sub-inouts)
(verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
(verilog-modi-get-wires, verilog-preserve-cache)
(verilog-preserve-dir-cache, verilog-preserve-modi-cache)
(verilog-read-sub-decls, verilog-read-sub-decls-line)
(verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
(verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
Add caching of additional state, and rework signal extraction
routines to improve AUTO expansion performance by 300%++.
2008-05-06 15:54:16 +00:00
Glenn Morris
eb3fa2cfcf Switch to recommended form of GPLv3 permissions notice. 2008-05-06 08:06:51 +00:00
Chong Yidong
7c28331cb1 * progmodes/compile.el (compilation-error-regexp-alist-alist):
Tweak Open Watcom regexp to distinguish between errors and
warnings.
2008-05-06 03:23:11 +00:00
Stefan Monnier
a8b0c38b64 (dired-read-dir-and-switches): Fix up last change. 2008-05-06 00:51:56 +00:00
Eric S. Raymond
b236ab0da9 More policy-mechanism separation. 2008-05-05 22:33:44 +00:00
Sam Steingold
4ecc0b6787 (delete-other-windows-vertically): New function. 2008-05-05 20:12:24 +00:00
Stefan Monnier
d0c66c5b2a (dired-read-dir-and-switches): Obey read-file-name-completion-ignore-case. 2008-05-05 19:27:54 +00:00
Nick Roberts
ba82b36e4a *** empty log message *** 2008-05-05 11:55:44 +00:00
Stefan Monnier
0c8a412cfd (python-block-pairs): Align finally with except. 2008-05-05 07:10:25 +00:00
Stefan Monnier
11a36f646e (vc-rcs-fetch-master-state): Fix inf-loop. 2008-05-05 06:38:04 +00:00
Stefan Monnier
8653eee82e (smerge-start-session): Don't call smerge-next if
looking at conflict marker.
2008-05-05 06:16:20 +00:00
Stefan Monnier
6494957aaa (vc-dir-mark-buffer-changed): Fix typo
client-mode -> vc-client-object, and guess `funcall' was meant.
(vc-dir-mode): Rename client-mode -> vc-client.mode.
2008-05-05 06:12:33 +00:00
Dan Nicolaescu
95eafb14f3 (dbus-call-method, dbus-register-signal)
(dbus-debug): Move declarations outside eval-when-compile.
2008-05-05 02:43:39 +00:00
Roland Winkler
93855d5881 * proced.el (proced-command-alist): Fix system-type values. Fix defcustom.
(proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
(proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
(proced-sort-start, proced-sort, proced-sort-time): New commands.
(proced-update): Use proced-sorting-scheme.  Update modeline.
(proced-send-signal): Use nreverse.
(proced-sorting-scheme-p): New function.
2008-05-05 02:39:55 +00:00
Michael Albinus
67321a57fc *** empty log message *** 2008-05-04 11:45:43 +00:00
Andreas Schwab
7b913185b0 Require dired when compiling. 2008-05-04 09:32:39 +00:00
Andreas Schwab
5270bf519b (completion--insert-strings): Don't delete past
bol.
2008-05-04 09:30:57 +00:00
Glenn Morris
8480ec72e1 Simplify compilation requirements. 2008-05-03 20:53:53 +00:00
Glenn Morris
8a92d311fe Fix typo. 2008-05-03 20:24:45 +00:00
Glenn Morris
a3dd77f764 Dave Love <fx at gnu.org>
(python-beginning-of-statement): Loop at least once (fixes 2008-02-21 change).
2008-05-03 18:51:41 +00:00
Andreas Schwab
dab955e836 Unbreak bootstrap. 2008-05-03 11:15:08 +00:00
Eli Zaretskii
a43e305413 (ls-lisp-insert-directory): Use string-width' instead of length'
for comparing length of user and group names.
2008-05-03 10:28:39 +00:00
Eric S. Raymond
7265c6e8a8 Remove logentry primitive from backend API. 2008-05-03 07:39:17 +00:00
Eric S. Raymond
92d1eebf86 vc-dispatcher layer separation. 2008-05-03 07:06:34 +00:00
Sam Steingold
5f3ca1ba63 * progmodes/compile.el (compilation-start): Move setting of
compilation-directory after (funcall mode) as that resets local
variables, this fixes recompile in grep buffers.
* grep.el (grep-mode-map): Bind "g" to recompile (like in dired &c).
2008-05-02 18:37:07 +00:00
Stefan Monnier
7210c33ff8 (octave-abbrev-table): Move defvar and
initialization into define-abbrev-table.  Use :regexp.
(octave-mode-syntax-table): Don't set word syntax for `.
2008-05-02 18:32:18 +00:00
Eric S. Raymond
5af733c09a Should have gone in with previous commit. 2008-05-02 17:53:14 +00:00
Stefan Monnier
991ae4e4f8 (dired-format-columns-of-files): Use completion--insert-strings. 2008-05-02 17:39:02 +00:00
Stefan Monnier
e5b5b82d4e (completion--insert-strings): Use string-width rather than length. 2008-05-02 17:32:51 +00:00
Stefan Monnier
2bd49e46f4 (minibuffer-with-setup-hook): Allow `fun' expressions rather than only value. 2008-05-02 17:22:04 +00:00
Stefan Monnier
330b50982d (dired-read-dir-and-switches):
Set minibuffer-completing-file-name and call substitute-in-file-name.
2008-05-02 17:20:07 +00:00
Stefan Monnier
457d37ba22 (completion-hilit-commonality): Revert last change:
the leftover code was actually useful.
2008-05-02 17:02:52 +00:00
Sam Steingold
5ad4f91cb2 * vc.el (vc-dir-mode-map): Enable mouse bindings.
(vc-at-event): New macro: run the body at the even location.
(vc-dir-menu, vc-dir-toggle-mark): Use it.
(vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
* subr.d (mouse-event-p): Check if the even is mouse-related.
2008-05-02 14:37:39 +00:00
Miles Bader
bfab7c6ec7 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1139
2008-05-02 12:43:30 +00:00
Juanma Barranquero
83bd460a6d *** empty log message *** 2008-05-02 09:33:08 +00:00
Juanma Barranquero
7ebafc09f9 (highlight-changes-mode): Removed references to hooks that no longer exist.
Because define-minor-mode is used the hook highlight-changes-mode-hook exists
and can do what both the old hooks used to do.  The documentation at the top
of the file was updated to demonstrate this.
(highlight-changes-mode): Remove commented out call to a hook function that
is no longer there.
(hilit-chg-set): Remove running of highlight-changes-enable-hook.
2008-05-02 08:51:17 +00:00
Juanma Barranquero
17f6a459d5 *** empty log message *** 2008-05-02 08:12:59 +00:00
Eric S. Raymond
6cdc3bc9f1 More preparation for removing dired. 2008-05-02 07:47:18 +00:00
Eric S. Raymond
25e94278c3 The day wehen vc-toggle-ready-only was a good idea is long gone. 2008-05-02 07:12:59 +00:00
Eric S. Raymond
0a29940833 Name change in preparation for ripping out vc-dired. 2008-05-02 06:56:59 +00:00
Eric S. Raymond
3c73c30e89 Better error message on missing files. 2008-05-02 03:52:08 +00:00
Dan Nicolaescu
15ef1eaebb (vc-rcs-state): Fix typos. 2008-05-02 03:48:17 +00:00