emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Mon, 04 Jul 2005 16:13:45 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.7896 emacs/lisp/ChangeLog:1.7897
*** emacs/lisp/ChangeLog:1.7896 Mon Jul  4 14:25:37 2005
--- emacs/lisp/ChangeLog        Mon Jul  4 20:13:45 2005
***************
*** 1,7 ****
  2005-07-04  Richard M. Stallman  <address@hidden>
  
        * textmodes/org.el (org-file-apps-defaults-gnu):
!       Renamed from org-file-apps-defaults-linux.
        (org-default-apps): Don't test system-type for `linux'.
        (org-file-apps): Doc fix.
  
--- 1,16 ----
+ 2005-07-04  Stefan Monnier  <address@hidden>
+ 
+       * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
+       filling from using prefix when filling a single-line docstring.
+ 
+       * progmodes/flymake.el: Remove useless eval-when-compile.
+ 
+       * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
+ 
  2005-07-04  Richard M. Stallman  <address@hidden>
  
        * textmodes/org.el (org-file-apps-defaults-gnu):
!       Rename from org-file-apps-defaults-linux.
        (org-default-apps): Don't test system-type for `linux'.
        (org-file-apps): Doc fix.
  
***************
*** 45,58 ****
        (org-recalc-marks, org-table-rotate-recalc-marks)
        (org-table-get-specials): Treat "^" and "_" marks.
        (org-table-justify-field-maybe): Optional argument NEW.
!       (org-table-eval-formula): Parsing of the format simplified.  New
!       modes C,I.  Honor the %= parameter in the current table.  Avoid
!       unnecessary re-align by using the NEW argument to
        `org-table-justify-field-maybe'.
!       (org-calc-default-modes): Default for date-format mimicks
!       org-mode.
!       (org-agenda, org-timeline): Quote argument in
!       `org-agenda-redo-command'.
  
  2005-07-03  Luc Teirlinck  <address@hidden>
  
--- 54,65 ----
        (org-recalc-marks, org-table-rotate-recalc-marks)
        (org-table-get-specials): Treat "^" and "_" marks.
        (org-table-justify-field-maybe): Optional argument NEW.
!       (org-table-eval-formula): Parsing of the format simplified.
!       New modes C,I.  Honor the %= parameter in the current table.
!       Avoid unnecessary re-align by using the NEW argument to
        `org-table-justify-field-maybe'.
!       (org-calc-default-modes): Default for date-format mimicks org-mode.
!       (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
  
  2005-07-03  Luc Teirlinck  <address@hidden>
  
***************
*** 231,237 ****
  
        * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
        All references simplified.
!       (tpu-lucid-emacs-p): Renamed from tpu-lucid-emacs19-p.  Uses changed.
        (zmacs-regions): Add defvar.
        (repeat-complex-command-map): Everything about that deleted.
  
--- 238,244 ----
  
        * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
        All references simplified.
!       (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
        (zmacs-regions): Add defvar.
        (repeat-complex-command-map): Everything about that deleted.
  
***************
*** 252,258 ****
  
        * 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.
--- 259,265 ----
  
        * mail/rmailsum.el (rmail-summary-redo): Add defvar.
        (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
!       (rmail-new-summary-line-count): Rename 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]