bpt/emacs.git
16 years ago(copyright-current-gpl-version): Set to 3.
Nick Roberts [Wed, 11 Jul 2007 01:52:25 +0000 (01:52 +0000)]
(copyright-current-gpl-version): Set to 3.

16 years ago*** empty log message ***
Nick Roberts [Wed, 11 Jul 2007 01:48:50 +0000 (01:48 +0000)]
*** empty log message ***

16 years agoMerge from gnus--rel--5.10
Miles Bader [Tue, 10 Jul 2007 01:54:34 +0000 (01:54 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * emacs--devo--0  (patch 797, 800, 802)

   - Merge from emacs--rel--22

 * gnus--rel--5.10  (patch 233-234)

   - Merge from emacs--devo--0
   - Update from CVS

2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
   as unfetched articles.

2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-start.el (gnus-level-unsubscribed): Improve doc string.

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

   * lisp/gnus/gnus-art.el (gnus-article-summary-command-nosave)
   (gnus-article-read-summary-keys): Don't set the 3rd arg of
   pop-to-buffer for XEmacs.

2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>

   * man/gnus-faq.texi ([3.2]): Fix locating of environment variables in the
   Control Panel.

   * man/gnus.texi (Misc Article): Add index entry for
   gnus-single-article-buffer.

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

   * man/gnus.texi (Starting Up): Fix typo.

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

   * man/gnus.texi (Asynchronous Fetching): Fix typo.

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

16 years ago(eval-defun): Explain special handling of `defface'.
Richard M. Stallman [Tue, 10 Jul 2007 01:07:09 +0000 (01:07 +0000)]
(eval-defun): Explain special handling of `defface'.

16 years ago(Defining Faces): Explain C-M-x feature for defface.
Richard M. Stallman [Tue, 10 Jul 2007 01:05:49 +0000 (01:05 +0000)]
(Defining Faces): Explain C-M-x feature for defface.

16 years ago(isearch-edit-string): Call to isearch-push-state after the search.
Richard M. Stallman [Mon, 9 Jul 2007 14:46:56 +0000 (14:46 +0000)]
(isearch-edit-string): Call to isearch-push-state after the search.

16 years ago(file-coding-system-alist): Fix previous commit.
Katsumi Yamaoka [Mon, 9 Jul 2007 01:27:20 +0000 (01:27 +0000)]
(file-coding-system-alist): Fix previous commit.

16 years agoRemove `tiny change' flags from my log entries.
Katsumi Yamaoka [Sun, 8 Jul 2007 23:44:03 +0000 (23:44 +0000)]
Remove `tiny change' flags from my log entries.

16 years ago(file-coding-system-alist): Fix custom type.
Katsumi Yamaoka [Sun, 8 Jul 2007 23:41:36 +0000 (23:41 +0000)]
(file-coding-system-alist): Fix custom type.

16 years ago(longlines-wrap-region): Avoid marking buffer as modified.
Chong Yidong [Sun, 8 Jul 2007 18:07:46 +0000 (18:07 +0000)]
(longlines-wrap-region): Avoid marking buffer as modified.
(longlines-auto-wrap, longlines-window-change-function): Remove
unnecessary calls to set-buffer-modified-p.

16 years ago* longlines.el (longlines-wrap-region): Avoid marking buffer as
Chong Yidong [Sun, 8 Jul 2007 18:07:19 +0000 (18:07 +0000)]
* longlines.el (longlines-wrap-region): Avoid marking buffer as
modified.
(longlines-auto-wrap, longlines-window-change-function): Remove
unnecessary calls to set-buffer-modified-p.

16 years agoAdd arch tagline
Miles Bader [Sun, 8 Jul 2007 11:32:07 +0000 (11:32 +0000)]
Add arch tagline

16 years ago* log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
Dan Nicolaescu [Sun, 8 Jul 2007 08:18:12 +0000 (08:18 +0000)]
* log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
buffer-local value of log-view-*-re if applicable.

16 years ago(gud-common-init): Call string->strings instead
Nick Roberts [Sun, 8 Jul 2007 06:54:40 +0000 (06:54 +0000)]
(gud-common-init): Call string->strings instead
of split-string.

16 years ago(cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
Nick Roberts [Sun, 8 Jul 2007 06:51:48 +0000 (06:51 +0000)]
(cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
(cvs-mode-checkout, cvs-execute-single-file): Use new function names
strings->string and string->strings.

16 years ago* pcvs-util.el (cvs-strings->string, cvs-string->strings):
Nick Roberts [Sun, 8 Jul 2007 06:49:02 +0000 (06:49 +0000)]
* pcvs-util.el (cvs-strings->string, cvs-string->strings):
Rename and move to...

* subr.el (strings->string, string->strings): ...here.

16 years ago*** empty log message ***
Nick Roberts [Sun, 8 Jul 2007 06:44:45 +0000 (06:44 +0000)]
*** empty log message ***

16 years ago(menu-bar-open): New function. Bind <f10> to it.
Eli Zaretskii [Sat, 7 Jul 2007 11:25:15 +0000 (11:25 +0000)]
(menu-bar-open): New function.  Bind <f10> to it.

16 years ago(log-view-mode-menu): New menu.
Dan Nicolaescu [Sat, 7 Jul 2007 03:42:40 +0000 (03:42 +0000)]
(log-view-mode-menu): New menu.

16 years ago*** empty log message ***
Dan Nicolaescu [Sat, 7 Jul 2007 03:01:31 +0000 (03:01 +0000)]
*** empty log message ***

16 years agovc-hg.el: New file.
Dan Nicolaescu [Fri, 6 Jul 2007 21:24:38 +0000 (21:24 +0000)]
vc-hg.el: New file.

17 years ago(eval-last-sexp): Avoid introducing any
Andreas Schwab [Fri, 6 Jul 2007 17:30:06 +0000 (17:30 +0000)]
(eval-last-sexp): Avoid introducing any
dynamic bindings around the evaluation of the expression.

17 years agoDocument how to get back the old binding of SPC in file prompts.
Eli Zaretskii [Fri, 6 Jul 2007 16:13:37 +0000 (16:13 +0000)]
Document how to get back the old binding of SPC in file prompts.

17 years ago*** empty log message ***
Dan Nicolaescu [Wed, 4 Jul 2007 16:18:49 +0000 (16:18 +0000)]
*** empty log message ***

17 years ago(auto-mode-alist): Match more valid gdb init
Dan Nicolaescu [Tue, 3 Jul 2007 21:30:56 +0000 (21:30 +0000)]
(auto-mode-alist): Match more valid gdb init
file names.

17 years ago(help-make-xrefs): Skip spaces too when skipping tabs.
Martin Rudalics [Mon, 2 Jul 2007 05:46:19 +0000 (05:46 +0000)]
(help-make-xrefs): Skip spaces too when skipping tabs.

17 years ago(mouse-drag-mode-line-1): Quit mouse tracking when
Martin Rudalics [Mon, 2 Jul 2007 05:40:12 +0000 (05:40 +0000)]
(mouse-drag-mode-line-1): Quit mouse tracking when
event is not a cons cell.  Do not unread drag-mouse-1 events.
Select right window in check whether space was stolen from
window above.

17 years ago(find-file-visit-truename): Fix safe-local-variable value.
Richard M. Stallman [Sun, 1 Jul 2007 03:23:11 +0000 (03:23 +0000)]
(find-file-visit-truename): Fix safe-local-variable value.

17 years ago(generic-define-mswindows-modes, generic-define-unix-modes,
Juanma Barranquero [Fri, 29 Jun 2007 11:15:58 +0000 (11:15 +0000)]
(generic-define-mswindows-modes, generic-define-unix-modes,
apache-log-generic-mode, bat-generic-mode-keymap, java-manifest-generic-mode,
show-tabs-generic-mode): Fix typos in docstrings.

17 years ago(dnd-get-local-file-name): Set fixcase to t in call to
Jan Djärv [Thu, 28 Jun 2007 19:07:32 +0000 (19:07 +0000)]
(dnd-get-local-file-name): Set fixcase to t in call to
replace-regexp-in-string.

17 years ago[USE_MAC_TSM] (mac_handle_text_input_event):
YAMAMOTO Mitsuharu [Thu, 28 Jun 2007 10:10:29 +0000 (10:10 +0000)]
[USE_MAC_TSM] (mac_handle_text_input_event):
Check WINDOWP before using XWINDOW.

17 years ago($(lisp)/mh-e/mh-loaddefs.el): Depend on
Andreas Schwab [Thu, 28 Jun 2007 09:13:37 +0000 (09:13 +0000)]
($(lisp)/mh-e/mh-loaddefs.el): Depend on
$(lisp)/subdirs.el.

17 years ago*** empty log message ***
Juanma Barranquero [Thu, 28 Jun 2007 09:12:48 +0000 (09:12 +0000)]
*** empty log message ***

17 years ago(speedbar-handle-delete-frame): Don't try to delete the speedbar frame if nil;
Juanma Barranquero [Thu, 28 Jun 2007 09:03:36 +0000 (09:03 +0000)]
(speedbar-handle-delete-frame): Don't try to delete the speedbar frame if nil;
that deletes the current frame or causes an error if it is the only frame.

17 years ago(syms_of_buffer) <selective-display>: Fix typo in docstring.
Juanma Barranquero [Wed, 27 Jun 2007 11:40:26 +0000 (11:40 +0000)]
(syms_of_buffer) <selective-display>: Fix typo in docstring.

17 years ago[HAVE_GTK_AND_PTHREAD] Check this after including config.h.
YAMAMOTO Mitsuharu [Tue, 26 Jun 2007 03:29:25 +0000 (03:29 +0000)]
[HAVE_GTK_AND_PTHREAD] Check this after including config.h.
(_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
(LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
(_free_internal, memalign): Use them.
(_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
Initialize to PTHREAD_MUTEX_INITIALIZER.
(malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
(morecore_nolock): Rename from morecore.  All uses changed.
Use only nolock versions of internal allocation functions.
(_malloc_internal_nolock, _realloc_internal_nolock)
(_free_internal_nolock): New functions created from
_malloc_internal, _realloc_internal, and _free_internal.
(_malloc_internal, _realloc_internal, _free_internal): Use them.
Copy hook value to automatic variable before its use.
(memalign): Copy hook value to automatic variable before its use.

17 years ago(main): Set console codepages to "ANSI".
Jason Rumney [Mon, 25 Jun 2007 12:30:40 +0000 (12:30 +0000)]
(main): Set console codepages to "ANSI".

17 years agonew Back-Cover Text
Karl Berry [Sun, 24 Jun 2007 21:59:25 +0000 (21:59 +0000)]
new Back-Cover Text

17 years ago(desktop-read): Run `desktop-not-loaded-hook' in the directory where the desktop
Juanma Barranquero [Sun, 24 Jun 2007 20:03:06 +0000 (20:03 +0000)]
(desktop-read): Run `desktop-not-loaded-hook' in the directory where the desktop
file was found, as the docstring says.
(desktop-kill): Use `read-directory-name'.
 (desktop-load-locked-desktop): New option.
(desktop-read): Use it.
(desktop-truncate, desktop-outvar, desktop-restore-file-buffer): Use `when'.
(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 agoAdded note about new style scrollbars on Windows XP and later.
Jason Rumney [Sat, 23 Jun 2007 16:57:51 +0000 (16:57 +0000)]
Added note about new style scrollbars on Windows XP and later.

17 years ago(insert-directory): If an invalid regexp error is thrown, try using FILE
Eli Zaretskii [Sat, 23 Jun 2007 11:24:56 +0000 (11:24 +0000)]
(insert-directory): If an invalid regexp error is thrown, try using FILE
as a literal file name, not a wildcard.
Check for FILE as an existing file, not just a directory.

17 years ago*** empty log message ***
Juanma Barranquero [Sat, 23 Jun 2007 10:50:07 +0000 (10:50 +0000)]
*** empty log message ***

17 years ago(ruler-mode): Prevent clobbering the original `header-line-format'
Juanma Barranquero [Sat, 23 Jun 2007 10:45:01 +0000 (10:45 +0000)]
(ruler-mode): Prevent clobbering the original `header-line-format'
when reentering ruler mode.

17 years ago(insert-directory): Don't treat FILE as a wildcard if FILE exists as
Eli Zaretskii [Sat, 23 Jun 2007 09:52:06 +0000 (09:52 +0000)]
(insert-directory): Don't treat FILE as a wildcard if FILE exists as
a directory.

17 years agovera-mode.el (vera-mode): Fix `commend-end-skip' setting.
Dan Nicolaescu [Thu, 21 Jun 2007 22:55:44 +0000 (22:55 +0000)]
vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
(vera-font-lock-match-item): Fix doc string.
(vera-in-comment-p): Remove unused function.
(vera-skip-forward-literal,vera-skip-backward-literal): Improve code,
use `syntax-ppss'.
(vera-forward-syntactic-ws): Fix argument order.
(vera-prepare-search): Use `with-syntax-table'.
(vera-indent-line): Fix doc string.
(vera-electric-tab): Fix doc string.
(vera-expand-abbrev): Define alias instead of using `fset'.
(vera-comment-uncomment-region): Use `comment-start-skip'.

17 years ago*** empty log message ***
Jason Rumney [Thu, 21 Jun 2007 22:08:56 +0000 (22:08 +0000)]
*** empty log message ***

17 years ago(convert_mono_to_color_image): Swap fore and background.
Jason Rumney [Thu, 21 Jun 2007 22:01:27 +0000 (22:01 +0000)]
(convert_mono_to_color_image): Swap fore and background.

17 years agoHeader changes: mark file as part of Emacs, update FSF address.
Glenn Morris [Thu, 21 Jun 2007 04:07:24 +0000 (04:07 +0000)]
Header changes: mark file as part of Emacs, update FSF address.

17 years ago(w32_BDF_to_x_font): Unmap memory when finished.
Jason Rumney [Wed, 20 Jun 2007 21:26:53 +0000 (21:26 +0000)]
(w32_BDF_to_x_font): Unmap memory when finished.
(w32_free_bdf_font): Unmap memory not handle.

17 years agoprogmodes/vera-mode.el: New file.
Dan Nicolaescu [Wed, 20 Jun 2007 15:22:59 +0000 (15:22 +0000)]
progmodes/vera-mode.el: New file.

17 years ago(ido-find-file-in-dir): Don't signal an error for empty directories.
Juanma Barranquero [Wed, 20 Jun 2007 15:19:37 +0000 (15:19 +0000)]
(ido-find-file-in-dir): Don't signal an error for empty directories.

17 years ago(_wsa_errlist): Fix typo in error message.
Juanma Barranquero [Wed, 20 Jun 2007 08:49:12 +0000 (08:49 +0000)]
(_wsa_errlist): Fix typo in error message.
(init_environment): Ignore any environment variable
from the registry having a null value.

17 years ago(c-remove-any-local-eval-or-mode-variables): When removing lines, also
Alan Mackenzie [Wed, 20 Jun 2007 08:27:53 +0000 (08:27 +0000)]
(c-remove-any-local-eval-or-mode-variables): When removing lines, also
remove the \n.  Correction of patch of 2007-04-21.

17 years ago*** empty log message ***
Alan Mackenzie [Wed, 20 Jun 2007 08:26:23 +0000 (08:26 +0000)]
*** empty log message ***

17 years agoUse emacs.manifest.
Jason Rumney [Tue, 19 Jun 2007 11:59:20 +0000 (11:59 +0000)]
Use emacs.manifest.

17 years ago(add_menu_item): Don't use multibyte string functions on
Jason Rumney [Sun, 17 Jun 2007 22:25:08 +0000 (22:25 +0000)]
(add_menu_item): Don't use multibyte string functions on
unicode strings.

17 years ago(lpr-page-header-switches): Move %s to separate element for correct
Glenn Morris [Sun, 17 Jun 2007 22:19:58 +0000 (22:19 +0000)]
(lpr-page-header-switches): Move %s to separate element for correct
quoting.  Doc fix.

17 years ago*** empty log message ***
Glenn Morris [Sun, 17 Jun 2007 22:19:25 +0000 (22:19 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Juanma Barranquero [Sun, 17 Jun 2007 02:36:20 +0000 (02:36 +0000)]
*** empty log message ***

17 years ago(syms_of_xdisp) <auto-resize-tool-bars>: Fix typo in docstring.
Juanma Barranquero [Sun, 17 Jun 2007 02:18:00 +0000 (02:18 +0000)]
(syms_of_xdisp) <auto-resize-tool-bars>: Fix typo in docstring.

17 years agoMerge from gnus--rel--5.10
Miles Bader [Sat, 16 Jun 2007 22:29:59 +0000 (22:29 +0000)]
Merge from gnus--rel--5.10

Patches applied:

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

   - Update from CVS

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

17 years ago(add_menu_item): Escape `&' characters in menu items and their keybindings.
Eli Zaretskii [Sat, 16 Jun 2007 18:19:42 +0000 (18:19 +0000)]
(add_menu_item): Escape `&' characters in menu items and their keybindings.

17 years agoDocument that :data is unsupported for playing sound on Windows.
Eli Zaretskii [Sat, 16 Jun 2007 12:51:48 +0000 (12:51 +0000)]
Document that :data is unsupported for playing sound on Windows.

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 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): 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 agotypo
Karl Berry [Thu, 14 Jun 2007 16:55:54 +0000 (16:55 +0000)]
typo

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* 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 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 ago(scroll-lock-mode): Doc fix.
Chong Yidong [Tue, 12 Jun 2007 23:56:10 +0000 (23:56 +0000)]
(scroll-lock-mode): Doc fix.

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

17 years ago(font-lock-add-keywords): In case font-lock was only
Stefan Monnier [Mon, 11 Jun 2007 21:57:11 +0000 (21:57 +0000)]
(font-lock-add-keywords): In case font-lock was only
half-activated, forcefully activate it completely.

17 years agoAdd a bug about hi-lock-mode and font-lock-mode.
Stefan Monnier [Mon, 11 Jun 2007 15:46:12 +0000 (15:46 +0000)]
Add a bug about hi-lock-mode and font-lock-mode.
Fix encoding of some nonascii chars.

17 years ago(custom-variable-type): Doc fix.
Richard M. Stallman [Mon, 11 Jun 2007 05:12:38 +0000 (05:12 +0000)]
(custom-variable-type): Doc fix.

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

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

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

17 years ago** In Image mode, whenever the displayed image is wider and/or higher
Chong Yidong [Fri, 8 Jun 2007 03:04:22 +0000 (03:04 +0000)]
** In Image mode, whenever the displayed image is wider and/or higher
than the window, the usual keys for moving the cursor cause the image
to be scrolled horizontally or vertically instead.

17 years ago(image-forward-hscroll, image-backward-hscroll)
Chong Yidong [Fri, 8 Jun 2007 03:01:25 +0000 (03:01 +0000)]
(image-forward-hscroll, image-backward-hscroll)
(image-next-line, image-previous-line, image-scroll-up)
(image-scroll-down, image-bol, image-eol, image-bob, image-eob):
New functions.
(image-mode-map): Remap motion commands.
(image-mode-text-map): New keymap for viewing images as text.
(image-mode): Use image-mode-map.
(image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.

17 years ago* image-mode.el (image-forward-hscroll, image-backward-hscroll)
Chong Yidong [Fri, 8 Jun 2007 03:01:08 +0000 (03:01 +0000)]
* image-mode.el (image-forward-hscroll, image-backward-hscroll)
(image-next-line, image-previous-line, image-scroll-up)
(image-scroll-down, image-bol, image-eol, image-bob, image-eob):
New functions.
(image-mode-map): Remap motion commands.
(image-mode-text-map): New keymap for viewing images as text.
(image-mode): Use image-mode-map.
(image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.

17 years agoTramp does not require cl anymore.
Michael Albinus [Thu, 7 Jun 2007 20:17:52 +0000 (20:17 +0000)]
Tramp does not require cl anymore.

17 years agoSync with Tramp 2.0.56.
Michael Albinus [Thu, 7 Jun 2007 20:14:45 +0000 (20:14 +0000)]
Sync with Tramp 2.0.56.

17 years agoIdentify Emacs 22.2 changes (so we don't lose them later).
Chong Yidong [Thu, 7 Jun 2007 16:57:32 +0000 (16:57 +0000)]
Identify Emacs 22.2 changes (so we don't lose them later).

17 years ago(dired-recursive-deletes, dired-recursive-copies): Change default to
Chong Yidong [Thu, 7 Jun 2007 16:51:54 +0000 (16:51 +0000)]
(dired-recursive-deletes, dired-recursive-copies): Change default to
`top'.

17 years ago* dired.el (dired-recursive-deletes, dired-recursive-copies):
Chong Yidong [Thu, 7 Jun 2007 16:51:33 +0000 (16:51 +0000)]
* dired.el (dired-recursive-deletes, dired-recursive-copies):
Change default to `top'.

17 years ago(dired-mode-map): Remove spurious separator.
Chong Yidong [Thu, 7 Jun 2007 16:40:15 +0000 (16:40 +0000)]
(dired-mode-map): Remove spurious separator.

17 years ago* dired.el (dired-mode-map): Remove spurious separator.
Chong Yidong [Thu, 7 Jun 2007 16:40:05 +0000 (16:40 +0000)]
* dired.el (dired-mode-map): Remove spurious separator.

17 years ago(gnus-split-methods): Fix typo in docstring.
Juanma Barranquero [Thu, 7 Jun 2007 14:32:38 +0000 (14:32 +0000)]
(gnus-split-methods): Fix typo in docstring.

17 years ago(mixal-operation-codes-alist): Fix typo in docstring.
Juanma Barranquero [Thu, 7 Jun 2007 14:27:21 +0000 (14:27 +0000)]
(mixal-operation-codes-alist): Fix typo in docstring.

17 years ago(Optional Mode Line): Document the new form of line+column numbers,
Alan Mackenzie [Thu, 7 Jun 2007 13:27:30 +0000 (13:27 +0000)]
(Optional Mode Line): Document the new form of line+column numbers,
"(561,2)".

17 years ago*** empty log message ***
Alan Mackenzie [Thu, 7 Jun 2007 13:26:20 +0000 (13:26 +0000)]
*** empty log message ***

17 years ago(ebrowse-draw-file-member-info): Doc fix.
Juanma Barranquero [Thu, 7 Jun 2007 13:20:47 +0000 (13:20 +0000)]
(ebrowse-draw-file-member-info): Doc fix.

17 years ago(idlwave-one-key-select): Fix typo in docstring.
Juanma Barranquero [Thu, 7 Jun 2007 12:41:27 +0000 (12:41 +0000)]
(idlwave-one-key-select): Fix typo in docstring.

17 years agoSync etc/images change to six icons from trunk.
Glenn Morris [Thu, 7 Jun 2007 07:45:09 +0000 (07:45 +0000)]
Sync etc/images change to six icons from trunk.

17 years agoConvert from PPM to PBM.
Glenn Morris [Thu, 7 Jun 2007 07:44:33 +0000 (07:44 +0000)]
Convert from PPM to PBM.

17 years agoConvert from PGM to PBM.
Glenn Morris [Thu, 7 Jun 2007 07:43:52 +0000 (07:43 +0000)]
Convert from PGM to PBM.