bpt/emacs.git
17 years ago* thingatpt.el (thing-at-point-email-regexp): Don't require two chars
Karl Fogel [Sat, 16 Jun 2007 01:25:25 +0000 (01:25 +0000)]
* thingatpt.el (thing-at-point-email-regexp): Don't require two chars
  before the "@" in an email address.  Andreas Roehler noticed this problem.

17 years ago* thingatpt.el: Add support for email addresses (`email').
Karl Fogel [Sat, 16 Jun 2007 01:03:35 +0000 (01:03 +0000)]
* thingatpt.el: Add support for email addresses (`email').
  (thing-at-point, bounds-of-thing-at-point): Document `email' support.
  (thing-at-point-email-regexp): New variable.
  (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
  properties on this symbol, with lambda forms for values.

17 years ago* vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
Masatake YAMATO [Fri, 15 Jun 2007 19:40:47 +0000 (19:40 +0000)]
* vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.

17 years ago* vc.el (vc-dired-hook): check the backend returned from `vc-responsible-backend...
Masatake YAMATO [Fri, 15 Jun 2007 18:50:19 +0000 (18:50 +0000)]
* vc.el (vc-dired-hook): check the backend returned from `vc-responsible-backend' can really handle `subdir'.

17 years ago(widget-add-documentation-string-button): Fix handling of
Chong Yidong [Fri, 15 Jun 2007 16:27:23 +0000 (16:27 +0000)]
(widget-add-documentation-string-button): Fix handling of
documentation indent.

17 years ago* wid-edit.el (widget-add-documentation-string-button): Fix
Chong Yidong [Fri, 15 Jun 2007 16:27:16 +0000 (16:27 +0000)]
* wid-edit.el (widget-add-documentation-string-button): Fix
handling of documentation indent.

17 years ago*** empty log message ***
Kim F. Storm [Fri, 15 Jun 2007 14:37:40 +0000 (14:37 +0000)]
*** empty log message ***

17 years agoNew file.
Kim F. Storm [Fri, 15 Jun 2007 14:36:17 +0000 (14:36 +0000)]
New file.

17 years ago*** empty log message ***
Kim F. Storm [Fri, 15 Jun 2007 14:35:58 +0000 (14:35 +0000)]
*** empty log message ***

17 years ago* vc.el (vc-dired-mode): Show backend name as part of mode name.
Masatake YAMATO [Fri, 15 Jun 2007 13:56:48 +0000 (13:56 +0000)]
* vc.el (vc-dired-mode): Show backend name as part of mode name.

17 years ago*** empty log message ***
Juanma Barranquero [Fri, 15 Jun 2007 10:12:58 +0000 (10:12 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Juanma Barranquero [Fri, 15 Jun 2007 10:05:25 +0000 (10:05 +0000)]
*** empty log message ***

17 years agoMerge from emacs--rel--22
Miles Bader [Fri, 15 Jun 2007 04:02:46 +0000 (04:02 +0000)]
Merge from emacs--rel--22

Patches applied:

 * emacs--rel--22  (patch 45-48)

   - Gnus ChangeLog tweaks
   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 230-231)

   - ChangeLog tweak
   - Update from CVS

2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-agent.el (gnus-agent-fetch-headers)
   (gnus-agent-retrieve-headers): Bind
   gnus-decode-encoded-address-function to identity.

   * lisp/gnus/nntp.el (nntp-send-xover-command): Recognize an xover command
   is available also when the server returns simply a dot.

   * lisp/gnus/gnus-ems.el (gnus-x-splash): Redisplay window before measuring
   it.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-800

17 years agoMerge from gnus--rel--5.10
Miles Bader [Fri, 15 Jun 2007 04:03:46 +0000 (04:03 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 230-231)

   - ChangeLog tweak
   - Update from CVS

2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-agent.el (gnus-agent-fetch-headers)
   (gnus-agent-retrieve-headers): Bind
   gnus-decode-encoded-address-function to identity.

   * lisp/gnus/nntp.el (nntp-send-xover-command): Recognize an xover command
   is available also when the server returns simply a dot.

   * lisp/gnus/gnus-ems.el (gnus-x-splash): Redisplay window before measuring
   it.

Revision: emacs@sv.gnu.org/emacs--rel--22--patch-48

17 years agoUse emacs.manifest.
Jason Rumney [Fri, 15 Jun 2007 00:08:37 +0000 (00:08 +0000)]
Use emacs.manifest.

17 years agoManifest for Windows XP and later. Links Emacs to comctl32.dll version 6 for
Jason Rumney [Fri, 15 Jun 2007 00:07:45 +0000 (00:07 +0000)]
Manifest for Windows XP and later. Links Emacs to comctl32.dll version 6 for
the new style scrollbars.

17 years agoManifest for Windows XP and later. Links Emacs to comctl32.dll version 6 for
Jason Rumney [Fri, 15 Jun 2007 00:07:45 +0000 (00:07 +0000)]
Manifest for Windows XP and later. Links Emacs to comctl32.dll version 6 for
the new style scrollbars.

17 years ago(update_compositions): Fix last fix.
Chong Yidong [Fri, 15 Jun 2007 00:02:03 +0000 (00:02 +0000)]
(update_compositions): Fix last fix.

17 years ago* composite.c (update_compositions): Fix last fix.
Chong Yidong [Fri, 15 Jun 2007 00:01:45 +0000 (00:01 +0000)]
* composite.c (update_compositions): Fix last fix.

17 years ago(update_compositions): Check validity of compositions.
Chong Yidong [Fri, 15 Jun 2007 00:00:37 +0000 (00:00 +0000)]
(update_compositions): Check validity of compositions.

17 years ago* composite.c (update_compositions): Check validity of compositions.
Chong Yidong [Thu, 14 Jun 2007 23:59:17 +0000 (23:59 +0000)]
* composite.c (update_compositions): Check validity of compositions.

17 years ago(widget-default-create): Move ?h handling here...
Chong Yidong [Thu, 14 Jun 2007 23:09:25 +0000 (23:09 +0000)]
(widget-default-create): Move ?h handling here...
(widget-default-format-handler): ...from here.
(widget-docstring, widget-add-documentation-string-button): New funs.
(documentation-string): Add :visibility-widget property.
(widget-documentation-string-value-create): Use it.

17 years ago(custom-split-regexp-maybe): Simplify.
Chong Yidong [Thu, 14 Jun 2007 23:08:20 +0000 (23:08 +0000)]
(custom-split-regexp-maybe): Simplify.
(custom-buffer-create-internal): Simplify message.
(custom-variable-tag): Reduce height to normal.
(custom-variable-value-create, custom-face-value-create)
(custom-visibility): New widget.
(custom-visibility): New face.
(custom-group-value-create): Call
widget-add-documentation-string-button, using `custom-visibility'.

17 years ago* wid-edit.el (widget-default-create): Move ?h handling here...
Chong Yidong [Thu, 14 Jun 2007 23:07:05 +0000 (23:07 +0000)]
* wid-edit.el (widget-default-create): Move ?h handling here...
(widget-default-format-handler): ...from here.
(widget-docstring, widget-add-documentation-string-button): New funs.
(documentation-string): Add :visibility-widget property.
(widget-documentation-string-value-create): Use it.

* cus-edit.el (custom-split-regexp-maybe): Simplify.
(custom-buffer-create-internal): Simplify message.
(custom-variable-tag): Reduce height to normal.
(custom-variable-value-create, custom-face-value-create)
(custom-visibility): New widget.
(custom-visibility): New face.
(custom-group-value-create): Call
widget-add-documentation-string-button, using `custom-visibility'.

17 years ago(byte-compile-current-group, byte-compile-nogroup-warn, byte-compile-file):
Stefan Monnier [Thu, 14 Jun 2007 21:25:12 +0000 (21:25 +0000)]
(byte-compile-current-group, byte-compile-nogroup-warn, byte-compile-file):
Revert part of last change.  Apparently the "warning even if the group is
implicit" is a feature rather than a bug.

17 years agomoved my entry from etc/ChangeLog to lisp/ChangeLog
Michael Kifer [Thu, 14 Jun 2007 19:30:34 +0000 (19:30 +0000)]
moved my entry from etc/ChangeLog to lisp/ChangeLog
was put in etc/ChangeLog by mistake

17 years ago2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
Michael Kifer [Thu, 14 Jun 2007 18:10:46 +0000 (18:10 +0000)]
2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>

* viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
different advices for Emacs and XEmacs. Compile them conditionally.
(viper-version): belated version change.

17 years agotypo
Karl Berry [Thu, 14 Jun 2007 16:56:40 +0000 (16:56 +0000)]
typo

17 years agotypo
Karl Berry [Thu, 14 Jun 2007 16:55:54 +0000 (16:55 +0000)]
typo

17 years ago(Fget_internal_run_time) [WINDOWSNT]: Use w32_get_internal_run_time.
Jason Rumney [Thu, 14 Jun 2007 15:59:58 +0000 (15:59 +0000)]
(Fget_internal_run_time) [WINDOWSNT]: Use w32_get_internal_run_time.

17 years ago(get_process_times_fn): New function pointer.
Jason Rumney [Thu, 14 Jun 2007 15:58:13 +0000 (15:58 +0000)]
(get_process_times_fn): New function pointer.
(globals_of_w32): Intialize it if present in kernel32.dll.
(w32_get_internal_run_time): New function.

17 years ago(update_compositions): Check the validness of
Kenichi Handa [Thu, 14 Jun 2007 12:33:56 +0000 (12:33 +0000)]
(update_compositions): Check the validness of
compositions.

17 years ago*** empty log message ***
Nick Roberts [Thu, 14 Jun 2007 12:12:23 +0000 (12:12 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Nick Roberts [Thu, 14 Jun 2007 11:00:55 +0000 (11:00 +0000)]
*** empty log message ***

17 years agoChanges from arch/CVS synchronization
Miles Bader [Thu, 14 Jun 2007 10:03:43 +0000 (10:03 +0000)]
Changes from arch/CVS synchronization

17 years agoGnus ChangeLog tweaks
Miles Bader [Thu, 14 Jun 2007 10:03:08 +0000 (10:03 +0000)]
Gnus ChangeLog tweaks

Revision: emacs@sv.gnu.org/emacs--rel--22--patch-45

17 years agoMerge from gnus--rel--5.10
Miles Bader [Thu, 14 Jun 2007 10:02:55 +0000 (10:02 +0000)]
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

17 years ago(init_user_info): Fix weird formatting not following GNU coding guidelines.
Juanma Barranquero [Thu, 14 Jun 2007 10:01:04 +0000 (10:01 +0000)]
(init_user_info): Fix weird formatting not following GNU coding guidelines.

17 years agoChanges from arch/CVS synchronization
Miles Bader [Thu, 14 Jun 2007 10:00:26 +0000 (10:00 +0000)]
Changes from arch/CVS synchronization

17 years agoMerge from emacs--rel--22
Miles Bader [Thu, 14 Jun 2007 09:59:49 +0000 (09:59 +0000)]
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

17 years ago(update_tool_bar, redisplay_tool_bar, redisplay_window)
YAMAMOTO Mitsuharu [Thu, 14 Jun 2007 08:40:24 +0000 (08:40 +0000)]
(update_tool_bar, redisplay_tool_bar, redisplay_window)
[USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.

17 years ago(struct mac_output) [USE_MAC_TOOLBAR]: New member
YAMAMOTO Mitsuharu [Thu, 14 Jun 2007 08:39:40 +0000 (08:39 +0000)]
(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.

17 years ago(x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
YAMAMOTO Mitsuharu [Thu, 14 Jun 2007 08:39:29 +0000 (08:39 +0000)]
(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.

17 years ago[TARGET_API_MAC_CARBON] (menu_target_item_handler):
YAMAMOTO Mitsuharu [Thu, 14 Jun 2007 08:39:19 +0000 (08:39 +0000)]
[TARGET_API_MAC_CARBON] (menu_target_item_handler):
Return immediately unless popup is activated.

17 years ago(USE_MAC_TOOLBAR): New define.
YAMAMOTO Mitsuharu [Thu, 14 Jun 2007 08:39:07 +0000 (08:39 +0000)]
(USE_MAC_TOOLBAR): New define.

17 years ago(mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
YAMAMOTO Mitsuharu [Thu, 14 Jun 2007 08:38:52 +0000 (08:38 +0000)]
(mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
(x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.

17 years ago(struct frame) [MAC_OS]: New member external_tool_bar.
YAMAMOTO Mitsuharu [Thu, 14 Jun 2007 08:38:42 +0000 (08:38 +0000)]
(struct frame) [MAC_OS]: New member external_tool_bar.
(FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.

17 years agoUpdated.
Jan Djärv [Thu, 14 Jun 2007 06:56:48 +0000 (06:56 +0000)]
Updated.

17 years agoCheck for all image libraries before exiting.
Jan Djärv [Thu, 14 Jun 2007 06:56:28 +0000 (06:56 +0000)]
Check for all image libraries before exiting.

17 years ago* emacs.1: Completely revised.
Werner LEMBERG [Thu, 14 Jun 2007 04:51:35 +0000 (04:51 +0000)]
* emacs.1: Completely revised.
Fix many typographical glitches.
Updated to handle current state of options and resources.

17 years agoAdd image-refresh
Chong Yidong [Thu, 14 Jun 2007 02:23:12 +0000 (02:23 +0000)]
Add image-refresh

17 years ago(Image Cache): Document image-refresh.
Chong Yidong [Thu, 14 Jun 2007 02:22:13 +0000 (02:22 +0000)]
(Image Cache): Document image-refresh.

17 years ago* display.texi (Image Cache): Document image-refresh.
Chong Yidong [Thu, 14 Jun 2007 02:22:03 +0000 (02:22 +0000)]
* display.texi (Image Cache): Document image-refresh.

17 years ago(search_image_cache): Remove unused variable.
Chong Yidong [Thu, 14 Jun 2007 01:48:01 +0000 (01:48 +0000)]
(search_image_cache): Remove unused variable.

17 years ago* image.c (search_image_cache): Remove unused variable.
Chong Yidong [Thu, 14 Jun 2007 01:47:53 +0000 (01:47 +0000)]
* image.c (search_image_cache): Remove unused variable.

17 years ago(erc-scroll-to-bottom): Remove redundant check.
Juanma Barranquero [Thu, 14 Jun 2007 00:14:53 +0000 (00:14 +0000)]
(erc-scroll-to-bottom): Remove redundant check.

17 years ago(mac-dnd-drop-data): Remove redundant check.
Juanma Barranquero [Thu, 14 Jun 2007 00:13:11 +0000 (00:13 +0000)]
(mac-dnd-drop-data): Remove redundant check.

17 years ago(python-complete-symbol): Remove redundant check.
Juanma Barranquero [Thu, 14 Jun 2007 00:11:40 +0000 (00:11 +0000)]
(python-complete-symbol): Remove redundant check.

17 years ago(edebug-pop-to-buffer, edebug-display): Remove redundant checks.
Juanma Barranquero [Thu, 14 Jun 2007 00:10:43 +0000 (00:10 +0000)]
(edebug-pop-to-buffer, edebug-display): Remove redundant checks.

17 years ago(x-dnd-maybe-call-test-function, x-dnd-save-state, x-dnd-drop-data):
Juanma Barranquero [Thu, 14 Jun 2007 00:09:10 +0000 (00:09 +0000)]
(x-dnd-maybe-call-test-function, x-dnd-save-state, x-dnd-drop-data):
Remove redundant checks.

17 years ago(pcomplete-restore-windows): Remove redundant check.
Juanma Barranquero [Thu, 14 Jun 2007 00:07:15 +0000 (00:07 +0000)]
(pcomplete-restore-windows): Remove redundant check.

17 years ago(follow-all-followers, follow-generic-filter): Remove redundant checks.
Juanma Barranquero [Thu, 14 Jun 2007 00:06:03 +0000 (00:06 +0000)]
(follow-all-followers, follow-generic-filter): Remove redundant checks.

17 years ago(rcirc-format-response-string): Use rcirc-nick-syntax
Stefan Monnier [Wed, 13 Jun 2007 21:17:18 +0000 (21:17 +0000)]
(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.

17 years ago(diff-font-lock-keywords): Fix M. Kifer's last change.
Stefan Monnier [Wed, 13 Jun 2007 21:11:42 +0000 (21:11 +0000)]
(diff-font-lock-keywords): Fix M. Kifer's last change.

17 years agoUpdated.
Jan Djärv [Wed, 13 Jun 2007 20:43:51 +0000 (20:43 +0000)]
Updated.

17 years agoExit with error if image libraries aren't found.
Jan Djärv [Wed, 13 Jun 2007 20:43:37 +0000 (20:43 +0000)]
Exit with error if image libraries aren't found.

17 years ago2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
Michael Kifer [Wed, 13 Jun 2007 20:24:31 +0000 (20:24 +0000)]
2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>

* ediff-ptch.el (ediff-context-diff-label-regexp): partially undid
previous patch

17 years ago* term/xterm.el (terminal-init-xterm): Escape parens in character
Dan Nicolaescu [Wed, 13 Jun 2007 19:08:44 +0000 (19:08 +0000)]
* term/xterm.el (terminal-init-xterm): Escape parens in character
  constants.

17 years ago* term/xterm.el (terminal-init-xterm): Escape parens in character
Dan Nicolaescu [Wed, 13 Jun 2007 18:48:09 +0000 (18:48 +0000)]
* term/xterm.el (terminal-init-xterm): Escape parens in character
  constants.

17 years agoRemove unneeded * from docstrings. Use [:alpha:] & [:alnum:] where applicable.
Stefan Monnier [Wed, 13 Jun 2007 18:25:46 +0000 (18:25 +0000)]
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.

17 years ago(vc-arch-command): Remove bzr. It's a different program.
Stefan Monnier [Wed, 13 Jun 2007 18:00:34 +0000 (18:00 +0000)]
(vc-arch-command): Remove bzr.  It's a different program.

17 years ago(explicitly numbered group): Precise the behavior.
Stefan Monnier [Wed, 13 Jun 2007 17:49:14 +0000 (17:49 +0000)]
(explicitly numbered group): Precise the behavior.

17 years ago** Fix compilation when Xaw3d libraries are present but libxaw is not.
Chong Yidong [Wed, 13 Jun 2007 17:37:39 +0000 (17:37 +0000)]
** Fix compilation when Xaw3d libraries are present but libxaw is not.
Done.

17 years ago* xfns.c, xmenu.c: Link to xaw3d if available.
Chong Yidong [Wed, 13 Jun 2007 17:35:40 +0000 (17:35 +0000)]
* xfns.c, xmenu.c: Link to xaw3d if available.

17 years agoFix last fix.
Chong Yidong [Wed, 13 Jun 2007 17:35:27 +0000 (17:35 +0000)]
Fix last fix.

17 years agoLink to xaw3d if available.
Chong Yidong [Wed, 13 Jun 2007 17:35:14 +0000 (17:35 +0000)]
Link to xaw3d if available.

17 years ago* lwlib-Xaw.c, lwlib.c: Link to xaw3d if available.
Chong Yidong [Wed, 13 Jun 2007 17:34:43 +0000 (17:34 +0000)]
* lwlib-Xaw.c, lwlib.c: Link to xaw3d if available.

17 years agoLink to xaw3d if available.
Chong Yidong [Wed, 13 Jun 2007 17:34:30 +0000 (17:34 +0000)]
Link to xaw3d if available.

17 years agoRegenerate.
Chong Yidong [Wed, 13 Jun 2007 17:32:59 +0000 (17:32 +0000)]
Regenerate.

17 years agoMerge xaw3d and libXaw checks. Check xaw3d even when compiling
Chong Yidong [Wed, 13 Jun 2007 17:32:14 +0000 (17:32 +0000)]
Merge xaw3d and libXaw checks.  Check xaw3d even when compiling
without scrollbars.

17 years ago* configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
Chong Yidong [Wed, 13 Jun 2007 17:31:45 +0000 (17:31 +0000)]
* configure.in: Merge xaw3d and libXaw checks.  Check xaw3d even
when compiling without scrollbars.

17 years ago(lookup_image): Save frame foreground and background colors.
YAMAMOTO Mitsuharu [Wed, 13 Jun 2007 08:22:12 +0000 (08:22 +0000)]
(lookup_image): Save frame foreground and background colors.
(search_image_cache): Check if saved and current frame colors match.

17 years ago(struct image) [HAVE_WINDOW_SYSTEM]: New members
YAMAMOTO Mitsuharu [Wed, 13 Jun 2007 08:21:35 +0000 (08:21 +0000)]
(struct image) [HAVE_WINDOW_SYSTEM]: New members
frame_foreground and frame_background.

17 years agoThere is no X(1) man page, only X(7).
Werner LEMBERG [Wed, 13 Jun 2007 07:23:26 +0000 (07:23 +0000)]
There is no X(1) man page, only X(7).

17 years agoRegenerate, with shell-functions patch.
Glenn Morris [Wed, 13 Jun 2007 06:07:43 +0000 (06:07 +0000)]
Regenerate, with shell-functions patch.

17 years agoRemove log entry for generated file.
Glenn Morris [Wed, 13 Jun 2007 06:03:00 +0000 (06:03 +0000)]
Remove log entry for generated file.

17 years agoRegenerate, rather than applying previous changes by hand.
Glenn Morris [Wed, 13 Jun 2007 06:02:22 +0000 (06:02 +0000)]
Regenerate, rather than applying previous changes by hand.

17 years agoupdate two-volume material for printing
Karl Berry [Wed, 13 Jun 2007 00:45:03 +0000 (00:45 +0000)]
update two-volume material for printing

17 years agoupdate two-volume material for printing
Karl Berry [Wed, 13 Jun 2007 00:34:45 +0000 (00:34 +0000)]
update two-volume material for printing

17 years agoFix typo.
Chong Yidong [Wed, 13 Jun 2007 00:24:15 +0000 (00:24 +0000)]
Fix typo.

17 years agoAdd `user-emacs-directory'.
Chong Yidong [Wed, 13 Jun 2007 00:10:24 +0000 (00:10 +0000)]
Add `user-emacs-directory'.

17 years ago* os.texi (Init File): Document user-emacs-directory.
Chong Yidong [Wed, 13 Jun 2007 00:08:54 +0000 (00:08 +0000)]
* os.texi (Init File): Document user-emacs-directory.

17 years ago(Init File): Document user-emacs-directory.
Chong Yidong [Wed, 13 Jun 2007 00:08:25 +0000 (00:08 +0000)]
(Init File): Document user-emacs-directory.

17 years agourl.el (url-configuration-directory): Use user-emacs-directory.
Chong Yidong [Wed, 13 Jun 2007 00:07:59 +0000 (00:07 +0000)]
url.el (url-configuration-directory): Use user-emacs-directory.

17 years ago(url-configuration-directory): Use user-emacs-directory.
Chong Yidong [Wed, 13 Jun 2007 00:07:32 +0000 (00:07 +0000)]
(url-configuration-directory): Use user-emacs-directory.

17 years ago* subr.el (user-emacs-directory): New defconst.
Chong Yidong [Wed, 13 Jun 2007 00:06:34 +0000 (00:06 +0000)]
* 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.

17 years ago(auto-save-list-file-prefix): Use user-emacs-directory.
Chong Yidong [Wed, 13 Jun 2007 00:06:10 +0000 (00:06 +0000)]
(auto-save-list-file-prefix): Use user-emacs-directory.

17 years ago(tutorial--saved-dir): Use user-emacs-directory.
Chong Yidong [Wed, 13 Jun 2007 00:06:00 +0000 (00:06 +0000)]
(tutorial--saved-dir): Use user-emacs-directory.

17 years ago(savehist-file): Use user-emacs-directory.
Chong Yidong [Wed, 13 Jun 2007 00:05:47 +0000 (00:05 +0000)]
(savehist-file): Use user-emacs-directory.

17 years ago(gamegrid-user-score-file-directory): Use user-emacs-directory.
Chong Yidong [Wed, 13 Jun 2007 00:05:37 +0000 (00:05 +0000)]
(gamegrid-user-score-file-directory): Use user-emacs-directory.