1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00
Commit Graph

76864 Commits

Author SHA1 Message Date
Miles Bader
c73bd236f7 Merge from emacs--devo--0
Patches applied:

 * emacs--devo--0  (patch 866-879)

   - Merge multi-tty branch
   - Update from CVS
   - Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-257
2007-10-11 16:24:58 +00:00
Miles Bader
ecb21060d5 Merge from emacs--devo--0
Patches applied:

 * emacs--devo--0  (patch 866-879)

   - Merge multi-tty branch
   - Update from CVS
   - Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-257
2007-10-11 16:14:00 +00:00
Vinicius Jose Latorre
42af7493ae Fix :foreground and :background face attributes 2007-10-11 01:51:15 +00:00
Eric S. Raymond
58ade22bf1 *** empty log message *** 2007-10-09 18:22:38 +00:00
Eric S. Raymond
1d060326c3 Added descriptions of newer supported version control systems. Arranged all in
chronological order.
2007-10-09 17:49:23 +00:00
Eric S. Raymond
f9914e5467 This is the actual fix.... 2007-10-09 16:54:40 +00:00
Stefan Monnier
1aa423e903 Remove mention of local-key-translation-map. 2007-10-09 16:02:33 +00:00
Juanma Barranquero
9271083a41 Require easymenu. 2007-10-09 15:27:49 +00:00
Miles Bader
5a1539f385 Add missing change from rel-22 branch to src/image.c
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-877
2007-10-09 10:28:47 +00:00
Juanma Barranquero
c4b858e380 (print_help_and_exit): Fix space to improve alignment in output messages. 2007-10-09 09:46:55 +00:00
Juanma Barranquero
d187194322 *** empty log message *** 2007-10-09 09:09:25 +00:00
Miles Bader
1af74d06e5 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-875
2007-10-09 08:52:57 +00:00
Miles Bader
4b70e299ef Merge from gnus--rel--5.10
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-115
2007-10-09 08:55:58 +00:00
Juanma Barranquero
eceb3266a1 (follow-mode-hook, follow-mode): Doc fixes.
(follow-mode-off-hook): Mark as obsolete.
2007-10-09 08:44:02 +00:00
Juanma Barranquero
80025c1c5f (follow-mode-hook, follow-mode): Doc fixes.
(follow-mode-off-hook): Mark as obsolete.
2007-10-09 08:39:33 +00:00
Juanma Barranquero
f6959eb465 (x-alternatives-map): Remove spurious parenthesis. 2007-10-09 08:09:15 +00:00
Stefan Monnier
f49f5ca9c4 (encoded-kbd-setup-display):
Use input-decode-map rather than local-key-translation-map.
2007-10-09 05:17:21 +00:00
Stefan Monnier
8e33712945 (rxvt-alternatives-map): New map.
(terminal-init-rxvt): Use it.
Bind rxvt-function-map in input-decode-map.
2007-10-09 05:16:20 +00:00
Stefan Monnier
3c33ac0785 (xterm-alternatives-map): Remove spurious left-over code.
(terminal-init-xterm): Typos.
2007-10-09 05:15:00 +00:00
Stefan Monnier
af16276427 (xterm-alternatives-map): New map.
(terminal-init-xterm): Use it.
Bind xterm-function-map in input-decode-map.
2007-10-09 05:05:57 +00:00
Stefan Monnier
4f4a84ec80 Add new `input-decode-map' keymap and use it for temrinal
escape sequences.
* keyboard.h (struct kboard): Add Vinput_decode_map.
Remove Vlocal_key_translation_map.
* keyboard.c (read_key_sequence): Add support for input-decode-map.
(init_kboard): Init input-decode-map.
Replace local-key-translation-map back with key-translation-map.
(syms_of_keyboard): Declare input-decode-map.
Remove local-key-translation-map.  Update docstrings.
(mark_kboards): Mark Vinput_decode_map.
Don't mark Vlocal_key_translation_map.
* keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
Replace local-key-translation-map back with key-translation-map.
* term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
Bind in input-decode-map rather than function-key-map.
2007-10-09 05:05:39 +00:00
Stefan Monnier
beb9f7453a (XSETPSEUDOVECTOR): Don't set the tag anymore.
This was made redundant by the previous introduction of XSETPVECTYPE.
2007-10-09 04:28:00 +00:00
Stefan Monnier
bbd2296c61 (x-alternatives-map): New var.
(x-setup-function-keys): Use it.
2007-10-09 04:26:29 +00:00
Stefan Monnier
ed2a19a193 (describe-variable): Slightly change the layout of
meta-info to separate it better from the docstring.
Standardize insertion of extra empty lines in various circumstances.
2007-10-09 04:25:14 +00:00
Stefan Monnier
0acb191607 Add todo. 2007-10-09 04:22:36 +00:00
Stefan Monnier
011f48f234 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight. 2007-10-09 04:22:11 +00:00
Stefan Monnier
be36f934da (diff-hunk-style): New fun.
(diff-end-of-hunk): Use it.
(diff-context->unified): Use the new `apply' undo element, if applicable,
so as to save undo-log space.
(diff-fine-change): New face.
(diff-fine-highlight-preproc): New function.
(diff-fine-highlight): New command.
2007-10-09 04:12:24 +00:00
Stefan Monnier
9f2e22a06d (smerge-refine-chopup-region): Add `preproc' argument.
(smerge-refine-highlight-change): Add `props' argument.
(smerge-refine-subst): New function holding most of smerge-refine.
(smerge-refine): Use it.
2007-10-09 03:38:57 +00:00
Glenn Morris
b27045e4ce Remove non-bug. 2007-10-09 02:41:25 +00:00
Glenn Morris
f30ff926ec Remove entry now on 22 branch. 2007-10-09 02:40:22 +00:00
Glenn Morris
ce46543c0f Mention openSUSE bcopy issue. 2007-10-09 02:40:01 +00:00
Glenn Morris
ab4461c1c3 Mention openSUSE bcopy issue. 2007-10-09 02:39:43 +00:00
Richard M. Stallman
65342ae385 (free_bitmap_record): Renamed from Free_Bitmap_Record. 2007-10-09 01:40:05 +00:00
Richard M. Stallman
0f1947abae (internal_condition_case_2, internal_condition_case_1)
(internal_condition_case): Reenable abort if x_catching_errors (),
to see if that really happens and why.
2007-10-09 01:39:13 +00:00
Richard M. Stallman
7b3cf84ec7 (gamegrid-setup-default-font): Use face-spec-set. 2007-10-09 01:35:07 +00:00
Richard M. Stallman
ec406436ee (handle_invisible_prop): After setting up an ellipsis, return HANDLED_RETURN. 2007-10-09 01:32:25 +00:00
Richard M. Stallman
93870ce2ab (Cursor Display): Correct how cursor appears in nonselected windows. 2007-10-09 01:27:17 +00:00
Richard M. Stallman
af23e1e89d (Examining Properties): Mention overlay priority. 2007-10-09 01:25:41 +00:00
Richard M. Stallman
fb33e6a9a6 (Display Margins): Correct the description of margin display specifications.
(Replacing Specs): New subnode broken out of Display Property.
2007-10-09 01:24:28 +00:00
Richard M. Stallman
d1d80b8056 (url-type, url-user, url-password, url-host)
(url-port, url-filename, url-target, url-attributes)
(url-fullness, url-set-type, url-set-user, url-set-password)
(url-set-host, url-set-port, url-set-filename, url-set-target)
(url-set-attributes, url-set-full): Change macros to defuns.
2007-10-09 01:21:24 +00:00
Richard M. Stallman
03d5bbb071 (edebug-install-custom-print-funcs)
(edebug-install-custom-print, edebug-reset-print-funcs)
(edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
Functions deleted.
(edebug-prin1, edebug-print, edebug-prin1-to-string)
(edebug-format, edebug-message): Define directly as aliases.
2007-10-09 01:18:29 +00:00
Eric S. Raymond
228c21924a *** empty log message *** 2007-10-08 23:27:38 +00:00
Eric S. Raymond
ce27c5c542 Remove unused code. 2007-10-08 23:21:09 +00:00
Eric S. Raymond
3f57aeb7d0 Correct a bug that was revealed during a review of new VC. 2007-10-08 23:18:31 +00:00
Michael Albinus
1834b39f16 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also
host.
(tramp-maybe-send-script): Apply `member' but `memq'.
(tramp-advice-file-expand-wildcards): Simplify implementation.
2007-10-08 20:07:16 +00:00
Juanma Barranquero
8ea4c22f84 *** empty log message *** 2007-10-08 16:14:23 +00:00
Juanma Barranquero
ee3c2877bf (follow-mode): Don't run hooks twice. Use `when'. 2007-10-08 16:13:18 +00:00
Juanma Barranquero
0a957b2f77 (follow-mode): Don't run hooks twice. Use `when'. 2007-10-08 16:06:15 +00:00
Juanma Barranquero
3d0910ae25 (minibuf-depth-indicator-function): New variable.
(minibuf-depth-setup-minibuffer): Use it.
2007-10-08 14:48:39 +00:00
Glenn Morris
aa0c48db78 *** empty log message *** 2007-10-07 07:18:10 +00:00