aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * config.in: Regenerate.Jan Djärv2004-12-071-0/+2
|
* * gtkutil.c: Include signal.h and syssignal.h.Jan Djärv2004-12-071-0/+22
| | | | | | | | | | | | | | | | | | | | | | | (xg_get_file_name): Block and unblock __SIGRTMIN if defined. * alloc.c: If HAVE_GTK_AND_PTHREAD, include pthread.h, new variables main_thread and alloc_mutex, define (UN)BLOCK_INPUT_ALLOC to use alloc_mutex to protect emacs_blocked_* calls and only do (UN)BLOCK_INPUT in the main thread. If not HAVE_GTK_AND_PTHREAD, (UN)BLOCK_INPUT_ALLOC is the same as (UN)BLOCK_INPUT. (emacs_blocked_free, emacs_blocked_malloc) (emacs_blocked_realloc): Use (UN)BLOCK_INPUT_ALLOC. (uninterrupt_malloc): Initialize main_thread and alloc_mutex. (reset_malloc_hooks): New function. * lisp.h: Declare reset_malloc_hooks. * emacs.c (Fdump_emacs): Call reset_malloc_hooks. * keyboard.c: Conditionally include pthread.h (handle_async_inpu, input_available_signalt): If not in the main thread, block signal, send signal to main thread and return.
* * gtkutil.c (xg_get_file_with_chooser): Handle local files only.Jan Djärv2004-12-071-0/+6
| | | | | Set current folder in file chooser if default_filename is a directory.
* (GET_UNSIGNED_NUMBER): Signal an error when reaching the end.Stefan Monnier2004-12-061-0/+6
| | | | | Remove redundant correctness checks. (regex_compile): Fix up error codes for \{..\} expressions.
* (regex_compile): Fix end-of-pattern case for space.Richard M. Stallman2004-12-051-0/+4
|
* *** empty log message ***Kim F. Storm2004-12-041-10/+7
|
* * macterm.h (cfstring_create_with_utf8_cstring): Added prototype.Steven Tamm2004-12-031-0/+14
| | | | | | | | | | | | | * image.c (image_load_quartz2d): Use cfstring_create_with_utf8_cstring * macmenu.c (add_menu_item): Use cfstring_create_with_utf8_cstring * macfns.c (x_set_name, x_set_title): Use cfstring_create_with_utf8_cstring (Fx_file_dialog): Use cfstring_create_with_utf8_cstring and use constant CFRefs instead of creating them each time for labels. * mac.c (cfstring_create_with_utf8_cstring): Added to prevent crashes with invalid characters.
* (search-whitespace-regexp): Remove the group. Doc fix.Richard M. Stallman2004-12-031-0/+17
| | | | | | | | | (isearch-mode-map): No special definition for space. (isearch-whitespace-chars): Command deleted. (isearch-forward-regexp): Doc fix. (isearch-quote-char): When a space is not inside brackets, use `[ ]' instead of just space. (isearch-lazy-highlight-search): Bind search-spaces-regexp.
* * macmenu.c (add_menu_item): Fallback on MacRoman if encodingSteven Tamm2004-12-011-0/+5
| | | | menu text as UTF8 fails.
* *** empty log message ***Kim F. Storm2004-12-011-0/+11
|
* Declare string_to_multibyte.Andreas Schwab2004-12-011-0/+4
|
* *** empty log message ***Kenichi Handa2004-12-011-0/+7
|
* *** empty log message ***Kenichi Handa2004-11-301-0/+20
|
* * keyboard.c: Don't undef SIGIOSteven Tamm2004-11-301-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | * s/darwin.h (NO_SOCK_SIGIO): Define NO_SOCK_SIGIO on carbon * Makefile.in (mac.o): Depend on blockinput.h and atimer.h. (macfns.o): Don't depend on ccl.h. * macfns.c (mac_frame_parm_handlers): Set handlers for Qleft_fringe and Qright_fringe. * macterm.c (mac_fill_rectangle_to_pixmap) (mac_draw_rectangle_to_pixmap, mac_copy_area_to_pixmap) (mac_copy_area_with_mask_to_pixmap, x_draw_image_foreground_1): Put in #if 0. (mac_scroll_area) [TARGET_API_MAC_CARBON]: Use ScrollWindowRect. (x_flush) [TARGET_API_MAC_CARBON]: Don't traverse frames. (XFlush) [TARGET_API_MAC_CARBON]: Define to an empty replacement. (x_draw_glyph_string_background, x_draw_glyph_string_foreground) [!MAC_OS8]: Added ifdef'd out code for os8. Don't use XDrawImageString. Always draw background and foreground separately. (x_draw_image_foreground): Use clipping instead of computing the intersection rectangle. (x_draw_image_glyph_string): Don't draw an image with mask to a pixmap. (x_redisplay_interface): Set flush_display_optional member to 0. (XTread_socket): Correctly reset the TEConverter object.
* *** empty log message ***Kim F. Storm2004-11-301-0/+20
|
* *** empty log message ***Kim F. Storm2004-11-291-0/+4
|
* (emacs_write): Don't use QUIT.Stefan Monnier2004-11-291-4/+7
|
* *** empty log message ***Kenichi Handa2004-11-291-0/+8
|
* Enable no-op gcpros on ia64.Andreas Schwab2004-11-271-0/+10
| | | | (GC_MARK_SECONDARY_STACK) [__ia64__]: Define.
* *** empty log message ***Eli Zaretskii2004-11-271-0/+5
|
* (syms_of_search) <search-spaces-regexp>: Move 'doc:'Kim F. Storm2004-11-271-0/+5
| | | | marker out of doc string.
* (POSIX_SIGNALS): Undo the removal of 2002-08-25,Stefan Monnier2004-11-261-0/+5
| | | | which was not mentioned in the log.
* *** empty log message ***Kim F. Storm2004-11-261-0/+3
|
* *** empty log message ***Kim F. Storm2004-11-261-0/+11
|
* *** empty log message ***Eli Zaretskii2004-11-261-0/+5
|
* (command_loop_1): Print a message describing the keyStefan Monnier2004-11-251-0/+3
| | | | the user just pressed when this key has no binding.
* (sys_signal): Don't use SA_RESTART if SYNC_INPUT is set.Stefan Monnier2004-11-251-0/+7
| | | | (emacs_open, emacs_read, emacs_write): Check QUIT when interrupted.
* *** empty log message ***Stefan Monnier2004-11-251-69/+79
|
* *** empty log message ***Richard M. Stallman2004-11-251-0/+6
|
* *** empty log message ***Kim F. Storm2004-11-241-0/+5
|
* * gtkutil.c (xg_get_file_name): Rename use-old-gtk-file-dialog toJan Djärv2004-11-231-0/+9
| | | | | | | | x-use-old-gtk-file-dialog. * xfns.c: Define x_use_old_gtk_file_dialog. (syms_of_xfns): Rename use-old-gtk-file-dialog to x-... Move it outside ifdef USE_GTK.
* *** empty log message ***Kim F. Storm2004-11-231-0/+3
|
* *** empty log message ***Kim F. Storm2004-11-221-0/+24
|
* *** empty log message ***Kim F. Storm2004-11-221-0/+5
|
* (Fminibuffer_complete_and_exit): Fix previous change.Markus Rost2004-11-221-0/+4
|
* (Fdefvar): Warn when var is let-bound but globally void.Stefan Monnier2004-11-221-8/+10
|
* *** empty log message ***Kim F. Storm2004-11-211-0/+11
|
* *** empty log message ***Kim F. Storm2004-11-211-0/+4
|
* *** empty log message ***Kim F. Storm2004-11-211-0/+3
|
* *** empty log message ***Kim F. Storm2004-11-211-0/+9
|
* *** empty log message ***Luc Teirlinck2004-11-211-1/+1
|
* (Fcall_interactively): Call Fread_from_minibuffer with extra argument.Luc Teirlinck2004-11-211-0/+6
|
* *** empty log message ***Richard M. Stallman2004-11-211-1/+3
|
* *** empty log message ***Richard M. Stallman2004-11-211-0/+5
|
* *** empty log message ***Richard M. Stallman2004-11-201-0/+3
|
* *** empty log message ***Richard M. Stallman2004-11-201-0/+5
|
* *** empty log message ***Thien-Thi Nguyen2004-11-201-0/+4
|
* *** empty log message ***Richard M. Stallman2004-11-191-0/+4
|
* (Vsearch_whitespace_regexp): New variable.Richard M. Stallman2004-11-191-0/+13
| | | | | | (syms_of_search): Defvar it. (compile_pattern_1): Call re_set_whitespace_regexp with it. (search_buffer): No regexp is trivial if Vsearch_whitespace_regexp is non-nil.
* *** empty log message ***Kim F. Storm2004-11-191-0/+4
|