Check for OSX >= 10.4 to match what the maunal says and what we actually support.
[bpt/emacs.git] / src / nsterm.m
2012-10-07 Jan DjärvCheck for OSX >= 10.4 to match what the maunal says...
2012-10-07 Jan Djärv* nsfns.m (ns_in_resize): Remove.
2012-10-06 Jan DjärvHandle fullscreen parameter in initial/defult-frame...
2012-10-06 Kenichi Handamerge trunk
2012-10-05 Glenn MorrisMerge from emacs-24; up to 2012-05-08T14:11:47Z!monnier...
2012-10-02 Jan Djärv* nsterm.m (windowDidEnterFullScreen): Remove fprintf.
2012-10-01 Paul EggertPrefer plain 'static' to 'static inline'.
2012-09-30 Kenichi Handamerge trunk
2012-09-30 Jan DjärvAdd support for fullscreen in the NS port.
2012-09-28 Glenn MorrisMerge from emacs-24; up to 2012-05-07T21:26:08Z!rgm...
2012-09-26 Stefan MonnierMerge profiler branch
2012-09-24 Paul Eggertimage.c, indent.c: Use bool for booleans.
2012-09-23 Paul EggertSimplify and avoid signal-handling races.
2012-09-23 Jan Djärv* nsterm.m (ns_dumpglyphs_image): dr is a new rect...
2012-09-22 Kenichi Handamerge trunk
2012-09-21 Chong YidongMerge from emacs-24; up to 2012-05-07T14:57:18Z!michael...
2012-09-20 Paul EggertOmit unused arg EXPECTED from socket hooks.
2012-09-16 Paul EggertRemove configure's --without-sync-input option.
2012-09-16 Kenichi Handamerge trunk
2012-09-16 Jan DjärvTry to fix crashes introduced by 2012-09-10T21:01:45Z...
2012-09-15 Paul EggertPort better to POSIX hosts lacking _setjmp.
2012-09-11 Jan Djärv* nsterm.h: Add delay parameter to updateFrameSize.
2012-09-10 Jan Djärv* nsterm.m (ns_update_begin): Set clip path to whole...
2012-09-09 Jan DjärvRemove debug prints
2012-09-08 Jan Djärv* nsterm.m (ns_draw_fringe_bitmap, ns_dumpglyphs_image...
2012-09-08 Jan Djärv* nsterm.m (updateFrameSize): Call setFrame: on the...
2012-09-08 Jan Djärv* nsterm.h (EmacsView): Add updateFrameSize.
2012-09-05 Glenn MorrisMerge from emacs-24; up to 2012-05-05T02:50:20Z!monnier...
2012-09-04 Paul EggertSimplify redefinition of 'abort' (Bug#12316).
2012-08-28 Glenn MorrisMerge from emacs-24; up to 2012-05-04T19:17:01Z!monnier...
2012-08-28 Kenichi Handamerge trunk
2012-08-22 Jan Djärv* nsterm.m (insertText:): Don't clear modifiers if...
2012-08-22 Kenichi Handamerge trunk
2012-08-22 Kenichi Handamerge trunk
2012-08-21 Jan Djärv* nsterm.m (fd_handler:): Alloc and release a NSAutorel...
2012-08-18 Paul Eggert* window.h (WSET): Remove.
2012-08-17 Paul Eggert* keyboard.h (KSET): Remove.
2012-08-17 Paul Eggert* frame.h (FSET): Remove (Bug#12215).
2012-08-16 Paul EggertUse ASCII tests for character types.
2012-08-16 Kenichi Handamerge trunk
2012-08-15 Jan DjärvImprove event loop on NS so that no polling is used.
2012-08-13 Dmitry AntipovUse KSET for write access to Lisp_Object members of...
2012-08-12 Jan DjärvBackports for 1995-05-29T20:16:10Z!kwzh@gnu.org, 1995...
2012-08-11 Jan Djärv* nsterm.m (not_in_argv): New function.
2012-08-11 Chong YidongMerge from emacs-24; up to 2012-05-02T11:38:01Z!lekktu...
2012-08-10 Dmitry AntipovDefine Qnone once for all platforms.
2012-08-07 Dmitry AntipovDrop WGET and revert read access to Lisp_Objects slots...
2012-08-07 Dmitry AntipovDrop FGET and revert read access to Lisp_Objects slots...
2012-08-07 Chong YidongMerge from emacs-24; up to 2012-05-02T07:12:52Z!rgm...
2012-08-06 Jan DjärvUse FSET.
2012-08-06 Dmitry AntipovSeparate read and write access to Lisp_Object slots...
2012-08-06 Dmitry AntipovSeparate read and write access to Lisp_Object slots...
2012-08-02 Glenn Morris* src/nsterm.m (ns_exec_path, ns_load_path): Use SEPCHAR
2012-08-01 Alp Aker* nsterm.m (ns_set_vertical_scroll_bar, ns_redeem_scrol...
2012-08-01 Dmitry AntipovUse INTERNAL_FIELD for windows.
2012-07-31 Jan DjärvFix compiler and run time warnings in nsmenu.m and...
2012-07-31 Jan Djärv* nsfns.m, nsmenu.m, msterm.m: Adopt to struct frame...
2012-07-31 Dmitry AntipovGeneralize INTERNAL_FIELD between buffers, keyboards...
2012-07-31 Jan Djärv* nsterm.m (openFiles): Fix previous checkin.
2012-07-30 Jan DjärvDon't open files from Cocoa-parsed command line.
2012-07-28 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T18:47...
2012-07-25 Jan Djärv* nsterm.m (ns_read_socket): Return early if there...
2012-07-21 Jan Djärv* nsterm.m (accessibilityAttributeValue): Surround...
2012-07-21 Jan Djärv* nsterm.m (conversationIdentifier): Return value is...
2012-07-21 Jan Djärv* nsterm.m (accessibilityAttributeValue): New function..
2012-07-21 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T10:20...
2012-07-17 Stefan MonnierMerge from emacs-24
2012-07-16 Kenichi Handamerge trunk
2012-07-16 Kenichi Handamerge trunk
2012-07-16 Jan Djärv* nsterm.m (keyDown): Interpret flags without left...
2012-07-13 Jan DjärvRemove compiler warnings in objective-C files.
2012-07-12 Paul EggertFix typos that broke OS X build.
2012-07-10 Paul EggertEMACS_TIME simplification (Bug#11875).
2012-07-10 Paul EggertSimplify by avoiding confusing use of strncpy etc.
2012-07-10 Glenn Morris* src/nsterm.m (ns_exec_path): Fix typo in previous
2012-07-10 Glenn MorrisStop ns builds setting the EMACSLOADPATH environment...
2012-07-09 Glenn MorrisStop ns builds setting the EMACSPATH environment variable
2012-07-09 Glenn Morris* src/nsterm.m, src/nsterm.h (ns_etc_directory): Fix...
2012-07-09 Glenn MorrisStop ns builds polluting the environment with EMACSDATA...
2012-07-06 Paul EggertUse c_strcasecmp for ASCII case-insensitive comparison.
2012-07-06 Chong YidongMerge from emacs-24; up to 2012-05-01T00:16:02Z!rgm...
2012-07-05 Paul EggertMore xmalloc and related cleanup.
2012-06-30 Glenn Morris* src/nsterm.m (ns_init_paths): Ignore site-lisp if...
2012-06-29 Glenn MorrisMerge from emacs-24; up to 2012-04-30T11:57:47Z!sdl...
2012-06-29 Dmitry Antipov* nsfns.m: Fix GLYPH_DEBUG usage assuming that it may be
2012-06-22 Paul EggertSupport higher-resolution time stamps.
2012-06-21 Glenn MorrisMerge from emacs-24; up to 2012-04-26T03:04:36Z!cyd...
2012-06-17 Chong YidongMerge changes from emacs-24; up to 2012-04-26T02:03...
2012-06-17 Alp AkerImplement wave-style variant of underlining.
2012-06-15 Fabián Ezequiel... Merge from trunk
2012-06-11 Jan Djärv* nsterm.m (x_free_frame_resources): Move xfree so...
2012-06-10 Chong YidongMerge from emacs-24; up to 2012-04-25T15:23:19Z!sdl...
2012-05-31 Chong YidongMerge from emacs-24; up to 2012-04-24T21:47:24Z!michael...
2012-05-27 Glenn MorrisMerge from emacs-24; up to 2012-04-24T08:35:02Z!lekktu...
2012-05-26 Glenn MorrisDon't mess with INFOPATH in ns builds
2012-05-25 Paul EggertMerge from trunk.
2012-05-14 Stefan Merten(rst-re-alist): Fix loading (bug#11462).
2012-05-14 Glenn MorrisMake a self-contained ns build able to find its own...
2012-05-14 Glenn Morris* src/nsterm.m (ns_init_paths): Fix typo ("libexec...
2012-04-22 Paul EggertMerge from trunk.
next