bpt/emacs.git
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 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: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.

17 years ago(image-dired-dir): Use user-emacs-directory.
Chong Yidong [Wed, 13 Jun 2007 00:05:24 +0000 (00:05 +0000)]
(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.

17 years ago(server-auth-dir): Use user-emacs-directory.
Chong Yidong [Wed, 13 Jun 2007 00:05:04 +0000 (00:05 +0000)]
(server-auth-dir): Use user-emacs-directory.

17 years ago(thumbs-thumbsdir): Use user-emacs-directory.
Chong Yidong [Wed, 13 Jun 2007 00:04:55 +0000 (00:04 +0000)]
(thumbs-thumbsdir): Use user-emacs-directory.

17 years ago(filesets-menu-cache-file): Use user-emacs-directory.
Chong Yidong [Wed, 13 Jun 2007 00:04:46 +0000 (00:04 +0000)]
(filesets-menu-cache-file): Use user-emacs-directory.

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

17 years ago(custom-theme-directory): Use user-emacs-directory.
Chong Yidong [Wed, 13 Jun 2007 00:04:16 +0000 (00:04 +0000)]
(custom-theme-directory): Use user-emacs-directory.

17 years ago(save-completions-file-name): Use user-emacs-directory.
Chong Yidong [Wed, 13 Jun 2007 00:04:04 +0000 (00:04 +0000)]
(save-completions-file-name): Use user-emacs-directory.

17 years ago(shell): Use user-emacs-directory.
Chong Yidong [Wed, 13 Jun 2007 00:03:49 +0000 (00:03 +0000)]
(shell): Use user-emacs-directory.

17 years ago(scheme-start-file): Use user-emacs-directory.
Chong Yidong [Wed, 13 Jun 2007 00:03:39 +0000 (00:03 +0000)]
(scheme-start-file): Use user-emacs-directory.

17 years ago(user-emacs-directory): New defconst.
Chong Yidong [Wed, 13 Jun 2007 00:03:28 +0000 (00:03 +0000)]
(user-emacs-directory): New defconst.

17 years ago(scroll-lock-mode): Doc fix.
Chong Yidong [Tue, 12 Jun 2007 23:58:38 +0000 (23:58 +0000)]
(scroll-lock-mode): Doc fix.

17 years ago* scroll-lock.el (scroll-lock-mode): Doc fix.
Chong Yidong [Tue, 12 Jun 2007 23:58:20 +0000 (23:58 +0000)]
* scroll-lock.el (scroll-lock-mode): Doc fix.

17 years ago*** empty log message ***
Juanma Barranquero [Tue, 12 Jun 2007 21:24:43 +0000 (21:24 +0000)]
*** empty log message ***

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

* ediff-ptch.el (ediff-context-diff-label-regexp): spurious
parenthesis.

* ediff-init.el: doc strings.

17 years ago(byte-compile-current-group): New var.
Stefan Monnier [Tue, 12 Jun 2007 21:03:32 +0000 (21:03 +0000)]
(byte-compile-current-group): New var.
(byte-compile-file): Bind it.
(byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
group argument is provided implicitly.
(byte-compile-format-warn, byte-compile-from-buffer)
(byte-compile-insert-header): Don't hardcode point-min==1.
(byte-compile-file-form-require): Remove unused var old-load-list.
(byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.

17 years ago*** empty log message ***
Juanma Barranquero [Tue, 12 Jun 2007 20:08:03 +0000 (20:08 +0000)]
*** empty log message ***

17 years ago2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
Michael Kifer [Tue, 12 Jun 2007 19:20:25 +0000 (19:20 +0000)]
2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>

* viper-cmd.el (viper-prefix-arg-com,viper-prefix-arg-value): display
error messages
(viper-prev-destructive-command,viper-insert-prev-from-insertion-ring):
get rid of cl.el dependencies.

* viper-init.el (viper-suppress-input-method-change-message): new
variable.
(viper-activate-input-method-action,viper-inactivate-input-method-action):
use viper-suppress-input-method-change-message.

* viper-kem.el (viper-vi-basic-map): disable the bindings for C-s, C-r.

* viper-util.el (viper-set-cursor-color-according-to-state): use
viper-replace-overlay-cursor-color instead of
viper-replace-overlay-cursor-color.
(viper-sit-for-short): use sit-for with 3 arguments.

* viper.el (viper-insert-state-mode-list): add gud-mode.
(viper-major-mode-modifier-list): add viper-comint-mode-modifier-map to
gud-mode.

* ediff-mult.el
(ediff-meta-buffer-brief-message,ediff-meta-buffer-verbose-message):
new variables.
(ediff-meta-buffer-message): variable deleted.
(ediff-verbose-help-enabled): new variable.
(ediff-toggle-verbose-help-meta-buffer): new function.
(ediff-redraw-directory-group-buffer): made aware of short/verbose
message options

* ediff-ptch.el (ediff-context-diff-label-regexp): better regexp.
(ediff-fixup-patch-map): improved heuristic.

17 years ago(log-view-file-re, log-view-message-re): Use \(?1:...\).
Stefan Monnier [Tue, 12 Jun 2007 18:52:05 +0000 (18:52 +0000)]
(log-view-file-re, log-view-message-re): Use \(?1:...\).
(log-view-font-lock-keywords): Simplify.
(log-view-current-file, log-view-current-tag): Simplify.

17 years ago(regex_compile): Remove the `regnum' counter.
Stefan Monnier [Tue, 12 Jun 2007 18:40:18 +0000 (18:40 +0000)]
(regex_compile): Remove the `regnum' counter.
Use bufp->re_nsub instead.  Add support for \(?N:RE\).

17 years ago(url-cookie-name, url-cookie-value, url-cookie-expires, url-cookie-localpart)
Stefan Monnier [Tue, 12 Jun 2007 18:24:25 +0000 (18:24 +0000)]
(url-cookie-name, url-cookie-value, url-cookie-expires, url-cookie-localpart)
(url-cookie-domain, url-cookie-secure, url-cookie-set-name)
(url-cookie-set-value, url-cookie-set-expires, url-cookie-set-localpart)
(url-cookie-set-domain, url-cookie-set-secure, url-cookie-retrieve-arg)
(url-cookie-create, url-cookie-p): Remove.
(url-cookie): New struct.
(url-cookie-store): Use setf instead of url-cookie-set-*.

17 years ago(tab-always-indent): Docstring fix.
Stefan Monnier [Tue, 12 Jun 2007 16:33:39 +0000 (16:33 +0000)]
(tab-always-indent): Docstring fix.

17 years ago(vc-arch-command): Also try "baz" and "bzr".
Sam Steingold [Tue, 12 Jun 2007 13:37:56 +0000 (13:37 +0000)]
(vc-arch-command): Also try "baz" and "bzr".

17 years ago(desktop-load-locked-desktop): New option.
Juanma Barranquero [Tue, 12 Jun 2007 11:14:52 +0000 (11:14 +0000)]
(desktop-load-locked-desktop): New option.
(desktop-read): Use it.
(desktop-truncate, desktop-outvar, desktop-restore-file-buffer): Use `when'.

17 years ago(desktop-save-mode-off): New function.
Juanma Barranquero [Tue, 12 Jun 2007 09:11:31 +0000 (09:11 +0000)]
(desktop-save-mode-off): New function.
(desktop-base-lock-name, desktop-not-loaded-hook): New variables.
(desktop-full-lock-name, desktop-file-modtime, desktop-owner,
desktop-claim-lock, desktop-release-lock): New functions.
(desktop-kill): Tell `desktop-save' that this is the last save.
Release the lock afterwards.
(desktop-buffer-info): New function.
(desktop-save): Use it.  Run `desktop-save-hook' where the doc says to.
Detect conflicts, and manage the lock.
(desktop-read): Detect conflicts.  Manage the lock.

17 years agoChange bug address. Add back +++/--- note.
Glenn Morris [Tue, 12 Jun 2007 08:16:23 +0000 (08:16 +0000)]
Change bug address.  Add back +++/--- note.
Use present tense for X-toolkit entry.  Mention libgif.

Restore two items deleted by mistake.

17 years ago(HAVE_GIF): Doc fix.
Glenn Morris [Tue, 12 Jun 2007 08:16:04 +0000 (08:16 +0000)]
(HAVE_GIF): Doc fix.
(LIBGIF): New (already used by Makefile.in).

17 years ago(HAVE_GIF): If -lungif fails, try -lgif.
Glenn Morris [Tue, 12 Jun 2007 08:13:57 +0000 (08:13 +0000)]
(HAVE_GIF): If -lungif fails, try -lgif.

17 years ago(tpu-emacs-map-key): Use new keymap names.
Stefan Monnier [Tue, 12 Jun 2007 04:56:35 +0000 (04:56 +0000)]
(tpu-emacs-map-key): Use new keymap names.

17 years ago(tpu-gold-map): Rename from GOLD-map.
Stefan Monnier [Tue, 12 Jun 2007 04:55:40 +0000 (04:55 +0000)]
(tpu-gold-map): Rename from GOLD-map.
(tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
(CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
(tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
keysyms rather than byte sequences.
(tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.

17 years ago(sh-font-lock-backslash-quote, sh-font-lock-flush-syntax-ppss-cache): New funs.
Stefan Monnier [Mon, 11 Jun 2007 22:16:43 +0000 (22:16 +0000)]
(sh-font-lock-backslash-quote, sh-font-lock-flush-syntax-ppss-cache): New funs.
(sh-font-lock-syntactic-keywords): Use them to distinguish the
different possible cases for \'.

17 years ago(PC-bindings): Don't bind things already bound in the parent keymap.
Stefan Monnier [Mon, 11 Jun 2007 22:10:24 +0000 (22:10 +0000)]
(PC-bindings): Don't bind things already bound in the parent keymap.

17 years agoAdjust copyright notice.
Stefan Monnier [Mon, 11 Jun 2007 22:06:36 +0000 (22:06 +0000)]
Adjust copyright notice.

17 years ago*** empty log message ***
Stefan Monnier [Mon, 11 Jun 2007 22:04:14 +0000 (22:04 +0000)]
*** empty log message ***

17 years agoNew file.
Stefan Monnier [Mon, 11 Jun 2007 22:02:21 +0000 (22:02 +0000)]
New file.

17 years agoInclude intervals.h to declare Fget_text_property.
Stefan Monnier [Mon, 11 Jun 2007 20:08:49 +0000 (20:08 +0000)]
Include intervals.h to declare Fget_text_property.

17 years ago*** empty log message ***
Stefan Monnier [Mon, 11 Jun 2007 20:00:35 +0000 (20:00 +0000)]
*** empty log message ***

17 years ago(vc-svn-program): New var.
Stefan Monnier [Mon, 11 Jun 2007 18:41:09 +0000 (18:41 +0000)]
(vc-svn-program): New var.
(vc-svn-command): Use it.

17 years ago*** empty log message ***
Jan Djärv [Mon, 11 Jun 2007 17:48:04 +0000 (17:48 +0000)]
*** empty log message ***

17 years agoChange wording about yes/gtk and lucid/athena being
Jan Djärv [Mon, 11 Jun 2007 17:47:44 +0000 (17:47 +0000)]
Change wording about yes/gtk and lucid/athena being
synonyms.

17 years agoRemove RCS keywords
Miles Bader [Mon, 11 Jun 2007 02:42:19 +0000 (02:42 +0000)]
Remove RCS keywords

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

17 years agoMerge from gnus--rel--5.10
Miles Bader [Mon, 11 Jun 2007 00:56:04 +0000 (00:56 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 227-228)

   - Update from CVS

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

   * lisp/gnus/gnus-ems.el (gnus-x-splash): Make it work.

   * lisp/gnus/gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
   from being used.

   * lisp/gnus/gnus-art.el (gnus-article-summary-command-nosave): Correct the order
   of the arguments passed to pop-to-buffer.
   (gnus-article-read-summary-keys): Ditto.

2007-06-06  Andreas Seltenreich  <andreas@gate450.dyndns.org>

   * man/gnus.texi (Misc Group Stuff, Summary Buffer)
   (Server Commands, Article Keymap): Fix typo.  s/function/command/.

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

17 years ago(server-switch-buffer): Remove redundant check.
Juanma Barranquero [Mon, 11 Jun 2007 00:23:06 +0000 (00:23 +0000)]
(server-switch-buffer): Remove redundant check.

17 years ago(Fx_file_dialog): Take size from struct not pointer.
Jason Rumney [Sun, 10 Jun 2007 23:38:37 +0000 (23:38 +0000)]
(Fx_file_dialog): Take size from struct not pointer.

17 years ago(byte-compile-find-cl-functions): Match
Martin Rudalics [Sun, 10 Jun 2007 16:15:10 +0000 (16:15 +0000)]
(byte-compile-find-cl-functions): Match
against file-name-nondirectory.
Fix text on user customization variables.

17 years agoRegenerate, and apply by hand super-special-shell-function-message-patch.
Glenn Morris [Sat, 9 Jun 2007 22:31:59 +0000 (22:31 +0000)]
Regenerate, and apply by hand super-special-shell-function-message-patch.

17 years ago(rmail-movemail-variant-in-use): Fix doc typo.
Thien-Thi Nguyen [Sat, 9 Jun 2007 12:53:04 +0000 (12:53 +0000)]
(rmail-movemail-variant-in-use): Fix doc typo.

17 years agoMerge from emacs--rel--22
Miles Bader [Sat, 9 Jun 2007 03:19:04 +0000 (03:19 +0000)]
Merge from emacs--rel--22

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

17 years ago*** empty log message ***
Juanma Barranquero [Sat, 9 Jun 2007 00:14:06 +0000 (00:14 +0000)]
*** empty log message ***

17 years ago(desktop-minor-mode-table): Doc fix.
Juanma Barranquero [Sat, 9 Jun 2007 00:09:03 +0000 (00:09 +0000)]
(desktop-minor-mode-table): Doc fix.

17 years ago(css-navigation-syntax-table):
Stefan Monnier [Fri, 8 Jun 2007 21:57:46 +0000 (21:57 +0000)]
(css-navigation-syntax-table):
Use set-char-table-range so it also works in the unicode branch.

17 years ago(Fdelete_and_extract_region): Use empty_unibyte_string.
Juanma Barranquero [Fri, 8 Jun 2007 20:18:14 +0000 (20:18 +0000)]
(Fdelete_and_extract_region): Use empty_unibyte_string.

17 years ago(Fread_file_name): Use empty_unibyte_string.
Juanma Barranquero [Fri, 8 Jun 2007 20:12:52 +0000 (20:12 +0000)]
(Fread_file_name): Use empty_unibyte_string.

17 years ago(Fmapconcat): Use empty_unibyte_string.
Juanma Barranquero [Fri, 8 Jun 2007 20:11:56 +0000 (20:11 +0000)]
(Fmapconcat): Use empty_unibyte_string.

17 years ago(cmd_error_internal): Use empty_unibyte_string.
Juanma Barranquero [Fri, 8 Jun 2007 20:11:04 +0000 (20:11 +0000)]
(cmd_error_internal): Use empty_unibyte_string.

17 years ago(Fkey_description): Use empty_unibyte_string.
Juanma Barranquero [Fri, 8 Jun 2007 20:10:01 +0000 (20:10 +0000)]
(Fkey_description): Use empty_unibyte_string.