]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
* menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
[gnu-emacs] / lisp / ChangeLog
index 2aca5853ac80ca3f449ecdfe7d19f3ccb44190a9..48ff34133371bf4178b61f9f62fa158f3c89f85e 100644 (file)
@@ -1,3 +1,212 @@
+2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
+
+       * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
+       for "word wrap" command.
+
+       * simple.el (visual-line-mode): Disable
+       truncate-partial-width-windows.
+
+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.
+       (visual-line-fringe-indicators): New var.
+       (visual-line-mode): Set fringe-indicator-alist based on
+       visual-line-fringe-indicators.  Add lighter.
+
+2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
+       (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
+       (x-handle-geometry, x-handle-name-switch, x-display-name)
+       (x-handle-display, x-handle-args, x-colors): Move ...
+       * term/common-win.el: ... here.  New file.
+       * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
+       (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
+       (x-handle-geometry, x-handle-name-switch, x-display-name)
+       (x-handle-display, x-handle-args, x-colors): Remove.
+       * loadup.el: Load term/common-win before term/x-win and term/w32-win.
+
+2008-07-19  Juri Linkov  <juri@jurta.org>
+
+       * startup.el (fancy-startup-text): Move the line "To quit
+       a partially entered command, type Control-g" a few lines below
+       to be after the line "To start".  Add text "at gnu.org" to
+       "Overview of Emacs features".
+
+       * dired.el (dired-mode-map): Fix menu text of
+       image-dired-display-thumbs.
+
+       * image-dired.el (image-dired-cmd-create-thumbnail-options)
+       (image-dired-cmd-create-temp-image-options)
+       (image-dired-cmd-create-standard-thumbnail-command): Add > to the
+       ImageMagick command line to change the dimensions of the image
+       only if its width or height exceeds the geometry specification.
+
+       * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
+
+       * proced.el (proced-mode, proced): Add \\<proced-mode-map>
+       to docstrings.
+
+2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
+
+       * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
+       Vinicius Jose Latorre.
+
+2008-07-19  Glenn Morris  <rgm@gnu.org>
+
+       * term/ns-win.el (ns-make-command-string): Use mapconcat.
+       (ns-save-preferences): Fix typo in previous change.  (Bug#573)
+
+2008-07-18  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/dbus.el (dbus-interface-properties): New defconst.
+       (dbus-introspect): Update docstring.
+       (dbus-introspect-xml, dbus-introspect-get-attribute)
+       (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
+       (dbus-introspect-get-interface-names)
+       (dbus-introspect-get-interface, dbus-introspect-get-method-names)
+       (dbus-introspect-get-method, dbus-introspect-get-signal-names)
+       (dbus-introspect-get-signal, dbus-introspect-get-property-names)
+       (dbus-introspect-get-property)
+       (dbus-introspect-get-annotation-names)
+       (dbus-introspect-get-annotation)
+       (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
+       (dbus-introspect-get-signature, dbus-get-property)
+       (dbus-set-property, dbus-get-all-properties): New defuns.
+
+2008-07-18  Chong Yidong  <cyd@stupidchicken.com>
+
+       * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc.  and
+       ns-grabenv.elc.
+
+       * ns-carbon-compat.el: File removed.
+
+       * ns-grabenv.el: File removed.
+
+       * term/ns-win.el: Contents of ns-carbon-compat.el and
+       ns-grabenv.el moved here.
+       (ns-grabenv, ns-open-file-select-line): Doc fixes.
+       (ns-submit-bug-report): Function removed.  Reports go to the main
+       Emacs bug list.
+       (ns-handle-args, ns-spi-service-call): Doc fixes.
+       (info-ns-emacs): Function removed.  Nextstep port manual will be
+       merged into the Emacs manual, so no separate link needed.
+
+2008-07-18  Francesc Rocher  <rocher@member.fsf.org>
+
+       * startup.el (fancy-splash-head): Fix change of 2008-07-02.
+
+2008-07-18  Glenn Morris  <rgm@gnu.org>
+
+       * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
+       to XEmacs, since it does nothing for Emacs.
+
+2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * net/tls.el (open-tls-stream): Make it work with the 2nd argument
+       BUFFER that is a string but does not exist as a buffer object, as
+       mentioned in the doc-string.
+
+2008-07-17  Chong Yidong  <cyd@stupidchicken.com>
+
+       * 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)
+       (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>
+
+       * term/ns-win.el (parameters): Declare for compiler.
+
+2008-07-17  Fan Kai  <fktpp@xemacs.org>  (tiny change)
+
+       * esh-arg.el (eshell-quote-backslash): Fix eshell path completion
+       for Windows.
+
+2008-07-17  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa.el (epa-key-list-mode): Use run-mode-hooks.
+       (epa-key-mode): Ditto.
+       (epa-info-mode): Ditto.
+
+2008-07-17  Glenn Morris  <rgm@gnu.org>
+
+       * term/ns-win.el (ns-handle-switch): Simplify.  Handle the numeric case.
+       (ns-handle-numeric-switch): Just call ns-handle-switch.
+       (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
+       (ns-handle-args): Simplify using `pop'.
+       (ns-display-name): Define (used in frame.el).
+       (menu-bar-select-frame): Add (ignored) arg to more closely match the
+       original definition.
+       (ns-perform-service): Declare.
+       (ns-save-preferences): Use fewer `let's.
+
+       * frame.el (ns-display-name): Declare for compiler.
+
+2008-07-17  Kenichi Handa  <handa@m17n.org>
+
+       * descr-text.el (describe-char-unidata-list): Initialize to the
+       list of name, general-category, decomposition, and old-name.
+
+2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
+
+       * startup.el (command-line-1): Update processing of NS long options to
+       mimic recent changes to processing of X long options.
+
+2008-07-16  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
+       list of #defines for remote files.
+       (gdb-source-info): Only show main if it has been found.
+
 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * term/ns-win.el: Require CL; fix up comment style; reindent.
        * frame.el (ns-initialize-window-system): Declare for compiler.
 
        * term/ns-win.el: Add numerous declarations for compiler.
-       (ns-pop-up-frames): Move definition before use. Doc fix.
+       (ns-pop-up-frames): Move definition before use.  Doc fix.
 
        * emacs-lisp/check-declare.el (check-declare-locate)
        (check-declare-verify): Handle .m files.
        * ns-grabenv.el: New file: functionality useful on OS X platform to
        expose environment variables inside Emacs started from icon.
        * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
-       * cus-edit.el
-       * cus-face.el
-       * disp-table.el
-       * faces.el
-       * info.el
-       * mouse.el
-       * mwheel.el
+       * cus-edit.el:
+       * cus-face.el:
+       * disp-table.el:
+       * faces.el:
+       * info.el:
+       * mouse.el:
+       * mwheel.el:
        * simple.el: Add ns to window systems treated as GUIs.
        * facemenu.el (facemenu-read-color): Don't require a name match under
        NS, to allow numeric color entry.
 
 2008-07-14  Jason Rumney  <jasonr@gnu.org>
 
-        * term/w32-win.el (x-handle-switch, x-handle-name-switch)
-        (x-handle-numeric-switch, x-handle-initial-switch)
-        (x-handle-xrm-switch, x-handle-args, x-handle-display)
-        (xw-defined-colors, w32-initialize-window-system):
-        Avoid use of cl pop and push macros.
+       * term/w32-win.el (x-handle-switch, x-handle-name-switch)
+       (x-handle-numeric-switch, x-handle-initial-switch)
+       (x-handle-xrm-switch, x-handle-args, x-handle-display)
+       (xw-defined-colors, w32-initialize-window-system):
+       Avoid use of cl pop and push macros.
 
 2008-07-14  Martin Rudalics  <rudalics@gmx.at>
 
 
 2008-07-13  Martin Rudalics  <rudalics@gmx.at>
 
-       * add-log.el (change-log-search-file-name): Use match-string-no-properties.
+       * add-log.el (change-log-search-file-name):
+       Use match-string-no-properties.
        (change-log-search-tag-name-1, change-log-search-tag-name)
        (change-log-goto-source-1, change-log-goto-source): New functions.
        (change-log-tag-re, change-log-find-head, change-log-find-tail):
 
 2008-07-12  Chong Yidong  <cyd@stupidchicken.com>
 
-       * simple.el (line-move-visual): Handle null pixel position
-       gracefully.
+       * simple.el (line-move-visual): Handle null pixel position gracefully.
 
 2008-07-11  Jason Rumney  <jasonr@gnu.org>
 
-        * files.el (file-truename): Get truename of ancestors if file does
-        not exist on Windows.
+       * files.el (file-truename): Get truename of ancestors if file does
+       not exist on Windows.
 
 2008-07-11  Chong Yidong  <cyd@stupidchicken.com>
 
 
        * window.el (truncated-partial-width-window-p): New function.
 
-       * menu-bar.el: Remove Longlines mode from menu.  Add word-wrap
-       option.
+       * menu-bar.el: Remove Longlines mode from menu.  Add word-wrap option.
 
        * faces.el (x-create-frame-with-faces): Don't pass parameters that
        are set later to x-create-frame.
 
        * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
        from url-retrieve.
-       (newsticker--sentinel-work): Fixed xerror typo.
+       (newsticker--sentinel-work): Fix xerror typo.
 
 2008-07-07  Dan Nicolaescu  <dann@ics.uci.edu>