1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-28 19:42:02 +00:00
Commit Graph

84962 Commits

Author SHA1 Message Date
Dan Nicolaescu
9e2a264775 Remove support for Mac Carbon.
* mactoolbox.c:
* macterm.h:
* macterm.c:
* macselect.c:
* macmenu.c:
* macgui.h:
* macfns.c:
* mac.c: Remove file.
* s/darwin.h:
* m/intel386.h:
* xfaces.c:
* xdisp.c:
* window.c:
* tparam.c:
* termhooks.h:
* termcap.c:
* term.c:
* syssignal.h:
* sysselect.h:
* sysdep.c:
* process.c:
* lread.c:
* lisp.h:
* keyboard.c:
* image.c:
* fringe.c:
* frame.h:
* frame.c:
* fontset.c:
* font.h:
* font.c:
* fns.c:
* fileio.c:
* emacs.c:
* dispnew.c:
* dispextern.h:
* config.in:
* atimer.c:
* Makefile.in: Remove code for Carbon

* erc.el: Remove code for Carbon.

Remove support for Mac Carbon.
* term/mac-win.el: Remove file
* international/mule-cmds.el:
* version.el:
* startup.el:
* simple.el:
* mwheel.el:
* mouse.el:
* loadup.el:
* isearch.el:
* info.el:
* frame.el:
* faces.el:
* disp-table.el:
* cus-start.el:
* cus-face.el:
* cus-edit.el:
* Makefile.in: Remove code for Carbon.

Remove support for Mac Carbon.
* makefile.w32-in:
* emacsclient.c: Remove code for Carbon.

* PROBLEMS:
* MACHINES: Remove mentions of Mac Carbon.

* ns-emacs.texi:
* faq.texi: Remove mentions of Mac Carbon.

* os.texi:
* frames.texi:
* display.texi: Remove mentions of Mac Carbon.

* xresources.texi: Remove mentions of Mac Carbon.

* make-tarball.txt:
* admin.el:
* FOR-RELEASE:
* CPP-DEFINES: Remove mentions of Mac Carbon.

Remove support for Mac Carbon.
* mac: Remove directory.
* make-dist:
* configure.in:
* README:
* Makefile.in:
* INSTALL:  Remove code for Carbon.
* configure: Regenerate.
2008-07-27 18:24:48 +00:00
Adrian Robert
7f19297073 fix up ns-extended-platform-support-mode 2008-07-27 02:28:50 +00:00
Adrian Robert
988221332b fix date in last changelog entry 2008-07-27 02:25:02 +00:00
Adrian Robert
fb67f03d53 fix typo with info installation under NS 2008-07-27 01:20:34 +00:00
Michael Albinus
de8bb89eb2 * net/xesam.el (xesam-from): Remove defvar.
(xesam-mode): Derive from `special-mode'.  Extend `xesam-mode-map'
and `mode-line-position'.
(xesam-refresh-entry): Remove argument `hit-number'.  Add debug
information to the widgets.  Don't set `mode-line-position'.
(xesam-refresh-search-buffer): Correct hit number computing.
Don't set `mode-line-position'.
(xesam-new-search): Add debug information to the mode line.
2008-07-26 18:55:02 +00:00
Michael Albinus
9064669d01 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
`tramp-process-sentinel'.
2008-07-26 18:44:55 +00:00
Michael Albinus
c34edbdc80 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
`tramp-process-sentinel'.
2008-07-26 18:44:25 +00:00
Michael Albinus
6ce63faf37 * net/tramp.el (tramp-handle-start-file-process): Set
query-on-exit flag. Kill temporary buffer.
(tramp-process-sentinel): Remove defun.
(tramp-do-copy-or-rename-file-out-of-band)
(tramp-maybe-open-connection):Don't call it.
2008-07-26 18:43:51 +00:00
Miles Bader
7ad8fe5e28 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1356
2008-07-26 09:13:26 +00:00
Miles Bader
d62672f36a Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1355
2008-07-26 09:13:11 +00:00
Eli Zaretskii
4874e0882e (syms_of_term): Fix last change. 2008-07-26 07:34:26 +00:00
Andreas Schwab
51dc79f87e (print_object): Fix off-by-one in last change. 2008-07-26 06:49:19 +00:00
Carsten Dominik
f64ebdc2f5 * org-exp.el (org-export-html-style)
(org-export-html-style-extra): Declare as safe-local-variable.
2008-07-26 03:40:06 +00:00
Carsten Dominik
ad9c4a7860 *** empty log message *** 2008-07-26 03:39:47 +00:00
Vinicius Jose Latorre
5b8441bf47 Rename diff-show-trailing-blanks to diff-show-trailing-whitespaces. 2008-07-26 00:28:45 +00:00
Carsten Dominik
dd12e1c691 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Export options): Document the use of the creator flag.
2008-07-25 23:04:21 +00:00
Carsten Dominik
0627c2654b 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
* org-publish.el (org-publish-file): Use the true name of the
	file.

	* org-jsinfo.el (org-infojs-handle-options): Use :style-extra
	instead of :style.

	* org-exp.el (org-export-plist-vars)
	(org-export-add-options-to-plist): Handle creator setting flag.
	(org-export-as-html): Handle attributes also for ftp and mailto
	links.

	* org-agenda.el (org-agenda-diary-entry)
	(org-agenda-execute-calendar-command): Cater for the second
	argument of `calendar-cursor-to-date'.
2008-07-25 23:02:16 +00:00
Juanma Barranquero
dea101f699 * term.c (syms_of_term): Don't initialize default_orig_pair,
default_set_foreground and default_set_background on Windows.
2008-07-25 22:33:59 +00:00
Jason Rumney
11856d4d74 (uniscribe_shape): Pass NULL for control arg to ScriptItemize. Clean
up return value checking. Remove unused variables.
(uniscribe_encode_char): Encode non-BMP characters with uniscribe
shaping engine.
2008-07-25 21:53:21 +00:00
Jason Rumney
6a8082b5d4 (w32font_has_char): Handle the case where we can't
determine the script for a character.
2008-07-25 21:44:37 +00:00
Chong Yidong
7483cef100 (tex-compilation-parse-errors): Check for
invalid filename strings when parsing tex errors (bug#376).
2008-07-25 18:41:50 +00:00
Chong Yidong
99ab9fa457 * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
invalid filename strings when parsing tex errors (bug#376).
2008-07-25 18:41:36 +00:00
Chong Yidong
1957b847ef (tex-compilation-parse-errors): Check for
invalid filename strings when parsing tex errors (bug#376).
2008-07-25 18:39:38 +00:00
Chong Yidong
3a94227c21 * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
invalid filename strings when parsing tex errors (bug#376).
2008-07-25 18:39:27 +00:00
Chong Yidong
4f6f680651 (syms_of_term): Initialize default_orig_pair, default_set_foreground,
and default_set_background.
2008-07-25 18:12:41 +00:00
Chong Yidong
736dc04ff0 * term.c (syms_of_term): Initialize default_orig_pair,
default_set_foreground, and default_set_background.
2008-07-25 18:12:23 +00:00
Chong Yidong
3a7c5d405b (syms_of_term): Initialize default_orig_pair, default_set_foreground,
and default_set_background.
2008-07-25 18:12:00 +00:00
Chong Yidong
acdadb1539 * term.c (syms_of_term): Initialize default_orig_pair,
default_set_foreground, and default_set_background.
2008-07-25 18:11:49 +00:00
Chong Yidong
85de137cd7 (nl): Rename to name_list to avoid ncurses.h clash (bug#86).
(getloadavg): Callers changed.
2008-07-25 18:06:09 +00:00
Chong Yidong
2ddbd89290 * getloadavg.c (nl): Rename to name_list to avoid ncurses.h clash (bug#86).
(getloadavg): Callers changed.
2008-07-25 18:05:40 +00:00
Chong Yidong
f100213ed1 (nl): Rename to name_list to avoid ncurses.h clash (bug#86).
(getloadavg): Callers changed.
2008-07-25 18:05:01 +00:00
Chong Yidong
5efc62005a * getloadavg.c (nl): Rename to name_list to avoid ncurses.h
clash (bug#86).
(getloadavg): Callers changed.
2008-07-25 18:04:47 +00:00
Chong Yidong
80aa017136 Regenerate. 2008-07-25 17:52:20 +00:00
Chong Yidong
bd72eb5411 Check for getrlimit. 2008-07-25 17:51:59 +00:00
Chong Yidong
50e682b908 Regenerate. 2008-07-25 17:51:06 +00:00
Chong Yidong
86e922b7f0 * configure.in: Check for getrlimit.
* configure: Regenerate.
2008-07-25 17:50:32 +00:00
Chong Yidong
5acf240e32 Regenerate. 2008-07-25 17:49:55 +00:00
Chong Yidong
807e26713a Check for getrlimit. 2008-07-25 17:49:44 +00:00
Chong Yidong
7cadb46a4f * configure.in: Check for getrlimit.
* configure: Regenerate.
2008-07-25 17:49:16 +00:00
Chong Yidong
9d7112edd6 (x_from_xcolors): Don't initialize pixmap (silence compiler). 2008-07-25 17:11:42 +00:00
Chong Yidong
e025c9c2fd (svg_load_image): Use rsvg_handle_get_dimensions to check that image
size is valid.  Use g_object_unref instead of deprecated
rsvg_handle_free to free rsvg handle.
2008-07-25 17:06:23 +00:00
Chong Yidong
c01c4e35bf * image.c (svg_load_image): Use rsvg_handle_get_dimensions to check
that image size is valid.  Use g_object_unref instead of deprecated
rsvg_handle_free to free rsvg handle.
2008-07-25 17:06:06 +00:00
Dan Nicolaescu
db289ad998 (menu-bar-file-menu): Fix typo. 2008-07-25 16:26:06 +00:00
Juanma Barranquero
95cc04c4a4 Fix whitespace modification caused by bug. 2008-07-25 16:02:42 +00:00
Juanma Barranquero
dedb7c7442 * play/solitaire.el (solitaire-mode-map): Define within defvar.
(solitaire-mode): Define with `define-derived-mode'.
  (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
  (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
  (solitaire-undo, solitaire-check): Use `when'.
  (solitaire-solve): Err out if the solitaire is already in progress.
  Use `when'.
2008-07-25 15:57:59 +00:00
Chong Yidong
b2996e5783 (svg_load_image): Fix last change. 2008-07-25 14:04:02 +00:00
Chong Yidong
7bfc0e9ee9 * image.c (svg_load_image): Fix last change. 2008-07-25 14:03:51 +00:00
Juanma Barranquero
c57b496bfc * descr-text.el (describe-char): Don't overwrite local variable char
when describing characters with display-table entries.  Display font
  backend when describing composed characters.  Simplify: use `let'
  instead of `let*', and `or x y' instead of `if x x y'.
2008-07-25 12:01:59 +00:00
Jason Rumney
f31cf550ca * w32font.c (w32font_encode_char): Encode characters outside BMP as
surrogates before looking up glyph index.
(w32font_text_extents): Encode as surrogates if falling back to
functions that need UTF-16 wide chars.

* w32uniscribe.c (uniscribe_encode_char): Encode characters outside
BMP as surrogates before looking up glyph index.
2008-07-25 11:25:43 +00:00
Chong Yidong
6f79c90b19 (svg_load_image): Check for failure in return value of
rsvg_handle_get_pixbuf.  Free rsvg handle when done.
2008-07-25 05:51:24 +00:00