Besides adding a log entry, do some white space fixes.
[bpt/emacs.git] / lisp / ChangeLog
index 1ec44c7..d52e997 100644 (file)
@@ -1,3 +1,35 @@
+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
 
 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.