1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00
Commit Graph

23140 Commits

Author SHA1 Message Date
Dave Love
237e59935a (register-char-codings): Don't call
optimize-char-coding-system-table here.
(keyboard-coding-system): Doc fix.  Update :version.
2003-01-03 20:11:15 +00:00
Dave Love
500acb7900 (nroff-mode-hook): Customize.
(nroff-imenu-expression): New.
(nroff-mode): Use it.
2003-01-03 20:04:48 +00:00
Dave Love
bf9f5c1753 (auto-insert-alist): Add man page skeleton. 2003-01-03 20:01:24 +00:00
André Spiegel
c335883f9f # 2003-01-03 15:29:32 +00:00
André Spiegel
4837cfbdd2 (vc-rcs-revert): Unlock only if the user does have the lock. 2003-01-03 15:27:35 +00:00
Kim F. Storm
ad9de65b54 (cua--pre-command-handler): Corrected
handling of delete-selection properties.
2003-01-03 13:00:08 +00:00
Kim F. Storm
821adeae4e *** empty log message *** 2003-01-03 12:59:20 +00:00
John Paul Wallington
14f0195b44 Update copyright. 2003-01-03 11:53:46 +00:00
John Paul Wallington
2dba57c18e (eldoc-get-var-docstring): Only return a
documentation string when `sym' is non-nil.
2003-01-03 11:46:20 +00:00
Steven Tamm
7413b888c0 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode): Have
scroll bars correctly default to being on the right for Mac
        Carbon port by testing "mac-carbon" feature, not window-system.
2003-01-02 22:37:13 +00:00
Markus Rost
b59b77f136 (customize-group, customize-group-other-window):
Call custom-load-symbol unconditionally.
(customize-face, customize-face-other-window): Fix format arg.
2003-01-02 18:02:09 +00:00
John Paul Wallington
0e5ddee193 (menu-bar-left-scroll-bar): Set `scroll-bar-mode'
to `left'.
2003-01-02 16:08:15 +00:00
Richard M. Stallman
ab233196ba (rmail-reply): Don't call mail-strip-quoted-names. 2003-01-01 16:57:25 +00:00
Richard M. Stallman
7da6bf0059 (backup-buffer): Cope if file-modes returns nil. 2003-01-01 16:55:11 +00:00
Steven Tamm
ded8a54259 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode): Have
scroll bars correctly default to being on the right for Mac
	Carbon port
2002-12-31 04:55:47 +00:00
Markus Rost
d28242e143 (defface button): Add group. 2002-12-29 23:49:57 +00:00
Nick Roberts
5c39e45a0c (gdb-delete-display): Rename (gdb-delete-expression).
(gdb-goto-bp-this-line): Rename (gdb-goto-breakpoint).
(gdb-toggle-bp-this-line): Rename (gdb-toggle-breakpoint).
(gdb-delete-bp-this-line): Rename (gdb-delete-breakpoint).
(gdb-toggle-disp-this-line): Rename (gdb-toggle-display).
(gdb-delete-disp-this-line): Rename (gdb-delete-display).
(gud-gdba-marker-filter): Remove unnecessary save-match-data.
(gdb-mouse-goto-breakpoint, gdb-frames-select): New functions.
(gdb-frames-mouse-select): Simplify.
Make keybindings (gdb-goto-breakpoint, gdb-frames-select, etc)
consistent with other modes in emacs.
(gdb-display-source-buffer): Return window of source buffer
for (gud-display-line).
2002-12-29 20:46:41 +00:00
Nick Roberts
d6251dd2a2 *** empty log message *** 2002-12-29 20:45:38 +00:00
Markus Rost
f134b461ec (customize-browse): Call `widget-setup'. 2002-12-29 19:15:58 +00:00
Andreas Schwab
cd1b15b867 Generate cus-load.el and finder-inf.el in the
source directory.  Change dependencies on lisp files to explicitly
use $(lisp).
(compile-calc): Fix command substitution.
2002-12-29 18:01:39 +00:00
Andreas Schwab
b1d7940fae * cus-dep.el (generated-custom-dependencies-file): New variable.
(custom-make-dependencies): Use it instead of hardcoding
cus-load.el.
2002-12-29 17:59:23 +00:00
Andreas Schwab
9bd0d71aa9 * finder.el (generated-finder-keywords-file): New variable.
(finder-compile-keywords): Use it instead of hardcoding
finder-inf.el.
2002-12-29 17:59:00 +00:00
Richard M. Stallman
1dc788eba8 *** empty log message *** 2002-12-28 21:29:24 +00:00
Richard M. Stallman
021c54a395 (info-lookup): Fix error message typo. 2002-12-28 21:28:56 +00:00
Richard M. Stallman
267f7053c4 (comint-mode): Localy set scroll-conservatively.
(comint-postoutput-scroll-to-bottom): comint-scroll-show-maximum-output
is active only when point is at end.
2002-12-28 21:28:09 +00:00
Richard M. Stallman
f808da9ebb (dired-goto-file): Handle \ and ^M quoted by backslash. Fix error message. 2002-12-28 21:26:46 +00:00
Richard M. Stallman
4ad1689f62 (find-file-noselect-1): Kill local value of `cursor-type'. 2002-12-28 21:23:58 +00:00
Richard M. Stallman
536b728a07 (repeat-complex-command): Signal real error on failure. 2002-12-28 21:23:23 +00:00
Andreas Schwab
1ebc190a84 (makefile-font-lock-keywords): Highlight
automatic variable references enclosed in parens and optionally
suffixed by F or D.
2002-12-28 01:04:02 +00:00
Miles Bader
271f4a9e80 (Info-complete-menu-item): Make `Info-complete-cache' a buffer-local variable. 2002-12-27 04:09:53 +00:00
Markus Rost
ffec8c5a3d (customize-group-other-window): Use pop-to-buffer in
the same way as `custom-buffer-create-other-window'.
(customize-variable-other-window, customize-option-other-window):
Definitions moved up.
2002-12-26 22:15:38 +00:00
Kai Großjohann
4007ba5bfb * net/tramp*.el: Sync with upstream version 2.0.28. Bugfixes.
* net/tramp-ftp.el: Glue code with Ange-FTP, broken out of
tramp.el.  From Michael Albinus.
* net/tramp-smb.el: New file for using smbclient to access
Windows shares with Tramp.  From Michael Albinus.
2002-12-26 20:47:51 +00:00
Andreas Schwab
9ddf362eb8 (select-safe-coding-system): Fix typo. 2002-12-26 17:29:06 +00:00
André Spiegel
6ca12bea0b # 2002-12-26 14:44:21 +00:00
André Spiegel
e39bd8ac22 (vc-rcs-checkin): By default, always specify the
current branch of the working file for check-in.
2002-12-26 14:38:20 +00:00
André Spiegel
04db6f386c # 2002-12-26 14:11:34 +00:00
André Spiegel
bbd5933755 (vc-sccs-checkout): Handle t argument for REV. 2002-12-26 14:07:15 +00:00
André Spiegel
a3294a807b (vc-rcs-checkout): Handle t argument for REV. 2002-12-26 14:06:33 +00:00
André Spiegel
83220ab07a (vc-cvs-checkout): Handle t argument for REV. 2002-12-26 14:05:48 +00:00
André Spiegel
4279775b92 (vc-next-action-on-file): Use t argument to vc-checkout in
order to get the latest version on the current branch.  Update
documentation of vc-BACKEND-checkout to explain this.
2002-12-26 14:04:21 +00:00
Nick Roberts
217aa7d7b7 (gdb-info-display-custom): Ensure that frames/buffers
of displayed expressions are deleted when the displayed expressions
are deleted.
(gdb-delete-disp-this-line, gdb-delete-display): Frame/buffer
deletion is handled by gdb-info-display-custom now.
(gdb-source-info): Undo earlier change (do create display buffer
automatically).
2002-12-26 00:12:09 +00:00
Nick Roberts
724533fcae *** empty log message *** 2002-12-26 00:11:21 +00:00
Markus Rost
08b4ae6ca4 (custom-save-faces): Fix typo. 2002-12-25 21:12:01 +00:00
Francesco Potortì
85e949963d (unforward-rmail-message): Do not assume that
the forwarded message's Date: header comes after From:.  Use a
Forwarded-from: rather than a Forwarded-by: header.  Add a
Forwarded-date: header.
2002-12-23 22:51:38 +00:00
Francesco Potortì
75b6ccddfa *** empty log message *** 2002-12-23 22:51:11 +00:00
Nick Roberts
11eb20e049 (gdb-display-number-end): Make auto-display of
expressions in GDB work on text-only terminals.
(gdb-post-prompt): Compute current frame properly.
(gdb-get-current-frame, gdb-frame-handler): New functions.
(gdb-source-info): Move last statement into if clause.
Tidy, improve documentation.
2002-12-23 21:43:46 +00:00
Nick Roberts
3e265c83a0 *** empty log message *** 2002-12-23 21:42:14 +00:00
Richard M. Stallman
2155ecf383 *** empty log message *** 2002-12-23 18:42:49 +00:00
Richard M. Stallman
3656dac022 New file. 2002-12-23 18:41:50 +00:00
Richard M. Stallman
e1bab1818a (custom-known-themes): New variable.
(custom-declare-theme): New function.
(deftheme): New macro.
(custom-make-theme-feature): New function.
(custom-theme-p): New function.
(custom-check-theme): New function.
(custom-push-theme): New function.
(custom-theme-set-variables): Take themes into account.
(custom-loaded-themes): New variable.
(custom-theme-loaded-p): New function.
(provide-theme): New function.
(require-theme): New function.
(custom-remove-theme): New function.
(custom-do-theme-reset): New function.
(custom-theme-load-themes): New function.
(custom-load-themes): New function.
(custom-theme-value): New function.
(custom-theme-variable-value): New function.
(custom-theme-reset-internal): New function.
(custom-theme-reset-variables): New function.
(custom-reset-variables): New function.
2002-12-23 18:40:55 +00:00
Richard M. Stallman
a39979074b (custom-set-faces): Call custom-theme-set-faces.
(custom-theme-set-faces): New function.
(custom-theme-face-value): New function.
(custom-theme-reset-internal-face): New function.
(custom-theme-reset-faces): New function.
(custom-reset-faces): New function.
2002-12-23 18:40:38 +00:00
Richard M. Stallman
c942535f88 (customize-save-variable): Take themes into account.
(custom-variable-save): Take themes into account.
(custom-variable-reset-saved): Add comment-widget.
(custom-variable-reset-standard): Add comment-widget.
(custom-variable-reset-standard): Take themes into account.
(custom-face-save): Take themes into account.
(custom-face-reset-standard): Take themes into account.
(custom-save-variables): Take themes into account.
(custom-save-faces): Take themes into account.
(custom-save-faces): Take themes into account.
(custom-save-resets): New function.
(custom-save-loaded-themes): New function.
(customize-save-customized): Take themes into account.
2002-12-23 18:40:24 +00:00
Richard M. Stallman
76efe10ec7 Don't define a name for the minor mode menu. 2002-12-23 17:59:54 +00:00
Richard M. Stallman
74c7e66da4 (easy-menu-do-define): Handle nil for SYMBOL.
(easy-menu-define): Doc fix, say SYMBOL can be nil.
2002-12-23 17:59:04 +00:00
Richard M. Stallman
991ce47378 (save-selected-window): Save and restore selected windows of all frames. 2002-12-23 17:57:12 +00:00
Richard M. Stallman
7c3da01bf2 (info-lookup): For ease of use try item
case-insensitive if not found case-sensitive.
Do case sensitive search in index nodes, so items differing only in
case go correctly to their respective nodes.
2002-12-23 17:54:31 +00:00
Richard M. Stallman
c6d5732507 (scroll-up-aggressively, scroll-down-aggressively): Update custom types. 2002-12-23 17:52:56 +00:00
Richard M. Stallman
c53f9b3b9c (rx-and): Generate a shy group.
Specify `no-group' when calling rx-to-string.
(rx-submatch): Specify `no-group' when calling rx-to-string.
(rx-kleene): Use rx-atomic-p to decide whether to make a group.
(rx-atomic-p): New function.
2002-12-23 17:43:24 +00:00
Richard M. Stallman
0b17a21779 *** empty log message *** 2002-12-22 22:06:38 +00:00
Richard M. Stallman
c525c13c74 (add-to-invisibility-spec): If it was t, start it out at (t). 2002-12-22 22:05:52 +00:00
Richard M. Stallman
67f5dcb800 (makeinfo-buffer): Display result using Info-mode.
(makeinfo-compilation-sentinel-buffer, makeinfo-current-node): New functions.
(makeinfo-compile): Add a sentinel parameter.
(makeinfo-compilation-sentinel-region): Renamed from
makeinfo-compilation-sentinel, and makeinfo-temp-file now never nil.
(makeinfo-region): Use this.
2002-12-22 22:05:16 +00:00
Richard M. Stallman
f584b4c796 (Info-revert-find-node): New function. 2002-12-22 22:04:51 +00:00
Richard M. Stallman
d02677ab1c (tex-start-of-header, tex-end-of-header): Add defvars. 2002-12-22 22:04:01 +00:00
Richard M. Stallman
602503c5e2 (tex-print): Call shell-quote-argument on the file name. 2002-12-22 22:03:22 +00:00
Richard M. Stallman
ecb2925bf0 (outline-next-visible-heading):
When going forward, test outline-invisible-p at start of header.
2002-12-22 22:02:25 +00:00
Nick Roberts
58e104693b (tooltip-gud-tips): Output tooltip without switching
process filter (gdba in gdb-ui.el only).
(gdb-tooltip-print): New function.
(tooltip-gud-process-output): Undo previous change.
(tooltip-strip-annotations): Remove.
2002-12-22 00:21:06 +00:00
Nick Roberts
5cad7166df *** empty log message *** 2002-12-22 00:20:12 +00:00
Pavel Janík
b059213896 (gud-menu-map): Add jdb support for "run".
(gud-jdb-find-source-using-classpath): Use 'identity.
(gud-jdb-marker-filter): Marker regexp and filename filtering change to
support a backwards-incompatible change in Sun's jdb line number display in
SDK versions 1.4.
(gud-format-command): gud-find-class now requires two parameters (file and
linenumber).
(gud-find-class): Bulk of the change related to using c-syntactic symbols
to locate nested class declarations in java sources visited by java-mode
(cc-mode).
2002-12-21 23:06:34 +00:00
Nick Roberts
02a0d085b2 Remove the concept of an instance. This means that a lot of functions have
been renamed. Accessors are prefixed with gdb-get, setters with gdb-set and
the word instance has been removed from many function and variable names.
(gdb-display-buffer): Protect source buffer as well
as GUD buffer when requesting new buffers.
(gdb-source-info): Two changes : Don't create display buffer
automatically, compute source window correctly.
2002-12-21 23:00:12 +00:00
Nick Roberts
7ffc9fcd67 *** empty log message *** 2002-12-21 22:57:55 +00:00
Richard M. Stallman
f0088f4de8 (Man-getpage-in-background): Put GROFF_NO_SGR in env. 2002-12-21 20:25:25 +00:00
Richard M. Stallman
44a9ca8b7e (original-insert-directory): Make this a variable,
don't set its function definition.
(insert-directory): Use funcall to call that function.
2002-12-21 20:20:47 +00:00
Richard M. Stallman
3fa9a7dfd7 (help-echo): Change tooltip string. 2002-12-21 20:19:37 +00:00
Richard M. Stallman
ba3ca9bc9d (command-history-map): Move definition up. 2002-12-21 20:18:51 +00:00
Richard M. Stallman
645a103873 (help-xref-stack): Add defvar to avoid warning. 2002-12-21 20:18:03 +00:00
Andreas Schwab
2bb27597b3 (dired-insert-directory): Preserve text properties when quoting. 2002-12-21 17:06:54 +00:00
Francesco Potortì
7b11d96e33 *** empty log message *** 2002-12-20 13:01:10 +00:00
Francesco Potortì
47687ab8d9 (rmail-mail-separator): Renamed from
rmail-digest-mail-separator.  All users changed.

(unforward-rmail-message): Rewritten to be more robust and to
additionally account for the common style of forwarding messages
by citing them entirely with headers.
2002-12-20 12:46:44 +00:00
Francesco Potortì
2888e2f3ba *** empty log message *** 2002-12-20 12:45:18 +00:00
Dave Love
166ce29fb6 (standard-keyboard-coding-systems):
Deleted.
(set-locale-environment): Don't use it.
2002-12-19 12:52:51 +00:00
Juanma Barranquero
dd4461ace4 *** empty log message *** 2002-12-18 23:45:45 +00:00
Dave Love
6993ac191d *** empty log message *** 2002-12-18 23:24:47 +00:00
Dave Love
84dc47fd3e (optimize-char-coding-system-table): New.
(register-char-codings): Use it.
2002-12-18 23:21:50 +00:00
Dave Love
c45bb3b117 (ucs-fragment-8859): Don't modify
char-coding-system-table elements destructively.  Use
optimize-char-coding-system-table.
2002-12-18 23:19:01 +00:00
Robert J. Chassell
4f0992b35b Change default width of Buffer-menu-buffer+size-width to 24
and of Buffer-menu-mode-width to 16.
2002-12-18 20:24:51 +00:00
John Paul Wallington
2504650303 (Info-dir-remove-duplicates): Avoid infloop when
deleting last entry.
2002-12-18 05:16:09 +00:00
Nick Roberts
28a771bf30 (gdba-marker-filter, gdb-output-burst): Merge and
rename gud-gdba-marker-filter.
(gdb-append-to-inferior-io): Only pop up IO buffer if there is
output.
(gdb-make-instance): Remove (put into gdba).
Use gdb-instance-enqueue-input instead of
gdb-instance-enqueue-idle-input for user functions.
(gdb-instance-target-string): Simplify.
(in-gdb-instance-context): Remove.
Expand Commentary.
2002-12-17 23:40:06 +00:00
Nick Roberts
faf9f52eb8 *** empty log message *** 2002-12-17 23:38:28 +00:00
Dave Love
0c8410d509 (ucs-mule-cjk-to-unicode)
(ucs-unicode-to-mule-cjk): Revert last change.
(utf-subst-table-for-encode): Initially use
ucs-mule-cjk-to-unicode.
(utf-subst-table-for-decode): Initially use
ucs-unicode-to-mule-cjk.
(utf-fragment-on-decoding, utf-translate-cjk): Don't modify
char-coding-system-table elements destructively.
(utf-translate-cjk): Set ucs-mule-cjk-to-unicode,
ucs-unicode-to-mule-cjk to new hash tables with realistic
parameters.
2002-12-17 17:58:13 +00:00
Kenichi Handa
b6da19efbc *** empty log message *** 2002-12-17 11:57:18 +00:00
Kenichi Handa
701414e3a0 (set-file-name-coding-system): New function. 2002-12-17 11:56:56 +00:00
Kenichi Handa
2308d0d7e0 (mule-keymap, set-coding-system-map):
Add bindings for set-file-name-coding-system.
2002-12-17 11:56:26 +00:00
Kenichi Handa
0e9ec6091e (universal-coding-system-argument):
Bind coding-system-require-warning to t.
(select-safe-coding-system): Handle t in the arg
DEFAULT-CODING-SYSTEM specially.  Use read-coding-system to read a
coding-system to allow users to specify unsafe coding system on
their risk.
2002-12-17 11:40:47 +00:00
Francesco Potortì
96f428d1ba (rmail-digest-methods, rmail-digest-mail-separator): New variables.
(rmail-digest-parse-mime, rmail-digest-parse-rfc1153strict)
(rmail-digest-parse-rfc1153sloppy, rmail-digest-rfc1153)
(rmail-digest-parse-rfc934): New functions.
(undigestify-rmail-message): Completely rewritten.
2002-12-16 17:05:59 +00:00
Francesco Potortì
652c86e823 *** empty log message *** 2002-12-16 17:05:09 +00:00
Stefan Monnier
6a9cb3ba1f (xml-parse-tag): Allow spaces between / and >. 2002-12-16 17:04:58 +00:00
Francesco Potortì
3af9d2cf69 Now supports MIME too. 2002-12-16 16:22:41 +00:00
Kim F. Storm
93ec302e30 (ido-read-file-name): Removed debug message. 2002-12-16 12:05:37 +00:00
Kim F. Storm
3bd794f6c1 *** empty log message *** 2002-12-16 12:05:16 +00:00
Juanma Barranquero
bc7bb432d6 (Buffer-menu, Buffer-menu-use-header-line, Buffer-menu-buffer-face,
Buffer-menu-buffer+size-width, Buffer-menu-mode-width): New customization.
(Buffer-menu-sort-column): New var.
(Buffer-menu-no-header): New function for not changing header line and
recognizing swapped M&R columns, used by modifying commands in Buffer Menu.
(Buffer-menu-buffer+size): New function for variable width buffer name.
(list-buffers-noselect): Rewritten for nicer menu.
2002-12-16 08:13:19 +00:00
Markus Rost
644e04f808 (filesets-build-menu-now): Don't clear messages. 2002-12-16 01:47:18 +00:00
Markus Rost
11254e5ee8 Regenerated. 2002-12-16 01:22:06 +00:00
Markus Rost
9471aeec5c (allout-init): Give report also in case auto-activation was inhibited.
(my-mark-marker): Test for feature 'xemacs instead of a string parse.
2002-12-16 01:01:39 +00:00
Markus Rost
aad94676b7 Avoid name conflicts with outline.el. Use 3 installments to keep
diffs understandable.

Change 3:  Doc changes to adjust to the change to prefix "allout-".
Don't provide 'outline.  Use " Allout" as mode line string, not "
Outl".  Put group 'allout in group 'editing.  Update Copyright notice.
Autoload `allout-init'.
2002-12-16 00:42:23 +00:00
Markus Rost
2265e0170d Avoid name conflicts with outline.el. Use 3 installments to keep
diffs understandable.

Change 2:  Put `quotes' around many function and variable names.
2002-12-16 00:26:22 +00:00
Markus Rost
fd5359c61b Avoid name conflicts with outline.el. Use 3 installments to keep
diffs understandable.

Change 1:  Replace globally string "outline-" with string "allout-".
Replaced 1446 occurrences; there was no string "allout-" before the
change and there seems to be no dependency on outline.el.
2002-12-16 00:20:42 +00:00
David Kastrup
4994a50d17 (autoload-ensure-default-file): insert
missing space in file end comment.
2002-12-15 22:40:03 +00:00
David Kastrup
76aea5a2c9 *** empty log message *** 2002-12-15 22:39:41 +00:00
Markus Rost
6c465a15c1 White space fixes. 2002-12-15 19:57:31 +00:00
Markus Rost
4c71e413e4 ...and correct the date. 2002-12-15 19:05:35 +00:00
Markus Rost
f7f415e4f1 Move entry for mail/smtpmail.el from ChangeLog to lisp/ChangeLog. 2002-12-15 19:01:33 +00:00
Dave Love
2e547569ba *** empty log message *** 2002-12-15 17:08:37 +00:00
Dave Love
ccdd5c6187 (ucs-mule-cjk-to-unicode)
(utf-subst-table-for-encode, ucs-unicode-to-mule-cjk)
(utf-subst-table-for-decode): Specify :size, :rehash-size.
(utf-translate-cjk): :set rewritten to load subst-... files.  Add
:set-after.
(ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400.
2002-12-15 16:46:00 +00:00
Simon Josefsson
2410946921 (smtpmail-via-smtp): Fall back to user-mail-address as sender. 2002-12-15 07:27:08 +00:00
Juanma Barranquero
311ff235fa (compile-reinitialize-errors): Don't mark the buffer as modified unless it
really is.
2002-12-14 23:35:19 +00:00
Andreas Schwab
ea13a2b4d4 (widget-move): Don't loop infinitely when there is
no field or button.
2002-12-14 14:27:23 +00:00
Stefan Monnier
2c568af5c7 *** empty log message *** 2002-12-14 00:12:21 +00:00
Markus Rost
37554efff5 Besides adding an entry, do some minor white space fixes. 2002-12-13 23:58:55 +00:00
Markus Rost
dce88ea679 (define-minor-mode): Use `custom-current-group'.
Pass all groups to the hook.
(easy-mmode-define-global-mode): Use `custom-current-group'.
2002-12-13 23:54:45 +00:00
Markus Rost
990a41084b (current-language-environment): Set type according to
`language-info-alist' also here.
2002-12-13 22:42:21 +00:00
Markus Rost
37bf89abbd (compilation-menu-map): Use `kill-compilation' to stop compilation. 2002-12-13 22:37:37 +00:00
Stefan Monnier
e8f3c355cf (byte-optimize-form-code-walker):
Optimize the remaining part of for-effect and/or expressions.
2002-12-13 19:52:46 +00:00
Stefan Monnier
8b374c3fd7 (uniquify-rationalize-file-buffer-names, rename-buffer)
(uniquify-delay-rationalize-file-buffer-names, kill-buffer-hook):
Undo 2002/09/27 change, because kill-buffer-hook is not permanent-local.
2002-12-13 19:52:35 +00:00
Kenichi Handa
58566dff59 (ccl-encode-koi8, ccl-encode-koi8-u)
(ccl-encode-alternativnyj): Fix last change.
2002-12-13 04:45:43 +00:00
Kenichi Handa
d850458362 (encode-mac-roman): Fix last change. 2002-12-13 04:45:14 +00:00
Nick Roberts
b9d113dadd Improve documentation strings.
(gdb-many-windows): Set default value to nil.
2002-12-13 00:41:36 +00:00
Nick Roberts
81d45f726b *** empty log message *** 2002-12-13 00:40:52 +00:00
Dave Love
d7136fd37a *** empty log message *** 2002-12-12 22:55:05 +00:00
Dave Love
e5c230f42f (byte-optimize-featurep): New. 2002-12-12 20:28:32 +00:00
Dave Love
b8234c844c (byte-compile-if): Suppress warnings from
things protected by `(if (fboundp ...' or `(if (boundp ...'.
2002-12-12 20:27:43 +00:00
Dave Love
64e9f9d927 (defcustom, custom-set-variables): Doc fix. 2002-12-12 20:27:09 +00:00
Glenn Morris
6f9a4ce206 (fortran-mode-abbrev-table): Handle `define-abbrev' with either 5
or 6 arguments.
2002-12-12 01:06:54 +00:00
Markus Rost
1169bd863a (set-language-info): Update custom-type of
current-language-environment directly without a function call.
(current-language-environment-custom-type): Deleted.
2002-12-12 00:52:05 +00:00
Markus Rost
5a911ab598 (current-language-environment-custom-type): Return a sorted list. 2002-12-12 00:27:36 +00:00
Markus Rost
590dbcbaa6 (current-language-environment-custom-type): New fun.
(set-language-info): Use it.
(current-language-environment): Fix custom type.
2002-12-11 21:29:31 +00:00
Pavel Janík
edf997018e (antlr): New URL. 2002-12-11 06:58:54 +00:00
Pavel Janík
85d30d29aa Fix URLs. 2002-12-11 06:56:22 +00:00
Pavel Janík
1e05661f4a Fix URL. 2002-12-11 06:53:24 +00:00
Richard M. Stallman
9cd1fbc3a9 (bashdb): Prompt now included parenthesis for subshell
levels. Fix erroneous print expression command, and fix typos.
(perldb): Undo previous change in prompt regexp.
2002-12-10 21:50:22 +00:00
Robert J. Chassell
d79abb6984 Installed on behalf of TAKAHASHI Kaoru <kaoru@kaisei.org>
(@verb, @image): new commands

(@kbdinputstyle, @vskip, @evenfooting, @evenheading, @oddfooting,
@oddheading, @everyfooting, @everyheading, @documentdescription):
Add these commands, none of which should appear in an Info
environment; but if they do, these definitions should cause
them to be discarded.
2002-12-10 19:01:36 +00:00
Steven Tamm
3ce073568e javascript-generic-mode: Added C style block comment as used in ECMA-262 2002-12-10 16:57:48 +00:00
Kenichi Handa
14e7b3a918 *** empty log message *** 2002-12-10 02:39:15 +00:00
Kenichi Handa
88ee27e563 ("Swedish"): Change tutorial file name to
TUTORIAL.sv in this langauge environment..
2002-12-10 02:36:59 +00:00
John Paul Wallington
4ba1612761 * ibuffer.el (ibuffer-mode): If `show-paren-mode' is enabled,
disable it buffer-locally.
(ibuffer-mouse-popup-menu): Use `=' instead of `eq' to compare
`eventpt' and point.

* ibuf-ext.el (ibuffer-remove-duplicates): New function.
(ibuffer-set-filter-groups-by-mode): Use it instead of
`delete-duplicates' so we don't require cl library at runtime.
(ibuffer-insert-filter-group-before): Don't use `position' so we
don't require cl library at runtime.

* chistory.el (command-history-mode): Add interactive spec.
Improve doc string.
2002-12-09 23:46:12 +00:00
Richard M. Stallman
d852822674 *** empty log message *** 2002-12-09 20:24:40 +00:00
Richard M. Stallman
f4be3f8929 (isearch-no-upper-case-p): \\ only quotes one character. 2002-12-09 20:23:35 +00:00
Dave Love
aacad7aa1f (mik, pt154): New coding systems. 2002-12-09 20:12:57 +00:00
Markus Rost
72c5c58f32 *** empty log message *** 2002-12-09 19:46:48 +00:00
Markus Rost
055016a453 (mouse-wheel-scroll-amount): Revert previous change -
customize type 'float is now defined.
2002-12-09 19:43:54 +00:00
Dave Love
a4ac5b1710 *** empty log message *** 2002-12-09 18:12:01 +00:00
Dave Love
10d44a9905 Fix properly. 2002-12-09 18:01:21 +00:00
Andreas Schwab
034d21fe42 Fix last change. 2002-12-09 15:55:32 +00:00
Kai Großjohann
ac42d7b991 (Fformat): Handle precision in string conversion specifiers like libc
functions do (ie, print at most that many characters).  From Matthew
Swift <swift@alum.mit.edu>.
2002-12-09 10:44:25 +00:00
Kenichi Handa
c3ff164a74 (titdic-convert): Process the header part in multibyte mode. 2002-12-09 05:44:06 +00:00
Robert J. Chassell
6b9bfa954b Fix typos found by TAKAHASHI Kaoru <kaoru@kaisei.org>. 2002-12-08 23:03:47 +00:00
Dave Love
63dc56a176 (mule-diag): Move where it's
required.
2002-12-08 19:13:04 +00:00
Dave Love
ad7c69e787 Add latin-jisx0201 characters. Fix
translation-table-for-input for lao, thai, tibetan.
2002-12-08 18:59:46 +00:00
Andreas Schwab
4824556fdf *** empty log message *** 2002-12-08 13:22:05 +00:00
Andreas Schwab
75bb5ca4dc (insert-directory): Insert free space only when listing a full directory. 2002-12-08 13:20:42 +00:00
Nick Roberts
f6c6513209 Remove inappropriate key-bindings.
(gdb-info-breakpoints-custom, gdb-goto-bp-this-line):
Parse correctly when breakpoint has no line number.
(def-gdb-auto-update-handler, gdb-info-locals-handler),
(gdb-display-end): Avoid using insert-buffer.
(gdb-frames-select-by-mouse): Rename gdb-frames-mouse-select.
2002-12-08 01:29:31 +00:00
Nick Roberts
737a720654 *** empty log message *** 2002-12-08 01:28:46 +00:00
Richard M. Stallman
9252f7bcc9 *** empty log message *** 2002-12-07 21:41:11 +00:00
Richard M. Stallman
3b5fb045df (compilation-enter-directory-regexp-alist)
(compilation-leave-directory-regexp-alist): Match byte compiler output.
2002-12-07 21:34:44 +00:00
Richard M. Stallman
b69a33744a Add local variable list to turn off cl-function warnings. 2002-12-07 21:34:00 +00:00
Richard M. Stallman
d1a57439f1 (byte-compile-eval): Handle (t . SYMBOL) elements in load-history.
(byte-compile-cl-warn): No cl warnings for cl-defsubst-expand
and cl-struct-setf-expander.
2002-12-07 21:33:19 +00:00
Richard M. Stallman
4a3c5b3af9 (autoload-print-form-outbuf): New variable.
(autoload-print-form): Use autoload-print-form-outbuf.
(generate-file-autoloads): Bind autoload-print-form-outbuf.
2002-12-07 21:31:58 +00:00
Richard M. Stallman
e0dfc625b5 (calendar-day-name): Move defn down. 2002-12-07 21:30:57 +00:00
Richard M. Stallman
9ac8c1d349 (speedbar-directory-buttons-follow): Don't use directory-sep-char. 2002-12-07 21:30:22 +00:00
Richard M. Stallman
13d6f3028e (describe-register-1): Use window-width
to truncate string in a register.  Check whether the string
in a register is an empty string or a sequence of white spaces.
2002-12-07 21:29:35 +00:00
Andreas Schwab
239ad97f24 (face-font-selection-order)
(face-font-family-alternatives, face-font-registry-alternatives):
Remove period from :tag value.
2002-12-07 20:57:53 +00:00
Andreas Schwab
0bbe869a4e (custom-face-edit-fix-value): Change :reverse-video to :inverse-video. 2002-12-07 20:48:50 +00:00
Markus Rost
a75a5dd206 Clean up some white spaces, mainly in my own change log entries. (rost) 2002-12-07 20:29:43 +00:00
Markus Rost
d9bfd9dcca (define-widget number): Clarify doc and error message.
(define-widget float): New widget.
2002-12-07 20:15:43 +00:00
Andreas Schwab
087f110d7a (eshell-ls-product-regexp): Fix typo. 2002-12-07 19:05:03 +00:00
Andreas Schwab
b2a26f4e8f (find-file-read-args): Reenable wildcard processing unconditionally. 2002-12-07 14:47:40 +00:00
Robert J. Chassell
730a652d2f . 2002-12-06 19:56:57 +00:00
Robert J. Chassell
a66ccdcf77 (texinfo-format-scan) Handle new functions for copyright
notice and copying permissions.
(texinfo-copying, texinfo-insertcopying): New functions.

Installed for TAKAHASHI Kaoru  <kaoru@kaisei.org>
(texinfo-format-xml): New function.
(ifxml, ifnotxml): New aliases.
2002-12-06 19:43:49 +00:00
Dave Love
983209d0dc *** empty log message *** 2002-12-06 19:34:22 +00:00
Dave Love
2a0f890579 Revert last change. 2002-12-06 19:27:12 +00:00
Stefan Monnier
202edd32b7 *** empty log message *** 2002-12-06 17:39:47 +00:00
Miles Bader
1bd19a3105 (Info-insert-dir): Make dir-node-cache variables buffer-local, so that
killing the *info* buffer forces the dir-node to be rebuilt.
2002-12-06 09:10:19 +00:00
Markus Rost
7692124fbf *** empty log message *** 2002-12-06 00:44:26 +00:00
Markus Rost
529bc8c14c (finder-compile-keywords): Don't insert a keyword to the generated
file.
2002-12-06 00:39:16 +00:00
Andreas Schwab
f8532c555a (speedbar-highlight-face): Fix face spec. 2002-12-05 23:02:40 +00:00
Stefan Monnier
43eaf8f7c2 Replace uses of (gdb-get-instance-buffer 'gdba) and
gdb-proc with gud-comint-buffer instead.
(gdb-proc): Remove.
(def-gdb-var): Simplify.
(gdb-get-create-instance-buffer): Avoid make-variable-buffer-local.
Set gud-comint-buffer as well as gud-minor-mode and tool-bar-map.
(gdb-goto-bp-this-line): Select the window while doing the goto-line.
(gdb-info-locals-handler): Avoid replace-regexp.
2002-12-05 21:45:11 +00:00
Stefan Monnier
ff5aed9364 *** empty log message *** 2002-12-05 20:32:26 +00:00
Stefan Monnier
f5f5741147 (facemenu-unlisted-faces): Only update after facemenu was loaded.
(calendar-font-lock-keywords): Accept non-ASCII month names.  Use regexp-opt.
2002-12-05 18:42:33 +00:00
Stefan Monnier
7dcca9f502 (gud-gdb-complete-string, gud-gdb-complete-break)
(gud-gdb-complete-list, gud-gdb-complete-in-progress): Remove.
(gdba): Call `gdb' and then make modifications.
Always call gdb-clear-inferior-io rather than just "the first time".
(gud-break, gud-remove): Definitions moved to inside gdba.
(gdb-target-name): Remove.  Use gud-target-name instead.
(gdba-complete-filter, gdba-common-init): Remove.
The changes were integrated into the generic code.
2002-12-05 17:03:06 +00:00
Dave Love
903307483a Update safe-chars of mule-utf-8,
mule-utf-16-le, mule-utf-16-be.
2002-12-05 16:56:21 +00:00
Stefan Monnier
9f6991fd86 Use match-string.
(gud-menu-map): Re-fix gdb-running to gud-running.
Activate up/down and finish for pdb.
(gud-def): Use backquotes.
(gdb, sdb, dbx, xdb, pdb, jdb, bashdb): Remove redundant menu bindings.
(gud-gdb-complete-in-progress, gud-gdb-complete-string)
(gud-gdb-complete-break, gud-gdb-complete-list):
Rename to gud-gdb-fetch-lines-in-progress, gud-gdb-fetch-lines-string,
gud-gdb-fetch-lines-break and gud-gdb-fetched-lines.
(gud-gdb-fetch-lines-filter): Rename from gud-gdb-complete-filter.
Add a `filter' argument and run it on `string'.
(gud-gdb-run-command-fetch-lines): Use it instead of
gud-gdb-speedbar-stack-filter.  Add a `skip' arg.
Return the fetched lines.
(gud-gdb-complete-command): Use it instead of cooking up
something by hand using gud-gdb-complete-filter.
(gud-gdb-get-stackframe): Use the new calling convention of
gud-gdb-run-command-fetch-lines.
(gud-gdb-fetched-stack-frame-list): Remove.
(gud-gdb-speedbar-stack-filter): Remove.
(gud-jdb-marker-filter): Change RE for easier extraction of submatches.
(gud-bashdb-command-name): Add "--debugger" argument here.
(bashdb): Use default gud-find-file and don't bother with
a massage-args function now that --debugger is make explicit.
(gud-bashdb-massage-args, gud-bashdb-find-file): Remove.
(bashdb): Don't provide.
(gud-target-name): New var.
(gud-common-init): Set it.
Also reset gud-running and gud-last-last-frame.
2002-12-05 16:51:56 +00:00
Juanma Barranquero
31d2006902 *** empty log message *** 2002-12-05 16:34:01 +00:00
Juanma Barranquero
68cc0bc6dd *** empty log message *** 2002-12-05 16:16:54 +00:00
Richard M. Stallman
2ccc4d34e5 *** empty log message *** 2002-12-05 15:32:09 +00:00
Richard M. Stallman
60f1a6ef10 (outline-mode): Doc fix. 2002-12-05 15:31:57 +00:00
Richard M. Stallman
bd0f7fd3df (solar-atn2): Give correct quadrant for arctan. 2002-12-05 15:30:52 +00:00
Stefan Monnier
7ae1e293e5 (cvs-sentinel): More verbose completion message. 2002-12-05 15:23:37 +00:00
Kenichi Handa
0631f894b4 (quail-misc-package-ext-info):
Remove duplicate entry for chinese-b5-quick.
(batch-miscdic-convert): Don't try to call miscdic-convert on
files in the directory just following the arg "-dir".
2002-12-05 08:39:14 +00:00
Kenichi Handa
0d788d5fdc *** empty log message *** 2002-12-05 08:38:41 +00:00
Stefan Monnier
180c51e392 *** empty log message *** 2002-12-05 01:36:29 +00:00
Stefan Monnier
fb113260f0 Fix up comment markers. 2002-12-04 18:52:48 +00:00
Stefan Monnier
b4795045fc Fold top-level setq's and define-key's into their corresponding defvar.
(gdb-inferior-io-mode-map): New var.
Add bindings to it rather than to comint-mode-map.
(gdb-display-number-end): Use dolist.  Remove always-true test.
(gdb-delete-line): Move and simplify.
(gdb-display-end): Don't bother going to beg-of-line since we're there.
(gdb-array-format1): Use dolist.
(gdb-make-windows-menu, gdb-make-frames-menu):
Move to top-level code.  Move the menus to within the GUD menu.
Make the menus only appear in gdba mode.
2002-12-04 18:43:59 +00:00
Stefan Monnier
8d594498d7 (gdb-inferior-io-mode-map): Remove (unused).
(gdb-inferior-io-mode): Use define-minor-mode.
(gdb-source-info): Don't burp if there's no source file.
(gdb-inferior-io-interrupt, gdb-inferior-io-quit)
(gdb-inferior-io-stop, gdb-inferior-io-eof)
(gdb-display-breakpoints-buffer, gdb-frame-breakpoints-buffer)
(gdb-display-stack-buffer, gdb-frame-stack-buffer)
(gdb-display-registers-buffer, gdb-frame-registers-buffer)
(gdb-display-locals-buffer, gdb-frame-locals-buffer)
(gdb-display-display-buffer, gdb-frame-display-buffer)
(gdb-display-gdb-buffer, gdb-frame-gdb-buffer)
(gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
Remove the spurious left over arg from the "big reorg".
2002-12-04 17:20:06 +00:00
Richard M. Stallman
c599217702 *** empty log message *** 2002-12-04 11:57:49 +00:00
Richard M. Stallman
d4c2acb9d8 (gud-menu-map): Update for bashdb.
(perldb): Change prompt regexp.
(gud-bashdb-history, gud-bashdb-massage-args, gud-bashdb-marker-filter)
(gud-bashdb-find-file, gud-bashdb-command-name, bashdb): New.
2002-12-04 11:56:55 +00:00
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
Nick Roberts
6424c3d5c1 *** empty log message *** 2002-11-28 21:23:11 +00:00
Robert J. Chassell
124ff501ef Fix typos. 2002-11-28 14:12:31 +00:00
Jason Rumney
1637fd2c57 *** empty log message *** 2002-11-27 23:57:28 +00:00
Jason Rumney
06dd5ef70b (file-truename): Canonicalize non-existent names on w32. 2002-11-27 23:53:44 +00:00
Kim F. Storm
1518d6e35b (ido-xemacs): Remove defvar. All uses changed to
check (featurep 'xemacs) instead.
(ido-visit-buffer): Use select-frame-set-input-focus
unconditionally.
2002-11-27 23:13:27 +00:00
Dave Love
b7b95a1e50 Move `predicates for analyzing Lisp
forms' block to top (before uses).
(help-fns): Don't require at top level.  (Recursively.)
(cl-transform-lambda): Require help-fns.
2002-11-27 12:25:11 +00:00
Dave Love
5ba511bddf (cp-make-coding-system): Deal with
unencodable characters.
2002-11-26 18:17:33 +00:00
Dave Love
149c2e7985 (ccl-encode-koi8, ccl-encode-koi8-u)
(ccl-encode-alternativnyj): Deal with unencodable characters.
2002-11-26 18:16:58 +00:00
Dave Love
438d2df3db (encode-mac-roman): Deal with unencodable
characters.
2002-11-26 18:16:28 +00:00
Richard M. Stallman
c1ee53bc24 *** empty log message *** 2002-11-24 19:05:06 +00:00
Richard M. Stallman
287ef00fa1 (mail-signature): Handle case where
value of mail-signature is a string.
2002-11-24 19:02:14 +00:00
Richard M. Stallman
686e63b330 (menu-bar-describe-menu): Add "What's This?" item. 2002-11-24 19:01:18 +00:00
Richard M. Stallman
633d0ba56a (c++-font-lock-extra-types): Add various STL classes. 2002-11-24 18:59:48 +00:00
Richard M. Stallman
ebfa5c375e (face-set-after-frame-default): Ignore errors in face-spec-face-set. 2002-11-24 18:59:08 +00:00
Richard M. Stallman
b5188bcde8 (custom-declare-face): Add face-defface-spec prop after applying the
face spec.
2002-11-24 18:58:35 +00:00
Robert J. Chassell
718402b21a Updated texinfmt-version number and date. 2002-11-24 02:35:49 +00:00
Robert J. Chassell
2a64dfcec3 (texinfo-no-refill-regexp): add "itemize\\|" because of a problem with
@end itemize@refill, but worry whether this causes other problems.
2002-11-24 02:18:01 +00:00
Robert J. Chassell
289df0fc4c (texinfo-format-separate-node): Handle node names with
properties and with regular expression symbols in them.
2002-11-24 01:39:02 +00:00
Nick Roberts
9e06a93009 (tooltip-gud-print-command): Add server prefix to the
print command for gdb to keep it out of the command history.
2002-11-23 14:10:19 +00:00
Nick Roberts
a922c25a24 Major re-organisation. Simplify legacy gdba code to allow only one gdb process. 2002-11-23 14:09:26 +00:00
Nick Roberts
9df8eceddd *** empty log message *** 2002-11-23 14:03:22 +00:00
Markus Rost
3ff2317b2f (scroll-all-mode): Add groups. 2002-11-23 03:26:24 +00:00
Markus Rost
ddff27f94e (scroll-all-mode): Move arg LIGHTER to the right place. 2002-11-23 01:44:30 +00:00
Nick Roberts
b121cb5b7f *** empty log message *** 2002-11-21 21:15:22 +00:00
Nick Roberts
71227e306c General tidying. Patches from Stefan Monnier. 2002-11-21 21:07:01 +00:00
Simon Josefsson
34c4c919b0 (morse-code): Add Norwegian non-ASCII characters. 2002-11-21 19:18:07 +00:00
Simon Josefsson
4203c128a6 (morse-code): Add non-ASCII characters, according
to table at http://www.soton.ac.uk/~scp93ch/morse/.
2002-11-21 18:11:49 +00:00
Richard M. Stallman
97b14e2251 *** empty log message *** 2002-11-21 17:34:00 +00:00
Richard M. Stallman
23fc67ead9 (dired-sort-inhibit): New variable.
(dired-sort-toggle-or-edit): Err if dired-sort-inhibit non-nil.
2002-11-21 17:31:51 +00:00
Richard M. Stallman
304d3e5d3d (find-dired): Set dired-sort-inhibit to t buffer-locally. 2002-11-21 17:29:22 +00:00
Juanma Barranquero
f4df536d0a Added LINTER support.
(sql-linter-program): New variable.
(sql-linter-options): New variable.
(sql-mode-menu): Added Linter keywords.
(sql-mode-linter-font-lock-keywords): New variable.
(sql-highlight-linter-keywords): New function.
(sql-linter): New function.
(sql-ms-options): New variable.
(sql-ms): Use it.
2002-11-21 08:32:06 +00:00
John Paul Wallington
1fb876f665 (ibuffer-formats): Change default value; bump width
of size column in first format to 7.
2002-11-21 05:36:06 +00:00
Stefan Monnier
18b69481b7 *** empty log message *** 2002-11-20 18:54:25 +00:00
Stefan Monnier
dcae291f23 (describe-variable): Look for (defvar . <sym>) in the
load-history since `defvar' now uses this format.
2002-11-20 14:37:19 +00:00
Stefan Monnier
6f0d61bf2c (custom-declare-variable): Use push.
Use the (defvar . <sym>) format in load-history like `defvar' does.
2002-11-20 14:35:54 +00:00
Stefan Monnier
1232083369 (symbol-file): Accept a non-atomic `function' arg.
(with-local-quit): Add debug and indentation info.
2002-11-20 14:31:52 +00:00
John Paul Wallington
cb21744eb5 (symbol-file): Remove unused variable `functions'. 2002-11-20 12:58:37 +00:00
Markus Rost
c595cc5fbd Regenerated. 2002-11-20 07:32:42 +00:00
Markus Rost
30089f1de0 (setwins_almost): Renamed from finder_setwins.
(custom-deps): Use it.
(finder-data): Adjust to that name change.
2002-11-20 07:16:19 +00:00
Stefan Monnier
a2dff4d3d3 (eldoc-print-current-symbol-info):
Turn errors into messages so they don't get ignored.
(eldoc-get-fnsym-args-string): Use help-split-fundoc.
(eldoc-beginning-of-sexp): Simplify.
(eldoc-function-arglist): Remove.
(eldoc-function-argstring): Use help-function-arglist instead.
(eldoc-function-argstring-from-docstring-method-table)
(eldoc-function-argstring-from-docstring): Remove.
2002-11-19 23:32:54 +00:00
Dave Love
def9389aaa (maphash, map-char-table): Use
byte-compile-funarg.
2002-11-19 18:02:07 +00:00
Dave Love
d9881cf17f (side-effect-free-fns): Several
additions.
2002-11-19 17:59:30 +00:00
Markus Rost
a152344b14 (defgroup vhdl-related): Declare the members here rather than with
custom-add-to-group.  This is the intended way of using defgroup and
also lets custom-make-dependencies do its job.
(defgroup vhdl-highlight-faces): Ditto.
2002-11-19 17:22:52 +00:00
Stefan Monnier
3582b6a3ef *** empty log message *** 2002-11-19 16:50:40 +00:00
Stefan Monnier
a2e74caa23 (multiple-value-call): Add docstring. 2002-11-19 15:56:28 +00:00
Stefan Monnier
e429e0b87f (binhex-decode-region): Don't hardcode point-min == 1. 2002-11-19 15:56:01 +00:00