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: Fri, 08 Feb 2002 11:50:46 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3423 emacs/lisp/ChangeLog:1.3424
*** emacs/lisp/ChangeLog:1.3423 Fri Feb  8 08:59:07 2002
--- emacs/lisp/ChangeLog        Fri Feb  8 11:50:46 2002
***************
*** 1,3 ****
--- 1,8 ----
+ 2002-02-08  Stefan Monnier  <address@hidden>
+ 
+       * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
+       (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
+ 
  2002-02-08  Richard M. Stallman  <address@hidden>
  
        * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
***************
*** 9,20 ****
  
  2002-02-08  Eli Zaretskii  <address@hidden>
  
!       * net/ange-ftp.el (ange-ftp-process-handle-line) 
        (ange-ftp-set-xfer-size): If the file's size is a float, divide
        by 1024 instead of using ash.
  
!       * international/mule-cmds.el (select-safe-coding-system): State
!       the buffer's name in the message popped in the *Warning* buffer,
        and make sure the offending buffer is displayed.
  
  2002-02-07  Markus Rost  <address@hidden>
--- 14,25 ----
  
  2002-02-08  Eli Zaretskii  <address@hidden>
  
!       * net/ange-ftp.el (ange-ftp-process-handle-line)
        (ange-ftp-set-xfer-size): If the file's size is a float, divide
        by 1024 instead of using ash.
  
!       * international/mule-cmds.el (select-safe-coding-system):
!       State the buffer's name in the message popped in the *Warning* buffer,
        and make sure the offending buffer is displayed.
  
  2002-02-07  Markus Rost  <address@hidden>
***************
*** 28,40 ****
        * register.el (list-registers): New command.
        (describe-register-1): New subroutine, taken out of view-register.
  
!       * emacs-lisp/copyright.el (copyright-regexp): 
        Delete the unibyte copyright symbol; it's redundant.
        Fix a spazz in the multibyte encoding here.
  
  2002-02-07  Dave Love  <address@hidden>
  
!       * language/cyril-util.el (cyrillic-encode-koi8-r-char) 
        (cyrillic-encode-alternativnyj-char): Get translation tables from
        symbol properties, not as variables.
        (standard-display-cyrillic-translit): Include unicodes.
--- 33,45 ----
        * register.el (list-registers): New command.
        (describe-register-1): New subroutine, taken out of view-register.
  
!       * emacs-lisp/copyright.el (copyright-regexp):
        Delete the unibyte copyright symbol; it's redundant.
        Fix a spazz in the multibyte encoding here.
  
  2002-02-07  Dave Love  <address@hidden>
  
!       * language/cyril-util.el (cyrillic-encode-koi8-r-char)
        (cyrillic-encode-alternativnyj-char): Get translation tables from
        symbol properties, not as variables.
        (standard-display-cyrillic-translit): Include unicodes.
***************
*** 88,94 ****
  
        * subr.el (force-mode-line-update): Doc fix.
  
!       * subr.el (atomic-change-group, prepare-change-group) 
        (activate-change-group, accept-change-group, cancel-change-group):
        New functions.
  
--- 93,99 ----
  
        * subr.el (force-mode-line-update): Doc fix.
  
!       * subr.el (atomic-change-group, prepare-change-group)
        (activate-change-group, accept-change-group, cancel-change-group):
        New functions.
  
***************
*** 111,118 ****
  
        * play/pong.el (pong-height): Don't use height that exceeds the
        frame height.
!       (pong-border-options): Make the border colors slightly more
!       bright.
  
        * play/gamegrid.el (gamegrid-display-type): Treat any
        color-capable display as color-x, if display-color-p is fboundp.
--- 116,122 ----
  
        * play/pong.el (pong-height): Don't use height that exceeds the
        frame height.
!       (pong-border-options): Make the border colors slightly more bright.
  
        * play/gamegrid.el (gamegrid-display-type): Treat any
        color-capable display as color-x, if display-color-p is fboundp.
***************
*** 137,164 ****
  
  2002-02-04  Simon Josefsson  <address@hidden>
  
!       * dired.el (dired-load-hook, dired-mode-hook) 
        (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
  
  2002-02-03  Colin Walters  <address@hidden>
  
!       * ibuf-ext.el (ibuffer-filter-format-alist,
!       ibuffer-cached-filter-formats,
!       ibuffer-compiled-filter-formats): New variables.
!       
        * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
        is now the Emacs CVS tree.
        (ibuffer-formats): Doc fix.
!       (ibuffer-active-formats-name, ibuffer-current-formats): New
!       functions.
        (ibuffer-current-format): Use them.
!       (ibuffer-recompile-formats): Add support for
!       ibuffer-filter-format-alist.
!       (ibuffer-check-formats): Ditto.
!       (ibuffer-switch-format): Ditto.
!       (ibuffer-update-title): Ditto.
        (define-ibuffer-column process): Remove unncessary consing.
!       
        * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
        for a summary column.
  
--- 141,164 ----
  
  2002-02-04  Simon Josefsson  <address@hidden>
  
!       * dired.el (dired-load-hook, dired-mode-hook)
        (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
  
  2002-02-03  Colin Walters  <address@hidden>
  
!       * ibuf-ext.el (ibuffer-filter-format-alist)
!       (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
!       New variables.
        * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
        is now the Emacs CVS tree.
        (ibuffer-formats): Doc fix.
!       (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
        (ibuffer-current-format): Use them.
!       (ibuffer-recompile-formats, ibuffer-check-formats)
!       (ibuffer-switch-format, ibuffer-update-title):
!       Add support for ibuffer-filter-format-alist.
        (define-ibuffer-column process): Remove unncessary consing.
! 
        * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
        for a summary column.
  
***************
*** 173,182 ****
  
  2002-02-03  Pavel Jan,Am(Bk  <address@hidden>
  
!       * menu-bar.el (menu-bar-help-menu): Use different text for
!       tool-tip.
!       (menu-bar-options-save): Save also the value of
!       `display-time-mode'.
        (showhide-date-time): New function.
        (menu-bar-showhide-menu): New menu-item "Date and time".
  
--- 173,180 ----
  
  2002-02-03  Pavel Jan,Am(Bk  <address@hidden>
  
!       * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
!       (menu-bar-options-save): Save also the value of `display-time-mode'.
        (showhide-date-time): New function.
        (menu-bar-showhide-menu): New menu-item "Date and time".
  
***************
*** 219,226 ****
        These changes integrate new version of flyspell.el from its
        maintainer, Manuel Serrano:
  
!       * textmodes/flyspell.el (flyspell-issue-message-flag): New user
!       option.
        (flyspell-mode-on, flyspell-notify-misspell)
        (flyspell-small-region, flyspell-external-point-words)
        (flyspell-large-region): Use it
--- 217,223 ----
        These changes integrate new version of flyspell.el from its
        maintainer, Manuel Serrano:
  
!       * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
        (flyspell-mode-on, flyspell-notify-misspell)
        (flyspell-small-region, flyspell-external-point-words)
        (flyspell-large-region): Use it
***************
*** 248,255 ****
        * novice.el (enable-command): If Emacs was invoked as "emacs -q",
        don't alter the user's ~/.emacs.
        (disable-command): If user-init-file is nil or does not exist,
!       default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).  But
!       don't alter the init file if Emacs was invoked as "emacs -q"
  
  2002-02-01  Stefan Monnier  <address@hidden>
  
--- 245,252 ----
        * novice.el (enable-command): If Emacs was invoked as "emacs -q",
        don't alter the user's ~/.emacs.
        (disable-command): If user-init-file is nil or does not exist,
!       default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
!       But don't alter the init file if Emacs was invoked as "emacs -q"
  
  2002-02-01  Stefan Monnier  <address@hidden>
  



reply via email to

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