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: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Mon, 18 Nov 2002 03:58:19 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.4540 emacs/lisp/ChangeLog:1.4541
*** emacs/lisp/ChangeLog:1.4540 Mon Nov 18 01:07:13 2002
--- emacs/lisp/ChangeLog        Mon Nov 18 03:05:28 2002
***************
*** 1,4 ****
! 2002-11-18   Markus Rost  <address@hidden>
  
        * textmodes/refill.el (defgroup refill): New group.
  
--- 1,8 ----
! 2002-11-18  Juanma Barranquero  <address@hidden>
! 
!       * mail/smtpmail.el (smtpmail-send-queued-mail): Add autoload cookie.
! 
! 2002-11-18  Markus Rost  <address@hidden>
  
        * textmodes/refill.el (defgroup refill): New group.
  
***************
*** 9,15 ****
        * textmodes/paragraphs.el (use-hard-newlines): Add group.
  
        * progmodes/compile.el (compilation-shell-minor-mode): Add group.
!       (compilation-minor-mode):  Add group.
  
        * reveal.el (global-reveal-mode): Add group.
  
--- 13,19 ----
        * textmodes/paragraphs.el (use-hard-newlines): Add group.
  
        * progmodes/compile.el (compilation-shell-minor-mode): Add group.
!       (compilation-minor-mode): Add group.
  
        * reveal.el (global-reveal-mode): Add group.
  
***************
*** 26,32 ****
  
        * menu-bar.el (menu-bar-options-menu): Improve tooltip string.
  
!       * simple.el (indicate-unused-lines) 
        (default-indicate-unused-lines): New variable aliases.
  
  2002-11-18  Kenichi Handa  <address@hidden>
--- 30,36 ----
  
        * menu-bar.el (menu-bar-options-menu): Improve tooltip string.
  
!       * simple.el (indicate-unused-lines)
        (default-indicate-unused-lines): New variable aliases.
  
  2002-11-18  Kenichi Handa  <address@hidden>
***************
*** 38,44 ****
        * language/cyrillic.el (cyrillic-iso-8bit): Make it safe.
  
        * language/european.el (iso-latin-1): Make it safe.
!       (iso-latin-2, iso-latin-3, iso-latin-4, iso-latin-5, iso-latin-8) 
        (iso-latin-9): Likewise.
  
        * language/greek.el (greek-iso-8bit): Make it safe.
--- 42,48 ----
        * language/cyrillic.el (cyrillic-iso-8bit): Make it safe.
  
        * language/european.el (iso-latin-1): Make it safe.
!       (iso-latin-2, iso-latin-3, iso-latin-4, iso-latin-5, iso-latin-8)
        (iso-latin-9): Likewise.
  
        * language/greek.el (greek-iso-8bit): Make it safe.
***************
*** 49,59 ****
  
        * language/thai.el (thai-tis620): Make it safe.
  
! 2002-11-18   Markus Rost  <address@hidden>
  
        * bookmark.el (bookmark-menu-length): Fix group name.
  
! 2002-11-17   Markus Rost  <address@hidden>
  
        * speedbar.el (defgroup speedbar): Use group 'etags instead of
        nonexisting group 'tags.
--- 53,63 ----
  
        * language/thai.el (thai-tis620): Make it safe.
  
! 2002-11-18  Markus Rost  <address@hidden>
  
        * bookmark.el (bookmark-menu-length): Fix group name.
  
! 2002-11-17  Markus Rost  <address@hidden>
  
        * speedbar.el (defgroup speedbar): Use group 'etags instead of
        nonexisting group 'tags.
***************
*** 76,82 ****
  
        * warnings.el (defgroup warnings): New group.
  
! 2002-11-16   Markus Rost  <address@hidden>
  
        * emacs-lisp/autoload.el (update-autoloads-from-directories):
        Sort the list of files with no autoloads.
--- 80,86 ----
  
        * warnings.el (defgroup warnings): New group.
  
! 2002-11-16  Markus Rost  <address@hidden>
  
        * emacs-lisp/autoload.el (update-autoloads-from-directories):
        Sort the list of files with no autoloads.
***************
*** 93,99 ****
        (diary-date): Return mark as well as entry.
  
        * calendar/calendar.el (diary-face): New.
!       (european-calendar-display-form, describe-calendar-mode) 
        (mark-visible-calendar-date, calendar-mark-today): Tidy doc string.
        (calendar-make-alist): New.
        (calendar-mode): Set up font-lock mode.
--- 97,103 ----
        (diary-date): Return mark as well as entry.
  
        * calendar/calendar.el (diary-face): New.
!       (european-calendar-display-form, describe-calendar-mode)
        (mark-visible-calendar-date, calendar-mark-today): Tidy doc string.
        (calendar-make-alist): New.
        (calendar-mode): Set up font-lock mode.
***************
*** 113,119 ****
  2002-11-15  Nick Roberts  <address@hidden>
  
        * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm,
!       toolbar/gud-down.pbm, toolbar/gud-finish.pbm, toolbar/gud-goto.pbm, 
        toolbar/gud-next.pbm, toolbar/gud-print.pbm, toolbar/gud-remove.pbm,
        toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm:
        Icons for debugger (pbm files).
--- 117,123 ----
  2002-11-15  Nick Roberts  <address@hidden>
  
        * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm,
!       toolbar/gud-down.pbm, toolbar/gud-finish.pbm, toolbar/gud-goto.pbm,
        toolbar/gud-next.pbm, toolbar/gud-print.pbm, toolbar/gud-remove.pbm,
        toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm:
        Icons for debugger (pbm files).
***************
*** 131,137 ****
        (ibuffer-mode): Run `ibuffer-mode-hook' instead of
        `ibuffer-mode-hooks'.
  
! 2002-11-15   Markus Rost  <address@hidden>
  
        * mail/rmailedit.el:  Add provide call.
  
--- 135,141 ----
        (ibuffer-mode): Run `ibuffer-mode-hook' instead of
        `ibuffer-mode-hooks'.
  
! 2002-11-15  Markus Rost  <address@hidden>
  
        * mail/rmailedit.el:  Add provide call.
  
***************
*** 143,149 ****
  
        * international/mule.el (set-buffer-file-coding-system): Undo prv chg.
  
! 2002-11-14   Markus Rost  <address@hidden>
  
        * custom.el (custom-declare-group): Remove unnecessary line of
        code.
--- 147,153 ----
  
        * international/mule.el (set-buffer-file-coding-system): Undo prv chg.
  
! 2002-11-14  Markus Rost  <address@hidden>
  
        * custom.el (custom-declare-group): Remove unnecessary line of
        code.
***************
*** 207,213 ****
        (gud-read-address): Correction.
  
        * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-display.xpm,
!       toolbar/gud-down.xpm, toolbar/gud-finish.xpm, toolbar/gud-goto.xpm, 
        toolbar/gud-next.xpm, toolbar/gud-print.xpm, toolbar/gud-remove.xpm,
        toolbar/gud-run.xpm, toolbar/gud-step.xpm, toolbar/gud-up.xpm:
        Icons for debugger.
--- 211,217 ----
        (gud-read-address): Correction.
  
        * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-display.xpm,
!       toolbar/gud-down.xpm, toolbar/gud-finish.xpm, toolbar/gud-goto.xpm,
        toolbar/gud-next.xpm, toolbar/gud-print.xpm, toolbar/gud-remove.xpm,
        toolbar/gud-run.xpm, toolbar/gud-step.xpm, toolbar/gud-up.xpm:
        Icons for debugger.
***************
*** 236,242 ****
        * replace.el (occur-engine): Set buffer-file-coding-system of
        OUT-BUF to that of one of BUFFERS if they locally bind that variable.
  
! 2002-11-13   Markus Rost  <address@hidden>
  
        * custom.el (custom-handle-all-keywords): Fix arg passed to
        custom-add-to-group.
--- 240,246 ----
        * replace.el (occur-engine): Set buffer-file-coding-system of
        OUT-BUF to that of one of BUFFERS if they locally bind that variable.
  
! 2002-11-13  Markus Rost  <address@hidden>
  
        * custom.el (custom-handle-all-keywords): Fix arg passed to
        custom-add-to-group.
***************
*** 261,267 ****
        (sgml-parse-tag-backward): Add limit argument.
        (html-autoview-mode): Use define-minor-mode.
  
! 2002-11-12   Markus Rost  <address@hidden>
  
        * vc-rcs.el (vc-rcs-registered): Handle the autoload cookie so
        that the definition is found by `find-function-search-for-symbol'
--- 265,271 ----
        (sgml-parse-tag-backward): Add limit argument.
        (html-autoview-mode): Use define-minor-mode.
  
! 2002-11-12  Markus Rost  <address@hidden>
  
        * vc-rcs.el (vc-rcs-registered): Handle the autoload cookie so
        that the definition is found by `find-function-search-for-symbol'
***************
*** 279,285 ****
  
        * newcomment.el (defgroup comment): Remove autoload cookie.
  
! 2002-11-11   Markus Rost  <address@hidden>
  
        * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
        Declare with defvar, not with defcustom.
--- 283,289 ----
  
        * newcomment.el (defgroup comment): Remove autoload cookie.
  
! 2002-11-11  Markus Rost  <address@hidden>
  
        * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
        Declare with defvar, not with defcustom.




reply via email to

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