aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Kim F. Storm2004-11-121-0/+31
|
* (pop_down_menu): Return nil.Kim F. Storm2004-11-121-1/+5
|
* (pop_down_menu): New function.Jan Djärv2004-11-121-0/+6
| | | | | | | | (popup_get_selection, popup_widget_loop): Unwind protect to pop_down_menu. (popup_widget_loop): Add argument widget. (create_and_show_popup_menu, create_and_show_dialog): Pass new argument widget to popup_widget_loop.
* (popup_widget_loop): Add argument do_timers.Jan Djärv2004-11-121-0/+5
| | | | | | | (create_and_show_popup_menu, create_and_show_dialog): Pass 1 for do_timers to popup_widget_loop. (create_and_show_popup_menu): Pass 1 for do_timers to popup_get_selection.
* * xmenu.c (x_menu_wait_for_event): New function.Jan Djärv2004-11-121-0/+8
| | | | | | | (popup_get_selection, popup_widget_loop): Call x_menu_wait_for_event to handle timers. (xmenu_show): Call XMenuActivateSetWaitFunction so that x_menu_wait_for_event is called by XMenuActivate.
* (Fkeymap_prompt): Accept symbol keymaps.Stefan Monnier2004-11-101-14/+18
|
* *** empty log message ***Kim F. Storm2004-11-091-1/+36
|
* * Makefile.in (stamp-oldxmenu): If HAVE_GTK, don't add dependenciesJan Djärv2004-11-091-1/+6
| | | | to ${OLDXMENU}.
* *** empty log message ***Kim F. Storm2004-11-091-1/+7
|
* * .cvsignore: Add buildobj.lst.Jan Djärv2004-11-091-0/+2
|
* * doc.c: New variable Vbuild_files.Jan Djärv2004-11-091-0/+16
| | | | | | | | | | | | | | | (Fsnarf_documentation): If Vbuild_files is nil, populate it with file names from buildobh.lst. Only attach docstrings from files that are in Vbuild_files. (syms_of_doc): Defvar Vbuild_files. * Makefile.in (SOME_MACHINE_OBJECTS): Add fringe.o, image.o and w32*.o. (temacs${EXEEXT}): Generate buildobj.lst when temacs is linked. (mostlyclean): rm buildobj.lst * makefile.w32-in ($(TEMACS)): Generate buildobj.lst when temacs is linked.
* *** empty log message ***Kim F. Storm2004-11-081-0/+6
|
* *** empty log message ***Kim F. Storm2004-11-081-0/+1
|
* *** empty log message ***Kim F. Storm2004-11-081-1/+5
|
* *** empty log message ***Eli Zaretskii2004-11-081-0/+6
|
* (fontset_pattern_regexp): Cancel my previous change;Kenichi Handa2004-11-081-0/+9
| | | | | | | | don't pay attention to '\' before '*'. (fontset_pattern_regexp): Change the meaning of the second arg. (Fnew_fontset): Call fs_query_fontset, not Fquery_fontset. (check_fontset_name): Try NAME as literal at first, and if it failes, try NAME as pattern.
* * emacs.c (Fdump_emacs): Only output warning on GNU/Linux.Jan Djärv2004-11-071-0/+4
|
* Don't declare Fmsdos_downcase_filename.Andreas Schwab2004-11-071-0/+6
|
* * dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs inJan Djärv2004-11-071-0/+13
| | | | | | | | | | | | comparisons with integers instead of Lisp_Object address. (Fmsdos_set_keyboard): Declare argument allkeys. * msdos.c (IT_set_frame_parameters): Use EQ, not ==, for Lisp_Object:s. * dired.c: extern declare Fmsdos_downcase_filename on MSDOS to avoid int/Lisp_Object mixup. * fileio.c: Ditto.
* editfns.c: Need to include sys/time.h before resource.h on darwin.Steven Tamm2004-11-071-0/+4
|
* (command_loop_1): Change Vtransient_mark_modeRichard M. Stallman2004-11-071-1/+11
| | | | before deciding whether to inctivate mark.
* *** empty log message ***Eli Zaretskii2004-11-061-0/+4
|
* *** empty log message ***Eli Zaretskii2004-11-061-0/+4
|
* *** empty log message ***Eli Zaretskii2004-11-061-0/+4
|
* * eval.c (Feval): Remove check for INPUT_BLOCKED_P.Jan Djärv2004-11-061-0/+8
| | | | | * xmenu.c (popup_get_selection, create_and_show_popup_menu) (create_and_show_dialog): Revert change from 2004-10-31.
* *** empty log message ***Luc Teirlinck2004-11-051-0/+4
|
* *** empty log message ***Kim F. Storm2004-11-051-0/+2
|
* (Ffile_modes): Doc fix.Kim F. Storm2004-11-051-0/+5
| | | | (auto_save_1): Check for Ffile_modes nil value.
* *** empty log message ***Kim F. Storm2004-11-051-0/+44
|
* * xselect.c (TRACE3): New debug macro.Jan Djärv2004-11-051-0/+7
| | | | | | (x_reply_selection_request): Use it. (receive_incremental_selection): In call to TRACE0, the name of a symbol is in xname.
* *** empty log message ***Kim F. Storm2004-11-041-0/+4
|
* * fileio.c (Fnext_read_file_uses_dialog_p): New function.Jan Djärv2004-11-041-0/+2
|
* * gtkutil.h: Declare use_old_gtk_file_dialog.Jan Djärv2004-11-041-0/+6
| | | | | | * gtkutil.c: Make use_old_gtk_file_dialog non-static. (xg_initialize): Moved DEFVAR_BOOL for use_old_gtk_file_dialog ... * xfns.c (syms_of_xfns): ... to here.
* * gtkutil.c (xg_get_file_with_chooser): Expand DEFAULT_FILENAME ifJan Djärv2004-11-041-0/+5
| | | | it doesn't start with /.
* (fontset_pattern_regexp): If '*' is preceded by '\',Kenichi Handa2004-11-041-0/+5
| | | | treat it as a literal character.
* *** empty log message ***Kim F. Storm2004-11-031-0/+4
|
* * xterm.c (x_window_to_scroll_bar): Only callJan Djärv2004-11-021-0/+3
| | | | xg_get_scroll_id_for_window if toolkit scroll bars are used.
* * gtkutil.c (xg_get_file_with_chooser): Use GTK_STOCK_OK insteadJan Djärv2004-11-021-0/+5
| | | | of save.
* (Fscroll_right): Fix last change.Andreas Schwab2004-11-021-0/+4
|
* *** empty log message ***Kim F. Storm2004-11-021-0/+8
|
* *** empty log message ***Kim F. Storm2004-11-021-0/+5
|
* Remove (tiny change) comments for people who have signed papersKim F. Storm2004-11-021-21/+21
| | | | which covers the change.
* *** empty log message ***Richard M. Stallman2004-11-021-0/+23
|
* *** empty log message ***Jason Rumney2004-11-021-0/+5
|
* * fileio.c (Fread_file_name): Pass Qt as fifth parameter toJan Djärv2004-11-021-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fx_file_dialog if only directories should be read. * lisp.h: Fx_file_dialog takes 5 parameters. * xfns.c (Fx_file_dialog): Both Motif and GTK version: Add parameter only_dir_p. In Motif version, don't put DEFAULT_FILENAME in filter part of the dialog, just text field part. Do not add DEFAULT_FILENAME to list of files if it isn't there. In GTK version, pass only_dir_p parameter to xg_get_file_name. * macfns.c (Fx_file_dialog): Add parameter only_dir_p. Check only_dir_p instead of comparing prompt to "Dired". When using a save dialog, add option kNavDontConfirmReplacement, change title to "Enter name", change text for save button to "Ok". * w32fns.c (Fx_file_dialog): Add parameter only_dir_p. Check only_dir_p instead of comparing prompt to "Dired". * gtkutil.c (xg_get_file_with_chooser) (xg_get_file_with_selection): New functions, only defined ifdef HAVE_GTK_FILE_CHOOSER_DIALOG_NEW and HAVE_GTK_FILE_SELECTION_NEW respectively. (xg_get_file_name): Add parameter only_dir_p. Call xg_get_file_with_chooser or xg_get_file_with_selection depending on HAVE_GTK_FILE* and the value of use_old_gtk_file_dialog. (xg_initialize): New DEFVAR_BOOL use_old_gtk_file_dialog. * gtkutil.h (xg_get_file_name): Add parameter only_dir_p.
* * config.in: Rebuild (added HAVE_GTK_FILE_*).Jan Djärv2004-11-021-0/+4
|
* (connect_wait_mask, num_pending_connects): OnlyKim F. Storm2004-11-011-1/+1
| | | | | | | | declare and use them if NON_BLOCKING_CONNECT is defined. (IF_NON_BLOCKING_CONNECT): New helper macro. (wait_reading_process_output): Only declare and use local vars Connecting and check_connect when NON_BLOCKING_CONNECT is defined. (init_process): Initialize them if NON_BLOCKING_CONNECT defined.
* *** empty log message ***Kim F. Storm2004-11-011-1/+10
|
* *** empty log message ***Jason Rumney2004-11-011-0/+4
|
* * xmenu.c: Add prototypes for forward function declarations.Jan Djärv2004-10-311-0/+6
| | | | | | | (popup_get_selection): Remove parameter do_timers, remove call to timer_check. (create_and_show_popup_menu, create_and_show_dialog): Remove parameter do_timers from call to popup_get_selection.