]> git.eshelyaron.com Git - emacs.git/log
emacs.git
18 years ago(enum mac_menu_kind): New enum.
YAMAMOTO Mitsuharu [Fri, 24 Mar 2006 08:12:36 +0000 (08:12 +0000)]
(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.

18 years ago(gdb-continuation): Declare earlier to prevent compiler warnings.
Nick Roberts [Thu, 23 Mar 2006 23:52:11 +0000 (23:52 +0000)]
(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.

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-176
Miles Bader [Thu, 23 Mar 2006 23:51:33 +0000 (23:51 +0000)]
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

18 years ago*** empty log message ***
Nick Roberts [Thu, 23 Mar 2006 23:51:09 +0000 (23:51 +0000)]
*** empty log message ***

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-174
Miles Bader [Thu, 23 Mar 2006 23:11:47 +0000 (23:11 +0000)]
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

18 years ago2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
Simon Josefsson [Thu, 23 Mar 2006 13:13:27 +0000 (13:13 +0000)]
2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>

* pgg-gpg.el (pgg-gpg-update-agent): Check for
make-network-process, so we can use the same code in Gnus v5-10
too and have this file fully synchronized with that release.

18 years ago(rfc2231-encode-string): Use mm-disable-multibyte
Kenichi Handa [Thu, 23 Mar 2006 11:30:48 +0000 (11:30 +0000)]
(rfc2231-encode-string): Use mm-disable-multibyte
instead of set-buffer-multibyte.

18 years agoMisc. fixes.
Romain Francoise [Thu, 23 Mar 2006 07:31:33 +0000 (07:31 +0000)]
Misc. fixes.

18 years ago(ibuffer-read-filter-group-name):
Romain Francoise [Thu, 23 Mar 2006 07:05:33 +0000 (07:05 +0000)]
(ibuffer-read-filter-group-name):
Use `ibuffer-generate-filter-groups' to make completion list match
the filter groups that are really displayed in the Ibuffer buffer.
(ibuffer-generate-filter-groups): Add new args noempty, nodefault.

18 years ago(rfc2231-decode-encoded-string): Work on unibyte
Kenichi Handa [Thu, 23 Mar 2006 05:51:44 +0000 (05:51 +0000)]
(rfc2231-decode-encoded-string): Work on unibyte
buffer and then decode the buffer text if necessary.
(rfc2231-encode-string): Be sure to work on multibyte buffer at
first, and after mm-encode-body, change the buffer to unibyte.

18 years ago(sort-coding-systems): Describe that
Kenichi Handa [Thu, 23 Mar 2006 01:20:20 +0000 (01:20 +0000)]
(sort-coding-systems): Describe that
the argument is modified in docstring.

18 years agoDefine aliases for append_glyph and produce_stretch_glyph
Kim F. Storm [Wed, 22 Mar 2006 22:47:32 +0000 (22:47 +0000)]
Define aliases for append_glyph and produce_stretch_glyph
when `static' is defined to avoid name clash with those in xdisp.c.

18 years ago* xdisp.c: Undo 2006-03-21 change.
Kim F. Storm [Wed, 22 Mar 2006 22:47:22 +0000 (22:47 +0000)]
* xdisp.c: Undo 2006-03-21 change.

18 years ago*** empty log message ***
Kim F. Storm [Wed, 22 Mar 2006 22:46:57 +0000 (22:46 +0000)]
*** empty log message ***

18 years ago(Faccept_process_output): Fix to comply with lisp reference.
Kim F. Storm [Wed, 22 Mar 2006 22:33:35 +0000 (22:33 +0000)]
(Faccept_process_output): Fix to comply with lisp reference.
Change arg "timeout" to "seconds" and allow both integer and float value.
Change arg "timeout-msec" to "millisec" and interpret" as milliseconds
rather than microseconds.  Fix doc string accordingly.

18 years ago*** empty log message ***
Kim F. Storm [Wed, 22 Mar 2006 22:30:32 +0000 (22:30 +0000)]
*** empty log message ***

18 years agoFix.
Simon Josefsson [Wed, 22 Mar 2006 16:10:01 +0000 (16:10 +0000)]
Fix.

18 years ago2006-03-22 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Wed, 22 Mar 2006 16:09:16 +0000 (16:09 +0000)]
2006-03-22  Simon Josefsson  <jas@extundo.com>

* pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
(pgg-gpg-update-agent): New function.
(pgg-gpg-use-agent-p): New function.
(pgg-gpg-process-region, pgg-gpg-encrypt-region)
(pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
(pgg-gpg-sign-region): Use it.

18 years ago(store_next_glyph): Renamed from append_glyph.
Ken Raeburn [Wed, 22 Mar 2006 05:06:41 +0000 (05:06 +0000)]
(store_next_glyph): Renamed from append_glyph.
(generate_stretch_glyph): Renamed from produce_stretch_glyph.
All callers changed accordingly.

18 years ago(Folders): Various edits.
Bill Wohler [Tue, 21 Mar 2006 22:20:19 +0000 (22:20 +0000)]
(Folders): Various edits.

18 years agoSync with version from Gnus (only whitespace changes).
Reiner Steib [Tue, 21 Mar 2006 21:24:27 +0000 (21:24 +0000)]
Sync with version from Gnus (only whitespace changes).

18 years agoRemove pgg-gpg.el entry already present in lisp/ChangeLog.
Reiner Steib [Tue, 21 Mar 2006 21:17:32 +0000 (21:17 +0000)]
Remove pgg-gpg.el entry already present in lisp/ChangeLog.

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-170
Miles Bader [Tue, 21 Mar 2006 20:37:02 +0000 (20:37 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-170

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 62-64)

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

18 years ago* cus-edit.el (custom-face-set): Call custom-push-theme before
Chong Yidong [Tue, 21 Mar 2006 16:44:10 +0000 (16:44 +0000)]
* cus-edit.el (custom-face-set): Call custom-push-theme before
face-spec set so that `changed' theme is correctly saved.
(custom-face-reset-standard): Reset to recalculated face rather
than defface spec.

* custom.el (custom-push-theme): Only save `changed' theme if the
current face does not match the defface specs.

18 years ago* xterm.c: x_session_initialized new variable.
Jan Djärv [Tue, 21 Mar 2006 14:39:41 +0000 (14:39 +0000)]
* xterm.c: x_session_initialized new variable.
(x_term_init): Use x_session_initialized to check if
x_session_initialize should be called.
(x_initialize): Initialize x_session_initialized.

18 years ago2006-03-21 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Tue, 21 Mar 2006 14:27:05 +0000 (14:27 +0000)]
2006-03-21  Simon Josefsson  <jas@extundo.com>

* pgg-gpg.el: Ideas below based on patch from Sascha Wilde
<wilde@sha-bang.de>.
(pgg-gpg-use-agent): New variable.
(pgg-gpg-process-region): Use it.
(pgg-gpg-encrypt-region): Likewise.
(pgg-gpg-encrypt-symmetric-region): Likewise.
(pgg-gpg-decrypt-region): Likewise.
(pgg-gpg-sign-region): Likewise.
(pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.

18 years ago(org-open-at-point): Fixed bug in wiki-style bracket links.
Carsten Dominik [Tue, 21 Mar 2006 13:36:56 +0000 (13:36 +0000)]
(org-open-at-point): Fixed bug in wiki-style bracket links.

18 years ago*** empty log message ***
Carsten Dominik [Tue, 21 Mar 2006 13:36:00 +0000 (13:36 +0000)]
*** empty log message ***

18 years ago(gdb-reset): Set buffer local value of
Kim F. Storm [Tue, 21 Mar 2006 13:30:56 +0000 (13:30 +0000)]
(gdb-reset): Set buffer local value of
fringe-indicator-alist instead of modifying global value.
(gdb-frame-handler): Likewise.

18 years ago*** empty log message ***
Kim F. Storm [Tue, 21 Mar 2006 13:30:42 +0000 (13:30 +0000)]
*** empty log message ***

18 years ago(draw_fringe_bitmap): Don't calculate default overlay arrow
Kim F. Storm [Tue, 21 Mar 2006 13:29:26 +0000 (13:29 +0000)]
(draw_fringe_bitmap): Don't calculate default overlay arrow
bitmap here, but ...
(update_window_fringes): ... here, so we can test if it has changed.

18 years ago(VC Dired Mode): Remove misplaced brackets.
Juanma Barranquero [Tue, 21 Mar 2006 10:50:23 +0000 (10:50 +0000)]
(VC Dired Mode): Remove misplaced brackets.

18 years ago#
André Spiegel [Tue, 21 Mar 2006 10:45:36 +0000 (10:45 +0000)]
#

18 years agoVarious updates and clarifications in the VC chapter.
André Spiegel [Tue, 21 Mar 2006 10:34:38 +0000 (10:34 +0000)]
Various updates and clarifications in the VC chapter.

18 years ago(Fringe Indicators): Fix typos.
Nick Roberts [Tue, 21 Mar 2006 10:21:03 +0000 (10:21 +0000)]
(Fringe Indicators): Fix typos.

18 years ago*** empty log message ***
Nick Roberts [Tue, 21 Mar 2006 10:19:51 +0000 (10:19 +0000)]
*** empty log message ***

18 years ago(hollow-right-triangle): Define as fringe bitmap.
Nick Roberts [Tue, 21 Mar 2006 10:16:34 +0000 (10:16 +0000)]
(hollow-right-triangle): Define as fringe bitmap.
(gdb-info-stack-custom): Rename from gdb-info-frames-custom and
change names in macro above for consistency.
(gdb-frame-handler): Use hollow-right-triangle for all selected
frames which except the innermost (where execution has stopped).
(gdb-reset): Reset buffer-local values of overlay-arrow.

18 years ago(diff-function): Make it inherit from diff-header instead of diff-context.
Nick Roberts [Tue, 21 Mar 2006 10:15:39 +0000 (10:15 +0000)]
(diff-function): Make it inherit from diff-header instead of diff-context.

18 years ago* dispnew.c (init_display): Check DISPLAY here.
Andreas Schwab [Mon, 20 Mar 2006 22:41:23 +0000 (22:41 +0000)]
* dispnew.c (init_display): Check DISPLAY here.
* emacs.c (main): Don't check here.
* xterm.c (x_display_ok): Don't use DISPLAY env var.

18 years ago(window_scroll_pixel_based): Yet another int/Lisp_Object mixup (YAILOM).
Stefan Monnier [Mon, 20 Mar 2006 22:22:25 +0000 (22:22 +0000)]
(window_scroll_pixel_based): Yet another int/Lisp_Object mixup (YAILOM).

18 years ago(main): Fix last change.
Eli Zaretskii [Mon, 20 Mar 2006 20:34:16 +0000 (20:34 +0000)]
(main): Fix last change.

18 years ago*** empty log message ***
Richard M. Stallman [Mon, 20 Mar 2006 15:08:56 +0000 (15:08 +0000)]
*** empty log message ***

18 years ago(set-mark-command): Doc fix.
Richard M. Stallman [Mon, 20 Mar 2006 15:08:28 +0000 (15:08 +0000)]
(set-mark-command): Doc fix.

18 years ago(display-buffer-other-frame): New command.
Richard M. Stallman [Mon, 20 Mar 2006 15:05:41 +0000 (15:05 +0000)]
(display-buffer-other-frame): New command.
(ctl-x-4-map): Bind C-x 5 C-o to it.

18 years ago(jit-lock-function): Check for the actual defer-timer rather than just
Stefan Monnier [Mon, 20 Mar 2006 07:52:03 +0000 (07:52 +0000)]
(jit-lock-function): Check for the actual defer-timer rather than just
defer-time, in case defer-time has been changed but the timer isn't running yet.
(jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.

18 years ago(Fwrite_region): Set visit_file to Qnil before GCPRO
Kenichi Handa [Mon, 20 Mar 2006 06:26:23 +0000 (06:26 +0000)]
(Fwrite_region): Set visit_file to Qnil before GCPRO
it.

18 years ago(map_keymap): Set tail to Qnil before GCPRO it.
Kenichi Handa [Mon, 20 Mar 2006 06:24:31 +0000 (06:24 +0000)]
(map_keymap): Set tail to Qnil before GCPRO it.

18 years ago(x_term_init): Remove unnecessary GCPRO.
Kenichi Handa [Mon, 20 Mar 2006 06:23:55 +0000 (06:23 +0000)]
(x_term_init): Remove unnecessary GCPRO.

18 years ago(xg_set_icon): Remove unnecessary GCPRO.
Kenichi Handa [Mon, 20 Mar 2006 06:22:55 +0000 (06:22 +0000)]
(xg_set_icon): Remove unnecessary GCPRO.

18 years ago*** empty log message ***
Luc Teirlinck [Mon, 20 Mar 2006 04:53:57 +0000 (04:53 +0000)]
*** empty log message ***

18 years ago(debug-help-follow): Revert last change.
Luc Teirlinck [Mon, 20 Mar 2006 04:44:47 +0000 (04:44 +0000)]
(debug-help-follow): Revert last change.

18 years ago*** empty log message ***
Luc Teirlinck [Mon, 20 Mar 2006 01:35:06 +0000 (01:35 +0000)]
*** empty log message ***

18 years ago(Documentation Tips): One can now also write `program' in front of a
Luc Teirlinck [Mon, 20 Mar 2006 01:33:19 +0000 (01:33 +0000)]
(Documentation Tips): One can now also write `program' in front of a
quoted symbol in a docstring to prevent making a hyperlink.

18 years ago*** empty log message ***
Luc Teirlinck [Mon, 20 Mar 2006 01:31:27 +0000 (01:31 +0000)]
*** empty log message ***

18 years ago(Help Mode): Document "C-c C-c".
Luc Teirlinck [Mon, 20 Mar 2006 01:25:52 +0000 (01:25 +0000)]
(Help Mode): Document "C-c C-c".

18 years ago(help-follow-symbol): New function. Essentially identical to the old
Luc Teirlinck [Mon, 20 Mar 2006 00:42:21 +0000 (00:42 +0000)]
(help-follow-symbol): New function.  Essentially identical to the old
`help-follow', but do not let `push-button' do the work when on an xref.
(help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
(help-xref-symbol-regexp): Make no xref for symbol preceded by the
word `program'.  (From Richard M. Stallman.)
(help-follow-mouse, help-follow): Throw error if not on xref.
Delete no longer used args.  (From Richard M. Stallman.)

18 years ago(debug-help-follow): Adapt comment to change in help-mode.el.
Luc Teirlinck [Mon, 20 Mar 2006 00:38:09 +0000 (00:38 +0000)]
(debug-help-follow): Adapt comment to change in help-mode.el.

18 years ago(gdb-stopped): Even when there is no source
Nick Roberts [Sun, 19 Mar 2006 23:15:40 +0000 (23:15 +0000)]
(gdb-stopped): Even when there is no source
annotation ensure gud-overlay-arrow-position is redisplayed.

18 years ago*** empty log message ***
Nick Roberts [Sun, 19 Mar 2006 23:14:32 +0000 (23:14 +0000)]
*** empty log message ***

18 years ago(bibtex-mode)
Roland Winkler [Sun, 19 Mar 2006 21:57:45 +0000 (21:57 +0000)]
(bibtex-mode)
*** The variables `bibtex-autokey-name-case-convert' and
`bibtex-autokey-titleword-case-convert' have been renamed to
`bibtex-autokey-name-case-convert-function' and
`bibtex-autokey-titleword-case-convert-function'. The old names are
still available as aliases.

18 years ago* textmodes/bibtex.el (bibtex-include-OPTkey)
Roland Winkler [Sun, 19 Mar 2006 21:55:25 +0000 (21:55 +0000)]
* textmodes/bibtex.el (bibtex-include-OPTkey)
(bibtex-entry-field-alist, bibtex-generate-url-list): Mark as
risky.
(bibtex-autokey-name-case-convert)
(bibtex-autokey-titleword-case-convert): Make these the aliases
for the following two variables.
(bibtex-autokey-name-case-convert-function)
(bibtex-autokey-titleword-case-convert-function): Make these the
real names.
(bibtex-font-lock-keywords): Make bibtex-font-lock-url and
bibtex-font-lock-crossref sublists.
(bibtex-mode): Revert 2005-12-30 change (which made
completion-ignore-case buffer-local).
(bibtex-url): Simplify

18 years ago*** empty log message ***
Richard M. Stallman [Sun, 19 Mar 2006 21:52:01 +0000 (21:52 +0000)]
*** empty log message ***

18 years agoRemove @headitem as it is not yet supported on SourceForge.
Bill Wohler [Sun, 19 Mar 2006 20:46:20 +0000 (20:46 +0000)]
Remove @headitem as it is not yet supported on SourceForge.

18 years ago* text.texi (Special Properties): Clarify the definition of
Alan Mackenzie [Sun, 19 Mar 2006 20:36:21 +0000 (20:36 +0000)]
* text.texi (Special Properties): Clarify the definition of
'fontified.

18 years ago(Replying): Fix syntax error.
Bill Wohler [Sun, 19 Mar 2006 20:36:10 +0000 (20:36 +0000)]
(Replying): Fix syntax error.

18 years ago(Replying): Document Mail-Followup-To. Change manually-formatted table
Bill Wohler [Sun, 19 Mar 2006 20:26:04 +0000 (20:26 +0000)]
(Replying): Document Mail-Followup-To. Change manually-formatted table
to multitable. Add debugging info. Move description of
mh-reply-default-reply-to into paragraph that describes its values.

18 years ago(mh-reply): Sync docstring with manual.
Bill Wohler [Sun, 19 Mar 2006 20:21:58 +0000 (20:21 +0000)]
(mh-reply): Sync docstring with manual.

18 years ago(cua--highlight-rectangle): Set overlay
Kim F. Storm [Sun, 19 Mar 2006 19:59:33 +0000 (19:59 +0000)]
(cua--highlight-rectangle): Set overlay
cursor property value to 2 (to align with C level change).

18 years ago*** empty log message ***
Kim F. Storm [Sun, 19 Mar 2006 19:59:17 +0000 (19:59 +0000)]
*** empty log message ***

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-163
Miles Bader [Sun, 19 Mar 2006 19:39:53 +0000 (19:39 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-163

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 58-61)

   - Update from CVS

18 years ago(set_cursor_from_row): Fix cursor property on overlay string,
Kim F. Storm [Sun, 19 Mar 2006 19:38:48 +0000 (19:38 +0000)]
(set_cursor_from_row): Fix cursor property on overlay string,
so it doesn't associate overlay string with following glyph by default.
Allow integer property value to specify explicit number of buffer
positions associate with overlay string.

18 years ago(mh-image-load-path-for-library): Shorten first line in docstring.
Bill Wohler [Sun, 19 Mar 2006 18:20:31 +0000 (18:20 +0000)]
(mh-image-load-path-for-library): Shorten first line in docstring.

18 years ago(image-load-path-for-library): Shorten first line in docstring.
Bill Wohler [Sun, 19 Mar 2006 18:19:12 +0000 (18:19 +0000)]
(image-load-path-for-library): Shorten first line in docstring.

18 years ago(rmail-reply-regexp): Undo previous change.
Richard M. Stallman [Sat, 18 Mar 2006 18:28:36 +0000 (18:28 +0000)]
(rmail-reply-regexp): Undo previous change.

18 years agoAdd concise build instructions.
Eli Zaretskii [Sat, 18 Mar 2006 16:14:26 +0000 (16:14 +0000)]
Add concise build instructions.

18 years ago* xterm.c (x_display_ok): Fix minor bug and compilation warnings.
Chong Yidong [Sat, 18 Mar 2006 15:41:59 +0000 (15:41 +0000)]
* xterm.c (x_display_ok): Fix minor bug and compilation warnings.

18 years ago*** empty log message ***
Eli Zaretskii [Sat, 18 Mar 2006 15:12:38 +0000 (15:12 +0000)]
*** empty log message ***

18 years ago(isearch-other-meta-char): Handle user bindings for shifted control characters.
Eli Zaretskii [Sat, 18 Mar 2006 15:11:48 +0000 (15:11 +0000)]
(isearch-other-meta-char): Handle user bindings for shifted control characters.

18 years ago#
André Spiegel [Sat, 18 Mar 2006 15:05:35 +0000 (15:05 +0000)]
#

18 years ago(BROKEN_NOCOMBRELOC) [__NetBSD__]: Define.
Eli Zaretskii [Sat, 18 Mar 2006 14:52:40 +0000 (14:52 +0000)]
(BROKEN_NOCOMBRELOC) [__NetBSD__]: Define.
(LIB_STANDARD, START_FILES) [__NetBSD__]: Don't define.
(START_FILES, RUN_TIME_REMAP, UNEXEC) [__NetBSD__, __OpenBSD__]:
Don't redefine.

18 years agoDon't use unexmips on NetBSD.
Eli Zaretskii [Sat, 18 Mar 2006 14:52:19 +0000 (14:52 +0000)]
Don't use unexmips on NetBSD.
(LIBS_MACHINE): Move definition lower, so it doesn't use
LD_SWITCH_MACHINE, START_FILES, LIB_STANDARD, LIBS_TERMCAP,
C_SWITCH_MACHINE, and C_DEBUG_SWITCH.

18 years ago[BROKEN_NOCOMBRELOC]: Include assert.h.
Eli Zaretskii [Sat, 18 Mar 2006 14:51:54 +0000 (14:51 +0000)]
[BROKEN_NOCOMBRELOC]: Include assert.h.
(unexec) [BROKEN_NOCOMBRELOC]: Handle platforms whose nocombreloc option
is broken (e.g., MIPS/NetBSD).

18 years agoUse "echo" as a default for $echo, otherwise we'll execute $DIFF
André Spiegel [Sat, 18 Mar 2006 14:47:20 +0000 (14:47 +0000)]
Use "echo" as a default for $echo, otherwise we'll execute $DIFF
twice, and once with the wrong options.

18 years agoElaborate on debugging GC crashes.
Eli Zaretskii [Sat, 18 Mar 2006 14:30:37 +0000 (14:30 +0000)]
Elaborate on debugging GC crashes.

18 years ago*** empty log message ***
Eli Zaretskii [Sat, 18 Mar 2006 14:12:32 +0000 (14:12 +0000)]
*** empty log message ***

18 years ago(ispell-skip-region-alist): Add "_+" to the part that matches email addresses,
Eli Zaretskii [Sat, 18 Mar 2006 14:11:55 +0000 (14:11 +0000)]
(ispell-skip-region-alist): Add "_+" to the part that matches email addresses,
file names, etc.

18 years ago(STATIC_HEAP_SIZE): Enlarge STATIC_HEAP_SIZE to 12MB.
Eli Zaretskii [Sat, 18 Mar 2006 14:02:43 +0000 (14:02 +0000)]
(STATIC_HEAP_SIZE): Enlarge STATIC_HEAP_SIZE to 12MB.

18 years agoMention new behavior with unreachable $DISPLAY.
Eli Zaretskii [Sat, 18 Mar 2006 13:55:31 +0000 (13:55 +0000)]
Mention new behavior with unreachable $DISPLAY.

18 years ago*** empty log message ***
Eli Zaretskii [Sat, 18 Mar 2006 13:49:45 +0000 (13:49 +0000)]
*** empty log message ***

18 years agoAdd prototype for x_display_ok.
Eli Zaretskii [Sat, 18 Mar 2006 13:49:11 +0000 (13:49 +0000)]
Add prototype for x_display_ok.

18 years ago(x_display_ok): New function.
Eli Zaretskii [Sat, 18 Mar 2006 13:48:57 +0000 (13:48 +0000)]
(x_display_ok): New function.

18 years ago(main): If user asks for a display that is unavailable, simulate -nw.
Eli Zaretskii [Sat, 18 Mar 2006 13:48:33 +0000 (13:48 +0000)]
(main): If user asks for a display that is unavailable, simulate -nw.

18 years ago(Fw32_select_font): Doc fix.
Eli Zaretskii [Sat, 18 Mar 2006 13:30:13 +0000 (13:30 +0000)]
(Fw32_select_font): Doc fix.

18 years agoFix last change.
Eli Zaretskii [Sat, 18 Mar 2006 13:13:30 +0000 (13:13 +0000)]
Fix last change.

18 years ago(mouse-set-font): Mention w32-list-proportional-fonts in the doc string.
Eli Zaretskii [Sat, 18 Mar 2006 12:57:11 +0000 (12:57 +0000)]
(mouse-set-font): Mention w32-list-proportional-fonts in the doc string.

18 years ago""
Eli Zaretskii [Sat, 18 Mar 2006 12:30:21 +0000 (12:30 +0000)]
""

18 years ago(INFO_FILES): New variable, contains all Info file names.
Eli Zaretskii [Sat, 18 Mar 2006 12:29:59 +0000 (12:29 +0000)]
(INFO_FILES): New variable, contains all Info file names.
(install-arch-indep, uninstall): Use $(INFO_FILES) to specify files to be
installed/uninstalled.
(uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references to Info
files installed by Emacs.

18 years ago(ido-cache-ftp-work-directory-time): Doc fix.
Kim F. Storm [Sat, 18 Mar 2006 01:48:52 +0000 (01:48 +0000)]
(ido-cache-ftp-work-directory-time): Doc fix.
(ido-unc-hosts): New user option to explicitly define list of know
UNC-style hosts for completion.
(ido-cache-unc-host-shares-time): New user option.
(ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid): New
helper functions for UNC file-name support.
(ido-may-cache-directory): Check for UNC host.  Simplify.
(ido-wash-history): Clean out old UNC hosts.
(ido-nonreadable-directory-p): UNC hosts are always readable.
(ido-directory-too-big-p): UNC hosts are never too big.
(ido-set-current-directory): Handle UNC root path.
(ido-file-name-all-completions): Complete UNC host names from
ido-unc-hosts list.  Cache UNC host shares.
(ido-make-file-list-1): Don't filter UNC root.
(ido-exhibit): Check for // in root directory, and switch to UNC
mode by setting ido-current-directory to //.

18 years ago*** empty log message ***
Kim F. Storm [Sat, 18 Mar 2006 01:48:32 +0000 (01:48 +0000)]
*** empty log message ***

18 years ago(customize-changed-options): Mention explicit version number as
Luc Teirlinck [Fri, 17 Mar 2006 23:12:14 +0000 (23:12 +0000)]
(customize-changed-options): Mention explicit version number as
default in prompt.