summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove support for Mac Carbon.remove-carbonDan Nicolaescu2008-07-27100-42429/+269
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* fix up ns-extended-platform-support-modebefore-remove-carbonAdrian Robert2008-07-272-10/+16
|
* fix date in last changelog entryAdrian Robert2008-07-271-1/+1
|
* fix typo with info installation under NSAdrian Robert2008-07-272-1/+6
|
* *** empty log message ***Michael Albinus2008-07-261-0/+23
|
* * net/xesam.el (xesam-from): Remove defvar.Michael Albinus2008-07-261-72/+71
| | | | | | | | | | (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.
* * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't callMichael Albinus2008-07-261-1/+0
| | | | `tramp-process-sentinel'.
* * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't callMichael Albinus2008-07-261-1/+0
| | | | `tramp-process-sentinel'.
* * net/tramp.el (tramp-handle-start-file-process): SetMichael Albinus2008-07-261-16/+10
| | | | | | | 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.
* Merge from emacs--rel--22Miles Bader2008-07-265-23/+34
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1356
| * *** empty log message ***Eli Zaretskii2008-07-261-0/+4
| |
| * (syms_of_term): Fix last change.Eli Zaretskii2008-07-261-0/+2
| |
| * (tex-compilation-parse-errors): Check forChong Yidong2008-07-251-1/+5
| | | | | | | | invalid filename strings when parsing tex errors (bug#376).
| * * textmodes/tex-mode.el (tex-compilation-parse-errors): Check forChong Yidong2008-07-251-0/+5
| | | | | | | | invalid filename strings when parsing tex errors (bug#376).
| * (syms_of_term): Initialize default_orig_pair, default_set_foreground,Chong Yidong2008-07-251-0/+3
| | | | | | | | and default_set_background.
| * * term.c (syms_of_term): Initialize default_orig_pair,Chong Yidong2008-07-251-0/+3
| | | | | | | | default_set_foreground, and default_set_background.
| * (nl): Rename to name_list to avoid ncurses.h clash (bug#86).Chong Yidong2008-07-251-14/+14
| | | | | | | | (getloadavg): Callers changed.
| * * getloadavg.c (nl): Rename to name_list to avoid ncurses.h clash (bug#86).Chong Yidong2008-07-251-0/+6
| | | | | | | | (getloadavg): Callers changed.
| * Regenerate.Chong Yidong2008-07-251-1/+2
| |
| * Check for getrlimit.Chong Yidong2008-07-251-1/+1
| |
| * Regenerate.Chong Yidong2008-07-251-4/+8
| |
| * * configure.in: Check for getrlimit.Chong Yidong2008-07-251-0/+6
| | | | | | | | * configure: Regenerate.
| * (dired-copy-file-recursive): Avoid calling set-file-modes whenChong Yidong2008-07-241-3/+9
| | | | | | | | creating target directories.
| * * dired-aux.el (dired-copy-file-recursive): Avoid callingChong Yidong2008-07-241-0/+5
| | | | | | | | set-file-modes when creating target directories.
| * (enriched-mode-map): Bind C-a and C-j via key remapping, not directly.Chong Yidong2008-07-241-2/+3
| |
| * * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j viaChong Yidong2008-07-241-0/+5
| | | | | | | | key remapping, not directly.
| * (flymake-errline, flymake-warnline): Use more suitable colors on darkChong Yidong2008-07-231-4/+4
| | | | | | | | displays.
| * * progmodes/flymake.el (flymake-errline, flymake-warnline): UseChong Yidong2008-07-231-0/+5
| | | | | | | | more suitable colors on dark displays.
| * (shell-dynamic-complete-functions): UseChong Yidong2008-07-231-1/+2
| | | | | | | | comint-dynamic-complete-filename as well (bug#361).
| * * shell.el (shell-dynamic-complete-functions): UseChong Yidong2008-07-231-0/+5
| | | | | | | | comint-dynamic-complete-filename as well (bug#361).
| * *** empty log message ***YAMAMOTO Mitsuharu2008-07-221-0/+4
| |
| * (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.YAMAMOTO Mitsuharu2008-07-221-4/+1
| |
| * (print_object): Check print_depth before searching for circularities.Chong Yidong2008-07-211-3/+4
| |
| * * print.c (print_object): Check print_depth before searching forChong Yidong2008-07-211-0/+5
| | | | | | | | circularities.
| * *** empty log message ***YAMAMOTO Mitsuharu2008-07-211-0/+11
| |
| * (kCGBitmapByteOrder32Host): New define for non-universal SDKs.YAMAMOTO Mitsuharu2008-07-211-0/+6
| |
| * (XDrawLine, XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]:YAMAMOTO Mitsuharu2008-07-211-9/+2
| | | | | | | | Remove conditionals for kCGBitmapByteOrder32Host.
| * (mac_create_cg_image_from_image, image_load_image_io)YAMAMOTO Mitsuharu2008-07-211-10/+5
| | | | | | | | [USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.
| * Backport of long term bug from trunk:Jason Rumney2008-07-181-5/+3
| | | | | | | | | | | | | | | | | | 2008-07-18 David Robinow <drobinow@gmail.com> (tiny change) * w32inevt.c: Include dispextern.h. Don't declare change_frame_size here. (maybe_generate_resize_event, resize_event): Call change_frame_size with SAFE arg.
| * Backport of long term bug from trunk:Jason Rumney2008-07-181-0/+7
| | | | | | | | | | | | | | | | | | 2008-07-18 David Robinow <drobinow@gmail.com> (tiny change) * w32inevt.c: Include dispextern.h. Don't declare change_frame_size here. (maybe_generate_resize_event, resize_event): Call change_frame_size with SAFE arg.
| * Merge from gnus--rel--5.10Miles Bader2008-07-173-6/+37
| | | | | | | | Revision: emacs@sv.gnu.org/emacs--rel--22--patch-281
* | Merge from gnus--devo--0Miles Bader2008-07-264-20/+62
| | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1355
* | (print_object): Fix off-by-one in last change.Andreas Schwab2008-07-262-1/+5
| |
* | * org-exp.el (org-export-html-style)Carsten Dominik2008-07-261-0/+4
| | | | | | | | (org-export-html-style-extra): Declare as safe-local-variable.
* | *** empty log message ***Carsten Dominik2008-07-261-0/+5
| |
* | Rename diff-show-trailing-blanks to diff-show-trailing-whitespaces.Vinicius Jose Latorre2008-07-262-2/+7
| |
* | 2008-07-25 Carsten Dominik <dominik@science.uva.nl>Carsten Dominik2008-07-252-1/+6
| | | | | | | | * org.texi (Export options): Document the use of the creator flag.
* | 2008-07-25 Carsten Dominik <dominik@science.uva.nl>Carsten Dominik2008-07-2528-38/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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'.
* | * term.c (syms_of_term): Don't initialize default_orig_pair,Juanma Barranquero2008-07-252-0/+7
| | | | | | | | default_set_foreground and default_set_background on Windows.
* | (uniscribe_shape): Pass NULL for control arg to ScriptItemize. CleanJason Rumney2008-07-252-37/+65
| | | | | | | | | | | | up return value checking. Remove unused variables. (uniscribe_encode_char): Encode non-BMP characters with uniscribe shaping engine.