* term/ns-win.el: Rename ns- functions/variables to the
[bpt/emacs.git] / lisp / ChangeLog
index 6556941..b228b18 100644 (file)
@@ -1,3 +1,43 @@
+2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * term/ns-win.el: Rename ns- functions/variables to the
+       corresponding x- versions.
+       (x-select-text, x-cut-buffer-or-selection-value)
+       (x-disown-selection-internal, x-get-selection-internal)
+       (x-own-selection-internal, x-defined-colors, xw-defined-colors)
+       (x-display-mm-width, x-display-mm-height)
+       (x-display-backing-store, x-display-save-under)
+       (x-display-visual-class, x-display-screens, x-focus-frame): Remove
+       defaliases.
+
+       * frame.el (ns-display-name): Remove declaration.
+       (make-frame-on-display): Use x-display-name instead
+       ns-display-name.  Use unless.
+
+       * startup.el (command-line-1): Fix indentation.
+
+       * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
+       checked in inadvertently.
+
+2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
+
+       * term/ns-win.el: Standardize references to "Nextstep" in
+       comments, messages, and docstrings.
+       (ns-handle-args, x-parse-geometry)
+       (ns-extended-platform-support-mode, x-setup-function-keys)
+       (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
+       (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
+       (ns-initialized, ns-initialize-window-system): Doc fixes.
+
+2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
+
+       * diff-mode.el (diff-auto-refine): Delete defcustom.
+       (diff-auto-refine-mode): New func/var via define-minor-mode.
+       Update var ref to use diff-auto-refine-mode.
+       * smerge-mode.el (diff-mode): Require when compiling.
+       (smerge-auto-refine): Delete defcustom.
+       Update smerge-auto-refine ref to use diff-auto-refine-mode.
+
 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
 
        * simple.el (visual-line): New custom group.
        * simple.el (line-move-visual): Make it a defcustom.
        (line-move-1): Convert temporary-goal-column back to an integer if
        it was set as a float by a previous call to line-move-visual.
-       (end-of-visual-line, beginning-of-visual-line, kill-visual-line)
-       (next-logical-line, previous-logical-line)
-       (turn-on-visual-line-mode): New functions.
-       (visual-line-mode-map): New variable.
+       (end-of-visual-line, beginning-of-visual-line)
+       (next-logical-line, previous-logical-line):  New functions.
+
+2008-07-17  David Reitter  <david.reitter@gmail.com>
+
+       * simple.el (kill-visual-line, turn-on-visual-line-mode): New
+       functions.
        (visual-line-mode, global-visual-line-mode): New minor mode.
+       (visual-line-mode-map): New variable.
 
 2008-07-17  Glenn Morris  <rgm@gnu.org>