1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-16 08:10:43 -08:00
Commit graph

63880 commits

Author SHA1 Message Date
Karl Berry
abbf811f8d autoupdate 2006-05-10 13:33:04 +00:00
Reiner Steib
310359279c (File Local Variables): Recommend to quote lambda
expressions in safe-local-variable property.
2006-05-10 13:06:02 +00:00
Kenichi Handa
4da9c1365a (realize_default_face): If the font chosen for the
default face was different from the frame font, adjust the frame
font.
2006-05-10 12:38:58 +00:00
YAMAMOTO Mitsuharu
dec940492f *** empty log message *** 2006-05-10 08:25:29 +00:00
YAMAMOTO Mitsuharu
5fd97b043c (mac_set_font_info_for_selection): Add 2nd and 3rd args in extern. 2006-05-10 08:25:04 +00:00
YAMAMOTO Mitsuharu
4cb62a90b3 (Qservice) [MAC_OSX]: Rename from Qservices. All uses changed.
[MAC_OSX] (mac_store_service_event): Rename from
mac_store_services_event.  All callers changed.
[USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): Add args
FACE_ID and C.  All callers changed.
(x_free_frame_resources) [USE_MAC_FONT_PANEL]: Call
mac_set_font_info_for_selection when focus frame is destroyed.
(XTread_socket): Revert to FrontNonFloatingWindow/FrontWindow.
2006-05-10 08:24:49 +00:00
YAMAMOTO Mitsuharu
c2e93c8242 (Vmac_service_selection) [MAC_OSX]: Rename from
Vmac_services_selection.  All uses changed.
(mac_store_service_event): Rename from mac_store_services_event in
extern and calls.
2006-05-10 08:24:09 +00:00
YAMAMOTO Mitsuharu
976b059fda (x_to_mac_color): Fix shift amount change.
[USE_MAC_FONT_PANEL] (mac_set_font): Use x_get_focus_frame.
[USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility): Doc fix.
2006-05-10 08:23:45 +00:00
YAMAMOTO Mitsuharu
8c88cb181b (Qduration) [MAC_OS]: Undo previous change.
(syms_of_image) [MAC_OS]: Likewise.
[MAC_OS] (gif_load): Emulate Graphic Control Extension block.
2006-05-10 08:23:20 +00:00
YAMAMOTO Mitsuharu
b905e80927 (mac-font-panel-mode): Doc fix.
(mac-service-selection, mac-service-open-file)
(mac-service-open-selection, mac-service-mail-selection)
(mac-service-mail-to, mac-service-insert-text): Rename from
mac-services-*.  All uses changed.
(mac-apple-event-map): Rename event symbol `services' to `service'.
2006-05-10 08:22:39 +00:00
Thien-Thi Nguyen
2c246c9f1a (ewoc--dll-create, ewoc--node-delete)
(ewoc--node-enter-first, ewoc--node-enter-last)
(ewoc--delete-node-internal): Merge funcs into unique callers.
2006-05-10 08:02:21 +00:00
Chong Yidong
51c88caf6f Seems to be fixed: Cursor position display bug from Yamamoto Mistuharu, 11 Apr 2006. 2006-05-10 04:13:11 +00:00
Chong Yidong
ca75c9a268 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
return value of read-from-minibuffer for empty input.
2006-05-10 04:00:51 +00:00
Chong Yidong
d3ee989e85 * keymap.c (describe_map): Avoid generating duplicate entries if
the shadowed binding has the same definition.
2006-05-10 03:32:06 +00:00
Miles Bader
9a4d87c8d5 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-272
(comint-insert-input): Remove redundant calls to setq and goto-char
2006-05-10 02:07:12 +00:00
Miles Bader
1627b55f61 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-271
Rename "field-at-point" to "field-at-pos"
2006-05-10 01:58:37 +00:00
Richard M. Stallman
f12a0718b3 (File Local Variables): Document
safe-local-eval-forms and safe-local-eval-function.
2006-05-10 01:40:17 +00:00
Richard M. Stallman
7d3a082e89 Combine items about local variables lists. 2006-05-10 01:38:16 +00:00
Nick Roberts
8c74ff6983 (comint-insert-input): Make it work when comint-use-prompt-regexp is t.
Use field-at-point.
2006-05-10 00:34:02 +00:00
Nick Roberts
1ecaae6cc9 (field-at-point): New function. 2006-05-10 00:32:34 +00:00
Nick Roberts
e0c6ac6055 *** empty log message *** 2006-05-10 00:29:24 +00:00
Juri Linkov
fb9d59d8a7 *** empty log message *** 2006-05-09 23:24:20 +00:00
Juri Linkov
ab3050bc5d (archive-set-buffer-as-visiting-file): Bind buffer-undo-list
to t (undo-ask is reproducible by visiting nested archives).
2006-05-09 23:10:24 +00:00
Juri Linkov
757210d152 (fancy-splash-screens, normal-splash-screen): Use
face `mode-line-buffer-id' for mode-line buffer face instead of
hard-coded `(:weight bold)'.
2006-05-09 23:08:49 +00:00
Juri Linkov
a70b0ff8f2 (diff-context->unified): Use region-beginning' and region-end'
instead of `mark' and `point'.
(diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
Operate on region in Transient Mark mode when the mark is active.
Use `region-beginning' and `region-end' instead of `mark' and `point'.
(diff-hunk-text, diff-goto-source): Doc fix.
2006-05-09 23:06:14 +00:00
Juri Linkov
10b35c39d0 (change-log-default-name): Put `string-or-null-p'
instead of lambda on `safe-local-variable' property.
2006-05-09 22:58:54 +00:00
Juri Linkov
0a51c121e4 Remove eval' and let' binding for now unused lambda `string-or-null'. 2006-05-09 22:55:30 +00:00
Juri Linkov
9b46a12cd5 (battery-linux-proc-acpi): Also try `/proc/acpi/thermal_zone/THR2/temperature'. 2006-05-09 22:43:35 +00:00
Eli Zaretskii
f80a56a075 Fix spelling errors. 2006-05-09 19:48:03 +00:00
Kenichi Handa
5f2c7b2a65 (push_key_description): Fix previous change. 2006-05-09 13:20:25 +00:00
Kenichi Handa
f39a0b4301 (push_key_description): Handle invalid character key. 2006-05-09 13:17:24 +00:00
Kim F. Storm
c0b87c3fdb (rgrep): Set default directory of *grep*
buffer if we start M-x rgrep in the *grep* buffer and choose
a different base directory.
2006-05-09 12:47:12 +00:00
Kim F. Storm
8ebb843c15 *** empty log message *** 2006-05-09 12:46:42 +00:00
Michael Albinus
a60f87987f * tramp.texi (Filename completion): Improve wording. 2006-05-09 05:15:20 +00:00
Michael Albinus
b5bbf8f27d * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
completion also when ido is loaded.
2006-05-09 04:26:23 +00:00
Masatake YAMATO
8c8b116446 (cpp-font-lock-keywords-source-directives): Addded
"warning" and "import".
(cpp-font-lock-keywords): Added "warning".
2006-05-09 04:07:25 +00:00
Dan Nicolaescu
a07d147e75 (terminal-init-xterm): Add more key bindings. 2006-05-08 23:21:34 +00:00
Stefan Monnier
44a50ffdbf (mwheel-scroll): Make sure that when scrolling multiple
pages at a time, if we signal the end, we should indeed reach that end.
2006-05-08 15:14:26 +00:00
Stefan Monnier
8c87a72c22 (define-minor-mode): Only preserve messages output during execution of the body. 2006-05-08 15:12:25 +00:00
Kim F. Storm
6e7c574fd8 (lgrep, rgrep): Doc fixes. 2006-05-08 10:26:30 +00:00
Kim F. Storm
f615f3a642 *** empty log message *** 2006-05-08 10:26:13 +00:00
Thien-Thi Nguyen
b1c36c0fc7 (ewoc--set-buffer-bind-dll-let*): Use `with-current-buffer'. 2006-05-08 08:02:25 +00:00
Kenichi Handa
76a25e7936 (Fcall_process): Use system_eol_type for encoding
arguments if eol_type is not yet decided.
2006-05-08 07:56:14 +00:00
Kenichi Handa
3f0b133f76 (setup_coding_system): For invalid coding-system, set
coding->eol_type to CODING_EOL_UNDECIDED.
(encode_coding): Cancel previous change.
(shrink_encoding_region): Likewise.
(code_convert_region1): Likewise.
(code_convert_string1): Likewise.
(code_convert_string_norecord): Likewise.
2006-05-08 05:25:02 +00:00
Kenichi Handa
06ea6d57ca (system_eol_type): Extern it. 2006-05-08 05:24:53 +00:00
Kenichi Handa
452dd0bed5 (choose_write_coding_system): Use system_eol_type for
encoding if eol_type is not yet decided.
2006-05-08 05:20:16 +00:00
Kenichi Handa
6b62b48dbd (setup_process_coding_systems): Use system_eol_type
for encoding if eol_type is not yet decided.
(read_process_output): Likewise.
(send_process): Likewise.
2006-05-08 05:19:42 +00:00
Richard M. Stallman
a995a779fc (Disabling): Textual cleanups. 2006-05-08 05:16:29 +00:00
Kim F. Storm
ed7e6c32a8 *** empty log message *** 2006-05-07 20:57:58 +00:00
Kim F. Storm
8bcba30da6 (Minibuffer History): Remove keep-dups arg
from add-to-history.
2006-05-07 20:52:05 +00:00