]> git.eshelyaron.com Git - emacs.git/log
emacs.git
22 years ago(snake-border-options): Use color on tty if available.
Francesco Potortì [Fri, 13 Sep 2002 13:31:54 +0000 (13:31 +0000)]
(snake-border-options): Use color on tty if available.

22 years ago(pong-border-options): Use color on tty if
Francesco Potortì [Fri, 13 Sep 2002 13:30:09 +0000 (13:30 +0000)]
(pong-border-options): Use color on tty if
available.  Reset color on tty to be [0.5 0.5 0.5].

22 years agoGood appearance of gamegrid-based games on color ttys.
Francesco Potortì [Fri, 13 Sep 2002 13:27:05 +0000 (13:27 +0000)]
Good appearance of gamegrid-based games on color ttys.

22 years ago(kmacro-start-macro): Doc fix.
Kim F. Storm [Fri, 13 Sep 2002 07:18:27 +0000 (07:18 +0000)]
(kmacro-start-macro): Doc fix.

22 years ago*** empty log message ***
Kim F. Storm [Fri, 13 Sep 2002 07:18:05 +0000 (07:18 +0000)]
*** empty log message ***

22 years ago(whitespace-unload-hook): Call `remove-hook' with three arguments, not four.
Juanma Barranquero [Fri, 13 Sep 2002 06:21:51 +0000 (06:21 +0000)]
(whitespace-unload-hook): Call `remove-hook' with three arguments, not four.

22 years ago(idlwave-shell-cleanup): Fix reference to `idlwave-idlwave_routine_info-compiled'.
Juanma Barranquero [Fri, 13 Sep 2002 06:18:53 +0000 (06:18 +0000)]
(idlwave-shell-cleanup): Fix reference to `idlwave-idlwave_routine_info-compiled'.

22 years ago*** empty log message ***
Markus Rost [Fri, 13 Sep 2002 03:43:05 +0000 (03:43 +0000)]
*** empty log message ***

22 years ago(universal-coding-system-argument):
Richard M. Stallman [Fri, 13 Sep 2002 02:15:56 +0000 (02:15 +0000)]
(universal-coding-system-argument):
Read the coding system inside `interactive' spec, for command-history.

22 years ago*** empty log message ***
Stefan Monnier [Thu, 12 Sep 2002 22:03:55 +0000 (22:03 +0000)]
*** empty log message ***

22 years ago(kmacro-keymap): Changed bindings:
Kim F. Storm [Thu, 12 Sep 2002 21:52:26 +0000 (21:52 +0000)]
(kmacro-keymap): Changed bindings:
C-x C-k s to kmacro-start-macro, C-x C-k b to kmacro-bind-to-key.

22 years ago(find-library-name): Typo.
Stefan Monnier [Thu, 12 Sep 2002 21:49:55 +0000 (21:49 +0000)]
(find-library-name): Typo.

22 years ago(find-library-name): Don't forget the empty suffix. Fix stale variable name.
Stefan Monnier [Thu, 12 Sep 2002 21:48:20 +0000 (21:48 +0000)]
(find-library-name): Don't forget the empty suffix.  Fix stale variable name.

22 years ago(diff-mode): Docstring improvement.
Stefan Monnier [Thu, 12 Sep 2002 21:44:23 +0000 (21:44 +0000)]
(diff-mode): Docstring improvement.

22 years ago*** empty log message ***
Kim F. Storm [Thu, 12 Sep 2002 21:37:25 +0000 (21:37 +0000)]
*** empty log message ***

22 years ago(gud-gdb-massage-args, gud-sdb-massage-args)
Stefan Monnier [Thu, 12 Sep 2002 21:26:27 +0000 (21:26 +0000)]
(gud-gdb-massage-args, gud-sdb-massage-args)
(gud-pdb-massage-args): Delete.
(gdb, sdb, pdb): Don't pass gud-*-massage-args any more.
(gud-gdb-command-name): New var.  Put "--fullname" in there.
(gud-query-cmdline): Use the most recent executable as the default.
Don't add "--fullname" (it's only valid/meaningful for GDB).
(gud-xdb-marker-filter): Use match-string.
(gud-perldb-massage-args): Don't add "-d".
(gud-perldb-command-name): Add "-d".
(gud-common-init): If `massage-args' is nil, don't call it.
(gud-format-command): Don't hardcode point-min==1.

22 years agoRequire CL when compiling.
Stefan Monnier [Thu, 12 Sep 2002 20:49:44 +0000 (20:49 +0000)]
Require CL when compiling.

22 years agoInclude buffer.h, charset.h, coding.h.
Markus Rost [Thu, 12 Sep 2002 19:35:17 +0000 (19:35 +0000)]
Include buffer.h, charset.h, coding.h.

22 years agoUpdated to IDLWAVE version 4.15. See idlwave.org.
J.D. Smith [Thu, 12 Sep 2002 17:24:53 +0000 (17:24 +0000)]
Updated to IDLWAVE version 4.15.  See idlwave.org.

22 years ago(Charset Translation): Fix description of process.
Dave Love [Thu, 12 Sep 2002 17:14:25 +0000 (17:14 +0000)]
(Charset Translation): Fix description of process.

22 years ago(time-stamp-hhmmss): New function.
Simon Josefsson [Thu, 12 Sep 2002 06:04:10 +0000 (06:04 +0000)]
(time-stamp-hhmmss): New function.

22 years ago(smtpmail-send-it): Don't use : in filenames
Simon Josefsson [Thu, 12 Sep 2002 06:03:03 +0000 (06:03 +0000)]
(smtpmail-send-it): Don't use : in filenames
(for cygwin). Suggested by Andrew Senior <aws@watson.ibm.com>.
Use expand-file-name.  Also don't require time-stamp.

22 years ago(Search and Replace): Fix arg order for perform-replace.
Richard M. Stallman [Thu, 12 Sep 2002 03:32:02 +0000 (03:32 +0000)]
(Search and Replace): Fix arg order for perform-replace.

22 years agoComment change.
Richard M. Stallman [Thu, 12 Sep 2002 03:31:05 +0000 (03:31 +0000)]
Comment change.

22 years ago*** empty log message ***
Richard M. Stallman [Thu, 12 Sep 2002 03:30:13 +0000 (03:30 +0000)]
*** empty log message ***

22 years agoDon't use report_file_error; do it by hand using dlerror.
Richard M. Stallman [Thu, 12 Sep 2002 03:28:59 +0000 (03:28 +0000)]
Don't use report_file_error; do it by hand using dlerror.

22 years ago(wait_reading_process_input, both versions):
Richard M. Stallman [Thu, 12 Sep 2002 03:27:40 +0000 (03:27 +0000)]
(wait_reading_process_input, both versions):
Before calling turn_on_atimers, call stop_polling.

22 years ago(syms_of_emacs) <command-line-args>: Doc fix.
Richard M. Stallman [Thu, 12 Sep 2002 03:26:59 +0000 (03:26 +0000)]
(syms_of_emacs) <command-line-args>: Doc fix.

22 years ago(x_report_frame_params): If FRAME_SCROLL_BAR_PIXEL_WIDTH is 0
Richard M. Stallman [Thu, 12 Sep 2002 03:26:23 +0000 (03:26 +0000)]
(x_report_frame_params): If FRAME_SCROLL_BAR_PIXEL_WIDTH is 0
and we have non-toolkit scroll bars, return nil for scroll-bar-width.

22 years ago(try_scrolling): If after make_cursor_line_fully_visible
Richard M. Stallman [Thu, 12 Sep 2002 03:26:01 +0000 (03:26 +0000)]
(try_scrolling): If after make_cursor_line_fully_visible
we go to too_near_end, call clear_glyph_matrix.
(redisplay_window): After make_cursor_line_fully_visible,
call clear_glyph_matrix and bypass `goto done'.

22 years ago(define-derived-mode): When making new abbrev table,
Richard M. Stallman [Thu, 12 Sep 2002 03:22:40 +0000 (03:22 +0000)]
(define-derived-mode): When making new abbrev table,
don't try to copy the parent's abbrev table.

22 years agoAdjust ps-print-color-p, ps-default-fg and ps-default-bg setting.
Richard M. Stallman [Thu, 12 Sep 2002 03:21:57 +0000 (03:21 +0000)]
Adjust ps-print-color-p, ps-default-fg and ps-default-bg setting.
(ps-print-version): New version number (6.5.7).
(ps-mark-active-p): New fun.
(ps-print-preprint-region): Adjust code.

22 years ago(ruler-mode-left-scroll-bar-cols):
Richard M. Stallman [Thu, 12 Sep 2002 03:21:21 +0000 (03:21 +0000)]
(ruler-mode-left-scroll-bar-cols):
Always round scroll-bar-width parameter up.
If it is nil, use 14.

22 years ago(copy-abbrev-table): New function.
Richard M. Stallman [Thu, 12 Sep 2002 03:19:25 +0000 (03:19 +0000)]
(copy-abbrev-table): New function.

22 years agoFix typo.
Richard M. Stallman [Thu, 12 Sep 2002 03:14:50 +0000 (03:14 +0000)]
Fix typo.

22 years ago(define-derived-mode): Fix typo.
Stefan Monnier [Wed, 11 Sep 2002 22:04:40 +0000 (22:04 +0000)]
(define-derived-mode): Fix typo.

22 years ago(line-number-mode, column-number-mode)
Stefan Monnier [Wed, 11 Sep 2002 21:56:50 +0000 (21:56 +0000)]
(line-number-mode, column-number-mode)
(transient-mark-mode): Use minor mode directly.
(menu-bar-make-toggle): Remove `props' arg.
Move customize-mark-as-set directly into the toggle function.

22 years ago(whitespace-global-mode): Use define-minor-mode. Use the new file hook names.
Stefan Monnier [Wed, 11 Sep 2002 21:30:25 +0000 (21:30 +0000)]
(whitespace-global-mode): Use define-minor-mode.  Use the new file hook names.
(whitespace-describe): Remove.  Move the text to `Commentary:'.
(whitespace-unload-hook): Use the new file hook names.

22 years ago(finder-find-library): Remove.
Stefan Monnier [Wed, 11 Sep 2002 21:28:51 +0000 (21:28 +0000)]
(finder-find-library): Remove.
(finder-commentary): Use find-library-name and add completion.

22 years ago*** empty log message ***
Dave Love [Wed, 11 Sep 2002 21:19:25 +0000 (21:19 +0000)]
*** empty log message ***

22 years ago(non-standard-designations-alist)
Dave Love [Wed, 11 Sep 2002 21:16:28 +0000 (21:16 +0000)]
(non-standard-designations-alist)
(ctext-pre-write-conversion): Don't generate invalid extended
segments for iso8859.

22 years ago("Ukrainian"): Fix nonascii-translation.
Dave Love [Wed, 11 Sep 2002 21:07:00 +0000 (21:07 +0000)]
("Ukrainian"): Fix nonascii-translation.
(cyrillic-alternativnyj-decode-table): Fix some entries.

22 years agoAdded more documentation for keypad package.
Kim F. Storm [Wed, 11 Sep 2002 21:03:50 +0000 (21:03 +0000)]
Added more documentation for keypad package.

22 years ago*** empty log message ***
Stefan Monnier [Wed, 11 Sep 2002 21:03:41 +0000 (21:03 +0000)]
*** empty log message ***

22 years ago("slovenian"): New.
Dave Love [Wed, 11 Sep 2002 21:03:14 +0000 (21:03 +0000)]
("slovenian"): New.

22 years agoCopyright up-date.
Dave Love [Wed, 11 Sep 2002 21:02:11 +0000 (21:02 +0000)]
Copyright up-date.

22 years agoFix last change.
Dave Love [Wed, 11 Sep 2002 21:00:27 +0000 (21:00 +0000)]
Fix last change.

22 years ago(bootstrap-lisp-1, bootstrap-lisp, bootstrap)
Stefan Monnier [Wed, 11 Sep 2002 21:00:08 +0000 (21:00 +0000)]
(bootstrap-lisp-1, bootstrap-lisp, bootstrap)
(bootstrap-clean-after): Delete.
(bootstrap): Make the sequencing explicit.

22 years ago(utf-8-fragment-on-decoding): Fix last
Dave Love [Wed, 11 Sep 2002 20:57:50 +0000 (20:57 +0000)]
(utf-8-fragment-on-decoding): Fix last
change.

22 years ago(transient-mark-mode, line-number-mode, column-number-mode):
Stefan Monnier [Wed, 11 Sep 2002 20:46:33 +0000 (20:46 +0000)]
(transient-mark-mode, line-number-mode, column-number-mode):
Use define-minor-mode.
(define-mail-user-agent): Delete.  Moved to subr.el.

22 years ago("simple.el"): Move to after loaddefs.el.
Stefan Monnier [Wed, 11 Sep 2002 20:44:40 +0000 (20:44 +0000)]
("simple.el"): Move to after loaddefs.el.

22 years ago(define-mail-user-agent): Moved from simple.el.
Stefan Monnier [Wed, 11 Sep 2002 20:23:56 +0000 (20:23 +0000)]
(define-mail-user-agent): Moved from simple.el.

22 years agoTypo.
Kim F. Storm [Wed, 11 Sep 2002 20:11:41 +0000 (20:11 +0000)]
Typo.

22 years ago(edit-kbd-macro): Recognize new C-x e binding, kmacro-end-and-call-macro.
Kim F. Storm [Wed, 11 Sep 2002 20:00:58 +0000 (20:00 +0000)]
(edit-kbd-macro): Recognize new C-x e binding, kmacro-end-and-call-macro.

22 years ago*** empty log message ***
Kim F. Storm [Wed, 11 Sep 2002 20:00:16 +0000 (20:00 +0000)]
*** empty log message ***

22 years agoRegenerated with autoconf (GNU Autoconf) 2.52 and GNU m4 1.4.
Markus Rost [Wed, 11 Sep 2002 15:48:27 +0000 (15:48 +0000)]
Regenerated with autoconf (GNU Autoconf) 2.52 and GNU m4 1.4.

22 years ago(uncomment-region): Fix let/let* use.
Juanma Barranquero [Wed, 11 Sep 2002 09:32:07 +0000 (09:32 +0000)]
(uncomment-region): Fix let/let* use.

22 years ago(gud-gdb-massage-args): Don't secretly add -fullname.
Simon Josefsson [Wed, 11 Sep 2002 05:07:36 +0000 (05:07 +0000)]
(gud-gdb-massage-args): Don't secretly add -fullname.
(gud-query-cmdline): Add --fullname to the user cmdline.

22 years ago(smtpmail-default-smtp-server): Doc fix.
Simon Josefsson [Wed, 11 Sep 2002 04:53:40 +0000 (04:53 +0000)]
(smtpmail-default-smtp-server): Doc fix.

22 years ago*** empty log message ***
Richard M. Stallman [Wed, 11 Sep 2002 02:03:31 +0000 (02:03 +0000)]
*** empty log message ***

22 years ago(Fdo_auto_save): Catch error making directory.
Richard M. Stallman [Wed, 11 Sep 2002 02:03:24 +0000 (02:03 +0000)]
(Fdo_auto_save): Catch error making directory.
Only call push_message if we need to.
At the same time, make an unwind-protect to pop it.
Rename local message_p to old_message_p.
(do_auto_save_make_dir, do_auto_save_eh): New functions.
(do_auto_save_unwind): Don't call pop_message.

22 years ago(pop_message_unwind): Renamed from push_message_unwind.
Richard M. Stallman [Wed, 11 Sep 2002 01:59:33 +0000 (01:59 +0000)]
(pop_message_unwind): Renamed from push_message_unwind.

22 years ago(Fexecute_extended_command): Use pop_message_unwind.
Richard M. Stallman [Wed, 11 Sep 2002 01:58:54 +0000 (01:58 +0000)]
(Fexecute_extended_command): Use pop_message_unwind.

22 years ago(Fgarbage_collect): Use pop_message_unwind.
Richard M. Stallman [Wed, 11 Sep 2002 01:58:22 +0000 (01:58 +0000)]
(Fgarbage_collect): Use pop_message_unwind.

22 years ago(cvs-check-fileinfo): Don't use boolp.
Richard M. Stallman [Wed, 11 Sep 2002 01:56:47 +0000 (01:56 +0000)]
(cvs-check-fileinfo): Don't use boolp.
(boolp): Function deleted.

22 years ago*** empty log message ***
Kim F. Storm [Tue, 10 Sep 2002 22:19:39 +0000 (22:19 +0000)]
*** empty log message ***

22 years ago(kmacro-call-macro): Rephrase repeat prompt.
Kim F. Storm [Tue, 10 Sep 2002 22:08:45 +0000 (22:08 +0000)]
(kmacro-call-macro): Rephrase repeat prompt.
(kmacro-step-edit-map): Bind "A" to `append-end'.
(kmacro-step-edit-prompt): Fix prompt.
(kmacro-step-edit-query): Handle `append-end' response.
(kmacro-step-edit-pre-command): Activate `append-end' at end of
macro when required.

22 years agoBind
Dave Love [Tue, 10 Sep 2002 17:40:21 +0000 (17:40 +0000)]
Bind
utf-8-translation-table-for-decode when setting up tables and
remove useless optimize-char-table.
(ucs-mule-to-mule-unicode): Deleted.
(ucs-unify-8859): Maybe optimize ucs-mule-to-mule-unicode.

22 years ago(ucs-mule-to-mule-unicode): Define
Dave Love [Tue, 10 Sep 2002 17:39:35 +0000 (17:39 +0000)]
(ucs-mule-to-mule-unicode): Define
unconditionally.
(utf-8-fragmentation-table): New.  Use it in top-level mapc.
(utf-8-fragment-on-decoding): Use it to keep
utf-8-translation-table-for-decode variable and translation table
in sync.

22 years ago(utf-16-le-pre-write-conversion)
Dave Love [Tue, 10 Sep 2002 17:37:38 +0000 (17:37 +0000)]
(utf-16-le-pre-write-conversion)
(utf-16-be-pre-write-conversion): Deleted.
(mule-utf-16-le, mule-utf-16-be): Register encoding translation
table.

22 years ago*** empty log message ***
Richard M. Stallman [Tue, 10 Sep 2002 16:50:07 +0000 (16:50 +0000)]
*** empty log message ***

22 years ago(ps-printer-name-option): Doc fix.
Richard M. Stallman [Tue, 10 Sep 2002 16:49:47 +0000 (16:49 +0000)]
(ps-printer-name-option): Doc fix.

Adjust ps-postscript-code-directory setting.  XEmacs
version check was adjusted.
(ps-print-version): New version number (6.5.6).
(ps-print-color-p, ps-page-dimensions-database): Autoload var.
(ps-print-code, ps-print-preprint-region): Adjust code.

22 years ago(diff-buffer-with-file): Simplify.
Richard M. Stallman [Tue, 10 Sep 2002 16:48:52 +0000 (16:48 +0000)]
(diff-buffer-with-file): Simplify.
Don't signal an error if buffer has no file.
Call sit-for after `diff' returns.

22 years ago(gamegrid-make-color-tty-face): Handle string as COLOR arg.
Richard M. Stallman [Tue, 10 Sep 2002 16:47:16 +0000 (16:47 +0000)]
(gamegrid-make-color-tty-face): Handle string as COLOR arg.
(gamegrid-display-type): Don't assume display-color-p
implies a color-x terminal.
(gamegrid-hide-cursor): Set `cursor-type' local variable.

22 years ago(describe-text-mode): Add font-lock-defontify to change-major-mode-hook.
Richard M. Stallman [Tue, 10 Sep 2002 16:45:42 +0000 (16:45 +0000)]
(describe-text-mode): Add font-lock-defontify to change-major-mode-hook.

22 years ago(ibuffer-mode): Add font-lock-defontify to change-major-mode-hook.
Richard M. Stallman [Tue, 10 Sep 2002 16:45:21 +0000 (16:45 +0000)]
(ibuffer-mode): Add font-lock-defontify to change-major-mode-hook.

22 years ago(comint-mode): Add font-lock-defontify to change-major-mode-hook.
Richard M. Stallman [Tue, 10 Sep 2002 16:44:58 +0000 (16:44 +0000)]
(comint-mode): Add font-lock-defontify to change-major-mode-hook.

22 years ago(Info-mode): Add font-lock-defontify to change-major-mode-hook.
Richard M. Stallman [Tue, 10 Sep 2002 16:44:37 +0000 (16:44 +0000)]
(Info-mode):  Add font-lock-defontify to change-major-mode-hook.

22 years ago(occur-mode): Add font-lock-defontify to change-major-mode-hook.
Richard M. Stallman [Tue, 10 Sep 2002 16:44:17 +0000 (16:44 +0000)]
(occur-mode): Add font-lock-defontify to change-major-mode-hook.

22 years ago(font-lock-defontify): New function.
Richard M. Stallman [Tue, 10 Sep 2002 16:43:48 +0000 (16:43 +0000)]
(font-lock-defontify): New function.

22 years agoFix previous LessTif change.
Richard M. Stallman [Tue, 10 Sep 2002 16:40:10 +0000 (16:40 +0000)]
Fix previous LessTif change.

22 years agoAdd item about OpenMotif file dialogs.
Richard M. Stallman [Tue, 10 Sep 2002 16:39:35 +0000 (16:39 +0000)]
Add item about OpenMotif file dialogs.

22 years ago(auto-mode-alist): ~/.gnus, ~/.viper are in
Kai Großjohann [Tue, 10 Sep 2002 08:08:18 +0000 (08:08 +0000)]
(auto-mode-alist): ~/.gnus, ~/.viper are in
emacs-lisp-mode, like ~/.emacs.

22 years ago(uncomment-region): Be more careful with `='.
Stefan Monnier [Tue, 10 Sep 2002 06:20:52 +0000 (06:20 +0000)]
(uncomment-region): Be more careful with `='.

22 years ago*** empty log message ***
Stefan Monnier [Tue, 10 Sep 2002 06:05:36 +0000 (06:05 +0000)]
*** empty log message ***

22 years ago(DISCARD_FAILURE_REG_OR_COUNT): Delete.
Stefan Monnier [Tue, 10 Sep 2002 05:59:32 +0000 (05:59 +0000)]
(DISCARD_FAILURE_REG_OR_COUNT): Delete.
(CHECK_INFINITE_LOOP): Don't pop anything: just set `cycle' to 1.
(re_match_2_internal): Be more careful with infinite loops.

22 years ago2002-09-10 Deepak Goel <deego@glue.umd.edu>
John Paul Wallington [Tue, 10 Sep 2002 05:48:44 +0000 (05:48 +0000)]
2002-09-10  Deepak Goel  <deego@glue.umd.edu>

* play/doctor.el (doc//): Rename from `//'.  Update callers.
(doc$): Rename from `$'.  Update callers.

22 years agoNotify revisions 2002-09-09T22:09:14Z!monnier@iro.umontreal.ca and 2002-09-10T01...
Markus Rost [Tue, 10 Sep 2002 02:41:58 +0000 (02:41 +0000)]
Notify revisions 2002-09-09T22:09:14Z!monnier@iro.umontreal.ca and 2002-09-10T01:32:59Z!rost@math.uni-bielefeld.de correctly.

22 years ago(transient-mark-mode, line-number-mode, column-number-mode): Undo the
Markus Rost [Tue, 10 Sep 2002 01:32:59 +0000 (01:32 +0000)]
(transient-mark-mode, line-number-mode, column-number-mode): Undo the
recent change in 2002-09-09T22:09:14Z!monnier@iro.umontreal.ca.  The use of define-minor-mode in
simple.el creates bootstrap problems.

22 years ago(do-auto-fill): `fill-indent-according-to-mode' is a variable, not a
Miles Bader [Tue, 10 Sep 2002 01:24:12 +0000 (01:24 +0000)]
(do-auto-fill): `fill-indent-according-to-mode' is a variable, not a
function.

22 years ago(kmacro-call-macro): Deal with a non-numeric prefix arg.
Miles Bader [Tue, 10 Sep 2002 01:23:22 +0000 (01:23 +0000)]
(kmacro-call-macro): Deal with a non-numeric prefix arg.

22 years ago(define-derived-mode): Add keyword arguments.
Stefan Monnier [Mon, 9 Sep 2002 23:55:56 +0000 (23:55 +0000)]
(define-derived-mode): Add keyword arguments.
(derived-mode-make-docstring): Take abbrev and syntax table names.

22 years ago(font-lock-change-mode): Just turn off font-lock-mode.
Stefan Monnier [Mon, 9 Sep 2002 23:22:49 +0000 (23:22 +0000)]
(font-lock-change-mode): Just turn off font-lock-mode.
(font-lock-default-function): Change arg name.

22 years ago(transient-mark-mode): Delete. Done in simple.el.
Stefan Monnier [Mon, 9 Sep 2002 23:18:20 +0000 (23:18 +0000)]
(transient-mark-mode): Delete.  Done in simple.el.

22 years ago(show-paren-function): Use syntax-after.
Stefan Monnier [Mon, 9 Sep 2002 23:16:49 +0000 (23:16 +0000)]
(show-paren-function): Use syntax-after.

22 years ago(syntax-after): Delete. Moved to subr.el.
Stefan Monnier [Mon, 9 Sep 2002 23:14:13 +0000 (23:14 +0000)]
(syntax-after): Delete.  Moved to subr.el.

22 years ago(symbol-file): Also work for autoloaded funcs.
Stefan Monnier [Mon, 9 Sep 2002 23:13:18 +0000 (23:13 +0000)]
(symbol-file): Also work for autoloaded funcs.
(syntax-after): New fun moved from syntax.el.

22 years ago(ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
Stefan Monnier [Mon, 9 Sep 2002 22:45:09 +0000 (22:45 +0000)]
(ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
(ff-not-found-hook, ff-file-created-hook): Rename from *-hooks.
Update callers (but still run the old hooks as well).

22 years ago(keyboard-quit): Set defining-kbd-macro to nil to
Kim F. Storm [Mon, 9 Sep 2002 22:45:03 +0000 (22:45 +0000)]
(keyboard-quit): Set defining-kbd-macro to nil to
cancel defining keyboard macro when applicablex.

22 years ago(apply-macro-to-region-lines): Let-bind mark-active to
Kim F. Storm [Mon, 9 Sep 2002 22:44:44 +0000 (22:44 +0000)]
(apply-macro-to-region-lines): Let-bind mark-active to
nil while executing macro to avoid triggering delete-selection-mode.