*** empty log message ***
This commit is contained in:
parent
ea346a5d91
commit
29bb712734
2 changed files with 51 additions and 0 deletions
|
@ -1,3 +1,27 @@
|
|||
2004-11-02 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* emacs-lisp/elp.el (elp-instrument-function):
|
||||
Use called-interactively-p.
|
||||
|
||||
* emacs-lisp/easymenu.el (easy-menu-intern):
|
||||
Don't downcase; rather, case-flip the first letter of each word.
|
||||
|
||||
* emacs-lisp/easy-mmode.el (define-minor-mode):
|
||||
Use called-interactively-p.
|
||||
|
||||
* emacs-lisp/bytecomp.el (byte-compile-warning-types):
|
||||
Add interactive-only.
|
||||
(byte-compile-warnings): Add interactive-only as option.
|
||||
(byte-compile-interactive-only-functions): New variable.
|
||||
(byte-compile-form): Warn about calls to functions
|
||||
in byte-compile-interactive-only-functions.
|
||||
|
||||
* emacs-lisp/autoload.el (update-file-autoloads):
|
||||
Don't use interactive-p; take new arg SAVE-AFTER.
|
||||
|
||||
* emacs-lisp/advice.el (ad-make-advised-definition):
|
||||
Use called-interactively-p.
|
||||
|
||||
2004-11-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
|
||||
|
||||
* files.el (find-file-existing): New function.
|
||||
|
@ -91,6 +115,10 @@
|
|||
|
||||
2004-11-01 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* textmodes/ispell.el (ispell-word): Don't use interactive-p.
|
||||
|
||||
* textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
|
||||
|
||||
* allout.el (allout group): Add :version.
|
||||
(allout-init): Don't use interactive-p.
|
||||
(allout-ascend-to-depth, allout-ascend, allout-end-of-level)
|
||||
|
|
|
@ -1,3 +1,26 @@
|
|||
2004-11-02 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* insdel.c (replace_range_2): New function.
|
||||
|
||||
* casefiddle.c (casify_region): Handle changes in byte-length
|
||||
using replace_range_2.
|
||||
|
||||
* emacs.c (USAGE3): Delete --horizontal-scroll-bars, -hb.
|
||||
|
||||
* xdisp.c (back_to_previous_visible_line_start):
|
||||
Subtract 1 from pos when checking previous newline for invisibility.
|
||||
|
||||
* window.c (window_scroll_pixel_based): Update preserve_y
|
||||
for header line if any.
|
||||
(Fscroll_left, Fscroll_right): Don't call interactive_p;
|
||||
use a new second argument instead.
|
||||
|
||||
* eval.c (Fcall_interactive_p): New function.
|
||||
(interactive_p): Don't test INTERACTIVE here.
|
||||
(Finteractive_p): Doc fix.
|
||||
|
||||
* eval.c (Feval): Abort if INPUT_BLOCKED_P.
|
||||
|
||||
2004-11-02 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
|
||||
|
||||
* w32fns.c (w32_font_match): Use fast_string_match_ignore_case for
|
||||
|
|
Loading…
Add table
Reference in a new issue