1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00
Commit Graph

84765 Commits

Author SHA1 Message Date
Chong Yidong
a5a1b4640f 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 16:23:55 +00:00
Chong Yidong
be5fbff54b * 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 16:23:35 +00:00
Chong Yidong
d26fbe1a8e Change NS to Nextstep in docstrings and error messages.
(Fns_create_frame, Fns_read_file_name, Fns_get_resource)
(Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
(Fns_server_vendor, Fns_server_version, Fns_display_screens)
(Fns_display_mm_height, Fns_display_mm_width)
(Fns_display_backing_store, Fns_display_visual_class)
(Fns_display_save_under, Fns_open_connection)
(Fns_close_connection, Fns_hide_emacs, Fns_font_name)
(Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
(Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
(Fns_display_pixel_width, Fns_display_pixel_height)
(Fns_display_usable_bounds, Fx_display_planes)
(Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
2008-07-21 15:40:18 +00:00
Chong Yidong
ea9de87658 * nsfns.m: Change NS to Nextstep in docstrings and error messages.
(Fns_create_frame, Fns_read_file_name, Fns_get_resource)
(Fns_set_resource, Fns_set_alpha, Fns_server_max_request_size)
(Fns_server_vendor, Fns_server_version, Fns_display_screens)
(Fns_display_mm_height, Fns_display_mm_width)
(Fns_display_backing_store, Fns_display_visual_class)
(Fns_display_save_under, Fns_open_connection)
(Fns_close_connection, Fns_hide_emacs, Fns_font_name)
(Fns_list_colors, Fns_perform_service, Fns_color_defined_p)
(Fns_color_values, Fxw_display_color_p, Fx_display_grayscale_p)
(Fns_display_pixel_width, Fns_display_pixel_height)
(Fns_display_usable_bounds, Fx_display_planes)
(Fns_display_color_cells, Vns_icon_type_alist): Doc fixes.
2008-07-21 15:40:07 +00:00
Chong Yidong
006a2cde6a Announce future deprecation. 2008-07-21 14:49:46 +00:00
Thien-Thi Nguyen
7381be9dcb Make auto-refining a minor mode, and diff- and smerge- use it.
* 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 14:20:24 +00:00
Thien-Thi Nguyen
b737c3d968 Rewrite rfc2104-hash for speed.
* rfc2104.el (rfc2104-zero): Delete defconst.
(rfc2104-hex-alist): Likewise.
(rfc2104-hex-to-int): Delete func.
(rfc2104-hexstring-to-bitstring): Likewise.
(rfc2104-nybbles): New defconst.
(rfc2104-hash): Rewrite for speed.
2008-07-21 07:27:52 +00:00
Chong Yidong
76afdf7e92 (print_object): Check print_depth before searching for circularities. 2008-07-21 05:03:39 +00:00
Chong Yidong
b42f411561 Fix last change. 2008-07-21 05:03:17 +00:00
Chong Yidong
57e1ffeb0f Mark last change as tiny. 2008-07-21 05:03:00 +00:00
Chong Yidong
3965adaba4 * print.c (print_object): Check print_depth before searching for
circularities.
2008-07-21 05:02:31 +00:00
Michael Albinus
c0894fb9cb * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
only sprintf.
2008-07-21 04:28:50 +00:00
Chong Yidong
383f1f54c9 Correctly attribute David Reitter for visual-line-mode. 2008-07-21 04:20:56 +00:00
Chong Yidong
b677cb960a (visual-line-mode): Add lighter. 2008-07-21 03:54:03 +00:00
Chong Yidong
10c0e12456 * simple.el (visual-line-mode): Add lighter. 2008-07-21 03:53:51 +00:00
Chong Yidong
4dec5cff26 (visual-line): New custom group.
(visual-line-fringe-indicators): New var.
(visual-line-mode): Set fringe-indicator-alist based on
visual-line-fringe-indicators.
2008-07-21 03:50:17 +00:00
Chong Yidong
648b7f406e * 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.
2008-07-21 03:49:58 +00:00
Kenichi Handa
d90bfd1cec *** empty log message *** 2008-07-21 02:23:57 +00:00
Adrian Robert
db8ef69909 corrected color spec docs in ns-emacs.texi 2008-07-20 21:32:21 +00:00
Andreas Schwab
8e2911c22e (find_start_pos, find_start_value)
(find_start_value_byte, find_start_begv, find_defun_start)
(back_comment, scan_sexps_forward): Use EMACS_INT for buffer
positions.
2008-07-20 18:37:46 +00:00
Dan Nicolaescu
98a0170298 * s/sol2-3.h: Insert contents of s/sol2.h.
(LD_SWITCH_SYSTEM): Remove redundant definition.
* s/sol2.h: Remove, unused.
2008-07-20 14:14:52 +00:00
Dan Nicolaescu
c788afcec7 * m/intel386.h (NO_REMAP): Do no define for USG, not used. 2008-07-20 14:12:41 +00:00
Adrian Robert
704a3a2d1c under NS, recognize HSB,AHSB as synonyms for HSV,AHSV in color specifications 2008-07-20 13:38:08 +00:00
Adrian Robert
e5e2baab29 fix typo in ns_appdir target find command 2008-07-20 13:19:56 +00:00
Dan Nicolaescu
89f1e540e1 * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
added not supported anymore.

* s/usg5-4-2.h (LIBS_SYSTEM):
* s/sol2.h (LIBS_SYSTEM): Do not undefine.

* s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
* s/lynxos.h (GETPGRP_NO_ARG):
* s/hpux10-20.h (NO_SIOCTL_H):
* s/gnu.h (GETPGRP_NO_ARG):
* s/gnu-linux.h (NO_SIOCTL_H):
* s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
* s/cygwin.h (GETPGRP_NO_ARG):
* s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
(C_DEBUG_SWITCH): Remove duplicate definition.

* m/ibms390.h: Remove boilerplate comments.

* sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.

* process.c (HAVE_SERIAL): Consolidate ifdefs.
(wait_reading_process_output): Remove code for SunOS, platform not
supported anymore.  Use SOLARIS2 instead of sun.
2008-07-20 13:03:56 +00:00
Adrian Robert
697baba531 updates to nextstep/FOR-RELEASE 2008-07-20 00:53:41 +00:00
Adrian Robert
ed96cde8e9 restore ability under NS to change font size from font panel (lost during some recent font backend refactoring) 2008-07-20 00:47:28 +00:00
Dan Nicolaescu
d5e4dda5f6 * 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-20 00:37:45 +00:00
Juri Linkov
f4949090d4 ("cyrillic-translit"): Add two rules "//'" and
"//`" for combining accents as a separate character.  Keep two
rules "i`" and "I`" for characters where accent is not a separate
character.  Revert changes that added postfix combining accents.
2008-07-19 23:59:29 +00:00
Juri Linkov
ff759a9890 (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
new keymap `narrow-map' instead of binding "\C-xns".
2008-07-19 23:58:13 +00:00
Juri Linkov
008c22f2dc (proced-mode, proced): Add \\<proced-mode-map> to docstrings. 2008-07-19 23:57:12 +00:00
Juri Linkov
aac420937f Add coding cookie utf-8 for the pilcrow sign. 2008-07-19 23:56:17 +00:00
Juri Linkov
fd9a8d1607 (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.
2008-07-19 23:56:02 +00:00
Juri Linkov
a41925a2fe (dired-mode-map): Fix menu text of image-dired-display-thumbs. 2008-07-19 23:55:41 +00:00
Juri Linkov
bb39877908 (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".
2008-07-19 23:55:02 +00:00
Juri Linkov
15f5445063 Add information about C-g to the introduction. 2008-07-19 23:54:48 +00:00
Adrian Robert
5c976973f2 fix bug with quickdraw smoothing; also, in Makefile, clean out ns_appdir in 'clean' target 2008-07-19 22:23:30 +00:00
Adrian Robert
0d1794fdb0 should have gone in in last commit 2008-07-19 20:47:26 +00:00
Adrian Robert
5a2d7ab6bf by renaming, get rid of need for hash_remove() redefinitions for NS platform; also, adjust nsgui dependencies in Makefile 2008-07-19 20:45:36 +00:00
Adrian Robert
c469837a5c fix typo ns-ps-print-buffer-with-faces pointed out by Vinicius Jose Latorre 2008-07-19 17:21:28 +00:00
Adrian Robert
c0230162c8 nsfont.m: duplicate UTF8Strings before modifying with nsfont_escape_family_name - patch due to Seiji Zenitani 2008-07-19 17:13:48 +00:00
Adrian Robert
45d325c4d1 apply fix from Chong Yidong to NS port ns_set_background_color(), and clean up comparison use of result from NS_FACE_BACKGROUND 2008-07-19 17:01:36 +00:00
Adrian Robert
b68e7decb6 correct mis-entered date in previous change 2008-07-19 16:56:31 +00:00
Adrian Robert
6b1d41a60d update icon used by NS to latest used by Carbon port 2008-07-19 16:52:00 +00:00
Adrian Robert
7a55ab54bd apply patch for GNUSTEP_MAKEFILES from Yavor Doganov 2008-07-19 16:42:22 +00:00
Andreas Schwab
568beaa253 * ns-emacs.texi: Moved from ../emacs. Add @direntry.
* Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
(ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.

* ns-emacs.texi: Move to ../misc.
2008-07-19 08:54:28 +00:00
Glenn Morris
a5e1066d83 Add 2007 to copyright years, since was available then.
(ns-make-command-string): Use mapconcat.
(ns-save-preferences): Fix typo in previous change.
2008-07-19 01:17:31 +00:00
Michael Albinus
cd71b9ae85 * dbus.texi (Inspection): Rework, introduce submenus.
(Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
(Properties and Annotations, Arguments and Signatures): New nodes.
2008-07-18 20:27:34 +00:00
Michael Albinus
f636d3cafd * 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 20:20:03 +00:00
Dan Nicolaescu
c961325a15 *** empty log message *** 2008-07-18 19:17:50 +00:00