X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2FChangeLog;h=d57a7fa5b0e5ea92c98ab7fbf3de24458a02fb61;hb=1cc7e2dcd31f065abc0a2b2fb9df29ef00151740;hp=1a5ed141fc58dc1e6aff758df7aff7a98777f68b;hpb=7790a41b9d32aece26b9ab8cb93c204a01dd1c33;p=chise%2Fxemacs-chise.git.1 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1a5ed14..d57a7fa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,18 @@ +2006-03-02 MORIOKA Tomohiko + + * mule/mule-conf.el (=ucs-bmp-cjk@unicode): Change `max-code' to + #x9FA5 temporarily. + +2006-01-17 MORIOKA Tomohiko + + * mule/mule-coding.el (coded-charset-entity-reference-alist): Add + settings for `=jis-x0208@1978/i1'. + +2005-11-24 MORIOKA Tomohiko + + * mule/mule-conf.el (=jis-x0208@1978/i-4): New coded-charset for + XEmacs CHISE. + 2005-10-24 MORIOKA Tomohiko * mule/mule-conf.el (=adobe-japan1-[0..6]): New coded-charset for @@ -1342,6 +1357,139 @@ * files.el (insert-file-contents-literally): Treat file as binary; call file-name-handlers. [sync with Emacs 20.3.10] +2006-01-28 Vin Shelton + + * XEmacs 21.4.19 is released + +2006-01-03 Aidan Kehoe + + * easymenu.el: Update copyright. + * easymenu.el (easy-menu-all-popups): + Add a docstring. + * easymenu.el (easy-menu-add): + Document a bug, rework the function to preserve any existing + non-default mode-popup-menu instead of overwriting it, and not to + bother normalising the menu title (nothing else does). + * easymenu.el (easy-menu-remove): + Restore the default mode-popup-menu instead of leaving an empty + one when we remove the last easy-menu popup. + +2006-01-06 Adrian Aichner + + * package-get.el (package-get-download-sites): Add pt.xemacs.org, + as suggested by Rodrigo Ventura. + * package-get.el (package-get-pre-release-download-sites): Ditto, + with replacement of xemacs-21.5 by beta, which is the logical path + to our beta core and package pre-releases. + +2005-12-17 Adrian Aichner + + * package-get.el (package-get-download-sites): Add Hong Kong + download site. + * package-get.el (package-get-pre-release-download-sites): Ditto. + +2005-12-26 Vin Shelton + + * find-paths.el: + * find-paths.el (paths-emacs-root-p): Add search for package root. + * find-paths.el (paths-find-emacs-root): Replaced with + paths-find-invocation-roots, which returns a list of roots. + * find-paths.el (paths-find-invocation-roots): New. + * find-paths.el (paths-find-emacs-roots): Call paths-find-invocation-roots. + +2005-12-05 Ville Skyttä + + * minibuf.el (x-library-search-path): Add /usr(/local)/share/X11. + * font.el (font-lookup-rgb-components): Ditto, remove stale comment. + +2005-12-03 Vin Shelton + + * XEmacs 21.4.18 is released + +2005-10-28 Adrian Aichner + + * package-get.el (package-get-download-sites): Update reflecting + latest http://www.xemacs.org/Releases/ information generated by + xemacs-builds/adrian/website/package-get-2-download-sites.el. + * package-get.el (package-get-pre-release-download-sites): Ditto. + +2005-02-28 Simon Josefsson + + * about.el (xemacs-hackers): Add jas. + (about-other-current-hackers): Likewise. + (about-url-alist): Add URL for jas. + (about-personal-info): Document jas. + (about-hacker-contribution): Describe jas contributions. + +2005-03-25 Ralf Angeli + + * easymenu.el (easy-menu-remove): As described in + E1D4Nn5-0001lq-EU@neutrino.iwi.uni-sb.de; don't strip everything + except the "Command" menu from mode-popup-menu. + +2005-03-25 Ralf Angeli + + * font.el (font-spatial-to-canonical): Correct calculation of + return value for pixel-based input value. + +2002-05-13 Adrian Aichner + + * code-process.el (call-process): Process-related docstring + improvements spurred by Norbert Koch. + * code-process.el (call-process-region): Ditto. + * code-process.el (start-process): Ditto. + +2005-10-09 Adrian Aichner + + * finder.el (finder-find-library): Return filename actually + searched for. + +2005-10-10 Steve Youngs + + * help.el (view-emacs-news): Use `expand-file-name' instead of + `locate-data-file' as the latter will find any "NEWS" files that + might exist in packages _before_ the one in core. + +2005-06-06 Adrian Aichner + + * package-get.el (package-get-init-package): + package-get-init-package buglet (21.4.17) by Jeff Mincy + fixing false temporary load-path shadows reported + after package installation and simplifying code. + +2005-10-18 Ville Skyttä + + * package-get.el (package-get-download-sites): Sync mirrors list + with the XEmacs website. + (package-get-pre-release-download-sites): Ditto. + +2005-04-06 Stephen J. Turnbull + + * derived.el (derived-mode-merge-syntax-tables): + Revert my 21.5-only patch of 2003-07-18 which slipped in + through Jerry James's patch of 2004-06-07. + +2005-02-23 Adrian Aichner + + * cmdloop.el (keyboard-quit): Remove workaround for + `region-active-p' not making sure active region is in current + buffer now that it does. + * minibuf.el (minibuffer-keyboard-quit): Ditto. + * simple.el (region-active-p): `region-active-p' to only return t + when active region is in current buffer. + +2005-02-21 Norbert Koch + + * package-ui.el (pui-list-packages): MF21.5, adapt to longer + package names, quell a byte-compiler warning, doc fix. + +2005-02-16 Aidan Kehoe + + * buffer.el (pop-to-buffer): + * window-xemacs.el (display-buffer): + Document use of `same-window-buffer-names,' `same-window-regexps' + by pop-to-buffer and display-buffer. + 2005-02-06 Vin Shelton * XEmacs 21.4.17 is released @@ -1356,7 +1504,7 @@ * simple.el (shifted-motion-keys-select-region): Fix statement about unshifted-motion-keys-deselect-region. -2004-12-15 Ville Skyttä +2004-12-15 Ville Skyttä * bytecomp-runtime.el (make-obsolete): Add 3rd argument (no-op for now) for GNU Emacs compatibility. @@ -1936,7 +2084,7 @@ * isearch-mode.el (isearch-mode-map): GR (and C1) is printable. -2003-01-06 Ville Skyttä +2003-01-06 Ville Skyttä * menubar-items.el (default-menubar): Use browse-url-mozilla instead of browse-url-gnome-moz for Mozilla. @@ -1945,13 +2093,13 @@ * XEmacs 21.4.11 "Native Windows TTY Support" is released. -2002-12-27 Ville Skyttä +2002-12-27 Ville Skyttä * files.el (auto-mode-alist): Remove redundant entries for modes that live in packages. (interpreter-mode-alist): Ditto. -2002-03-17 Ville Skyttä +2002-03-17 Ville Skyttä * menubar-items.el (default-menubar): Sync with current browse-url-xemacs.el. @@ -1975,7 +2123,7 @@ (font-lock-fontify-keywords-region): Supply the argument to font-lock-compile-keywords. -2002-09-22 Ville Skyttä +2002-09-22 Ville Skyttä * package-get.el (package-get-download-sites): Bring sites list up to date, prefer xx.xemacs.org addresses. @@ -1995,7 +2143,7 @@ * gutter-items.el (set-progress-feedback-instantiator): Fix bad merge. -2002-09-02 Ville Skyttä +2002-09-02 Ville Skyttä * bytecomp-runtime.el (make-obsolete): Docstring argument nit. (make-obsolete-variable): Ditto. @@ -2027,7 +2175,7 @@ * XEmacs 21.4.9 "Informed Management" is released. -2002-06-22 Ville Skyttä +2002-06-22 Ville Skyttä * subr.el (add-to-list): Sync with GNU Emacs 21.2, adding the "&optional append" argument. @@ -2047,7 +2195,7 @@ * simple.el (join-line): New alias for `delete-indentation'. -2002-08-02 Ville Skyttä +2002-08-02 Ville Skyttä * font-lock.el: Some faces and doc typo fixes from GNU Emacs. (font-lock-doc-face): New alias to font-lock-doc-string-face. @@ -2126,7 +2274,7 @@ * find-paths.el (paths-find-architecture-directory): Search in `system-configuration'/`base', not `base'`system-configuration'. -2002-06-23 Ville Skyttä +2002-06-23 Ville Skyttä * info.el (Info-index): Add missing \ in [ t]. @@ -2296,7 +2444,7 @@ * startup.el (normal-top-level): Prevent migration code from trashing .emacs on an error in loading the init files. -2002-03-14 Ville Skyttä +2002-03-14 Ville Skyttä * files.el (auto-mode-alist): GNUmakefile is a Makefile, "system default" Xdefaults and friends get xrdb-mode. @@ -2339,7 +2487,7 @@ 2002-02-03 Adrian Aichner * printer.el (generic-print-region): Pass correct arguments to - lpr-region. Thanks to Nevin Kapur and Björn + lpr-region. Thanks to Nevin Kapur and Björn Torkelsson . 2002-01-09 John Paul Wallington