Romain Francoise
83c3d14f88
Separate name and email with two spaces.
2006-03-28 09:44:17 +00:00
Ramprasad B
4d28fc11ff
added rms id and FIXME - point 13 should be updated
2006-03-28 09:33:53 +00:00
Ramprasad B
1ab1d7c494
updated broken link(s)
2006-03-28 08:31:41 +00:00
Ramprasad B
a59be14811
updated GNU Emacs for VMS link
2006-03-28 07:25:39 +00:00
Miles Bader
3c02e719ce
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-182
...
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 68-69)
- Update from CVS
2006-03-28 02:49:25 +00:00
Romain Francoise
354330cf16
Fix last change.
2006-03-27 21:02:19 +00:00
Paul Eggert
f55658040d
* b2m.c: Include <limits.h>.
...
(TM_YEAR_IN_ASCTIME_RANGE): New macro.
(main): Check for out-of-range time stamps.
* fakemail.c: Likewise.
2006-03-27 20:40:05 +00:00
Romain Francoise
ab5523ffae
Update.
2006-03-27 20:33:33 +00:00
Romain Francoise
7608c40cd1
(url-irc-rcirc, url-irc-erc): New functions.
...
(url-irc-function): Add rcirc and ERC to the list of IRC clients.
Default to rcirc, since ZenIRC isn't part of Emacs.
2006-03-27 20:23:47 +00:00
Romain Francoise
8d214091ef
(rcirc-connect): Add autoload cookie.
2006-03-27 20:23:22 +00:00
Romain Francoise
982f3b8280
(Emacs/W3): Rename from `w3-mode'. Mention that
...
Emacs/W3 needs a new maintainer.
(Ispell): Update author and version info.
(Mailcrypt): Mention PGG.
(New in Emacs 22): Add PGG to the list of new packages.
Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
updating dead URLs.
2006-03-27 19:27:03 +00:00
Eric Ding
3a3a719821
Fix email address/name from last checkin
2006-03-27 18:53:47 +00:00
Eric Ding
2e9aae1477
mh-e.el (mh-invisible-header-fields-internal): Add entries "X-AOL-IP:"
...
and "X-MB-Message-" (AOL WebMail)
2006-03-27 18:52:59 +00:00
Miles Bader
c89e5cd70a
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-179
...
Creator: Michael Olson <mwolson@gnu.org>
Update from erc--emacs--0
2006-03-27 11:27:46 +00:00
Simon Josefsson
276e274075
2006-03-27 Daiki Ueno <ueno@unixuser.org>
...
* pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
passphrases when it is not needed.
(pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
passphrase stuff from gpg, should only be necessary when you use
gpg with a smartcard.
2006-03-27 09:36:18 +00:00
Juanma Barranquero
05e4f54cca
*** empty log message ***
2006-03-27 09:08:21 +00:00
Nick Roberts
86fc247003
(comint-dynamic-list-completions): Allow user to select *Completions* buffer.
2006-03-27 08:50:20 +00:00
Nick Roberts
9db237d572
*** empty log message ***
2006-03-27 08:48:58 +00:00
Carsten Dominik
c61e94b456
(org-get-level-face): Fixed bug with level counting.
2006-03-27 08:03:33 +00:00
Carsten Dominik
80d116c10e
*** empty log message ***
2006-03-27 08:03:14 +00:00
Andreas Schwab
d6e4b78595
(gdb): Only complain about multiple debugging
...
when the gdb process is still running.
2006-03-26 17:24:02 +00:00
Karl Berry
b223e22d0a
@copyright{}, no indentation in @copying{}
2006-03-25 23:15:32 +00:00
Eli Zaretskii
4fccedb5bb
(pr, pp, pp1, pv, pv1): Force print_output_debug_flag to zero
...
before calling debug_print or safe_debug_print.
2006-03-25 18:01:38 +00:00
Eli Zaretskii
945b01119f
(print_output_debug_flag): New global variable.
...
(Fexternal_debugging_output) [WINDOWSNT]: Don't call OutputDebugString if
print_output_debug_flag is zero.
2006-03-25 17:58:37 +00:00
Eli Zaretskii
1da6a64db8
(tool-bar-map): Defvar it.
...
(rmail-tool-bar-map): Tool-bar buttons for Rmail.
(rmail-perm-variables): Make rmail-tool-bar-map a local variable.
2006-03-25 11:34:47 +00:00
Eli Zaretskii
cb0b676650
(print-help-return-message): Suggest to use display-buffer instead of
...
switch-to-buffer-other-window to restore the previous window without
selecting it.
2006-03-25 10:11:09 +00:00
Eli Zaretskii
71c3f28fb7
Move explanations from ChangeLog to the source.
2006-03-25 08:56:07 +00:00
YAMAMOTO Mitsuharu
0f49150ef4
Adjust Courier font specifications in x-fixed-font-alist.
...
(mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
when directly encoding to UTF-16 in native byte order, no BOM.
2006-03-25 07:40:46 +00:00
YAMAMOTO Mitsuharu
4c08371a04
(select-frame-by-name): Call x-focus-frame also when
...
window-system is mac.
2006-03-25 07:40:18 +00:00
Kim F. Storm
27366995b7
(cua--init-rectangles): Use
...
cua-rectangle-mark-key instead of fixed C-return.
2006-03-25 00:55:09 +00:00
Kim F. Storm
1cb225da02
(cua-rectangle-mark-key): New defcustom.
...
(cua--init-keymaps): Use it instead of fixed C-return.
(cua-mode): Set after it.
2006-03-25 00:55:00 +00:00
Kim F. Storm
749e5af54f
*** empty log message ***
2006-03-25 00:54:48 +00:00
Nick Roberts
b19f320523
(gdba): Revert 2006-03-10 change for case of "run" in .gdbinit.
...
(gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
2006-03-25 00:09:15 +00:00
Nick Roberts
833627da74
*** empty log message ***
2006-03-25 00:08:12 +00:00
Paul Eggert
aac18aa436
* editfns.c: (TM_YEAR_BASE): Move up.
...
(Fdecode_time, Fencode_time): Use TM_YEAR_BASE instead of 1900.
(Fdecode_time): Cast tm_year to EMACS_INT, to avoid overflow when
int is narrower than EMACS_INT.
(Fcurrent_time_string): As with Fformat_time_string, report an
invalid time specification if the argument is invalid. Also,
check for out-of-range time stamps.
2006-03-24 20:40:24 +00:00
Kim F. Storm
99c60e860c
(handle_one_xevent): Don't let key-press clear mouse face
...
on in toolbar window if mouse-highlight is an integer.
2006-03-24 15:24:20 +00:00
Kim F. Storm
442a3a9670
(w32_read_socket): Don't let key-press clear mouse face
...
on in toolbar window if mouse-highlight is an integer.
2006-03-24 15:24:05 +00:00
Kim F. Storm
cf1474a282
(XTread_socket): Don't let key-press clear mouse face
...
on in toolbar window if mouse-highlight is an integer.
2006-03-24 15:23:35 +00:00
Kim F. Storm
95d8aa287f
*** empty log message ***
2006-03-24 15:22:06 +00:00
Romain Francoise
3095ccf511
(ctl-x-5-map): Really bind C-x 5 C-o to `display-buffer-other-frame'.
2006-03-24 13:59:22 +00:00
Kim F. Storm
f4517e516b
(apropos-synonyms): Add selection => region.
2006-03-24 13:28:23 +00:00
Kim F. Storm
0ef4f79b47
*** empty log message ***
2006-03-24 13:28:11 +00:00
Kim F. Storm
ea284f335c
(sxhash_list): Include last non-nil CDR in hash.
2006-03-24 13:26:36 +00:00
Nick Roberts
8928c512e4
(gdb-var-create-regexp)
...
(gdb-var-list-children-regexp, gdb-var-update-regexp)
(gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
(gdb-data-list-register-values-regexp)
(gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
Future proof against new fields being added to MI output.
(gdb-send): Don't treat backslashes for program input as
continuations.
(gdb-assembler-handler): Don't use window-start for this handler.
(gdb-frame-handler): Don't change to hollow arrow if overlay
arrow doesn't move to new frame.
2006-03-24 12:38:31 +00:00
Nick Roberts
d1f18d5886
*** empty log message ***
2006-03-24 12:37:36 +00:00
YAMAMOTO Mitsuharu
e2e206ae66
(enum mac_menu_kind): New enum.
...
(min_menu_id): New variable.
(POPUP_SUBMENU_ID, MIN_POPUP_SUBMENU_ID, MIN_MENU_ID)
(MIN_SUBMENU_ID): Remove defines. All uses are replaced with
min_menu_id and enumerators in enum mac_menu_kind.
(fill_menu, dispose_menus, install_menu_quit_handler): New arg KIND.
All uses changed. Add range check for menu ID.
(fill_menubar): Add range check for menu ID.
[HAVE_CANCELMENUTRACKING] (menu_quit_handler): Check error code of
GetEventParameter.
(set_frame_menubar, mac_menu_show): Call install_menu_quit_handler
for each menu kind.
2006-03-24 08:12:36 +00:00
Nick Roberts
201f5b5f6a
(gdb-continuation): Declare earlier to prevent compiler warnings.
...
(gdb-stopped): Check for gud-last-last-frame (case: signal).
(breakpoint-disabled): Make lighter for contrast with overlay
arrow.
(gdb-assembler-custom): Use hollow-right-triangle for assembler
buffer too.
2006-03-23 23:52:11 +00:00
Miles Bader
77218834ee
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-176
...
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 67)
- Update from CVS
2006-03-23 23:51:33 +00:00
Nick Roberts
d23969f3f4
*** empty log message ***
2006-03-23 23:51:09 +00:00
Miles Bader
d451514f7e
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-174
...
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 65-66)
- Update from CVS
2006-03-23 23:11:47 +00:00