Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e2514283
Commit
e2514283
authored
May 30, 2003
by
Stefan Monnier
Browse files
*** empty log message ***
parent
552754fe
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
66 additions
and
9 deletions
+66
-9
lisp/ChangeLog
lisp/ChangeLog
+66
-9
No files found.
lisp/ChangeLog
View file @
e2514283
2003-05-30 Stefan Monnier <monnier@cs.yale.edu>
* emacs-lisp/edebug.el (edebug-storing-offsets): Move indent
and debug to inside the macro.
(edebug-read-storing-offsets): Simplify.
(edebug-read-quote, edebug-read-function): Place the
start-position correctly.
(edebug-read-backquote-new): Remove.
(edebug-read-backquote-level): New var to replace it.
(edebug-read-backquote): Increment it.
Don't store offsets one extra time.
(edebug-read-comma): Decrement it. Read the comma as a plain
symbol if outside of any new-style backquote.
(edebug-read-list): Use edebug-read-backquote-level.
Don't call edebug-read-backquote directly. This way the extra
offsets store is done exactly when it's needed.
(edebug-read-vector): Use push.
(defmacro): Add support for the `declare' thingy.
2003-05-29 Stefan Monnier <monnier@cs.yale.edu>
* forms.el (forms-mode-hook): Rename from forms-mode-hooks.
(forms-mode): Use add-hook rather than make-local-variable+setq.
Use with-current-buffer. Run the new and the old hooks.
(forms--update): Use with-current-buffer and line-end-position.
(forms--goto-record): New fun.
(forms-jump-record, forms-insert-record, forms-delete-record): Use it.
(forms--process-format-list): Remove unused var `this-item'.
(forms--intuit-from-file): Remove unused var `the-result'.
(forms--trans): Remove unused var `x'.
(forms--exit, forms-exit, forms-exit-no-save): Remove unused arg.
* emacs-lisp/edebug.el (edebug-window-list): Use push.
(edebug-macrop): Use functionp.
(edebug-functionp): Remove.
(edebug-get-displayed-buffer-points): Use push.
(edebug-set-buffer-points): Use save-current-buffer and buffer-live-p.
(edebug-list-form): Remove dead code.
(backquote-form): Correctly handle `(a . ,b).
(edebug-mode-map, global-edebug-map): Move init to inside the defvar.
(define-derived-mode, define-minor-mode): Remove outdated spec.
(save-match-data, with-output-to-string, with-current-buffer)
(combine-after-change-calls, with-temp-buffer, dolist, dotimes)
(unless, when): Remove specs that are now in the corresponding macro.
* emacs-lisp/easy-mmode.el (define-minor-mode): Add edebug spec.
Accept a :keymap argument, as you'd expect.
* derived.el (define-derived-mode): Add a proper edebug declaration.
2003-05-29 Luc Teirlinck <teirllm@mail.auburn.edu>
* simple.el (kill-whole-line): Make it interact correctly with
...
...
@@ -13,6 +63,13 @@
non-standard-designations-alist.
(ctext-pre-write-conversion): Full rewrite.
2003-05-28 Stefan Monnier <monnier@cs.yale.edu>
* info.el (Info-fontify-node): Hide \n------- rather than -------\n.
* skeleton.el (skeleton-edebug-spec): First cut of an edebug spec.
(define-skeleton): Use it.
2003-05-28 Andreas Schwab <schwab@suse.de>
* descr-text.el (describe-char): Use `char' instead of
...
...
@@ -20,8 +77,8 @@
2003-05-28 Nick Roberts <nick@nick.uklinux.net>
* gud.el (gud-gdb-goto-stackframe, gud-gdb-get-stackframe):
Add
server prefix to the gdb commands used by the speedbar.
* gud.el (gud-gdb-goto-stackframe, gud-gdb-get-stackframe):
Add
server prefix to the gdb commands used by the speedbar.
2003-05-28 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net>
...
...
@@ -87,8 +144,8 @@
2003-05-27 Glenn Morris <gmorris@ast.cam.ac.uk>
* progmodes/sh-script.el (sh-here-document-word):
Document
new treatment of leading "-".
* progmodes/sh-script.el (sh-here-document-word):
Document
new treatment of leading "-".
(sh-maybe-here-document): Strip a leading "-" from closing
heredoc delimiter, if present.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment