1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 20:30:32 -08:00
Commit graph

70994 commits

Author SHA1 Message Date
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
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
cf5792360e update two-volume material for printing 2007-06-13 00:34:45 +00:00
Chong Yidong
c3209fc985 Fix typo. 2007-06-13 00:24:15 +00:00
Chong Yidong
abf13a8b70 Add `user-emacs-directory'. 2007-06-13 00:10:24 +00:00
Chong Yidong
e038cac9ce * os.texi (Init File): Document user-emacs-directory. 2007-06-13 00:08:54 +00:00
Chong Yidong
7e3f62be25 (Init File): Document user-emacs-directory. 2007-06-13 00:08:25 +00:00
Chong Yidong
c0ed4c2329 url.el (url-configuration-directory): Use user-emacs-directory. 2007-06-13 00:07:59 +00:00
Chong Yidong
c705474fa3 (url-configuration-directory): Use user-emacs-directory. 2007-06-13 00:07:32 +00:00
Chong Yidong
1d5c7d4565 * subr.el (user-emacs-directory): New defconst.
* cmuscheme.el (scheme-start-file): Use user-emacs-directory.
* shell.el (shell): Use user-emacs-directory.
* completion.el (save-completions-file-name): Use
user-emacs-directory.
* custom.el (custom-theme-directory): Use user-emacs-directory.
* term/x-win.el (emacs-session-filename): Use
user-emacs-directory.
* filesets.el (filesets-menu-cache-file): Use
user-emacs-directory.
* thumbs.el (thumbs-thumbsdir): Use user-emacs-directory.
* server.el (server-auth-dir): Use user-emacs-directory.
* image-dired.el (image-dired-dir): Use user-emacs-directory.
(image-dired-db-file): Likewise.
(image-dired-temp-image-file): Likewise.
(image-dired-gallery-dir): Likewise.
(image-dired-temp-rotate-image-file): Likewise.
* play/gamegrid.el (gamegrid-user-score-file-directory): Use
user-emacs-directory.
* savehist.el (savehist-file): Use user-emacs-directory.
* tutorial.el (tutorial--saved-dir): Use user-emacs-directory.
* startup.el (auto-save-list-file-prefix): Use
user-emacs-directory.
2007-06-13 00:06:34 +00:00
Chong Yidong
34b68a6228 (auto-save-list-file-prefix): Use user-emacs-directory. 2007-06-13 00:06:10 +00:00
Chong Yidong
c6bd31a9b9 (tutorial--saved-dir): Use user-emacs-directory. 2007-06-13 00:06:00 +00:00
Chong Yidong
e3af1e5d00 (savehist-file): Use user-emacs-directory. 2007-06-13 00:05:47 +00:00
Chong Yidong
23afd1c8b6 (gamegrid-user-score-file-directory): Use user-emacs-directory. 2007-06-13 00:05:37 +00:00
Chong Yidong
70fe488c38 (image-dired-dir): Use user-emacs-directory.
(image-dired-db-file): Likewise.
(image-dired-temp-image-file): Likewise.
(image-dired-gallery-dir): Likewise.
(image-dired-temp-rotate-image-file): Likewise.
2007-06-13 00:05:24 +00:00
Chong Yidong
0eee7a1d18 (server-auth-dir): Use user-emacs-directory. 2007-06-13 00:05:04 +00:00
Chong Yidong
144bd71eec (thumbs-thumbsdir): Use user-emacs-directory. 2007-06-13 00:04:55 +00:00
Chong Yidong
5f96d7d631 (filesets-menu-cache-file): Use user-emacs-directory. 2007-06-13 00:04:46 +00:00
Chong Yidong
c093939ce9 (emacs-session-filename): Use user-emacs-directory. 2007-06-13 00:04:32 +00:00