Wed, 06 Aug 2008 09:30:00 +0000 |
Andreas Schwab |
Regenerate.
|
Tue, 05 Aug 2008 22:45:39 +0000 |
Chong Yidong |
* xdisp.c (redisplay_window): Don't enforce scroll-margin when
|
Tue, 05 Aug 2008 21:40:26 +0000 |
Chong Yidong |
* fileio.c (Vauto_save_list_file_name): Move here from file.el.
|
Tue, 05 Aug 2008 17:33:05 +0000 |
Adrian Robert |
emacs.c (main): Under NS, set working dir to HOME when get a 'psn' argument.
|
Tue, 05 Aug 2008 16:17:07 +0000 |
Adrian Robert |
set working dir to /Users/arobert under NS when psn argument given
|
Tue, 05 Aug 2008 15:04:03 +0000 |
Juanma Barranquero |
* buffer.c (syms_of_buffer) <scroll-up-aggressively>:
|
Tue, 05 Aug 2008 03:05:14 +0000 |
Adrian Robert |
Dock menu customization, based on a patch by Ken Raeburn, plus some other fixes.
|
Mon, 04 Aug 2008 21:58:34 +0000 |
Chong Yidong |
* nsterm.h: Test directly for NS_HAVE_INTEGER before defining it.
|
Mon, 04 Aug 2008 17:50:47 +0000 |
Seiji Zenitani |
nsfns.m (x-create-frame): Set the frame parameter alpha to Qnil
|
Mon, 04 Aug 2008 17:14:08 +0000 |
Chong Yidong |
* nsterm.h (find_and_call_menu_selection): Fix prototype.
|
Mon, 04 Aug 2008 16:57:44 +0000 |
Adrian Robert |
fix popup menu selection return (menu.c); add use of popup_activated under NS (nsmenu.m, xdisp.c); improve comments (lisp.h, s/darwin.h); use FORWARD_SIGNAL_TO_MAIN_THREAD (syssignal.h)
|
Mon, 04 Aug 2008 14:39:27 +0000 |
Adrian Robert |
cleanup in s/darwin.h, define DARWIN_OS and use it instead of DARWIN and/or MAC_OSX; also, nsterm.m: small unrelated cleanups
|
Mon, 04 Aug 2008 13:55:44 +0000 |
Juanma Barranquero |
Fix typos.
|
Sun, 03 Aug 2008 20:33:50 +0000 |
Chong Yidong |
* nsterm.m (windowDidResize): Remove stopModel call.
|
Sun, 03 Aug 2008 09:27:34 +0000 |
Andreas Schwab |
(get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.
|
Sun, 03 Aug 2008 08:52:03 +0000 |
Andreas Schwab |
(check_memory_limits) [HAVE_GETRLIMIT]: Fix
|
Sat, 02 Aug 2008 22:35:10 +0000 |
Chong Yidong |
* vm-limit.c (check_memory_limits): Don't use getrlimit on cygwin.
|
Sat, 02 Aug 2008 21:26:08 +0000 |
Jason Rumney |
(compute_metrics): Don't mess with glyph_idx setting here.
|
Sat, 02 Aug 2008 16:41:36 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sat, 02 Aug 2008 16:27:44 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sat, 02 Aug 2008 16:27:01 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Fri, 01 Aug 2008 23:46:59 +0000 |
Juanma Barranquero |
Fix whitespace change caused by bug.
|
Fri, 01 Aug 2008 23:40:13 +0000 |
Juanma Barranquero |
* xfaces.c (Fx_load_color_file): Fix previous change;
|
Fri, 01 Aug 2008 18:35:49 +0000 |
Michael Albinus |
*** empty log message ***
|
Fri, 01 Aug 2008 16:29:50 +0000 |
Adrian Robert |
add defines for NSInteger, NSUInteger on non-Leopard
|
Fri, 01 Aug 2008 16:23:06 +0000 |
Chong Yidong |
* nsfns.m (ns_frame_parm_handlers): Add empty entry for
|
Fri, 01 Aug 2008 16:07:14 +0000 |
Chong Yidong |
* nsterm.m (EmacsApp -application:openFiles:): GNUStep does not
|
Fri, 01 Aug 2008 15:44:18 +0000 |
Chong Yidong |
* xmenu.c: Revert last change.
|
Fri, 01 Aug 2008 15:40:46 +0000 |
Chong Yidong |
* keyboard.h: Fix last change.
|
Fri, 01 Aug 2008 15:33:15 +0000 |
Adrian Robert |
commit patch to x-load-color-file posted by lekktu@gmail.com
|
Fri, 01 Aug 2008 14:04:53 +0000 |
Dan Nicolaescu |
(dispnew.o, gtkutil.o, sound.o, atimer.o)
|
Fri, 01 Aug 2008 14:01:08 +0000 |
Adrian Robert |
clear warnings and clean up NS port
|
Fri, 01 Aug 2008 12:56:49 +0000 |
Dan Nicolaescu |
Fix previous change that removed BSD_TERMIOS. Add
|
Fri, 01 Aug 2008 11:48:29 +0000 |
Adrian Robert |
NS port now uses etc/rgb.txt instead of etc/Emacs.clr (now removed); function Fw32_load_color_file moved to xfaces x_load_color_file
|
Thu, 31 Jul 2008 18:56:51 +0000 |
Michael Albinus |
*** empty log message ***
|
Thu, 31 Jul 2008 18:08:46 +0000 |
Juanma Barranquero |
* keyboard.c (gobble_input): Fix previous change.
|
Thu, 31 Jul 2008 05:33:56 +0000 |
Dan Nicolaescu |
* bitmaps/README:
|
Thu, 31 Jul 2008 02:47:32 +0000 |
Dan Nicolaescu |
* s/ms-w32.h (MULTI_KBOARD): Remove.
before-remove-vms
|
Wed, 30 Jul 2008 21:45:35 +0000 |
Jason Rumney |
* w32font.h (struct w32font_info): Use unicode version of textmetrics.
|
Wed, 30 Jul 2008 15:33:58 +0000 |
Chong Yidong |
Fix last change.
|
Wed, 30 Jul 2008 15:33:22 +0000 |
Chong Yidong |
* minibuf.c (syms_of_minibuf): Doc fix.
|
Wed, 30 Jul 2008 15:25:00 +0000 |
Chong Yidong |
* minibuf.c (read_buffer_completion_ignore_case): New var.
|
Wed, 30 Jul 2008 15:14:07 +0000 |
Dan Nicolaescu |
* systty.h (sensemode): Remove empty #if. Remove reference to
|
Wed, 30 Jul 2008 13:17:43 +0000 |
Jason Rumney |
(uniscribe_encode_char): Fix glyph buffer size.
|
Tue, 29 Jul 2008 16:24:24 +0000 |
Jason Rumney |
(uniscribe_shape): Avoid using context if cache
|
Tue, 29 Jul 2008 09:25:49 +0000 |
Jan Dj¸«£rv |
*** empty log message ***
|
Mon, 28 Jul 2008 22:30:25 +0000 |
Juanma Barranquero |
Fix typos.
|
Mon, 28 Jul 2008 21:37:31 +0000 |
Jason Rumney |
(w32font_text_extents): Use w32_metric_cache consistently.
|
Mon, 28 Jul 2008 19:51:18 +0000 |
Chong Yidong |
Reapply 2008-07-28 entry by cyd.
|
Mon, 28 Jul 2008 19:48:22 +0000 |
Chong Yidong |
Revert last change.
|
Mon, 28 Jul 2008 19:36:56 +0000 |
Chong Yidong |
* xdisp.c (redisplay_window): Check return value of
|
Mon, 28 Jul 2008 18:31:26 +0000 |
Jason Rumney |
(w32_enable_unicode_output, cleartype_active): Remove
|
Mon, 28 Jul 2008 12:25:11 +0000 |
Andreas Schwab |
* lisp.h (init_weak_hash_tables, syms_of_font)
|
Mon, 28 Jul 2008 07:15:44 +0000 |
Jan Dj¸«£rv |
*** empty log message ***
|
Mon, 28 Jul 2008 01:41:57 +0000 |
Adrian Robert |
code cleanups in NS port
|
Sun, 27 Jul 2008 19:20:38 +0000 |
Adrian Robert |
rename do-applescript,do_applescript in keeping with NS code conventions
|
Sun, 27 Jul 2008 18:24:48 +0000 |
Dan Nicolaescu |
Remove support for Mac Carbon.
remove-carbon
|
Sat, 26 Jul 2008 09:13:26 +0000 |
Miles Bader |
Merge from emacs--rel--22
|
Sat, 26 Jul 2008 06:49:19 +0000 |
Andreas Schwab |
(print_object): Fix off-by-one in last change.
|
Fri, 25 Jul 2008 22:33:59 +0000 |
Juanma Barranquero |
* term.c (syms_of_term): Don't initialize default_orig_pair,
|