Richard M. Stallman
0a3e46de17
(eldoc-mode): Doc fix.
...
(eldoc-documentation-function):
Renamed from eldoc-print-current-symbol-info-function. Calls changed.
2005-04-26 10:59:44 +00:00
Nick Roberts
0448b47601
(define-obsolete-function-alias): New macro.
2005-04-26 09:03:56 +00:00
Richard M. Stallman
25e73e0cdb
(easy-menu-do-define): Use defalias, not fset.
2005-04-23 16:38:03 +00:00
Nick Roberts
f7f8f37aa6
(define-obsolete-variable-alias): New macro.
2005-04-22 04:08:08 +00:00
Lute Kamstra
9aade6c6f2
Move here from parent dir.
2005-04-13 08:55:01 +00:00
Richard M. Stallman
90d0422ab8
(map-y-or-n-p): Clarify RET/q in help message.
2005-04-10 23:25:16 +00:00
Luc Teirlinck
a64dc1a44c
(defun-prompt-regexp, parens-require-spaces, buffer-end, end-of-defun)
...
(insert-parentheses): Doc fixes.
2005-04-08 23:10:24 +00:00
Dan Nicolaescu
ea81d57ec5
* mh-customize.el (mh-speedbar-selected-folder-face): Special case
...
high number of colors displays.
* textmodes/table.el (table-cell-face): Add special case for
displays supporting a high number of colors.
* progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
(vhdl-font-lock-reserved-words-face)
(vhdl-speedbar-architecture-face)
(vhdl-speedbar-instantiation-face)
(vhdl-speedbar-architecture-selected-face)
(vhdl-speedbar-instantiation-selected-face): Likewise.
* progmodes/sh-script.el (sh-heredoc-face): Likewise.
* progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
* progmodes/ebrowse.el (ebrowse-tree-mark-face)
(ebrowse-root-class-face, ebrowse-member-attribute-face)
(ebrowse-progress-face): Likewise.
* progmodes/compile.el (compilation-info-face): Likewise.
* progmodes/cc-fonts.el (c-invalid-face): Likewise.
* emacs-lisp/re-builder.el (reb-match-3): Likewise.
* calendar/calendar.el (diary-face): Likewise.
* woman.el (woman-italic-face, woman-bold-face)
(woman-unknown-face): Likewise.
* wid-edit.el (widget-button-pressed-face): Likewise.
* whitespace.el (whitespace-highlight-face): Likewise.
* smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
* pcvs-info.el (cvs-marked-face): Likewise.
* info.el (info-xref): Likewise.
* ido.el (ido-subdir-face, ido-indicator-face): Likewise.
* hilit-chg.el (highlight-changes-face)
(highlight-changes-delete-face): Likewise.
* hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
(hi-red-b): Likewise.
* generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
* font-lock.el (font-lock-keyword-face)
(font-lock-function-name-face, font-lock-warning-face): Likewise.
* cus-edit.el (custom-invalid-face, custom-modified-face)
(custom-set-face, custom-changed-face, custom-variable-tag-face)
(custom-group-tag-face-1, custom-group-tag-face): Likewise.
* comint.el (comint-highlight-prompt): Likewise.
2005-04-08 14:26:13 +00:00
Kim F. Storm
4ee0202022
(authors-aliases): Update list.
...
(authors-ignored-files): New list.
(authors-fixed-entries): Fix typo.
(authors-renamed-files-alist): Update list.
(authors-add): Check authors-ignored-files.
2005-04-08 11:54:57 +00:00
Lute Kamstra
e0e5f0766c
(copyright-update-year): Replace the right subexpression. Suggested
...
by Jay Bingham <jay.bingham@hp.com>.
2005-04-05 23:19:34 +00:00
Lute Kamstra
ab7bc2908b
(define-global-minor-mode): Don't use custom-current-group.
...
(define-minor-mode): Ditto. Document default :group value.
2005-04-05 14:46:29 +00:00
Lute Kamstra
90f5a5a05e
(eldoc-mode): Specify :group.
2005-04-04 09:11:34 +00:00
Richard M. Stallman
1b39b4933b
(make-autoload): Handle define-global-minor-mode.
2005-03-31 21:17:40 +00:00
Richard M. Stallman
39a27f952b
(define-global-minor-mode): Renamed from easy-mmode-define-global-mode.
...
(easy-mmode-define-global-mode): Alias for define-global-minor-mode.
2005-03-31 21:16:54 +00:00
Lute Kamstra
2a3a044ce6
(easy-mmode-define-global-mode, define-minor-mode): Call
...
custom-current-group at load-time.
2005-03-31 14:49:09 +00:00
Lute Kamstra
d702990801
(debug-on-entry): Handle autoloaded functions and compiled macros.
...
(debug-convert-byte-code): Handle macros too.
(debug-on-entry-1): Don't signal an error when trying to clear a
function that is not set to debug on entry.
2005-03-29 13:59:41 +00:00
Stefan Monnier
be940bc538
(debugger-record-expression): Add a missing format to `message'.
...
Inspired by Deepak Goel <deego@gnufans.org>.
2005-03-26 14:46:16 +00:00
Stefan Monnier
b62c13c2bd
(rx-constituents): Add symbol-start and symbol-end.
2005-03-25 14:23:11 +00:00
Werner LEMBERG
bece3937bf
* emacs-lisp/advice.el: Replace legal' with
valid'.
2005-03-25 09:55:34 +00:00
Werner LEMBERG
4920bd1ec4
* emacs-lisp/cl-macs.el: Replace illegal' with
invalid'.
2005-03-25 08:27:58 +00:00
Lute Kamstra
486212810f
(lisp-imenu-generic-expression): Recognize define-generic-mode.
2005-03-24 09:22:11 +00:00
Eli Zaretskii
1b1556b11a
(lisp-mode-variables): Recognize `@' in function names.
2005-03-19 14:01:52 +00:00
Juri Linkov
fe3947c39d
(find-function-regexp): Add defun-emitting macro `menu-bar-make-toggle'.
2005-03-16 07:41:57 +00:00
Lute Kamstra
dc64809a6f
(debugger-make-xrefs): Docstring fix. Ignore a `*' at the beginning
...
of a line.
2005-03-14 17:46:09 +00:00
Lute Kamstra
623374a568
(macro-declaration-function): Move from subr.el.
...
(dont-compile, eval-when-compile, eval-and-compile): Use declare to
specify indentation.
2005-03-14 14:05:13 +00:00
Lute Kamstra
c4fbcb0182
(debug): Set debug-on-exit before calling debugger-setup-buffer so
...
that backtrace marks the frames set to debug-on-exit and we don't have
to do it manually. Set an extra debug-on-exit for macro's.
(debugger-setup-buffer): Don't mark the top frame manually.
2005-03-13 20:54:14 +00:00
Lute Kamstra
3fdfb09c1c
Replace lisp-indent-hook with lisp-indent-function throughout.
...
(with-no-warnings): Set lisp-indent-function property.
2005-03-12 17:24:29 +00:00
Lute Kamstra
449808f757
(debug-entry-code): Delete it.
...
(implement-debug-on-entry): New function to replace debug-entry-code.
(debug-on-entry-1): Use implement-debug-on-entry. Delete the second
argument as the 2005-03-07 change makes it obsolete.
(debug-on-entry, cancel-debug-on-entry): Update call to
debug-on-entry-1.
(debug, debugger-setup-buffer): Comment update.
(debugger-frame-number): Update to work with implement-debug-on-entry.
2005-03-10 09:43:01 +00:00
Miles Bader
f195388009
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-167
...
Tweak obsolete function/variable warning message
2005-03-09 Miles Bader <miles@gnu.org>
* lisp/emacs-lisp/bytecomp.el (byte-compile-variable-ref)
(byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
2005-03-09 10:16:02 +00:00
Lute Kamstra
9b54d4534e
(debugger-step-through): Make sure that stepping into the debugger's
...
code is not possible.
(debugger-jumping-flag): Docstring update.
2005-03-08 20:15:57 +00:00
Stefan Monnier
a29cf45057
(debug-on-entry-1): Fix handling of macros.
2005-03-07 14:12:27 +00:00
Lute Kamstra
15cf150db7
(debugger-step-after-exit): Make it a defvar.
...
(debug-function-list): Ditto.
2005-03-04 14:48:14 +00:00
Lute Kamstra
b6b77a9068
(inhibit-debug-on-entry): Add docstring.
...
(debugger-jumping-flag): New var.
(debug-entry-code): Use it.
(debugger-jump): Use debugger-jumping-flag and add debugger-reenable
to post-command-hook.
(debugger-reenable): Use debugger-jumping-flag and remove itself from
post-command-hook.
(debug, debug-on-entry, cancel-debug-on-entry): Remove call to
debugger-reenable.
2005-03-03 16:25:13 +00:00
Lute Kamstra
439368ed41
(debug): Skip one more frame in case of debug on entry.
...
(debugger-setup-buffer): Delete one more frame line in case of debug
on entry.
(debugger-frame-number): Update to use the new text introduced by the
1999-11-03 change. Skip one more frame in case of debug on entry.
2005-03-01 13:02:37 +00:00
Kim F. Storm
40534fe432
Fix years.
2005-03-01 10:15:32 +00:00
Kim F. Storm
422032f0ca
(copyright-fix-years): New command.
2005-03-01 10:14:48 +00:00
Lute Kamstra
07f3fdb1d1
(debug-on-entry-1): Reimplement to make sure that debug-entry-code can
...
be safely removed from a function while this code is being evaluated.
Revert the 2005-02-27 change as the new implementation no longer
requires it. Make sure that a function body containing just a string
is not mistaken for a docstring.
2005-03-01 09:08:47 +00:00
Stefan Monnier
cf9a1b693f
(inhibit-debug-on-entry): New var.
...
(debug): Use it. Move the inhibit-trace earlier.
(debug-entry-code): New const.
(debug-on-entry-1): Use it.
2005-02-28 14:33:50 +00:00
Richard M. Stallman
e342a48a65
(regexp-builder): New function.
2005-02-27 10:35:51 +00:00
Richard M. Stallman
e29824bddc
(debug-on-entry-1): If function body is empty, add nil as body form.
2005-02-27 09:57:51 +00:00
Stefan Monnier
5f8a82e1ac
(inhibit-trace): New var.
...
(trace-make-advice): Use it.
2005-02-27 02:30:58 +00:00
Stefan Monnier
3f4468ab4e
(debug): Put back the inhibit-trace.
2005-02-27 02:26:05 +00:00
Stefan Monnier
78d54deee7
(debug): Hide the buffer if it's not killed.
...
Remove unused and inexistent var `inhibit-trace'.
(debugger-mode): Use run-mode-hooks.
(debugger-list-functions): Add buttons; setup xref stack.
2005-02-26 05:28:24 +00:00
Lute Kamstra
43817a7520
(lisp-mode-variables): Add ;;;###autoload to `outline-regexp'.
...
Suggested by Stefan Monnier <monnier@iro.umontreal.ca>
(lisp-outline-level): Improve efficiency. Suggested by David Kastrup
<dak@gnu.org>.
2005-02-15 09:23:22 +00:00
Kim F. Storm
bf247b6ed0
Change release version from 21.4 to 22.1 throughout.
...
Change development version from 21.3.50 to 22.0.50.
2005-02-09 15:50:47 +00:00
Richard M. Stallman
03deb635e5
(buffer-end): Doc fix.
2005-02-06 10:40:20 +00:00
Thien-Thi Nguyen
cc08f5b253
(lisp-indent-function): Fix bug:
...
When delegating, order args in the funcall correctly.
2005-02-01 15:50:46 +00:00
Thien-Thi Nguyen
b961eb0e98
(lisp-indent-function): Doc fix.
2005-02-01 15:02:50 +00:00
Stefan Monnier
f9475d97ee
(eval-defun-1): Make sure `defvar' always sets the default value.
2005-01-28 16:27:13 +00:00
Richard M. Stallman
dd60a465fb
(backward-kill-sexp, kill-sexp): Doc fixes.
2005-01-17 23:48:10 +00:00