1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-20 10:23:57 +00:00
Commit Graph

63719 Commits

Author SHA1 Message Date
Kenichi Handa
ba1eeafade (handle_composition_prop): Fix for the case of empty
composition component.
2006-05-05 11:56:31 +00:00
Kenichi Handa
37e213259f *** empty log message *** 2006-05-05 11:56:08 +00:00
Eli Zaretskii
d36cfc6007 (File Names): Add a footnote about limited support of ~USER on MS-Windows. 2006-05-05 11:45:55 +00:00
Eli Zaretskii
7868240410 (Initial Options): Add a footnote about limited support of ~USER on MS-Windows. 2006-05-05 11:45:30 +00:00
Eli Zaretskii
1df1e49eb3 (command-line): On MS-Windows, probe "~", not "~USER", for warning about
non-existent home directory
2006-05-05 11:36:34 +00:00
Eli Zaretskii
a12aece309 (archive-l-e): New optional argument `float' means generate a float value.
(archive-arc-summarize, archive-lzh-summarize)
(archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e with 3rd
argument non-nil when file's size is being computed.  Format the file sizes
with %8.0f instead of %8d.
2006-05-05 10:58:10 +00:00
YAMAMOTO Mitsuharu
ef0154b506 *** empty log message *** 2006-05-05 06:45:26 +00:00
YAMAMOTO Mitsuharu
8b6361c15f (enum event_kind) [MAC_OS]: Update comment for MAC_APPLE_EVENT. 2006-05-05 06:45:04 +00:00
YAMAMOTO Mitsuharu
93ad8ad96b (mac_make_lispy_event_code): Remove extern.
(mac_post_mouse_moved_event): Add extern.
(mac_aelist_to_lisp, mac_aedesc_to_lisp): Change arg 1 to
`const AEDesc *' in externs.
(create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]: New extern.
2006-05-05 06:44:55 +00:00
YAMAMOTO Mitsuharu
a733ef1679 (XTread_socket) [TARGET_API_MAC_CARBON]: Try window
path select also for proxy icon click.
[TARGET_API_MAC_CARBON] (mac_post_mouse_moved_event): New function.
[USE_TOOLKIT_SCROLL_BARS] (scroll_bar_timer_callback): Use it.
(xlfdpat_create): Remove unused label `error' and trailing sentences.
(mac_do_track_drag, mac_do_receive_drag): Move functions to macselect.c.
(mac_do_track_dragUPP, mac_do_receive_dragUPP): Move variables to
macselect.c.
(install_drag_handler, remove_drag_handler): Add extern.
(mac_store_apple_event): Change return type to void.  All uses changed.
Create Lisp object from Apple event and store it into input event.
(mac_make_lispy_event_code): Remove function.
[TARGET_API_MAC_CARBON] (mac_store_drag_event): New function.
(install_window_handler): Call install_drag_handler.
(remove_window_handler): Call remove_drag_handler.
2006-05-05 06:44:45 +00:00
YAMAMOTO Mitsuharu
044f1b6463 Update copyright year.
(mac_store_apple_event): Change return type to void in extern.
(mac_handle_apple_event): Don't get return value from
mac_store_apple_event.
[TARGET_API_MAC_CARBON] (Vmac_dnd_known_types): New variable.
(syms_of_macselect) [TARGET_API_MAC_CARBON]: Defvar it.
[TARGET_API_MAC_CARBON] (mac_do_track_drag): Move function from
macterm.c.  Use Vmac_dnd_known_types as acceptable flavors.
[TARGET_API_MAC_CARBON] (mac_do_receive_drag): Likewise.  New
implementation using create_apple_event_from_drag_ref.
[TARGET_API_MAC_CARBON] (mac_do_track_dragUPP)
(mac_do_receive_dragUPP): Move variables from macterm.c.
(install_drag_handler, remove_drag_handler): New functions.
2006-05-05 06:44:29 +00:00
YAMAMOTO Mitsuharu
0e530e3b36 (restore_menu_items, cleanup_popup_menu): Return a value. 2006-05-05 06:44:10 +00:00
YAMAMOTO Mitsuharu
b99934e6ee (mac_aelist_to_lisp, mac_aedesc_to_lisp): Change arg 1 to
`const AEDesc *'.
[TARGET_API_MAC_CARBON] (create_apple_event): New function.
[TARGET_API_MAC_CARBON] (create_apple_event_from_event_ref): Use it.
Use xrealloc instead of repeated xmalloc/xfree.
[TARGET_API_MAC_CARBON] (create_apple_event_from_drag_ref): New
function.
2006-05-05 06:44:01 +00:00
YAMAMOTO Mitsuharu
2e1df0e6b9 (make_lispy_event) [MAC_OS]: Get Apple event info from event->arg. 2006-05-05 06:43:50 +00:00
YAMAMOTO Mitsuharu
6e53dc956b (mac-utxt-to-string, mac-string-to-utxt)
(mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
(mac-TIFF-to-string): New functions.
(mac-text-encoding-mac-japanese-basic-variant):	New constant.
(x-get-selection, x-selection-value)
(mac-select-convert-to-string): Use them.
(mac-dnd-types-alist): New customization variable.
(mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
(mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
(mac-dnd-handle-drag-n-drop-event): New functions.
(mac-drag-n-drop): Remove function.
(global-map): Bind drag-n-drop and M-drag-n-drop to
mac-dnd-handle-drag-n-drop-event.
2006-05-05 06:43:12 +00:00
YAMAMOTO Mitsuharu
2f566b1802 (all): Add mac-dnd-known-types. 2006-05-05 06:43:01 +00:00
Miles Bader
54e573e6f6 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-265
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 99-100)

   - Merge from emacs--devo--0
   - Update from CVS
2006-05-05 01:53:06 +00:00
Stefan Monnier
cbe8cf2a45 (perl-beginning-of-function): Skip anonymous subs. 2006-05-04 21:58:34 +00:00
Dan Nicolaescu
4e0299e578 (ibuffer-compressed-file-name-regexp): Avoid loading
regexp-opt at run time.
2006-05-04 13:39:36 +00:00
Dan Nicolaescu
f5c0ef7bd4 (term-handle-ansi-escape): Fix off by one error. 2006-05-04 13:23:38 +00:00
Nick Roberts
0c9512fecc (gdb-force-update): Delete defvar
(gud-speedbar-buttons): ...and references to it.  Use window-start
to try to keep positon in watch expression.
2006-05-04 05:17:45 +00:00
Nick Roberts
6f09505599 (gdb-force-update): Delete variable...
(gdb-init-1, gdb-post-prompt): ...and references to it.
(gdb-frame-handler): Strip directory name from filename if present.
2006-05-04 05:16:46 +00:00
Nick Roberts
6dea78a81b *** empty log message *** 2006-05-04 05:15:49 +00:00
Richard M. Stallman
889a04e7e2 *** empty log message *** 2006-05-04 01:00:31 +00:00
Richard M. Stallman
1459a43bb1 (next-history-element, previous-history-element): Doc fix. 2006-05-04 01:00:24 +00:00
Richard M. Stallman
379e8670bb (Diff Mode): Moved to files.texi. 2006-05-04 00:29:30 +00:00
Richard M. Stallman
53727721b8 (Top): Update menu for Diff Mode. 2006-05-04 00:26:12 +00:00
Richard M. Stallman
5004f8d371 (Diff Mode): Node moved here.
(Comparing Files): Delete what duplicates new node.
(Files): Put Diff Mode in menu.
2006-05-04 00:25:54 +00:00
Richard M. Stallman
e4a9a1cfc7 *** empty log message *** 2006-05-03 23:28:43 +00:00
Richard M. Stallman
a2b7dcc77d (isearch-update-ring): Doc fix. 2006-05-03 23:27:53 +00:00
Richard M. Stallman
8e6ec322ba (Fplay_sound_internal): Dynamically allocate
current_sound_device and current_sound.
(sound_cleanup): Free them.
2006-05-03 23:26:40 +00:00
Richard M. Stallman
58af178474 (Emergency Escape): Simplify. 2006-05-03 23:24:07 +00:00
Richard M. Stallman
9dd8a916c2 Many simplifications.
Say "graphical displays".
2006-05-03 23:23:42 +00:00
Richard M. Stallman
5dcee852d0 (Killing): Say "graphical displays". 2006-05-03 23:22:43 +00:00
Richard M. Stallman
c9a769c8c5 Many simplifications. 2006-05-03 23:22:14 +00:00
Richard M. Stallman
edc89fbc58 (Top): Minor clarification. 2006-05-03 23:21:31 +00:00
Richard M. Stallman
098199b1ab Say "graphical displays". 2006-05-03 23:21:02 +00:00
Richard M. Stallman
a1864eeb24 Many simplifications.
(Text Characters): Delete paragraph about unibyte non-ASCII printing chars.
2006-05-03 23:20:33 +00:00
Richard M. Stallman
30569f8503 (Misc X): Say "graphical displays". 2006-05-03 23:18:06 +00:00
Richard M. Stallman
8b0ba111b1 (read_minibuf): Don't use read_minibuf_noninteractive
when inside a keyboard macro.
2006-05-03 23:12:06 +00:00
Dan Nicolaescu
5719a99df5 (isearch-update-ring): Take history-delete-duplicates
into consideration. Replace one arm ifs with whens.
2006-05-03 21:36:20 +00:00
Nick Roberts
9d6bb9e0af (gud-watch): Let user select an expression.
(menu): Fix typo.
2006-05-03 00:17:35 +00:00
Nick Roberts
cea3f866ce *** empty log message *** 2006-05-03 00:16:17 +00:00
Miles Bader
bc16bf5eb3 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-261
lisp/replace.el (occur-engine): Bind `inhibit-field-text-motion' to t
2006-05-02 23:14:55 +00:00
Jay Belanger
35edc8219a calc-embed.el: (calc-override-minor-modes-map, calc-override-minor-modes):
New variables.
(calc-do-embedded): Make sure that Calc keystrokes aren't overwritten
by minor modes.
2006-05-02 20:52:52 +00:00
Chong Yidong
72fa72acd8 * msb.el (msb): If EVENT is a down event, read and discard the up
event.
2006-05-02 19:27:09 +00:00
Reiner Steib
4f308f7304 (command-line-1): Refer to Lisp manual when
pure-space-overflow occurs.
2006-05-02 12:32:57 +00:00
Reiner Steib
31cf286fdb (byte-compile-dynamic)
(byte-compile-dynamic-docstrings, byte-compile-warnings)
(find-file-visit-truename, indent-tabs-mode, left-margin)
(no-byte-compile no-update-autoloads, truncate-lines)
(version-control): Don't use `t' for safe-local-variable
declarations.
2006-05-02 12:24:55 +00:00
Francesco Potortì
7e237d2403 (Perl_functions): Free space allocated for var package.
(Erlang_functions): Possibly free space allocated for var last.
(Prolog_functions): Possibly free space allocated for var last.
2006-05-02 10:15:29 +00:00
Kim F. Storm
41a2f8bab5 (grep-expand-template): Use symbol-value instead of eval on symbols. 2006-05-02 08:50:59 +00:00