changeset 63955:b8a680debd99

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 03 Jul 2005 16:51:26 +0000
parents 443cb2507f88
children c08c89b91e11
files admin/FOR-RELEASE lisp/ChangeLog lispref/ChangeLog man/ChangeLog src/ChangeLog
diffstat 5 files changed, 93 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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  <rms@gnu.org>
+
+	* 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  <eliz@gnu.org>
 
 	* font-lock.el (font-lock-regexp-grouping-construct): Fix the
--- 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  <rms@gnu.org>
+
+	* 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  <lekktu@gmail.com>
 
 	* variables.texi (Defining Variables): `user-variable-p' returns t
--- 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  <rms@gnu.org>
+
+	* flymake.texi (Example -- Configuring a tool called directly): 
+	Update name of flymake-build-relative-filename.
+
 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
 
 	* gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
--- 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  <rms@gnu.org>
+
+	* 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  <angeli@iwi.uni-sb.de>
+
+	* window.c (window_scroll_pixel_based, window_scroll_line_based):
+	Handle `scroll-preserve-screen-position' non-nil, non-t specially.
+	(syms_of_window): <scroll-preserve-screen-position>: Doc fix.
+
 2005-07-02  Juri Linkov  <juri@jurta.org>
 
 	* w32term.c (w32_draw_vertical_window_border): Use foreground of