From 3d39302945668803aa22580784883818e5a71adf Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 3 Jul 2005 16:51:26 +0000 Subject: [PATCH] *** empty log message *** --- admin/FOR-RELEASE | 2 ++ lisp/ChangeLog | 61 +++++++++++++++++++++++++++++++++++++++++++++++ lispref/ChangeLog | 11 +++++++++ man/ChangeLog | 5 ++++ src/ChangeLog | 14 +++++++++++ 5 files changed, 93 insertions(+) diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index aa2911d722a..7e13df74375 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -40,6 +40,8 @@ invalid pointer from string_free_list. * 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 --git a/lisp/ChangeLog b/lisp/ChangeLog index 608c17c9d84..2ac409f403b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lispref/ChangeLog b/lispref/ChangeLog index ddaac114590..163453144b5 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -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 --git a/man/ChangeLog b/man/ChangeLog index 2d63ef16de0..11dc6f1b5cb 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index a93f54e9462..3753d88a0e8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 -- 2.39.2