1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00
Commit graph

22686 commits

Author SHA1 Message Date
Richard M. Stallman
b271ee8d15 Simply require wid-edit and custom in eval-when-compile. 2002-12-04 11:49:10 +00:00
Richard M. Stallman
6748b96c72 Don't require imenu. 2002-12-04 11:48:12 +00:00
Richard M. Stallman
547cebf8d5 Don't require cl.
(c-delete-duplicates): New function.  Use instead of delete-duplicates.
2002-12-04 11:47:46 +00:00
Richard M. Stallman
c0316672c0 (cc-bytecomp-obsolete-var): Add an else-clause to the if to avoid
confused compiler warning.
2002-12-04 11:46:31 +00:00
Richard M. Stallman
321ce330a7 (tooltip-gud-tips-p): Undo previous change. 2002-12-04 11:43:05 +00:00
Stefan Monnier
e0823361bc Get rid of (quote ..); use match-string and ignore. 2002-12-03 22:24:21 +00:00
Stefan Monnier
65d7dd2e57 (gdba): Use the default for gud-find-file.
(def-gdb-variable): Remove: fold into def-gdb-var.
(def-gdb-var): Use buffer-local-value and with-current-buffer.
2002-12-03 21:40:47 +00:00
Stefan Monnier
f5016b6f0a (gdba, gdb-starting, gdb-stopped, gdb-quit): Update gdb-running -> gud-running. 2002-12-03 21:11:15 +00:00
Stefan Monnier
b94a30018e (gud-running): Rename from gdb-running. Update uses.
(gud-tool-bar-map): Use tool-bar-local-item-from-menu rather than
tool-bar-add-item-from-menu to avoid let binding tool-bar-map
which fails if tool-bar.el is loaded in the mean time.
(gud-file-name): New fun.
(gud-find-file): Use it as default value for gud-find-file.
(gud-speedbar-buttons): Discriminate on gud-minor-mode rather than
on gud-find-file.
(gud-gdb-find-file, gud-dbx-file-name, gud-dbx-find-file)
(gud-xdb-file-name, gud-xdb-find-file, gud-perldb-find-file)
(gud-pdb-find-file, gud-jdb-find-file): Remove.
(gud-query-cmdline): Don't stuff the whole cwd in the command.
(gdb, dbx, xdb, perldb, pdb, jdb): Use the default for gud-find-file.
(gud-mipsdbx-massage-args): Remove.
(gud-dbx-command-name): New var.  Do what gud-mipsdbx-massage-args did.
(gud-irixdbx-marker-filter): Use match-string and gud-file-name.
(gud-jdb-command-name): New var.
(gud-common-init): Re-instate RMS code of 11/13.
2002-12-03 21:07:39 +00:00
Dave Love
02d588e236 *** empty log message *** 2002-12-03 10:32:16 +00:00
Dave Love
a4895da13f (ucs-unify-8859, ucs-unify-8859)
(ucs-fragment-8859): Don't use set-buffer-major-mode-hook.
(ucs-set-table-for-input): Use optional arg.  Check for null `cs'.
2002-12-03 10:31:28 +00:00
Andreas Schwab
5a1a5f5807 . 2002-12-03 00:34:09 +00:00
Andreas Schwab
a0b1a02278 (custom-display): Add checkbox for type mac. 2002-12-03 00:32:50 +00:00
Andreas Schwab
451e26973f . 2002-12-03 00:12:08 +00:00
Andreas Schwab
26e57f3b8a (whitespace-highlight-face): Fix face spec. 2002-12-03 00:10:40 +00:00
Stefan Monnier
a8fd50efad *** empty log message *** 2002-12-02 22:31:01 +00:00
Stefan Monnier
2d64b6f696 (completion-setup-function): Fix last change to use
minibuffer-completing-file-name instead.
2002-12-02 22:24:34 +00:00
Richard M. Stallman
19fa03f370 *** empty log message *** 2002-12-02 16:20:46 +00:00
Richard M. Stallman
ec17ee7864 (ispell-dict-map): Move specific dictionary selection into a submenu. 2002-12-02 16:20:36 +00:00
Richard M. Stallman
f601aaf8f8 (fill-indent-to-left-margin): New function.
(fill-newline, fill-region-as-paragraph): Use that.
2002-12-02 16:19:52 +00:00
Richard M. Stallman
15c064363c (completion-setup-function): Handle ffap-read-file-or-url-internal
specially like read-file-name-internal.
2002-12-02 16:18:33 +00:00
Richard M. Stallman
0179b84651 (c++-font-lock-extra-types): Fix previous change. 2002-12-02 16:17:29 +00:00
Richard M. Stallman
d4fb162228 (makefile-font-lock-keywords): Highlight more make keywords:
defined, endef, override, export, unexport and vpath.
2002-12-02 16:16:52 +00:00
Stefan Monnier
ed09af61b0 (change-log-mode): Set indent-line-function explicitly
to what it was before indent-line-function's default was changed.
2002-12-02 16:09:02 +00:00
Dave Love
7666b1cb8c (autoarg-kp-mode): Give it a :group. 2002-12-02 13:01:24 +00:00
Noah Friedman
8e28519a40 (PC-do-completion): Do not add wildcards to pattern unless filename is
non-nil.
2002-12-02 08:51:39 +00:00
Andreas Schwab
90a7967a9a . 2002-12-01 23:38:48 +00:00
Andreas Schwab
dd60908b89 (mouse-wheel-scroll-amount): Fix customize type. 2002-12-01 23:37:29 +00:00
Andreas Schwab
5213c97dc5 . 2002-12-01 23:16:57 +00:00
Andreas Schwab
2e8f601205 (show-paren-mismatch-face): Fix face spec. 2002-12-01 23:15:37 +00:00
Nick Roberts
5ce0fb9197 (tooltip-gud-process-output): Handle annotations that
are output with gdba in gdb-ui.el.
(tooltip-strip-annotations): New function.
2002-11-30 20:58:38 +00:00
Nick Roberts
e057060c2d (gdb-many-windows): Define as a minor mode.
(toggle-gdb-windows): Remove. (Patch from Stefan Monnier)
2002-11-30 20:57:48 +00:00
Nick Roberts
6b1dc940a8 *** empty log message *** 2002-11-30 20:56:22 +00:00
Dave Love
f1f8542f5b (autoarg-mode): Give it a :group. 2002-11-29 20:11:07 +00:00
Bill Wohler
bdcfe844b8 Upgraded to MH-E version 7.0. 2002-11-29 18:15:21 +00:00
Markus Rost
68f2d6419c (mouse-wheel-inhibit-click-time): Fix custom type. 2002-11-29 18:02:52 +00:00
ShengHuo ZHU
8f688cb015 Typos. 2002-11-29 15:57:52 +00:00
Richard M. Stallman
b56f98ab9a Explain about ordering of alternatives in `choice'. 2002-11-29 15:12:50 +00:00
Richard M. Stallman
a4e19cc2cb (rmail-convert-to-babyl-format):
Make search for message delimiter case-sensitive.
2002-11-29 15:11:13 +00:00
Richard M. Stallman
120de5bda3 (yank-window-start): New variable.
(yank): Record yank-window-start
(yank-pop): Use yank-window-start.
2002-11-29 15:09:37 +00:00
Richard M. Stallman
e9b1d99656 (Info-additional-directory-list): Doc fix. 2002-11-29 15:07:49 +00:00
Richard M. Stallman
1a2f8b7353 (indent-according-to-mode, indent-region): Doc fix. 2002-11-29 15:06:59 +00:00
Richard M. Stallman
2d583bad41 (tooltip-gud-tips-p): Doc fix. 2002-11-29 15:06:01 +00:00
Richard M. Stallman
d3f92b4b60 Require esh-util. 2002-11-29 09:44:04 +00:00
Richard M. Stallman
05c4042483 Require eshell. 2002-11-29 09:43:35 +00:00
Kim F. Storm
d09696f73f Avoid accidental yanking of text while scrolling with
the mouse wheel.  This adds a short period after each mouse wheel
scroll event where a click on the mouse wheel button is ignored.

(mouse-wheel-click-event, mouse-wheel-inhibit-click-time): New customs.
(mouse-wheel-click-button, mwheel-inhibit-click-event-timer): New vars.
(mwheel-inhibit-click-timeout,mwheel-filter-click-events): New defuns.
(mwheel-scroll): Add mwheel-filter-click-events as pre-command-hook.
Start mwheel-inhibit-click-event-timer with timeout handler
mwheel-inhibit-click-timeout.
2002-11-28 23:03:30 +00:00
Kim F. Storm
30590488e0 *** empty log message *** 2002-11-28 23:02:45 +00:00
Nick Roberts
dea8773332 (tooltip-gud-tips-setup): Remove.
(tooltip-gud-debugger): Remove.
(tooltip-gud-print-command): Use gud-minor mode instead of
tooltip-gud-tips-setup and tooltip-gud-debugger.
2002-11-28 21:26:25 +00:00
Nick Roberts
1a21c37000 (gdb-running): New variable.
(gud-menu-map): Use gdb-running to grey out toolbar buttons
with gdba in gdb-ui.el.
(gud-tool-bar-map): Move to avoid byte compiler warning.
2002-11-28 21:25:38 +00:00
Nick Roberts
e6e1f54fa5 (gdb-starting): Set gdb-running to t.
(gdb-stopped): Set gdb-running to nil.
(gdb-quit): Reset some variables including tool-bar-map.
2002-11-28 21:24:19 +00:00