# HG changeset patch # User Richard M. Stallman # Date 1120409486 0 # Node ID b8a680debd99801af024bdec9cf442fb457e15c2 # Parent 443cb2507f88244c5be076bd505f1a08399dc25b *** empty log message *** diff -r 443cb2507f88 -r b8a680debd99 admin/FOR-RELEASE --- a/admin/FOR-RELEASE Sun Jul 03 16:51:02 2005 +0000 +++ b/admin/FOR-RELEASE Sun Jul 03 16:51:26 2005 +0000 @@ -40,6 +40,8 @@ * BUGS +** Fix those modes that still use compile-internal, to not use it. + ** Bug in ebrowse Date: Fri, 27 May 2005 17:35:48 +0200 diff -r 443cb2507f88 -r b8a680debd99 lisp/ChangeLog --- a/lisp/ChangeLog Sun Jul 03 16:51:02 2005 +0000 +++ b/lisp/ChangeLog Sun Jul 03 16:51:26 2005 +0000 @@ -1,3 +1,64 @@ +2005-07-03 Richard M. Stallman + + * textmodes/artist.el (artist-key-is-drawing) + (artist-key-endpoint1, artist-key-poly-point-list) + (artist-key-shape, artist-key-draw-how, artist-popup-menu-table) + (artist-key-compl-table, artist-rb-save-data) + (artist-arrow-point-1, artist-arrow-point-2): Move defvars up. + Don't put them in eval-when-compile. + (artist-set-arrow-points-for-poly): Use `last', not `artist-last'. + + * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file): + Use with-no-warnings. + + * net/browse-url.el (dos-windows-version): Add defvar. + + * mail/supercite.el (filladapt-prefix-table): Add defvar. + + * mail/rmailsum.el (rmail-summary-redo): Add defvar. + (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up. + (rmail-new-summary-line-count): Renamed from new-summary-line-count. + Add defvar. + (rmail-summary-beginning-of-message): Use with-no-warnings. + (rmail-summary-first-message, rmail-summary-last-message): Likewise. + + * emulation/vip.el (vip-replace-string, ex-map, ex-read): + Use with-no-warnings. + + * emulation/vi.el (vi-mark-region): Use c-mark-function. + (c-mark-function): Add point-moving-unit property. + (vi-goto-line): Use with-no-warnings. + + * emulation/edt.el (edt-last-copied-word): Add defvar. + (zmacs-region-stays): Likewise. + (edt-mark-section-wisely): Use c-mark-function for C. + Use makr-defun for Fortran. + (time-string): defvar deleted. + (edt-display-the-time): Don't set time-string. + + * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list. + + * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): + Don't warn when name is not constant + or for defining the group `emacs'. + + * tooltip.el (gud-tooltip-mode): Add defvar. + + * startup.el (default-frame-background-mode): Add defvar. + + * smerge-mode.el (smerge-mode): Add duplicate defvar near top. + + * info.el (tool-bar-map): Add defvar. + + * dired.el (dnd-protocol-alist): Add defvar. + + * dired-aux.el (dired-query): Display question with answer, when + the user answers. + + * custom.el (custom-add-option): Doc fix. + + * bookmark.el (Info-current-node, Info-suffix-list): Add defvars. + 2005-07-03 Eli Zaretskii * font-lock.el (font-lock-regexp-grouping-construct): Fix the diff -r 443cb2507f88 -r b8a680debd99 lispref/ChangeLog --- a/lispref/ChangeLog Sun Jul 03 16:51:02 2005 +0000 +++ b/lispref/ChangeLog Sun Jul 03 16:51:26 2005 +0000 @@ -1,3 +1,14 @@ +2005-07-03 Richard M. Stallman + + * windows.texi (Textual Scrolling): Doc 3 values for + scroll-preserve-screen-position. + + * text.texi (Special Properties): Change hook functions + should bind inhibit-modification-hooks around altering buffer text. + + * keymaps.texi (Key Binding Commands): Call binding BINDING + rather than DEFINITION. + 2005-06-29 Juanma Barranquero * variables.texi (Defining Variables): `user-variable-p' returns t diff -r 443cb2507f88 -r b8a680debd99 man/ChangeLog --- a/man/ChangeLog Sun Jul 03 16:51:02 2005 +0000 +++ b/man/ChangeLog Sun Jul 03 16:51:26 2005 +0000 @@ -1,3 +1,8 @@ +2005-07-03 Richard M. Stallman + + * flymake.texi (Example -- Configuring a tool called directly): + Update name of flymake-build-relative-filename. + 2005-06-29 Katsumi Yamaoka * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify. diff -r 443cb2507f88 -r b8a680debd99 src/ChangeLog --- a/src/ChangeLog Sun Jul 03 16:51:02 2005 +0000 +++ b/src/ChangeLog Sun Jul 03 16:51:26 2005 +0000 @@ -1,3 +1,17 @@ +2005-07-03 Richard M. Stallman + + * xdisp.c (try_window): Fix previous change in how it handles + a partially-visible line or one only partly past the margin. + + * window.c (window_scroll_pixel_based): Take account + of this_scroll_margin when finding point when scrolling up. + +2005-06-29 Ralf Angeli + + * window.c (window_scroll_pixel_based, window_scroll_line_based): + Handle `scroll-preserve-screen-position' non-nil, non-t specially. + (syms_of_window): : Doc fix. + 2005-07-02 Juri Linkov * w32term.c (w32_draw_vertical_window_border): Use foreground of