aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * dbusbind.c (Fdbus_call_method_asynchronously)Michael Albinus2008-07-312-56/+379
| | | | | | (Fdbus_method_error_internal): New defuns. (xd_read_message): Handle also reply messages. (Vdbus_registered_functions_table): Extend docstring.
* * keyboard.c (gobble_input): Fix previous change.Juanma Barranquero2008-07-312-12/+16
|
* * bitmaps/README:Dan Nicolaescu2008-07-3137-3948/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * xfns.c: * termcap.c: * term.c: * syswait.h: * systty.h: * systime.h: * syssignal.h: * sysdep.c: * process.h: * process.c: * print.c: * ndir.h: * lread.c: * keyboard.c: * getpagesize.h: * floatfns.c: * fileio.c: * emacs.c: * doc.c: * dispnew.c: * dired.c: * data.c: * callproc.c: * buffer.c: * README: * Makefile.in: * s/template.h: * s/msdos.h: * m/vax.h: Remove VMS support. * s/vms.h: * vlimit.h: * uaf.h: * temacs.opt: * param.h: * ioctl.h: Remove file. * descrip.mms: * compile.com: Remove file. * Create.c: Remove VMS support. * message.el (Module): * gnus-start.el (Module): * gnus-registry.el (Module): * textmodes/texinfmt.el: * nxml/nxml-enc.el: * mail/feedmail.el: * international/mule.el: * international/latexenc.el: * emulation/viper-util.el: * emulation/viper-init.el: * emulation/viper-ex.el: * emacs-lisp/bytecomp.el: * version.el: * subr.el: * startup.el: * sort.el: * shadowfile.el: * recentf.el: * printing.el: * paths.el: * minibuffer.el: * ls-lisp.el: * loadup.el: * hippie-exp.el: * finder.el: * files.el: * ediff-util.el: * ediff-ptch.el: * ediff-init.el: * ediff-diff.el: * dired.el: * dired-aux.el: * cus-edit.el: * bindings.el: * arc-mode.el: * add-log.el: Remove VMS support. * obsolete/vmsproc.el: * obsolete/vms-pmail.el: * obsolete/vms-patch.el: Remove file. * etags.c: * emacsclient.c: Remove VMS support. * termcap.src: Remove file. * README: * PROBLEMS: * MACHINES: Remove VMS info. * ediff.texi: Remove VMS support. * os.texi: * intro.texi: * files.texi: Remove VMS support. * emacs.texi: Remove VMS support. * make-dist: * README: Remove VMS support. * vms: Remove directory.
* * s/ms-w32.h (MULTI_KBOARD): Remove.Dan Nicolaescu2008-07-3117-117/+23
| | | | | | | | | | | | | | | | | | | | | | | | * xterm.c: * xselect.c: * xfns.c: * window.c: * w32term.c: * w32fns.c: * terminal.c: * termhooks.h: * term.c: * sysdep.c: * keyboard.h: * keyboard.c: * frame.h: * frame.c: * frame.c: Remove references to MULTI_KBOARD, it is now the default. * config.in: Regenerate. * config.nt (MULTI_KBOARD): Remove. * configure.in (MULTI_KBOARD): Remove.
* * w32font.h (struct w32font_info): Use unicode version of textmetrics.Jason Rumney2008-07-304-83/+40
| | | | | | | | | * w32font.c (w32font_encode_char): Leave as unicode if in range. (w32font_open_internal): Get unicode version of textmetrics. Don't enable or disable glyph indices here. (w32font_open): Disable use of glyph indices. * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
* Fix last change.Chong Yidong2008-07-301-1/+1
|
* (Vread_buffer_function): Doc fix.Chong Yidong2008-07-301-2/+3
|
* * minibuf.c (syms_of_minibuf): Doc fix.Chong Yidong2008-07-301-0/+4
|
* (read_buffer_completion_ignore_case): New var.Chong Yidong2008-07-301-6/+21
| | | | (Fread_buffer): Use it.
* * minibuf.c (read_buffer_completion_ignore_case): New var.Chong Yidong2008-07-301-0/+5
| | | | (Fread_buffer): Use it.
* * systty.h (sensemode): Remove empty #if. Remove reference toDan Nicolaescu2008-07-304-23/+24
| | | | | | | | | | | BSD_TERMIOS, unused. * sysdep.c: Remove reference to DGUX. (closedir): Remove reference to BROKEN_CLOSEDIR, unused. * config.in: Regenerate. * configure.in (DO_BLOCK_INPUT): Remove, unused.
* (uniscribe_encode_char): Fix glyph buffer size.Jason Rumney2008-07-302-1/+5
|
* (uniscribe_shape): Avoid using context if cacheJason Rumney2008-07-292-53/+122
| | | | | | is populated. (uniscribe_encode_char): Always use uniscribe. Avoid using context if cache is populated.
* * gtkutil.c (menu_nav_ended): Remove.Jan Djärv2008-07-292-34/+8
| | | | (create_menus): Remove signal connect for menu_nav_ended.
* * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal toJan Djärv2008-07-291-5/+6
| | | | | | open menu. * gtkutil.c (menu_nav_ended): Remove. (create_menus): Remove signal connect for menu_nav_ended.
* Fix typos.Juanma Barranquero2008-07-281-22/+22
|
* (w32font_text_extents): Use w32_metric_cache consistently.Jason Rumney2008-07-282-5/+7
|
* Reapply 2008-07-28 entry by cyd.Chong Yidong2008-07-281-0/+6
|
* Revert last change.Chong Yidong2008-07-281-6/+0
|
* (redisplay_window): Check return value ofChong Yidong2008-07-281-3/+8
| | | | | compute_window_start_on_continuation_line before forcing a window start.
* * xdisp.c (redisplay_window): Check return value ofChong Yidong2008-07-281-0/+6
| | | | | compute_window_start_on_continuation_line before forcing a window start.
* (w32_enable_unicode_output, cleartype_active): RemoveJason Rumney2008-07-282-45/+10
| | | | | | | | obsolete display options. (x_draw_glyph_string_background): Don't use old cleartype_active workaround. (w32_initialize): Remove cleartype_active initialization. (syms_of_w32term): Remove w32_enable_unicode_output initialization.
* * lisp.h (init_weak_hash_tables, syms_of_font)Andreas Schwab2008-07-286-31/+57
| | | | | | | | | (xd_read_queued_messages, syms_of_dbusbind): Declare. (remove_hash_entry): Don't declare. * eval.c (maybe_call_debugger): Make static and move before use. * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT. * xdisp.c: Include "gtkutil.h" if USE_GTK. * xterm.h (x_set_frame_alpha): Declare.
* (menu_nav_ended): Revert change from 2008-07-24.Jan Djärv2008-07-282-0/+39
| | | | (create_menus): Connect selection-done to menu_nav_ended.
* code cleanups in NS portAdrian Robert2008-07-284-32/+24
|
* rename do-applescript,do_applescript in keeping with NS code conventionsAdrian Robert2008-07-272-87/+94
|
* Remove support for Mac Carbon.Dan Nicolaescu2008-07-2740-36035/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Merge from emacs--rel--22Miles Bader2008-07-265-23/+34
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1356
| * (syms_of_term): Fix last change.Eli Zaretskii2008-07-262-0/+6
| |
| * (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.
| * (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.YAMAMOTO Mitsuharu2008-07-222-4/+5
| |
| * (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.
| * (kCGBitmapByteOrder32Host): New define for non-universal SDKs.YAMAMOTO Mitsuharu2008-07-212-0/+17
| |
| * (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-182-5/+10
| | | | | | | | | | | | | | | | | | 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.
* | (print_object): Fix off-by-one in last change.Andreas Schwab2008-07-262-1/+5
| |
* | * 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.
* | (w32font_has_char): Handle the case where we can'tJason Rumney2008-07-251-1/+12
| | | | | | | | determine the script for a character.
* | (syms_of_term): Initialize default_orig_pair, default_set_foreground,Chong Yidong2008-07-251-0/+4
| | | | | | | | 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.hChong Yidong2008-07-251-0/+4
| | | | | | | | | | clash (bug#86). (getloadavg): Callers changed.
* | (x_from_xcolors): Don't initialize pixmap (silence compiler).Chong Yidong2008-07-252-1/+2
| |
* | (svg_load_image): Use rsvg_handle_get_dimensions to check that imageChong Yidong2008-07-251-9/+12
| | | | | | | | | | size is valid. Use g_object_unref instead of deprecated rsvg_handle_free to free rsvg handle.