aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Kim F. Storm2004-10-071-1/+16
|
* macfns.c (mac_get_window_bounds): Add extern.Steven Tamm2004-10-061-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | (x_real_positions): Use mac_get_window_bounds. macmenu.c (update_submenu_strings): Apply 2004-09-07 change for xmenu.c (YAILOM). macterm.c [!MAC_OSX]: Include Windows.h. (front_emacs_window): Rename from mac_front_window. All uses changed. Return the frontmost non-tooltip emacs window. (mac_get_window_bounds): New function. (x_calc_absolute_position): Use the difference of width and height between the inner and outer window. (x_set_offset): Specify window position by the coordinae of the outer window. Adjust the position if the title bar is completely outside the screen. (app_is_suspended, app_sleep_time): Remove unused variables. (do_app_resume, do_app_suspend): Remove their contents because window-activate/deactivate events will do the job. (do_zoom_window): Remove unused variables. Make compliant to the standard way of zooming. Set f->left_pos and f->top_pos. (XTread_socket): Don't use argument `expected'. Don't use FrontWindow to determine the clicked window. Exclude unprocessed mouseUp cases in the early stage. Add parentheses to fix operator precedence. (XTread_socket) [TARGET_API_MAC_CARBON]: Don't specify drag area.
* * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR toJan Djärv2004-10-061-1/+1
| | | | AC_MSG_WARN.
* * config.in: Regenerate.Jan Djärv2004-10-051-0/+7
| | | | | * Makefile.in (RUN_TEMACS): Check HAVE_RANDOM_HEAPSTART instead of HAVE_EXECSHIELD.
* * xterm.c (x_find_modifier_meanings): Ignore any Super or Hyper forJan Djärv2004-10-051-0/+6
| | | | | a row if Alt or Meta has been found for that row. Also stop scanning for Keysyms for that row.
* *** empty log message ***Kim F. Storm2004-10-041-0/+3
|
* *** empty log message ***Kim F. Storm2004-10-041-0/+6
|
* (define_frame_cursor1): Do not change frame cursorKim F. Storm2004-10-041-0/+4
| | | | while tracking/dragging mouse.
* *** empty log message ***Kim F. Storm2004-10-041-0/+5
|
* *** empty log message ***Kim F. Storm2004-10-041-0/+5
|
* * fileio.c (auto_save_1) Call Ffile_modes for remote files.Michael Albinus2004-10-031-0/+4
|
* *** empty log message ***Kenichi Handa2004-09-291-5/+8
|
* (send_process): Be sure to free composition data.Kenichi Handa2004-09-291-0/+11
|
* *** empty log message ***Kim F. Storm2004-09-291-1/+19
|
* *** empty log message ***Kim F. Storm2004-09-291-0/+15
|
* *** empty log message ***Kim F. Storm2004-09-291-0/+3
|
* *** empty log message ***Kim F. Storm2004-09-281-0/+24
|
* *** empty log message ***Kim F. Storm2004-09-271-0/+10
|
* * config.in: Rebuild.Jan Djärv2004-09-251-0/+4
|
* Typo.Kim F. Storm2004-09-241-1/+1
|
* * config.in: Rebuild.Jan Djärv2004-09-241-0/+6
| | | | * Makefile.in: Run setarh i386 ./temacs if exec-shield is present.
* (x_term_init): Work around a bug in some X servers.Stefan Monnier2004-09-181-0/+4
|
* (syms_of_buffer) <default-major-mode>: Doc fix.Richard M. Stallman2004-09-181-0/+2
|
* (try_window_reusing_current_matrix):Richard M. Stallman2004-09-181-0/+6
| | | | | Handle the case where we reach the old displayed text, out of sync with the old line boundary.
* (Finsert_file_contents): Fix case of replacement in a narrowed buffer.Stefan Monnier2004-09-151-0/+5
|
* *** empty log message ***Kim F. Storm2004-09-141-0/+2
|
* *** empty log message ***Kim F. Storm2004-09-141-1/+10
|
* (BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.Stefan Monnier2004-09-131-0/+3
| | | | (Fbyte_code): Remove dead code after `wrong_type_argument'.
* (Fgarbage_collect): Mark keyboards, gtk data, and specpdlStefan Monnier2004-09-131-0/+5
| | | | before doing the mark_stack_check_gcpros since they are not on the stack.
* *** empty log message ***Kim F. Storm2004-09-121-0/+6
|
* Ignore message-*.Eli Zaretskii2004-09-111-2/+2
|
* (msdos.o): Depend on buffer.h, commands.h, andEli Zaretskii2004-09-101-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | blockinput.h. (dosfns.o): Depend on blockinput.h, window.h, dispextern.h, charset.h, and coding.h (w16select.o): Depend on buffer.h, charset.h, coding.h, and composite.h. (term.o): Depend on window.h and keymap.h. (abbrev.o): Depend on syntax.h. (callint.o): Depend on keymap.h. (casefiddle.o): Depend on charset.h and keymap.h. (category.o): Depend on keymap.h. (coding.o): Depend on dispextern.h. (cmds.o): Depend on keyboard.h and keymap.h. (dispnew.o): Depend on indent.h and intervals.h. (doc.o): Depend on keymap.h. (editfns.o): Depend on frame.h. (emacs.o): Depend on dispextern.h. (fileio.o): Don't depend on ccl.h. (filelock.o): Depend on charset.h and coding.h. (frame.o): Depend on w32term.h and macterm.h. (insdel.o): Depend on region-cache.h. (keyboard.o): Depend on keymap.h, w32term.h, and macterm.h. (minibuf.o): Depend on $(INTERVALS_SRC) and keymap.h. (search.o): Depend on $(INTERVALS_SRC). (syntax.o): Depend on keymap.h, regex.h, and $(INTERVALS_SRC). (window.o): Depend on keymap.h, blockinput.h, $(INTERVALS_SRC), xterm.h, w32term.h, and macterm.h. (xdisp.o): Depend on keyboard.h, $(INTERVALS_SRC), xterm.h, w32term.h, and macterm.h. (xfaces.o): Depend on keyboard.h, $(INTERVALS_SRC), region-cache.h, xterm.h, w32term.h, and macterm.h. (bytecode.o): Depend on dispextern.h, frame.h, and xterm.h. (data.o): Depend on frame.h. (fns.o): Depend on keymap.h, xterm.h, and blockinput.h. (print.o): Depend on termchar.h and $(INTERVALS_SRC). (lread.o): Depend on $(INTERVALS_SRC), termhooks.h, and coding.h. (intervals.o): Depend on keymap.h.
* * xselect.c (x_reply_selection_request): XSync and UNBLOCK beforeJan Djärv2004-09-101-0/+5
| | | | x_uncatch_errors so that possible protocol errors are delivered.
* (msdos_set_cursor_shape): Add debugging print-out to termscript.Eli Zaretskii2004-09-101-0/+5
|
* (decode_mode_spec): Use current buffer for most purposes.Richard M. Stallman2004-09-091-0/+4
|
* (Fset_window_buffer): Doc fix.Richard M. Stallman2004-09-091-0/+2
|
* (Fformat_mode_line): New arg BUFFER says which buffer to use.Richard M. Stallman2004-09-091-0/+4
|
* *** empty log message ***Juri Linkov2004-09-081-0/+6
|
* *** empty log message ***Kim F. Storm2004-09-081-0/+5
|
* *** empty log message ***Luc Teirlinck2004-09-081-2/+0
|
* Delete declaration for removed Vauto_save_file_format.Luc Teirlinck2004-09-081-0/+15
| | | | | | (build_annotations): Adapt to replacement of `auto-save-file-format' with the new buffer-local variable `buffer-auto-save-file-format'. (syms_of_fileio): Delete DEFVAR_LISP for auto-save-file-format.
* (AppendMenuW_Proc): Move declaration to w32term.h.Jason Rumney2004-09-071-0/+7
|
* *** empty log message ***Kim F. Storm2004-09-071-0/+5
|
* (update_submenu_strings): YAILOM.Stefan Monnier2004-09-071-11/+16
| | | | (set_frame_menubar): Make sure last_i is initialized.
* *** empty log message ***Richard M. Stallman2004-09-031-3/+0
|
* (_widget_value): Added lname and lkey.Jason Rumney2004-09-021-0/+15
| | | | | | | | | | | | | | (digest_single_submenu): Set lname and lkey in widget_value instead of name and key. (update_submenu_strings): New function. (set_frame_menubar): Remove call to inhibit_garbage_collection, call update_submenu_strings. (globals_of_w32menu): Check for Unicode API. (digest_single_submenu, w32_menu_show): Encode menu strings as UTF-8 if Unicode API is available. (utf8to16): New function. (add_menu_item): Use it when calling Unicode API.
* *** empty log message ***Kim F. Storm2004-09-021-1/+7
|
* * term/mac-win.el: Add ASCII equivalents for some function keys.Steven Tamm2004-09-021-0/+27
| | | | | | | | | | | | | | | | | | | | | (mode-line-frame-identification): Sync with x-win.el. * macfns.c (x_real_positions): Save the current window port and set a new one before obtaining the global coordinate. Use FRAME_MAC_WINDOW. (x_set_name, x_set_title): Encode title to UTF8. Use SetWindowTitleWithCFString. (Fx_server_version): Get correct OS version. * macmenu.c (add_menu_item): Remove unused variable `i'. Don't let separator items destroy refence constants of other menu items. * macterm.c (x_update_end): Move SetPortWindowPort to inside BLOCK_INPUT. (x_set_offset): Use FRAME_MAC_WINDOW. * xdisp.c (note_mouse_highlight): Set the mouse pointer shape to nontext_cursor if it is on a scroll bar. * s/darwin.h (LIBS_CARBON): New define to specify libraries for Carbon support. (LD_SWITCH_SYSTEM_TEMACS): Don't link with unused libstdc++. Use LIBS_CARBON.
* * xfns.c (x_set_name_internal): New function. Check if we shall callJan Djärv2004-09-021-0/+6
| | | | | xfree before ENCODE_UTF_8. (x_set_name, x_set_title): Call x_set_name_internal.
* *** empty log message ***Jason Rumney2004-08-311-0/+5
|