1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 08:11:05 -08:00
Commit graph

71022 commits

Author SHA1 Message Date
Miles Bader
7e76cdd807 Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 43-44)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 229)

   - Merge from emacs--devo--0, emacs--rel--22

2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>

   * lisp/font-lock.el (font-lock-add-keywords): In case font-lock was only
   half-activated, forcefully activate it completely.

2007-06-11  Richard M. Stallman  <rms@gnu.org>

   * lisp/cus-edit.el (custom-variable-type): Doc fix.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-797
2007-06-14 09:59:49 +00:00
Miles Bader
524705ae2d Merge from gnus--rel--5.10
Patches applied:

 * emacs--devo--0  (patch 725, 740-741, 749, 768, 777, 786, 788-789, 792)

   - Merge from gnus--rel--5.10
   - Update from CVS
   - Merge from emacs--rel--22, gnus--rel--5.10

 * gnus--rel--5.10  (patch 217-229)

   - Update from CVS
   - Merge from emacs--devo--0, emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--rel--22--patch-44
2007-06-14 10:02:55 +00:00
YAMAMOTO Mitsuharu
446ba96f1f (update_tool_bar, redisplay_tool_bar, redisplay_window)
[USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
2007-06-14 08:40:24 +00:00
YAMAMOTO Mitsuharu
a28c8af389 (struct mac_output) [USE_MAC_TOOLBAR]: New member
toolbar_win_gravity.
(struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
(update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
Add externs.
2007-06-14 08:39:40 +00:00
YAMAMOTO Mitsuharu
c6829f81ad (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
background to scroll bar gap.
(x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
(XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
scroll bars on frame edge.  Check fringe background extension.
Don't clear extended fringe background area.
(TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
(TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
(TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
[USE_MAC_TOOLBAR]: New macros.
(mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
(mac_handle_toolbar_event, mac_image_spec_to_cg_image)
(mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
(mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
[USE_MAC_TOOLBAR]: New functions.
(mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
manually if previous repositioning has failed.
(mac_handle_keyboard_event): Use precomputed event kind.
(XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
as tool bar item click.  Handle mouse movement over tool bar items.
2007-06-14 08:39:29 +00:00
YAMAMOTO Mitsuharu
1bd0c76127 [TARGET_API_MAC_CARBON] (menu_target_item_handler):
Return immediately unless popup is activated.
2007-06-14 08:39:19 +00:00
YAMAMOTO Mitsuharu
841fb47f3b (USE_MAC_TOOLBAR): New define. 2007-06-14 08:39:07 +00:00
YAMAMOTO Mitsuharu
cccda642c8 (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
(x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
2007-06-14 08:38:52 +00:00
YAMAMOTO Mitsuharu
66d8c4894d (struct frame) [MAC_OS]: New member external_tool_bar.
(FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
2007-06-14 08:38:42 +00:00
Jan Djärv
5afbeb2227 Updated. 2007-06-14 06:56:48 +00:00
Jan Djärv
bfa6fb7e87 Check for all image libraries before exiting. 2007-06-14 06:56:28 +00:00
Werner LEMBERG
2c341244d1 * emacs.1: Completely revised.
Fix many typographical glitches.
Updated to handle current state of options and resources.
2007-06-14 04:51:35 +00:00
Chong Yidong
14a6c6ab70 Add image-refresh 2007-06-14 02:23:12 +00:00
Chong Yidong
bce28eaecd (Image Cache): Document image-refresh. 2007-06-14 02:22:13 +00:00
Chong Yidong
650ad62469 * display.texi (Image Cache): Document image-refresh. 2007-06-14 02:22:03 +00:00
Chong Yidong
cf26ebe85b (search_image_cache): Remove unused variable. 2007-06-14 01:48:01 +00:00
Chong Yidong
9720173f1d * image.c (search_image_cache): Remove unused variable. 2007-06-14 01:47:53 +00:00
Juanma Barranquero
c2e5c9395f (erc-scroll-to-bottom): Remove redundant check. 2007-06-14 00:14:53 +00:00
Juanma Barranquero
2dde79d898 (mac-dnd-drop-data): Remove redundant check. 2007-06-14 00:13:11 +00:00
Juanma Barranquero
36754e8e79 (python-complete-symbol): Remove redundant check. 2007-06-14 00:11:40 +00:00
Juanma Barranquero
1b96c77f46 (edebug-pop-to-buffer, edebug-display): Remove redundant checks. 2007-06-14 00:10:43 +00:00
Juanma Barranquero
011acd1803 (x-dnd-maybe-call-test-function, x-dnd-save-state, x-dnd-drop-data):
Remove redundant checks.
2007-06-14 00:09:10 +00:00
Juanma Barranquero
ccb13f4de6 (pcomplete-restore-windows): Remove redundant check. 2007-06-14 00:07:15 +00:00
Juanma Barranquero
09c013efcb (follow-all-followers, follow-generic-filter): Remove redundant checks. 2007-06-14 00:06:03 +00:00
Stefan Monnier
195eca781c (rcirc-format-response-string): Use rcirc-nick-syntax
around bright and dim regexps. Make sure bright and dim matches
use word anchors.  Send text through rcirc-markup functions.
(rcirc-url-regexp): Add single quote character.
(rcirc-connect): Write logs to disk on auto-save-hook.
Make server a non-optional argument.
(rcirc-log-alist): New variable.
(rcirc-log-directory): Make customizable.
(rcirc-log-flag): New customizable variable.
(rcirc-log): New function.
(rcirc-print): Use above function.
(rcirc-log-write): New function.
(rcirc-generate-new-buffer-name): Strip text properties.
(rcirc-switch-to-buffer-function): Remove variable.
(rcirc-last-non-irc-buffer): Remove variable.
(rcirc-non-irc-buffer): Add function.
(rcirc-next-active-buffer): Use above function.
(rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
(rcirc-handler-ctcp-KEEPALIVE): Add handler.
(rcirc-handler-CTCP): Don't print KEEPALIVE responses.
(rcirc-omit-mode): Add minor-mode.
(rcirc-mode-map): Change C-c C-o binding.
(rcirc-mode): Clear mode-line-process. Use a custom
fill-paragraph-function.  Set up buffer-invisibility-spec.
(rcirc-response-formats): Remove timestamp code.
(rcirc-omit-responses): Add variable.
(rcirc-print): Don't put the overlay arrow on potentially omitted
lines.  Log line to disk.  Record activity for private messages
from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
(rcirc-jump-to-first-unread-line): Print message if there is no
unread text.
(rcirc-clear-unread): New function.
(rcirc-markup-text-functions): Add variable.
(rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
(rcirc-debug): Don't mess with window configuration.
(rcirc-send-message): Send message before printing locally.
Add SILENT argument, do not print message if non-nil.
(rcirc-visible-buffers): New function and variable.
(rcirc-window-configuration-change-1): Add function.
(rcirc-target-buffer): Make sure ACTIONs don't get sent to the
server buffer.
(rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
(rcirc-fill-paragraph): Add function.
(rcirc-record-activity, rcirc-window-configuration-change-1):
Only update the activity string if it has actually changed.
(rcirc-update-activity-string): Remove padding characters from the
mode-line string.
(rcirc-disconnect-buffer): New function to be called when a
channel is parted or the user quits.
(rcirc-server-name): Warn when the server-name hasn't been set.
(rcirc-window-configuration-change): Postpone work until
post-command-hook.
(rcirc-window-configuration-change-1): Update mode-line and
overlay arrows here.
(rcirc-authenticate): Fix chanserv identification.
(rcirc-default-server): Remove variable.
(rcirc): Connect according to rcirc-connections.
(rcirc-connections): Add variable.
(rcirc-startup-channels-alist): Remove variable.
(rcirc-startup-channels): Remove function.
2007-06-13 21:17:18 +00:00
Stefan Monnier
97311ec3a4 (diff-font-lock-keywords): Fix M. Kifer's last change. 2007-06-13 21:11:42 +00:00
Jan Djärv
86e7351682 Updated. 2007-06-13 20:43:51 +00:00
Jan Djärv
1ee86f21ec Exit with error if image libraries aren't found. 2007-06-13 20:43:37 +00:00
Michael Kifer
141f0c038a 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
* ediff-ptch.el (ediff-context-diff-label-regexp): partially undid
	previous patch
2007-06-13 20:24:31 +00:00
Dan Nicolaescu
1f445a397e * term/xterm.el (terminal-init-xterm): Escape parens in character
constants.
2007-06-13 19:08:44 +00:00
Dan Nicolaescu
ecda658253 * term/xterm.el (terminal-init-xterm): Escape parens in character
constants.
2007-06-13 18:48:09 +00:00
Stefan Monnier
4f3a33689b Remove unneeded * from docstrings. Use [:alpha:] & [:alnum:] where applicable.
(sh-quoted-subshell): Rewrite to handle nested mixes of `...` and $(...).
(sh-apply-quoted-subshell): Remove.
(sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
2007-06-13 18:25:46 +00:00
Stefan Monnier
b4c4ba4182 (vc-arch-command): Remove bzr. It's a different program. 2007-06-13 18:00:34 +00:00
Stefan Monnier
9f505b2e68 (explicitly numbered group): Precise the behavior. 2007-06-13 17:49:14 +00:00
Chong Yidong
7b007f2ccb ** Fix compilation when Xaw3d libraries are present but libxaw is not.
Done.
2007-06-13 17:37:39 +00:00
Chong Yidong
1217dd0092 * xfns.c, xmenu.c: Link to xaw3d if available. 2007-06-13 17:35:40 +00:00
Chong Yidong
a6ec6cfb60 Fix last fix. 2007-06-13 17:35:27 +00:00
Chong Yidong
8ab9202e27 Link to xaw3d if available. 2007-06-13 17:35:14 +00:00
Chong Yidong
52a0e11160 * lwlib-Xaw.c, lwlib.c: Link to xaw3d if available. 2007-06-13 17:34:43 +00:00
Chong Yidong
5262c5c746 Link to xaw3d if available. 2007-06-13 17:34:30 +00:00
Chong Yidong
dba7bae083 Regenerate. 2007-06-13 17:32:59 +00:00
Chong Yidong
687b2aa364 Merge xaw3d and libXaw checks. Check xaw3d even when compiling
without scrollbars.
2007-06-13 17:32:14 +00:00
Chong Yidong
154c9c9b68 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
when compiling without scrollbars.
2007-06-13 17:31:45 +00:00
YAMAMOTO Mitsuharu
c5b8e0eaed (lookup_image): Save frame foreground and background colors.
(search_image_cache): Check if saved and current frame colors match.
2007-06-13 08:22:12 +00:00
YAMAMOTO Mitsuharu
f6b5464848 (struct image) [HAVE_WINDOW_SYSTEM]: New members
frame_foreground and frame_background.
2007-06-13 08:21:35 +00:00
Werner LEMBERG
1ce9c95c40 There is no X(1) man page, only X(7). 2007-06-13 07:23:26 +00:00
Glenn Morris
9aeb8aaab6 Regenerate, with shell-functions patch. 2007-06-13 06:07:43 +00:00
Glenn Morris
1486bdf77a Remove log entry for generated file. 2007-06-13 06:03:00 +00:00
Glenn Morris
d9158c26b9 Regenerate, rather than applying previous changes by hand. 2007-06-13 06:02:22 +00:00
Karl Berry
c85c555366 update two-volume material for printing 2007-06-13 00:45:03 +00:00