]> git.eshelyaron.com Git - emacs.git/log
emacs.git
18 years ago(init_casetab_once): Call set_case_table.
Richard M. Stallman [Fri, 8 Sep 2006 12:11:17 +0000 (12:11 +0000)]
(init_casetab_once): Call set_case_table.

18 years ago(shut_down_emacs): Set inhibit_sentinels.
Richard M. Stallman [Fri, 8 Sep 2006 12:10:17 +0000 (12:10 +0000)]
(shut_down_emacs): Set inhibit_sentinels.

18 years ago(inhibit_sentinels): New variable.
Richard M. Stallman [Fri, 8 Sep 2006 12:08:54 +0000 (12:08 +0000)]
(inhibit_sentinels): New variable.
(exec_sentinel): Test inhibit_sentinels.
(init_process): Initialize it.

18 years ago(inhibit_sentinels): Add decl.
Richard M. Stallman [Fri, 8 Sep 2006 12:07:46 +0000 (12:07 +0000)]
(inhibit_sentinels): Add decl.

18 years ago(looking_at_1, string_match_1, search_command):
Richard M. Stallman [Fri, 8 Sep 2006 12:07:07 +0000 (12:07 +0000)]
(looking_at_1, string_match_1, search_command):
Make syntax table's canon table point to eqv table.

18 years ago(Search): Ref multi-file search commands here.
Richard M. Stallman [Fri, 8 Sep 2006 12:05:56 +0000 (12:05 +0000)]
(Search): Ref multi-file search commands here.
(Other Repeating Search): Not here.

18 years ago(Bindat Spec): Suggest names ending in -bindat-spec.
Richard M. Stallman [Fri, 8 Sep 2006 12:05:19 +0000 (12:05 +0000)]
(Bindat Spec): Suggest names ending in -bindat-spec.

18 years ago(adaptive-fill-regexp): Don't match `(1)' or `1.'
Richard M. Stallman [Fri, 8 Sep 2006 12:02:54 +0000 (12:02 +0000)]
(adaptive-fill-regexp): Don't match `(1)' or `1.'

18 years ago(rmail-get-new-mail): Say whether all msgs are spam.
Richard M. Stallman [Fri, 8 Sep 2006 12:02:13 +0000 (12:02 +0000)]
(rmail-get-new-mail): Say whether all msgs are spam.
(rmail-convert-to-babyl-format): Don't record undo, leave list empty.

18 years ago(timer-create, timer-activate): Doc fixes.
Richard M. Stallman [Fri, 8 Sep 2006 12:00:40 +0000 (12:00 +0000)]
(timer-create, timer-activate): Doc fixes.
(cancel-timer-internal): Add doc string.
(cancel-function-timers): Doc fix.
(with-timeout-handler, timer-event-last*): Add doc strings.

18 years ago(bindat-unpack): Doc fix.
Richard M. Stallman [Fri, 8 Sep 2006 11:59:33 +0000 (11:59 +0000)]
(bindat-unpack): Doc fix.

18 years agoComment change.
Richard M. Stallman [Fri, 8 Sep 2006 11:59:00 +0000 (11:59 +0000)]
Comment change.

18 years ago(risky-local-variable-p): Match ...-bindat-spec.
Richard M. Stallman [Fri, 8 Sep 2006 11:58:46 +0000 (11:58 +0000)]
(risky-local-variable-p): Match ...-bindat-spec.

18 years ago(dired-log-summary): Add doc string.
Richard M. Stallman [Fri, 8 Sep 2006 11:58:18 +0000 (11:58 +0000)]
(dired-log-summary): Add doc string.

18 years ago(custom-menu-create): Bind deactivate-mark here
Richard M. Stallman [Fri, 8 Sep 2006 11:57:05 +0000 (11:57 +0000)]
(custom-menu-create): Bind deactivate-mark here
(custom-group-menu-create): Not here.

18 years agoRefill some entries to avoid lines > 80 columns.
Andreas Schwab [Fri, 8 Sep 2006 11:46:42 +0000 (11:46 +0000)]
Refill some entries to avoid lines > 80 columns.

18 years ago(strout): Fix whitespace.
Andreas Schwab [Fri, 8 Sep 2006 11:39:24 +0000 (11:39 +0000)]
(strout): Fix whitespace.

18 years ago(x_draw_glyph_string): Fix 2006-08-24 change.
Kim F. Storm [Fri, 8 Sep 2006 11:35:01 +0000 (11:35 +0000)]
(x_draw_glyph_string): Fix 2006-08-24 change.

18 years ago*** empty log message ***
Kim F. Storm [Fri, 8 Sep 2006 11:34:50 +0000 (11:34 +0000)]
*** empty log message ***

18 years ago(org-dblock-write:clocktable): Avoid infinite loop.
Carsten Dominik [Fri, 8 Sep 2006 08:47:01 +0000 (08:47 +0000)]
(org-dblock-write:clocktable): Avoid infinite loop.

18 years ago*** empty log message ***
Carsten Dominik [Fri, 8 Sep 2006 08:46:37 +0000 (08:46 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Fri, 8 Sep 2006 08:18:39 +0000 (08:18 +0000)]
*** empty log message ***

18 years ago(mac_handle_origin_change, mac_handle_size_change)
YAMAMOTO Mitsuharu [Fri, 8 Sep 2006 08:18:18 +0000 (08:18 +0000)]
(mac_handle_origin_change, mac_handle_size_change)
(mac_get_ideal_size): New functions.
(x_set_offset, x_set_window_size, x_make_frame_visible)
(do_zoom_window, mac_handle_window_event, XTread_socket): Use them.
(install_window_handler, mac_handle_window_event)
[USE_CARBON_EVENTS]: Handle kEventWindowGetIdealSize and
kEventWindowBoundsChanged.
(XTread_socket) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Don't call
DragWindow.

18 years ago(mac_window) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
YAMAMOTO Mitsuharu [Fri, 8 Sep 2006 08:18:08 +0000 (08:18 +0000)]
(mac_window) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
Specify kWindowAsyncDragAttribute.

18 years ago[!MAC_OSX] Don't include keyboard.h.
YAMAMOTO Mitsuharu [Fri, 8 Sep 2006 08:17:58 +0000 (08:17 +0000)]
[!MAC_OSX] Don't include keyboard.h.
[!MAC_OSX] (select): Try detect_input_pending before ReceiveNextEvent
in the same BLOCK_INPUT block, in case that some input has already
been read asynchronously.  Pretend to be interrupted by a signal
if some input is available.
[MAC_OSX] (select_and_poll_event, sys_select): Likewise.
(SELECT_POLLING_PERIOD_USEC) [SELECT_USE_CFSOCKET]: Change to 100000.
Now used for ReceiveNextEvent timeout instead of select timeout.
(EVENT_CLASS_SOCK) [SELECT_USE_CFSOCKET]: Remove macro.
[SELECT_USE_CFSOCKET] (socket_callback): Add non-blocking connect
support.  Quit event loop.
[MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Add non-blocking
connect support.  Reuse previously allocated CFRunLoopSource.
(Fmac_process_hi_command) [TARGET_API_MAC_CARBON]: New function.
(syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.

18 years ago(show-hide-font-panel): New HI command ID symbol.
YAMAMOTO Mitsuharu [Fri, 8 Sep 2006 08:17:21 +0000 (08:17 +0000)]
(show-hide-font-panel): New HI command ID symbol.
(mac-apple-event-map): Define its handler.

18 years ago*** empty log message ***
Richard M. Stallman [Thu, 7 Sep 2006 22:14:29 +0000 (22:14 +0000)]
*** empty log message ***

18 years ago* net/ldap.el (ldap-search-internal): Handle `auth' key.
Chong Yidong [Thu, 7 Sep 2006 21:16:16 +0000 (21:16 +0000)]
* net/ldap.el (ldap-search-internal): Handle `auth' key.

18 years ago"rcirc uses member*" fixed.
Chong Yidong [Thu, 7 Sep 2006 20:58:09 +0000 (20:58 +0000)]
"rcirc uses member*" fixed.

18 years ago* net/rcirc.el (rcirc-activity-string): Don't quote value in case
Chong Yidong [Thu, 7 Sep 2006 20:56:24 +0000 (20:56 +0000)]
* net/rcirc.el (rcirc-activity-string): Don't quote value in case
clause.

18 years ago* info.el (Info-index): Bind completion-ignore-case.
Chong Yidong [Thu, 7 Sep 2006 20:45:19 +0000 (20:45 +0000)]
* info.el (Info-index): Bind completion-ignore-case.

18 years agoFix Károly Lőrentey <lorentey@elte.hu>
Jan Djärv [Thu, 7 Sep 2006 19:16:10 +0000 (19:16 +0000)]
Fix Károly Lőrentey  <lorentey@elte.hu>

18 years ago(inferior-prolog-flavor): New var left out of previous commit.
Stefan Monnier [Thu, 7 Sep 2006 16:18:06 +0000 (16:18 +0000)]
(inferior-prolog-flavor): New var left out of previous commit.
(inferior-prolog-guess-flavor): New fun left out of previous commit.
(prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
burp in dedicated windows.
(inferior-prolog-self-insert-command): New command.
(inferior-prolog-mode-map): Use it.

18 years ago*** empty log message ***
Juanma Barranquero [Thu, 7 Sep 2006 15:11:43 +0000 (15:11 +0000)]
*** empty log message ***

18 years agoUpdate.
Kim F. Storm [Thu, 7 Sep 2006 13:22:33 +0000 (13:22 +0000)]
Update.

18 years ago* international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
Reiner Steib [Thu, 7 Sep 2006 12:50:41 +0000 (12:50 +0000)]
* international/latexenc.el (latex-inputenc-coding-alist): Add cp858.

* international/code-pages.el: Add cp858.

18 years ago(START_FILES, LIB_STANDARD): Override to
Andreas Schwab [Thu, 7 Sep 2006 10:48:21 +0000 (10:48 +0000)]
(START_FILES, LIB_STANDARD): Override to
use lib64 instead of lib.

18 years ago* dnd.el: Fix bootstrapping
Jan Djärv [Thu, 7 Sep 2006 10:12:51 +0000 (10:12 +0000)]
* dnd.el: Fix bootstrapping

18 years agoFix mailaddress
Jan Djärv [Thu, 7 Sep 2006 09:56:22 +0000 (09:56 +0000)]
Fix mailaddress

18 years ago* dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
Jan Djärv [Thu, 7 Sep 2006 07:44:33 +0000 (07:44 +0000)]
* dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
(dnd-open-remote-url): New function.
(dnd-open-remote-file-function): Set to dnd-open-remote-url if
not windows-nt.

2006-09-07  Jason Rumney <jasonr@gnu.org>

* dnd.el (dnd-open-remote-file-function): New variable.
(dnd-open-unc-file): New function.
(dnd-open-file): Call dnd-open-remote-file-function if set.

18 years agoMerge from gnus--rel--5.10
Miles Bader [Thu, 7 Sep 2006 05:58:54 +0000 (05:58 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 134-135)

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

2006-09-06  Daiki Ueno  <ueno@unixuser.org>

   * lisp/pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
   pgg-passphrase-coding-system rather than locale-coding-system.
   * lisp/pgg-def.el (pgg-passphrase-coding-system): New user option.

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

18 years agoAvoid double quotes when possible.
Stefan Monnier [Wed, 6 Sep 2006 17:53:59 +0000 (17:53 +0000)]
Avoid double quotes when possible.

18 years agoRemove * in docstrings.
Stefan Monnier [Wed, 6 Sep 2006 17:34:12 +0000 (17:34 +0000)]
Remove * in docstrings.
(prolog-program-name): Add SWI prolog.
(prolog-mode-menu): New menu.
(prolog-mode): Set comment-add.
(prolog-indent-line): Simplify.  Use indent-line-to.
(inferior-prolog-buffer): New var.
(inferior-prolog-run, inferior-prolog-process): New funs.
(run-prolog, switch-to-prolog): Rewrite, using them.
(prolog-consult-region): Use inferior-prolog-buffer.
(inferior-prolog-load-file): New function.
(prolog-mode-map): Add bindings for load-file and switch-to-prolog.

18 years ago(fill-single-word-nobreak-p): Allow breaking before
Stefan Monnier [Wed, 6 Sep 2006 16:35:18 +0000 (16:35 +0000)]
(fill-single-word-nobreak-p): Allow breaking before
last word, if it's not the end of the paragraph.

18 years ago(abbreviate-file-name): Don't mistakenly match newlines in file name.
Stefan Monnier [Wed, 6 Sep 2006 16:32:18 +0000 (16:32 +0000)]
(abbreviate-file-name): Don't mistakenly match newlines in file name.

18 years ago*** empty log message ***
Kim F. Storm [Wed, 6 Sep 2006 13:01:57 +0000 (13:01 +0000)]
*** empty log message ***

18 years ago(Display Feature Testing): display-mm-dimensions-alist.
Kim F. Storm [Wed, 6 Sep 2006 13:01:34 +0000 (13:01 +0000)]
(Display Feature Testing): display-mm-dimensions-alist.

18 years ago(display-mm-dimensions-alist): New defcustom.
Kim F. Storm [Wed, 6 Sep 2006 11:51:57 +0000 (11:51 +0000)]
(display-mm-dimensions-alist): New defcustom.
(display-mm-height, display-mm-width): Use it.

18 years ago*** empty log message ***
Kim F. Storm [Wed, 6 Sep 2006 11:51:26 +0000 (11:51 +0000)]
*** empty log message ***

18 years agofringe.el is now pre-loaded.
Kim F. Storm [Wed, 6 Sep 2006 10:35:12 +0000 (10:35 +0000)]
fringe.el is now pre-loaded.

18 years agoTask Done:
Kim F. Storm [Wed, 6 Sep 2006 10:25:42 +0000 (10:25 +0000)]
Task Done:
 ** Image scrolling problems reported by David Kastrup.

18 years ago(Window Start): Update pos-visible-in-window-p.
Kim F. Storm [Wed, 6 Sep 2006 10:24:45 +0000 (10:24 +0000)]
(Window Start): Update pos-visible-in-window-p.

18 years ago*** empty log message ***
Kim F. Storm [Wed, 6 Sep 2006 10:24:33 +0000 (10:24 +0000)]
*** empty log message ***

18 years ago(gnus-button-regexp, gnus-button-marker-list)
Reiner Steib [Wed, 6 Sep 2006 09:43:59 +0000 (09:43 +0000)]
(gnus-button-regexp, gnus-button-marker-list)
(gnus-button-last): Move up.  Convert comments into doc strings.

18 years ago2006-09-06 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Wed, 6 Sep 2006 09:10:44 +0000 (09:10 +0000)]
2006-09-06  Simon Josefsson  <jas@extundo.com>

* smtpmail.texi (Authentication): Mention SSL.

18 years ago2006-09-06 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Wed, 6 Sep 2006 09:08:55 +0000 (09:08 +0000)]
2006-09-06  Simon Josefsson  <jas@extundo.com>

* mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.

18 years ago(Fformat_time_string): Use make_unibyte_string to make
Kenichi Handa [Wed, 6 Sep 2006 06:41:40 +0000 (06:41 +0000)]
(Fformat_time_string): Use make_unibyte_string to make
a Lisp string from the result of emacs_memftimeu call.

18 years ago(gdb-var-list-children-regexp)
Nick Roberts [Wed, 6 Sep 2006 02:45:03 +0000 (02:45 +0000)]
(gdb-var-list-children-regexp)
(gdb-var-list-children-regexp-1): Tweak regexps to catch full
string values.

18 years ago*** empty log message ***
Nick Roberts [Wed, 6 Sep 2006 02:43:00 +0000 (02:43 +0000)]
*** empty log message ***

18 years ago(line-move-partial): New function to do vscrolling for
Kim F. Storm [Tue, 5 Sep 2006 22:52:29 +0000 (22:52 +0000)]
(line-move-partial): New function to do vscrolling for
partially visible images / tall lines.  Rewrite based on code
previously in line-move.  Simplify backwards vscrolling.
(line-move): Use it.  Simplify.

18 years ago*** empty log message ***
Kim F. Storm [Tue, 5 Sep 2006 22:52:17 +0000 (22:52 +0000)]
*** empty log message ***

18 years ago(pos_visible_p): Remove exact_mode_line_heights_p arg;
Kim F. Storm [Tue, 5 Sep 2006 22:49:51 +0000 (22:49 +0000)]
(pos_visible_p): Remove exact_mode_line_heights_p arg;
so always calculate heights even when pos-visible-in-window-p is
called with partially = t.  Don't overshoot last_visible_y in move_it_to.
Return row height and row number in new rowh and vpos args.
(cursor_row_fully_visible_p): First line is always "fully visible".
(try_window): Don't clear matrix if vscrolled.

18 years ago(Fpos_visible_in_window_p): Adapt to new pos_visible_p.
Kim F. Storm [Tue, 5 Sep 2006 22:49:43 +0000 (22:49 +0000)]
(Fpos_visible_in_window_p): Adapt to new pos_visible_p.
Return row height and row number for partially visible rows.
Modify return value to a 2 element list for fully visible rows
and 6 for partially visible row.
(window_scroll_pixel_based): Use pos_visible_p directly instead of
Fpos_visible_in_window_p.  Fix auto vscrolling for partially visible lines.
Only vscroll backwards if already vscrolled forwards.  Unconditionally
vscroll forwards if PT is first (and only) line.  Set new window start
instead of scrolling at start/end of tall line.

18 years ago(pos_visible_p): Update prototype.
Kim F. Storm [Tue, 5 Sep 2006 22:49:36 +0000 (22:49 +0000)]
(pos_visible_p): Update prototype.

18 years ago(cua--pre-command-handler-1): Rewrite.
Kim F. Storm [Tue, 5 Sep 2006 20:54:16 +0000 (20:54 +0000)]
(cua--pre-command-handler-1): Rewrite.

18 years ago*** empty log message ***
Kim F. Storm [Tue, 5 Sep 2006 20:54:05 +0000 (20:54 +0000)]
*** empty log message ***

18 years agoispell.el problem is a Windows-only bug (if it exists).
Chong Yidong [Tue, 5 Sep 2006 14:55:16 +0000 (14:55 +0000)]
ispell.el problem is a Windows-only bug (if it exists).
"Compilation mode error on gcc include messages" bug fixed.

18 years ago* progmodes/compile.el (compilation-error-regexp-alist-alist):
Chong Yidong [Tue, 5 Sep 2006 14:53:24 +0000 (14:53 +0000)]
* progmodes/compile.el (compilation-error-regexp-alist-alist):
Process the `gcc-include' after the `gnu' rule.

18 years ago*** empty log message ***
Kim F. Storm [Tue, 5 Sep 2006 14:18:46 +0000 (14:18 +0000)]
*** empty log message ***

18 years ago(ido-visit-buffer): Use buffer name if buffer arg is a buffer.
Kim F. Storm [Tue, 5 Sep 2006 10:26:35 +0000 (10:26 +0000)]
(ido-visit-buffer): Use buffer name if buffer arg is a buffer.

18 years ago*** empty log message ***
Kim F. Storm [Tue, 5 Sep 2006 10:26:21 +0000 (10:26 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Richard M. Stallman [Tue, 5 Sep 2006 09:58:54 +0000 (09:58 +0000)]
*** empty log message ***

18 years agoMerge from gnus--rel--5.10
Miles Bader [Tue, 5 Sep 2006 08:17:35 +0000 (08:17 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 131-133)

   - Update from CVS

2006-09-05  Daiki Ueno  <ueno@unixuser.org>

   * lisp/pgg.el (pgg-clear-string): Alias to clear-string for backward
   compatibility.

   * lisp/pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
   inhibit-redisplay; encode passphrase with locale-coding-system.

2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el (article-decode-encoded-words): Make it fast.

2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.

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

18 years ago(terminal-init-xterm): Add more C-M- bindings.
Dan Nicolaescu [Tue, 5 Sep 2006 06:59:53 +0000 (06:59 +0000)]
(terminal-init-xterm): Add more C-M- bindings.

18 years ago(gdb-var-list-children-regexp)
Nick Roberts [Tue, 5 Sep 2006 03:41:24 +0000 (03:41 +0000)]
(gdb-var-list-children-regexp)
(gdb-var-list-children-regexp): Make type field optional.

18 years ago(gud-speedbar-buttons): Allow for no type
Nick Roberts [Tue, 5 Sep 2006 03:40:54 +0000 (03:40 +0000)]
(gud-speedbar-buttons): Allow for no type
e.g public, protected in C++.

18 years ago*** empty log message ***
Nick Roberts [Tue, 5 Sep 2006 03:39:19 +0000 (03:39 +0000)]
*** empty log message ***

18 years ago(install_window_handler, mac_handle_window_event)
YAMAMOTO Mitsuharu [Tue, 5 Sep 2006 01:03:33 +0000 (01:03 +0000)]
(install_window_handler, mac_handle_window_event)
[USE_CARBON_EVENTS]: Handle kEventWindowClose.
[USE_MAC_TSM] (mac_handle_text_input_event): Set modifiers for
ASCII keystroke event.

18 years ago(completion-show-help): New defcustom.
John Paul Wallington [Mon, 4 Sep 2006 18:26:03 +0000 (18:26 +0000)]
(completion-show-help): New defcustom.
(completion-setup-function): Heed it.

18 years ago(rsf-scanning-messages-now): Doc fix.
Richard M. Stallman [Mon, 4 Sep 2006 16:54:25 +0000 (16:54 +0000)]
(rsf-scanning-messages-now): Doc fix.
(rsf-min-region-to-spam-list): Doc fix.
(rsf-add-content-type-field): Doc fix.

18 years ago(terminal-init-xterm): Add C-M- bindings.
Dan Nicolaescu [Mon, 4 Sep 2006 16:49:35 +0000 (16:49 +0000)]
(terminal-init-xterm): Add C-M- bindings.

18 years ago*** empty log message ***
Richard M. Stallman [Mon, 4 Sep 2006 15:08:13 +0000 (15:08 +0000)]
*** empty log message ***

18 years ago(Accepting Output): Explain SECONDS=0 for accept-process-output.
Richard M. Stallman [Mon, 4 Sep 2006 15:08:06 +0000 (15:08 +0000)]
(Accepting Output): Explain SECONDS=0 for accept-process-output.

18 years ago(Idle Timers): Explain why timer functions should not
Richard M. Stallman [Mon, 4 Sep 2006 15:07:32 +0000 (15:07 +0000)]
(Idle Timers): Explain why timer functions should not
loop until (input-pending-p).

18 years ago(kill-region): Explicitly test there is a region.
Richard M. Stallman [Mon, 4 Sep 2006 15:03:26 +0000 (15:03 +0000)]
(kill-region): Explicitly test there is a region.

18 years ago* gtkutil.c (xg_get_file_with_chooser): Don't mention specific keys in
Jan Djärv [Mon, 4 Sep 2006 14:47:52 +0000 (14:47 +0000)]
* gtkutil.c (xg_get_file_with_chooser): Don't mention specific keys in
 the file chooser message.  Only call gtk_file_chooser_set_current_name
 when action is SAVE.

18 years ago* message.el (message-send-mail-with-sendmail): Look for sendmail in
Chong Yidong [Mon, 4 Sep 2006 14:18:10 +0000 (14:18 +0000)]
* message.el (message-send-mail-with-sendmail): Look for sendmail in
several common directories.

18 years ago* mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
Chong Yidong [Mon, 4 Sep 2006 14:17:12 +0000 (14:17 +0000)]
* mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
sendmail in several common directories.

* mail/sendmail.el (sendmail-program): Moved here from pathe.el.

* paths.el (sendmail-program): Removed.

18 years agoDouble all single and back quotes in C-style
Andreas Schwab [Mon, 4 Sep 2006 13:36:59 +0000 (13:36 +0000)]
Double all single and back quotes in C-style
comments to help fontifier.

18 years agoMerge from gnus--rel--5.10
Miles Bader [Mon, 4 Sep 2006 06:27:27 +0000 (06:27 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 129-130)

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

2006-09-04  Daiki Ueno  <ueno@unixuser.org>

   * lisp/pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
   Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
   http://article.gmane.org/gmane.emacs.gnus.general/50457

2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
   in quoted string into `\'.

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

18 years ago(shutdown_handler): New function to exit cleanly on shutdown.
Jason Rumney [Sun, 3 Sep 2006 22:51:22 +0000 (22:51 +0000)]
(shutdown_handler): New function to exit cleanly on shutdown.
(globals_of_w32): Register it as a signal handler.

18 years ago*** empty log message ***
Jason Rumney [Sun, 3 Sep 2006 22:50:53 +0000 (22:50 +0000)]
*** empty log message ***

18 years ago* cus-edit.el (custom-group-menu-create): Avoid deactivating the
Chong Yidong [Sun, 3 Sep 2006 14:13:37 +0000 (14:13 +0000)]
* cus-edit.el (custom-group-menu-create): Avoid deactivating the
mark after running the menu filter.

18 years ago(quail-defrule-internal): Add a check if a key is a vector.
Juri Linkov [Sun, 3 Sep 2006 14:01:01 +0000 (14:01 +0000)]
(quail-defrule-internal): Add a check if a key is a vector.

18 years ago*** empty log message ***
Juri Linkov [Sat, 2 Sep 2006 23:44:59 +0000 (23:44 +0000)]
*** empty log message ***

18 years ago(Fmarker_position): Doc fix.
Juri Linkov [Sat, 2 Sep 2006 23:44:21 +0000 (23:44 +0000)]
(Fmarker_position): Doc fix.

18 years agoReplace emacs-bugs@gnu.org with bug-gnu-emacs@gnu.org.
Juri Linkov [Sat, 2 Sep 2006 23:43:49 +0000 (23:43 +0000)]
Replace emacs-bugs@gnu.org with bug-gnu-emacs@gnu.org.
Replace mail.gnu.org with lists.gnu.org.

18 years agoRegroup Europe Non-ASCII examples by similar scripts.
Juri Linkov [Sat, 2 Sep 2006 23:42:04 +0000 (23:42 +0000)]
Regroup Europe Non-ASCII examples by similar scripts.

18 years ago(quail-defrule-internal): Add missing `error' call for null key.
Juri Linkov [Sat, 2 Sep 2006 23:31:33 +0000 (23:31 +0000)]
(quail-defrule-internal): Add missing `error' call for null key.

18 years ago(shell-filter-ctrl-a-ctrl-b): Check if `comint-last-output-start' is
Juri Linkov [Sat, 2 Sep 2006 23:30:21 +0000 (23:30 +0000)]
(shell-filter-ctrl-a-ctrl-b): Check if `comint-last-output-start' is
a marker by using `markerp' and check if it has a position by using
`marker-position', and use this position for `goto-char'.