comparison etc/NEWS @ 61758:a01e0abcda65

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 23 Apr 2005 16:22:23 +0000
parents 761e44d04246
children 74e9414d9598
comparison
equal deleted inserted replaced
61757:50982fa2ada6 61758:a01e0abcda65
2512 2512
2513 +++ 2513 +++
2514 ** The thumbs.el package allows you to preview image files as thumbnails 2514 ** The thumbs.el package allows you to preview image files as thumbnails
2515 and can be invoked from a Dired buffer. 2515 and can be invoked from a Dired buffer.
2516 2516
2517 ** Image files are normally visited in Image mode, which lets you toggle
2518 between viewing the image and viewing the text using C-c C-c.
2519
2517 +++ 2520 +++
2518 ** The new python.el package is used to edit Python and Jython programs. 2521 ** The new python.el package is used to edit Python and Jython programs.
2519 2522
2520 ** The URL package (which had been part of W3) is now part of Emacs. 2523 ** The URL package (which had been part of W3) is now part of Emacs.
2521 2524
2850 alist whose cdr is `eq' to a specified value. 2853 alist whose cdr is `eq' to a specified value.
2851 2854
2852 +++ 2855 +++
2853 *** New macro define-obsolete-variable-alias to combine defvaralias and 2856 *** New macro define-obsolete-variable-alias to combine defvaralias and
2854 make-obsolete-variable. 2857 make-obsolete-variable.
2858
2859 ** copy-file now takes an additional option arg MUSTBENEW.
2860
2861 This argument works like the MUSTBENEW argument of write-file.
2855 2862
2856 --- 2863 ---
2857 ** easy-mmode-define-global-mode has been renamed to 2864 ** easy-mmode-define-global-mode has been renamed to
2858 define-global-minor-mode. The old name remains as an alias. 2865 define-global-minor-mode. The old name remains as an alias.
2859 2866