1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00
Commit Graph

62281 Commits

Author SHA1 Message Date
YAMAMOTO Mitsuharu
7d53d6786c (x_set_mouse_color): Don't call rif->define_frame_cursor
if window_desc is not set yet.
(Fx_create_frame): Remove variable x_frame_name.  Apply 2005-12-07
and 2006-01-26 changes for xfns.c.  Call x_iconify_frame if frame
parameter `visibility' is `icon'.
(Fx_create_frame, x_create_tip_frame): Use "fontset-standard"
instead of "fontset-mac".
(Fx_focus_frame): New defun.
(syms_of_macfns): Defsubr it.
2006-02-10 08:21:47 +00:00
YAMAMOTO Mitsuharu
81f4f723c8 (Mac International): Rename "fontset-mac" to "fontset-standard". 2006-02-10 08:21:07 +00:00
YAMAMOTO Mitsuharu
809996951e (shortlisp, SOME_MACHINE_LISP): Sync with src/Makefile.in. 2006-02-10 08:20:35 +00:00
YAMAMOTO Mitsuharu
2f8efa69e0 (fontset-standard): Rename from "fontset-mac". 2006-02-10 08:19:53 +00:00
YAMAMOTO Mitsuharu
3c5876d268 (select-frame-set-input-focus): Call x-focus-frame also
when window-system is mac.
2006-02-10 08:19:36 +00:00
Nick Roberts
dbc4287b14 Update copyright for 2006. 2006-02-10 07:54:12 +00:00
Romain Francoise
02501160b4 *** empty log message *** 2006-02-10 07:20:11 +00:00
Miles Bader
3412804220 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-62
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 22-26)

   - Update from CVS
   - Merge from emacs--devo--0
2006-02-10 05:08:29 +00:00
Kim F. Storm
ca56fb8c67 (Function Indirection): Add NOERROR to indirect-function. 2006-02-10 00:09:18 +00:00
Kim F. Storm
d342156ca9 *** empty log message *** 2006-02-10 00:08:08 +00:00
Kim F. Storm
cf25c64767 (substitute-key-definition-key): Pass t for NOERROR to
indirect-function instead of using condition-case.
2006-02-10 00:02:47 +00:00
Kim F. Storm
a7f96a358b * data.c (Findirect_function): Add NOERROR arg. All callers changed
to pass Qnil for NOERROR.

* keymap.c (current_minor_maps_error): Remove.
(current_minor_maps): Pass Qt for NOERROR to Findirect_function
instead of using internal_condition_case_1+current_minor_maps_error.
2006-02-10 00:00:31 +00:00
Mathias Dahl
49f18bccba Tried to make docstring less `colloquial'... 2006-02-09 23:08:19 +00:00
Mathias Dahl
13664bec59 *** empty log message *** 2006-02-09 23:07:54 +00:00
Mathias Dahl
d03b98ade9 *** empty log message *** 2006-02-09 22:56:00 +00:00
Mathias Dahl
85249e52dc Added a few todo items. 2006-02-09 22:43:39 +00:00
Lars Hansen
9e72206753 Add highlight-changes-mode to desktop-locals-to-save.
(highlight-changes-mode): Don't change desktop-locals-to-save.
2006-02-09 21:01:19 +00:00
Romain Francoise
1bf6d4b5c1 *** empty log message *** 2006-02-09 20:10:53 +00:00
Bill Wohler
da01a066b9 (mh-folder-list): Don't replace "/*$" with "/" since that causes an
infinite loop on XEmacs.
2006-02-09 19:53:44 +00:00
Chong Yidong
fcfc4732e0 * image-mode.el (image-toggle-display): Clear image cache if using
filename.
2006-02-09 19:34:08 +00:00
Masatake YAMATO
d2ea84be64 (dired-guess-shell-alist-default): Add .man as a `dired-man' target. 2006-02-09 19:20:46 +00:00
Masatake YAMATO
d9674f335b (autoconf-font-lock-keywords): Check start boundary of symbols. 2006-02-09 19:15:46 +00:00
Bill Wohler
613cd8c53f (mh-replace-regexp-in-string): Add missing regexp argument. 2006-02-09 19:06:33 +00:00
Jan Djärv
1834d8e7d5 * xterm.c (handle_one_xevent): Must note mouse movement even for nil
frames for GTK, in that case it is the tool bar.  This is so that
 highlighted text get reset properly.
2006-02-09 15:56:43 +00:00
Jan Djärv
a8f116e700 handle_one_xevent: Must note mouse movement even for nil frames for GTK,
in that case it is the tool bar.
2006-02-09 15:54:56 +00:00
Andreas Schwab
2ccc6e6605 Typo. 2006-02-09 13:35:52 +00:00
Juanma Barranquero
cffc347298 *** empty log message *** 2006-02-09 10:58:39 +00:00
Juanma Barranquero
909e3b3323 (Fmake_bool_vector, Fpurecopy): Doc fixes. 2006-02-09 10:49:59 +00:00
Stefan Monnier
bf54d81452 (vc-svn-print-log): Show recent commits as well. 2006-02-09 03:47:00 +00:00
Juanma Barranquero
ddd1e91e60 (hilit-chg-update-all-buffers): Use mapc' instead of mapcar'; return nil. 2006-02-09 01:36:22 +00:00
Mathias Dahl
d5905ab915 Tumme documentation. 2006-02-09 00:02:11 +00:00
Mathias Dahl
5f64e9f656 Keybindings for Tumme in Dired. 2006-02-08 23:17:13 +00:00
Romain Francoise
5f7b8867a3 (Top): Remove paragraph about the FAQ being a
transitional document, etc.
(Searching for/replacing newlines): New node.
(Yanking text in isearch): New node.
(Inserting text at the beginning of each line): Rename and make
more general, mention `M-;' in Message mode.
2006-02-08 21:58:41 +00:00
Chong Yidong
745cfc5705 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
* mouse.el (mouse-drag-track): Don't change window if we rebind to
	some other event.
2006-02-08 20:47:24 +00:00
Jay Belanger
e499d09261 Add myself to the list. 2006-02-08 18:05:51 +00:00
Eli Zaretskii
db58efbf51 (rcirc-startup-channels-alist): Add irc.freenode.net and #emacs as defaults.
(rcirc-ignore-all-activity-flag): Remove variable.
(rcirc-authinfo): New variable.
(rcirc-authinfo-filename): Remove variable.
(rcirc-always-use-server-buffer-flag): New flag.
(rcirc): M-x rcirc will automatically connect without prompting.
C-u M-x rcirc will prompt.  Use rcirc-connect to create a
connection in lisp.
(rcirc-process-server-response-1): Remove everything but the nick
portion of the sender so it doesn't need to be done everywhere
else.  Update related code.
(global-map): Remove global keybindings.
(rcirc-get-buffer-create): Make sure rcirc-topic is set.
(rcirc-send-input): Split into several functions.
(rcirc-process-input-line, rcirc-process-message, rcirc-process-command):
New functions.
(rcirc-target-buffer): Add function to determine where to route messages.
(rcirc-user-nick): Save match data.
(rcirc-toggle-ignore-buffer-activity)
(rcirc-update-activity-string): Remove global ignore
functionality, which can be done now by toggling rcirc-track-minor-mode.
(rcirc-track-minor-mode-map): New keymap.
(rcirc-track-minor-mode): New minor-mode.
(ignore): Make the ignore output nicer.  Always print it when adding or
removing nicks.
(rcirc-url-regexp): Improve.
(rcirc-mangle-text): Remove properties before using text in the modeline.
(rcirc-authenticate): Authentication data comes from rcirc-authinfo, not
the file pointed to by rcirc-authinfo-file.
(rcirc-server-prefix): Inherit from rcirc-server.
2006-02-08 17:39:10 +00:00
Eli Zaretskii
063cd226b9 (compile): Append "|| true" to the end of the `find' command, like
compile-always does.
2006-02-08 17:32:09 +00:00
Juanma Barranquero
8392fe4a44 (%-Constructs): Remove obsolete info about `global-mode-string'. 2006-02-08 17:10:39 +00:00
Sam Steingold
df2a9b125d (tramp-maybe-open-connection): Do not wait for output from a dead connection. 2006-02-08 15:47:31 +00:00
Peter Galbraith
201a821a54 * mh-e.el (mh-invisible-header-fields-internal): Added entries
"X-BrightmailFiltered:", "X-Brightmail-Tracker:" and "X-Hashcash"
2006-02-08 14:32:40 +00:00
Jan Djärv
e99c752190 * window.c (adjust_window_trailing_edge): Check that shrinking
does not set a window to size zero or less.
2006-02-08 13:39:52 +00:00
Glenn Morris
ab09adac9b Revert previous inadvertent check-in of local changes. 2006-02-08 08:05:13 +00:00
Glenn Morris
28371538ef *** empty log message *** 2006-02-08 07:54:54 +00:00
Glenn Morris
a20b384860 Add 2006 to copyright years. 2006-02-08 07:54:11 +00:00
Miles Bader
c96ec15a58 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-57
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 18-21)

   - Update from CVS
   - Merge from emacs--devo--0
2006-02-08 04:35:58 +00:00
Miles Bader
c6b99621a2 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-55
Creator:  Michael Olson <mwolson@gnu.org>

Merge from erc--emacs--0
2006-02-08 02:41:23 +00:00
Luc Teirlinck
012ce704b5 Undo strange accidental change. 2006-02-08 02:37:28 +00:00
Luc Teirlinck
a100894f00 (Basic Indent): Fix typo. 2006-02-08 02:32:24 +00:00
Luc Teirlinck
ddb9283363 (International): Fix typo. 2006-02-08 02:30:52 +00:00
Luc Teirlinck
67b7d0c25e * custom.texi (Minor Modes): Update xrefs. 2006-02-08 02:29:14 +00:00