bpt/emacs.git
15 years agoChange by author without assignment thankfully tiny.
Glenn Morris [Sat, 23 Aug 2008 03:18:04 +0000 (03:18 +0000)]
Change by author without assignment thankfully tiny.

15 years ago(Shell Command Guessing): Mention dired-guess-shell-case-fold-search.
Glenn Morris [Sat, 23 Aug 2008 03:17:34 +0000 (03:17 +0000)]
(Shell Command Guessing): Mention dired-guess-shell-case-fold-search.
(Bug#417)

15 years ago(dired-guess-shell-alist-default): Add .mp3 and .ogg.
Glenn Morris [Sat, 23 Aug 2008 03:16:58 +0000 (03:16 +0000)]
(dired-guess-shell-alist-default): Add .mp3 and .ogg.
(dired-guess-shell-alist-user): Doc fix.  (Bug#417).

15 years ago(Temporary Displays): Remove unnecessary comment about usage of
Chong Yidong [Sat, 23 Aug 2008 03:03:56 +0000 (03:03 +0000)]
(Temporary Displays): Remove unnecessary comment about usage of
temp-buffer-show-hook.

15 years ago* display.texi (Temporary Displays): Remove unnecessary comment
Chong Yidong [Sat, 23 Aug 2008 03:03:50 +0000 (03:03 +0000)]
* display.texi (Temporary Displays): Remove unnecessary comment
about usage of temp-buffer-show-hook.

15 years ago(temp-buffer-show-hook): Doc fix.
Chong Yidong [Sat, 23 Aug 2008 03:02:23 +0000 (03:02 +0000)]
(temp-buffer-show-hook): Doc fix.

15 years ago* subr.el (temp-buffer-show-hook): Doc fix.
Chong Yidong [Sat, 23 Aug 2008 03:02:15 +0000 (03:02 +0000)]
* subr.el (temp-buffer-show-hook): Doc fix.

15 years ago(try_scrolling): Check INT_MAX instead of MOST_POSITIVE_FIXNUM for
Chong Yidong [Sat, 23 Aug 2008 02:11:56 +0000 (02:11 +0000)]
(try_scrolling): Check INT_MAX instead of MOST_POSITIVE_FIXNUM for
maximum integer value.  Include limits.h to obtain INT_MAX.

15 years ago* xdisp.c (try_scrolling): Check INT_MAX instead of
Chong Yidong [Sat, 23 Aug 2008 02:10:28 +0000 (02:10 +0000)]
* xdisp.c (try_scrolling): Check INT_MAX instead of
MOST_POSITIVE_FIXNUM for maximum integer value.  Include limits.h to
obtain INT_MAX.

15 years ago* trampver.texi: Update release number.
Michael Albinus [Fri, 22 Aug 2008 19:35:48 +0000 (19:35 +0000)]
* trampver.texi: Update release number.

15 years agoChecked mini.texi
Chong Yidong [Fri, 22 Aug 2008 19:34:25 +0000 (19:34 +0000)]
Checked mini.texi

15 years ago*** empty log message ***
Michael Albinus [Fri, 22 Aug 2008 19:33:09 +0000 (19:33 +0000)]
*** empty log message ***

15 years ago* net/xesam.el (xesam-minor-mode): New minor mode.
Michael Albinus [Fri, 22 Aug 2008 19:32:26 +0000 (19:32 +0000)]
* net/xesam.el (xesam-minor-mode): New minor mode.
(xesam-highlight-buffer): Remove.  Code moved to
`xesam-minor-mode'.
(xesam-refresh-entry): Use `xesam-minor-mode'.

15 years agoConsolidate minibuffer and completion changes.
Chong Yidong [Fri, 22 Aug 2008 19:28:36 +0000 (19:28 +0000)]
Consolidate minibuffer and completion changes.

15 years agoUpdate documentation status of minibuffer changes.
Chong Yidong [Fri, 22 Aug 2008 19:27:01 +0000 (19:27 +0000)]
Update documentation status of minibuffer changes.

15 years ago* mini.texi (Minibuffer): Simplify introduction.
Chong Yidong [Fri, 22 Aug 2008 19:26:33 +0000 (19:26 +0000)]
* mini.texi (Minibuffer): Simplify introduction.
(Minibuffer File): Document tilde in minibuffer filenames.
(Minibuffer Edit): Mention that the prompt is read-only.  Describe how
to enter tabs, spaces, and question marks.  Describe behavior of C-a.
(Completion Example): Update example to current command list.
(Completion Options): Document `lazy' value of completion-auto-help.
Update contents of completion-ignored-extensions.
(Minibuffer History): Describe "future history" list.  State default
value of history-delete-duplicates.

15 years ago* net/trampver.el: Update release number.
Michael Albinus [Fri, 22 Aug 2008 19:24:40 +0000 (19:24 +0000)]
* net/trampver.el: Update release number.

15 years ago* net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
Michael Albinus [Fri, 22 Aug 2008 19:22:55 +0000 (19:22 +0000)]
* net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
and "INSIDE_EMACS=...".  Reported by Tassilo Horn <tassilo@member.fsf.org>.

15 years agoRegenerate configure to get fixed autoconf mktime test
Miles Bader [Fri, 22 Aug 2008 08:32:49 +0000 (08:32 +0000)]
Regenerate configure to get fixed autoconf mktime test

Debian's autoconf package 2.61-7 includes a fix for the autoconf bug
which caused AC_FUNC_MKTIME to hang for a long time when configuring.

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

15 years agoFix typos.
Juanma Barranquero [Thu, 21 Aug 2008 22:54:48 +0000 (22:54 +0000)]
Fix typos.

15 years agoFix typos.
Juanma Barranquero [Thu, 21 Aug 2008 22:39:03 +0000 (22:39 +0000)]
Fix typos.

15 years ago(x_delete_display): Don't call XrmDestroyDatabase on GTK+.
Chong Yidong [Thu, 21 Aug 2008 19:37:04 +0000 (19:37 +0000)]
(x_delete_display): Don't call XrmDestroyDatabase on GTK+.

15 years ago* xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
Chong Yidong [Thu, 21 Aug 2008 19:36:56 +0000 (19:36 +0000)]
* xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+.

15 years ago(completion--try-word-completion): Disable partial-completion when
Chong Yidong [Thu, 21 Aug 2008 17:28:58 +0000 (17:28 +0000)]
(completion--try-word-completion): Disable partial-completion when
considering the addition of a space or hyphen.

15 years ago* minibuffer.el (completion--try-word-completion): Disable
Chong Yidong [Thu, 21 Aug 2008 17:28:35 +0000 (17:28 +0000)]
* minibuffer.el (completion--try-word-completion): Disable
partial-completion when considering the addition of a space or hyphen.

15 years agons_draw_window_cursor: fix bug in setting cursor type in inactive
David Reitter [Thu, 21 Aug 2008 15:49:47 +0000 (15:49 +0000)]
ns_draw_window_cursor: fix bug in setting cursor type in inactive
windows. No special treatment for hollow cursor when
FRAME_LAST_INACTIVE.  Clear w->phys_cursor_on_p if
cursor_type==NO_CURSOR.

15 years agoRegenerate.
Chong Yidong [Thu, 21 Aug 2008 14:51:25 +0000 (14:51 +0000)]
Regenerate.

15 years ago(GNUSTEP_SYSTEM_HEADERS): Define GNUSTEP_SYSTEM_HEADERS and
Chong Yidong [Thu, 21 Aug 2008 14:51:10 +0000 (14:51 +0000)]
(GNUSTEP_SYSTEM_HEADERS): Define GNUSTEP_SYSTEM_HEADERS and
GNUSTEP_SYSTEM_LIBRARIES.

15 years ago* configure.in (GNUSTEP_SYSTEM_HEADERS): Define
Chong Yidong [Thu, 21 Aug 2008 14:50:57 +0000 (14:50 +0000)]
* configure.in (GNUSTEP_SYSTEM_HEADERS): Define
GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.

* configure: Regenerate.

15 years ago(temacs${EXEEXT}): On GNUstep, link to appropriate GNUstep library
Chong Yidong [Thu, 21 Aug 2008 14:49:28 +0000 (14:49 +0000)]
(temacs${EXEEXT}): On GNUstep, link to appropriate GNUstep library
location.

15 years ago* Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
Chong Yidong [Thu, 21 Aug 2008 14:49:16 +0000 (14:49 +0000)]
* Makefile.in (temacs${EXEEXT}): On GNUstep, link to appropriate
GNUstep library location.

15 years ago(x_update_menu_appearance): Check validity of menu font before using
Chong Yidong [Thu, 21 Aug 2008 13:53:30 +0000 (13:53 +0000)]
(x_update_menu_appearance): Check validity of menu font before using
it.

15 years ago(BASE_PURESIZE): Increase to 1250000.
Chong Yidong [Thu, 21 Aug 2008 13:47:37 +0000 (13:47 +0000)]
(BASE_PURESIZE): Increase to 1250000.

15 years ago* puresize.h (BASE_PURESIZE): Increase to 1250000.
Chong Yidong [Thu, 21 Aug 2008 13:47:20 +0000 (13:47 +0000)]
* puresize.h (BASE_PURESIZE): Increase to 1250000.

15 years ago*** empty log message ***
John Paul Wallington [Thu, 21 Aug 2008 12:31:50 +0000 (12:31 +0000)]
*** empty log message ***

15 years ago(rmail-insert-inbox-text): Ensure that the filename of `tofile'
John Paul Wallington [Thu, 21 Aug 2008 12:24:48 +0000 (12:24 +0000)]
(rmail-insert-inbox-text): Ensure that the filename of `tofile'
doesn't contain any colons so that it works on Windows, Cygwin, and
MS-DOS systems.

15 years ago(Fortran Comments): Replace fortran-indent-comment with comment-dwim.
Glenn Morris [Thu, 21 Aug 2008 05:48:32 +0000 (05:48 +0000)]
(Fortran Comments): Replace fortran-indent-comment with comment-dwim.

15 years ago*** empty log message ***
Glenn Morris [Thu, 21 Aug 2008 05:37:38 +0000 (05:37 +0000)]
*** empty log message ***

15 years ago(Fortran Columns): Document `fortran-line-length'.
Glenn Morris [Thu, 21 Aug 2008 05:37:29 +0000 (05:37 +0000)]
(Fortran Columns): Document `fortran-line-length'.

15 years ago(epg-make-context, epg-context-set-passphrase-callback)
Daiki Ueno [Thu, 21 Aug 2008 03:45:14 +0000 (03:45 +0000)]
(epg-make-context, epg-context-set-passphrase-callback)
(epg-context-set-progress-callback): Make sure the callback is a
cons of a function and a handback.  Update all callers.

15 years ago* Makefile.in (temacs): Add plain LDFLAGS to GNUstep CC invocation.
Adrian Robert [Thu, 21 Aug 2008 02:57:36 +0000 (02:57 +0000)]
* Makefile.in (temacs): Add plain LDFLAGS to GNUstep CC invocation.

15 years ago* GNUstep/Emacs.base/Resources/Info-gnustep.plist: Update URLs. * GNUstep/Emacs...
Adrian Robert [Thu, 21 Aug 2008 02:55:30 +0000 (02:55 +0000)]
* GNUstep/Emacs.base/Resources/Info-gnustep.plist: Update URLs.  * GNUstep/Emacs.base/Resources/emacs.tiff: Update to copy of: ../../../Cocoa/Emacs.base/Contents/Resources/Emacs.icns 64 size.

15 years ago* nsfns.m (ns-read-file-name): Add casts to avoid warning. (ns-convert-utf8-nfd...
Adrian Robert [Thu, 21 Aug 2008 02:48:58 +0000 (02:48 +0000)]
* nsfns.m (ns-read-file-name): Add casts to avoid warning.  (ns-convert-utf8-nfd-to-nfc): Warn if cannot execute correctly. * nsfont.m (nsfont_draw): Compare indexed colors to 0, not nil.  * nsterm.h (EmacsView-unlockFocusNeedsFlush:): Add declaration.  (EmacsApp-cursor_blink_handler): Remove declaration.  * nsterm.m (ns_draw_glyph_string): Update first conditional body to match 01 Feb 2008 changes in xterm.c.  (ns_read_socket): Add cast to avoid warning.  (EmacsApp-application:openFiles:): Don't call replyToOpenOrPrint: on GNUstep.

15 years ago* term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
Adrian Robert [Thu, 21 Aug 2008 02:31:45 +0000 (02:31 +0000)]
* term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.

15 years agoRevert last change.
Chong Yidong [Wed, 20 Aug 2008 23:06:30 +0000 (23:06 +0000)]
Revert last change.

15 years agoRevert last change.
Chong Yidong [Wed, 20 Aug 2008 22:48:55 +0000 (22:48 +0000)]
Revert last change.

15 years ago*** If Auto Revert mode is enabled in a Dired buffer, it is
Chong Yidong [Wed, 20 Aug 2008 22:43:52 +0000 (22:43 +0000)]
*** If Auto Revert mode is enabled in a Dired buffer, it is
temporarily disabled when entering Wdired mode; it is renabled upon
leaving Wdired mode.

15 years ago(wdired-old-auto-revert-mode): New var.
Chong Yidong [Wed, 20 Aug 2008 22:41:45 +0000 (22:41 +0000)]
(wdired-old-auto-revert-mode): New var.
(wdired-change-to-wdired-mode): Turn off auto-revert-mode.
(wdired-change-to-dired-mode): Turn auto-revert-mode on if it used to
be on.

15 years ago* wdired.el (wdired-old-auto-revert-mode): New var.
Chong Yidong [Wed, 20 Aug 2008 22:41:28 +0000 (22:41 +0000)]
* wdired.el (wdired-old-auto-revert-mode): New var.
(wdired-change-to-wdired-mode): Turn off auto-revert-mode.
(wdired-change-to-dired-mode): Turn auto-revert-mode on if it used to
be on.

15 years ago(nroff-mode): Avoid auto-filling on directive lines.
Chong Yidong [Wed, 20 Aug 2008 22:23:06 +0000 (22:23 +0000)]
(nroff-mode): Avoid auto-filling on directive lines.

15 years ago* textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
Chong Yidong [Wed, 20 Aug 2008 22:22:37 +0000 (22:22 +0000)]
* textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
directive lines.

15 years ago(x_get_foreign_selection): Return nil if desired selection could not
Chong Yidong [Wed, 20 Aug 2008 22:09:56 +0000 (22:09 +0000)]
(x_get_foreign_selection): Return nil if desired selection could not
be obtained, instead of signalling an error.

15 years ago* xselect.c (x_get_foreign_selection): Return nil if desired
Chong Yidong [Wed, 20 Aug 2008 22:09:40 +0000 (22:09 +0000)]
* xselect.c (x_get_foreign_selection): Return nil if desired
selection could not be obtained, instead of signalling an error.

15 years ago* net/xesam.el (xesam-highlight-string): Precise doc string.
Michael Albinus [Wed, 20 Aug 2008 20:08:50 +0000 (20:08 +0000)]
* net/xesam.el (xesam-highlight-string): Precise doc string.
(xesam-highlight-buffer): New defun.
(xesam-refresh-entry): Use it.  Better check for sourceModified.

15 years agoget_phys_cursor_geometry: redraw wider pixels on Nextstep, too.
David Reitter [Wed, 20 Aug 2008 17:53:23 +0000 (17:53 +0000)]
get_phys_cursor_geometry: redraw wider pixels on Nextstep, too.
ensure_echo_area_buffers: add comment.

15 years agoClear cursor properly rather than redrawing the area. Respect width of
David Reitter [Wed, 20 Aug 2008 17:46:37 +0000 (17:46 +0000)]
Clear cursor properly rather than redrawing the area. Respect width of
bar cursors. remove ns-specific code for cursor blinking.

15 years agons_set_cursor_type: replace with generic from xfns.c
David Reitter [Wed, 20 Aug 2008 17:39:14 +0000 (17:39 +0000)]
ns_set_cursor_type: replace with generic from xfns.c

15 years agoMove "#define subprocesses" before config_opsysfile is included.
Eli Zaretskii [Wed, 20 Aug 2008 10:59:00 +0000 (10:59 +0000)]
Move "#define subprocesses" before config_opsysfile is included.
(configure, src/config.in): Regenerated.

15 years ago(edmacro-parse-keys): Catch events with spaces in their names.
Chong Yidong [Tue, 19 Aug 2008 21:44:56 +0000 (21:44 +0000)]
(edmacro-parse-keys): Catch events with spaces in their names.

15 years ago* edmacro.el (edmacro-parse-keys): Catch events with spaces in their
Chong Yidong [Tue, 19 Aug 2008 21:44:48 +0000 (21:44 +0000)]
* edmacro.el (edmacro-parse-keys): Catch events with spaces in their
names.

15 years agons-emacs.texi: Update version. (Introduction): Correct menu location for options...
Adrian Robert [Tue, 19 Aug 2008 13:41:20 +0000 (13:41 +0000)]
ns-emacs.texi: Update version.  (Introduction): Correct menu location for options save.  (Customization): Note that defaults are stored under org.gnu.Emacs.

15 years ago*** empty log message ***
Kenichi Handa [Tue, 19 Aug 2008 07:50:37 +0000 (07:50 +0000)]
*** empty log message ***

15 years ago("Esperanto"): Change the preferred charsets to iso-8859-3.
Kenichi Handa [Tue, 19 Aug 2008 07:49:51 +0000 (07:49 +0000)]
("Esperanto"): Change the preferred charsets to iso-8859-3.

15 years ago("UTF-8"): Add preferred charsets.
Kenichi Handa [Tue, 19 Aug 2008 07:48:51 +0000 (07:48 +0000)]
("UTF-8"): Add preferred charsets.

15 years ago(script-representative-chars): Delete
Kenichi Handa [Tue, 19 Aug 2008 07:47:58 +0000 (07:47 +0000)]
(script-representative-chars): Delete
the entry for symbol.
(setup-default-fontset): For symbol characters, don't specify
:script property.

15 years ago(Vfont_log_deferred): New variable.
Kenichi Handa [Tue, 19 Aug 2008 07:46:52 +0000 (07:46 +0000)]
(Vfont_log_deferred): New variable.
(font_add_log): Check Vfont_log_deferred.
(font_deferred_log): New funciton.

15 years ago(font_deferred_log): Extern it.
Kenichi Handa [Tue, 19 Aug 2008 07:46:14 +0000 (07:46 +0000)]
(font_deferred_log): Extern it.

15 years ago(reorder_font_vector): Use encoding charset of fonts
Kenichi Handa [Tue, 19 Aug 2008 07:45:55 +0000 (07:45 +0000)]
(reorder_font_vector): Use encoding charset of fonts
for sorting.
(face_for_char): Use deferred log.

15 years agoUpdate for release 8.1.
Bill Wohler [Tue, 19 Aug 2008 04:49:08 +0000 (04:49 +0000)]
Update for release 8.1.

15 years agoUpdate for MH-E release 8.1.
Bill Wohler [Tue, 19 Aug 2008 04:42:07 +0000 (04:42 +0000)]
Update for MH-E release 8.1.

15 years ago*** empty log message ***
Bill Wohler [Tue, 19 Aug 2008 04:41:08 +0000 (04:41 +0000)]
*** empty log message ***

15 years ago** Update INSTALL and NEWS to reflect lack of MS-DOS support, if it still
Chong Yidong [Tue, 19 Aug 2008 04:38:20 +0000 (04:38 +0000)]
** Update INSTALL and NEWS to reflect lack of MS-DOS support, if it still
isn't working by then.

15 years ago(Version, mh-version): Update for release 8.1.
Bill Wohler [Tue, 19 Aug 2008 04:37:27 +0000 (04:37 +0000)]
(Version, mh-version): Update for release 8.1.

15 years ago(completion-table-dynamic): Doc fix.
Chong Yidong [Tue, 19 Aug 2008 04:34:54 +0000 (04:34 +0000)]
(completion-table-dynamic): Doc fix.

15 years ago* minibuffer.el (completion-table-dynamic): Doc fix.
Chong Yidong [Tue, 19 Aug 2008 04:34:43 +0000 (04:34 +0000)]
* minibuffer.el (completion-table-dynamic): Doc fix.

15 years ago(Extra fonts): Mention local fonts, don't mention mule-unicode.
Kenichi Handa [Tue, 19 Aug 2008 02:26:02 +0000 (02:26 +0000)]
(Extra fonts): Mention local fonts, don't mention mule-unicode.

15 years ago(custom-toggle-hide): Allow hiding only if widget is saved.
Chong Yidong [Tue, 19 Aug 2008 01:49:04 +0000 (01:49 +0000)]
(custom-toggle-hide): Allow hiding only if widget is saved.

15 years ago* cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
Chong Yidong [Tue, 19 Aug 2008 01:48:39 +0000 (01:48 +0000)]
* cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
saved.

15 years ago(display-completion-list): Re-state the obsolescence of `common-substring'.
Stefan Monnier [Mon, 18 Aug 2008 19:59:38 +0000 (19:59 +0000)]
(display-completion-list): Re-state the obsolescence of `common-substring'.

15 years ago(edt-default-emulation-setup): Share global-buffers-menu-map with the
Chong Yidong [Mon, 18 Aug 2008 19:07:59 +0000 (19:07 +0000)]
(edt-default-emulation-setup): Share global-buffers-menu-map with the
emulated global map.

15 years ago* emulation/edt.el (edt-default-emulation-setup): Share
Chong Yidong [Mon, 18 Aug 2008 19:07:45 +0000 (19:07 +0000)]
* emulation/edt.el (edt-default-emulation-setup): Share
global-buffers-menu-map with the emulated global map.

15 years agoUncomment 'put backspace ascii-character...' and friends, they are needed for tramp.
Adrian Robert [Mon, 18 Aug 2008 15:04:37 +0000 (15:04 +0000)]
Uncomment 'put backspace ascii-character...'  and friends, they are needed for tramp.

15 years ago*** empty log message ***
Kenichi Handa [Mon, 18 Aug 2008 12:12:32 +0000 (12:12 +0000)]
*** empty log message ***

15 years ago(face_for_char): Add font log.
Kenichi Handa [Mon, 18 Aug 2008 12:06:33 +0000 (12:06 +0000)]
(face_for_char): Add font log.

15 years ago(font_add_log): Add the font properties :script, :lang,
Kenichi Handa [Mon, 18 Aug 2008 12:05:30 +0000 (12:05 +0000)]
(font_add_log): Add the font properties :script, :lang,
and :otf in the log.

15 years ago(font-show-log): Add optional arg N to control the limit of font
Kenichi Handa [Mon, 18 Aug 2008 12:04:35 +0000 (12:04 +0000)]
(font-show-log): Add optional arg N to control the limit of font
listing.

15 years agoMerge from emacs--rel--22
Miles Bader [Mon, 18 Aug 2008 05:33:28 +0000 (05:33 +0000)]
Merge from emacs--rel--22

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

15 years agoAdd arch tagline
Miles Bader [Mon, 18 Aug 2008 05:32:57 +0000 (05:32 +0000)]
Add arch tagline

15 years agoTemporary convenience files supporting the Rmail/mbox merge to the
Paul Reilly [Mon, 18 Aug 2008 05:21:37 +0000 (05:21 +0000)]
Temporary convenience files supporting the Rmail/mbox merge to the
trunk (as Pmail).  These files should be removed when Pmail is
subsumed into Rmail.

15 years agoNotes on changes made to merge from the Rmail/mbox branch into the trunk.
Paul Reilly [Mon, 18 Aug 2008 05:18:52 +0000 (05:18 +0000)]
Notes on changes made to merge from the Rmail/mbox branch into the trunk.

15 years agoAdd arch tagline
Miles Bader [Mon, 18 Aug 2008 04:59:13 +0000 (04:59 +0000)]
Add arch tagline

15 years agomail/: Add new (temporary) libaries for which to test Rmail/mbox such
Paul Reilly [Mon, 18 Aug 2008 04:51:28 +0000 (04:51 +0000)]
mail/: Add new (temporary) libaries for which to test Rmail/mbox such
that Rmail/babyl is not affected.  This creates a facility/feature
called "pmail" (analagous to "rmail") that can be used independently
from Rmail for testing purposes.  The plan is to replace the "rmail"
files eventually and remove "pmail" entirely at that point.  In the
interim, interested developers can use either Rmail or Pmail or both
(which is not recommended for the casual User or the faint of heart).

15 years ago(recenter-top-bottom): Determine top and bottom positions using
Chong Yidong [Mon, 18 Aug 2008 03:46:51 +0000 (03:46 +0000)]
(recenter-top-bottom): Determine top and bottom positions using
scroll-margin instead of scroll-conservatively.

15 years ago* window.el (recenter-top-bottom): Determine top and bottom
Chong Yidong [Mon, 18 Aug 2008 03:45:54 +0000 (03:45 +0000)]
* window.el (recenter-top-bottom): Determine top and bottom
positions using scroll-margin instead of scroll-conservatively.

15 years agoproced.el (proced-send-signal): Use beginning-of-line.
Roland Winkler [Mon, 18 Aug 2008 01:01:59 +0000 (01:01 +0000)]
proced.el (proced-send-signal): Use beginning-of-line.

15 years ago(proced-signal-list): Add POSIX 1003.1-2001 signals.
Roland Winkler [Mon, 18 Aug 2008 00:47:12 +0000 (00:47 +0000)]
(proced-signal-list): Add POSIX 1003.1-2001 signals.
(proced-mode-map): Add tooltips for menus.  Use radio buttons for
listing types.
(proced-log-buffer): New variable.
(proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate
on region if transient-mark-mode is turned on and the region is
active.
(proced-omit-processes): Renamed from proced-hide-processes to
avoid key clash with describe-mode (bound to h).  Search for
marked processes starting from point-min.
(proced-header-space): Removed.
(proced-send-signal): Handle errors.  Operate on current process
if no process is marked.
(proced-why): New command.
(proced-log, proced-log-summary): New functions.
(proced-help): Use proced-why.

15 years ago(bibtex-entry-format): Mark as safe.
Roland Winkler [Mon, 18 Aug 2008 00:39:22 +0000 (00:39 +0000)]
(bibtex-entry-format): Mark as safe.
(bibtex-autokey-year-title-separator): Fix doscstring.

15 years agoRemove dead code.
Chong Yidong [Sun, 17 Aug 2008 23:48:30 +0000 (23:48 +0000)]
Remove dead code.
(handle_invisible_prop, next_overlay_string): Defer call to
setup_for_ellipsis.
(handle_stop, set_iterator_to_next): Call setup_for_ellipsis.

15 years ago* xdisp.c: Remove dead code.
Chong Yidong [Sun, 17 Aug 2008 23:48:21 +0000 (23:48 +0000)]
* xdisp.c: Remove dead code.
(handle_invisible_prop, next_overlay_string): Defer call to
setup_for_ellipsis.
(handle_stop, set_iterator_to_next): Call setup_for_ellipsis.

15 years ago* net/xesam.el (xesam-vendor, xesam-notify-function): New local
Michael Albinus [Sun, 17 Aug 2008 20:03:05 +0000 (20:03 +0000)]
* net/xesam.el (xesam-vendor, xesam-notify-function): New local
variables.
(xesam-mode): Extend docstring.  Initialize `xesam-notify-function'.
(xesam-refresh-entry): Use `xesam-notify-function' if set.  Remove
Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
(xesam-new-search): Initialize `xesam-vendor'.