Besides adding a log entry, do some white space fixes.
[bpt/emacs.git] / lisp / ChangeLog
index 0eca76d..d52e997 100644 (file)
@@ -1,3 +1,91 @@
+2003-01-25  Markus Rost  <rost@math.ohio-state.edu>
+
+       * international/mule-cmds.el (set-language-info)
+       (current-language-environment): Simplify setting the type of
+       current-language-environment.
+
+2003-01-25  Kim F. Storm  <storm@cua.dk>
+
+       * emulation/cua-base.el (cua--init-keymaps): Move C-S-x and C-S-c
+       bindings from cua--cua-keys-keymap to cua--region-keymap, as they are
+       only needed when the region is active.  This also makes the output
+       from C-h b look normal when cua-mode is enabled (no C-S-x/c bindings).
+
+2003-01-25  Michael Kifer  <kifer@cs.stonybrook.edu>
+
+       * ediff.el (ediff-revision): better defaults.
+
+       * ediff-vers.el (ediff-vc-latest-version): new function.
+       (ediff-vc-internal): use latest version instead of working version.
+
+2003-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * info.el (Info-extract-menu-node-name): When looking for end of menu
+       item, don't stop at first ":"; instead, continue until trailing
+       context is either a space or newline.
+       (Info-complete-menu-item): Var `pattern': allow ":" in menu item.
+       (Info-menu): Likewise, for regexp used in backwards search.
+       (Info-try-follow-nearest-node): Remove case added in previous edit.
+       Change regexp in the following case to allow ":" in menu item.
+       (Info-fontify-node): Fix bug: Handle `next-property-change' returning
+       point-max as "hasn't already been done".
+
+2003-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * info.el (Info-try-follow-nearest-node): Add case: Handle menu item
+       terminated by ": " as an index entry.
+
+2003-01-24  Juanma Barranquero  <lektu@terra.es>
+
+       * isearch.el (isearch-forward): Fix typo.
+
+2003-01-24  Kenichi Handa  <handa@m17n.org>
+
+       * international/mule.el (decode-coding-inserted-region): Renamed
+       from decode-coding-region-as-inserted-from-file to make it fit
+       well in the Lisp manual.
+
+       * jka-compr.el (jka-compr-insert-file-contents): Call
+       docode-coding-inserted-region.
+
+2003-01-24  John Paul Wallington  <jpw@gnu.org>
+
+       * ibuffer.el (ibuffer-window-list): Remove.
+       (ibuffer-confirm-operation-on): Use `window-list' instead.
+       (ibuffer-load-hook): New customizable variable.
+       (toplevel): Run it.
+       (ibuffer-customize): New command.
+       (ibuffer-mode-map): Bind it.
+       (ibuffer-mode-map): Add menu seperator in View>Sort menu.
+       (ibuffer-mode): Tidy.
+       (ibuffer-fontification-alist, ibuffer-always-show-last-buffer)
+       (ibuffer-default-directory, ibuffer-default-sorting-mode)
+       (ibuffer-maybe-show-predicates, ibuffer-hook, ibuffer-mode-hook)
+       (ibuffer-map-lines): Doc fixes.
+
+       * ibuf-ext.el (ibuffer-copy-filename-as-kill): C-u means relative
+       filenames.  Use `kill-new'.
+
+2003-01-23  Dave Love  <fx@gnu.org>
+
+       * abbrev.el (write-abbrev-file): Simplify, and put a coding cookie
+       in the file.
+
+2003-01-23  Masatake YAMATO  <jet@gyve.org>
+
+       * progmodes/asm-mode.el (asm-mode): Added syntax table entries for
+       /* */ comments.
+
+2003-01-23  Kenichi Handa  <handa@m17n.org>
+
+       * files.el (insert-directory): Read the output of "ls" by
+       no-conversion, and decode it later while preserving
+       `dired-filename' property.
+
+2003-01-23  Markus Rost  <rost@math.ohio-state.edu>
+
+       * descr-text.el (describe-text-mode-hook): Add a group.
+
 2003-01-23  John Paul Wallington  <jpw@shootybangbang.com>
 
        * term/mac-win.el (interprogram-paste-function): Handle empty
        * progmodes/octave-mod.el (octave-mode-map): Change C-c i bindings
        to C-c C-i.  Duplicate its bindings with last char a ctl char.
        Also change C-c f to C-c C-f.
-       
+
 2003-01-20  Markus Rost  <rost@math.ohio-state.edu>
 
        * ls-lisp.el (ls-lisp-use-insert-directory-program): Make default
        * loadup.el: Include lisp/textmodes in load-path for bootstrap
        emacs, to resolve ispell menu reference.
 
-2003-01-15  YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>  (tiny change)
+2003-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>  (tiny change)
 
        * international/mule.el (optimize-char-coding-system-table):
        Optimize it.
        (tooltip-gud-process-output): Undo previous change.
        (tooltip-strip-annotations): Remove.
 
-2002-12-22  Zoltan Kemenczy <zoltan@ieee.org>
+2002-12-22  Zoltan Kemenczy  <zoltan@ieee.org>
 
        * gud.el (gud-menu-map): Add jdb support for "run".
        (gud-jdb-find-source-using-classpath): Use 'identity.
        * files.el (find-file-read-args): Reenable wildcard processing
        unconditionally.
 
-2002-12-06  Robert J. Chassell <bob@rattlesnake.com>
+2002-12-06  Robert J. Chassell  <bob@rattlesnake.com>
 
        * textmodes/texinfmt.el (texinfo-format-scan): Handle new
        functions for copyright notice and copying permissions.
 
 2002-11-09  Dave Love  <fx@gnu.org>
 
-       * international/mule-cmds.el (current-language-environment): Fix :type.
+       * international/mule-cmds.el (current-language-environment):
+       Fix :type.
 
        * international/ucs-tables.el: Revert to using
        translation-table-for-input instead of keyboard-translate-table.