]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sun, 3 Jul 2005 16:51:26 +0000 (16:51 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 3 Jul 2005 16:51:26 +0000 (16:51 +0000)
admin/FOR-RELEASE
lisp/ChangeLog
lispref/ChangeLog
man/ChangeLog
src/ChangeLog

index aa2911d722a29ecdae8e33061374e49932b76fb7..7e13df74375d9a03ce888d36db23cc0d5e0798d5 100644 (file)
@@ -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
index 608c17c9d841947d5b078b4aaa76aee6264f8a96..2ac409f403b841d92ac00b0cc05b7251c1843b95 100644 (file)
@@ -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
index ddaac114590cdc863c6c2c2735b42974b896aa63..163453144b5381916be362fcfcb86a7bb743a13f 100644 (file)
@@ -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
index 2d63ef16de0b6d39a62903fcd7b8d052e80c748f..11dc6f1b5cbf986b8589b6bf9ebffa0485d1bfa3 100644 (file)
@@ -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.
index a93f54e94625b4646463d72bc975203cc9597082..3753d88a0e87d69567ec37863ae3195e05afc910 100644 (file)
@@ -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