bpt/emacs.git
15 years agoInclude frame.h before termhooks.h.
Eli Zaretskii [Sat, 23 Aug 2008 16:54:45 +0000 (16:54 +0000)]
Include frame.h before termhooks.h.
(mouse_on, mouse_off, mouse_moveto, mouse_init)
(msdos_set_cursor_shape, IT_set_face, IT_write_glyphs)
(show_mouse_face, IT_clear_end_of_line, IT_clear_screen)
(IT_clear_to_end, IT_cursor_to, IT_display_cursor, IT_cmgoto)
(IT_set_terminal_modes, IT_reset_terminal_modes)
(IT_set_frame_parameters): Use tty->termscript instead of a global variable
termscript.
(IT_write_glyphs): Use tty->terminal->terminal_coding instead of a global
variable terminal_coding.  Don't refer to Vnonascii_translation_table.
(internal_terminal_init): Set Vwindow_system in current_kboard.  Don't use
TTY_CHAR_INS_DEL_OK.  Set Vinitial_window_system.  Announce date and time
of session start, if termscript is open.  Don't zero out
the_only_display_info (it is done in term.c:init_tty).  Open termscript
only of not already open.  Log "SCREEN SAVED" here, instead of
IT_set_terminal_modes.  Init mouse here instead of dos_ttraw.
Don't initialize display if this is an initial tty.  Don't set FRAME_FONT.
(Vwindow_system_version): Bump to 23.
(dos_ttraw): Accept a TTY argument; all callers fixed.  If mouse is
available, set up mouse_position_hook.
(dos_ttraw, IT_set_terminal_modes): If called with initial terminal, do
nothing.
(IT_set_frame_parameters): Handle the Qtty_type frame parameter by calling
internal_terminal_init.
(dos_set_window_size, show_mouse_face)
(clear_mouse_face, IT_note_mode_line_highlight)
(IT_note_mouse_highlight, IT_update_begin, IT_frame_up_to_date)
(dos_rawgetc): Use tty_display_info instead of x_display_info.
(initialize_msdos_display): New function.
(IT_cursor_to, IT_clear_to_end, IT_clear_screen)
(IT_clear_end_of_line, IT_insert_glyphs, IT_write_glyphs)
(IT_delete_glyphs, IT_ring_bell, IT_reset_terminal_modes)
(IT_set_terminal_modes, IT_set_terminal_window, IT_update_begin):
Accept additional argument: a pointer to a frame.  All callers changed.
(request_sigio, unrequest_sigio): Don't define, now defined on sysdep.c.
(IT_write_glyphs): Rewrite to use encode_terminal_code.

15 years ago(handle_interrupt) [MSDOS]: Call cursor_to with SELECTED_FRAME as
Eli Zaretskii [Sat, 23 Aug 2008 16:52:37 +0000 (16:52 +0000)]
(handle_interrupt) [MSDOS]: Call cursor_to with SELECTED_FRAME as
additional (1st) argument.
(tty_read_avail_input): Handle output_msdos_raw in addition to output_termcap.

15 years ago(USER_FULL_NAME): Define to pw->pw_gecos if undefined.
Eli Zaretskii [Sat, 23 Aug 2008 16:51:47 +0000 (16:51 +0000)]
(USER_FULL_NAME): Define to pw->pw_gecos if undefined.
(Fuser_full_name): Use USER_FULL_NAME instead of a literal pw->pw_gecos.

15 years ago(USER_FULL_NAME): Define.
Eli Zaretskii [Sat, 23 Aug 2008 16:51:11 +0000 (16:51 +0000)]
(USER_FULL_NAME): Define.
(SYSTEM_PURESIZE_EXTRA): Bump up to 100K.

15 years agoInclude frame.h before termhooks.h.
Eli Zaretskii [Sat, 23 Aug 2008 16:50:44 +0000 (16:50 +0000)]
Include frame.h before termhooks.h.
(dos_cleanup): Use CURTTY ()->termscript instead of a global variable
termscript.

15 years ago(init_sys_modes): Call dos_ttraw with tty_out as argument.
Eli Zaretskii [Sat, 23 Aug 2008 16:50:02 +0000 (16:50 +0000)]
(init_sys_modes): Call dos_ttraw with tty_out as argument.

15 years ago(Fw16_set_clipboard_data, Fw16_get_clipboard_data): Adjust for changes in
Eli Zaretskii [Sat, 23 Aug 2008 16:49:32 +0000 (16:49 +0000)]
(Fw16_set_clipboard_data, Fw16_get_clipboard_data): Adjust for changes in
encoding/decoding routines.  Use encode_coding_object and
decode_coding_object instead of encode_coding and decode_coding.

15 years ago[!subprocesses]: Define QCname.
Eli Zaretskii [Sat, 23 Aug 2008 16:48:55 +0000 (16:48 +0000)]
[!subprocesses]: Define QCname.
(syms_of_process): Intern and staticpro it.

15 years ago(FRAME_TTY): Support output_msdos_raw.
Eli Zaretskii [Sat, 23 Aug 2008 16:48:24 +0000 (16:48 +0000)]
(FRAME_TTY): Support output_msdos_raw.
(struct tty_display_info) [MSDOS]: Add fields related to mouse highlight.

15 years ago(redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.
Eli Zaretskii [Sat, 23 Aug 2008 16:47:51 +0000 (16:47 +0000)]
(redisplay_internal) [MSDOS]: Don't call set_tty_color_mode.

15 years ago(TERMINAL_ACTIVE_P): Handle output_msdos_raw in addition to output_termcap.
Eli Zaretskii [Sat, 23 Aug 2008 16:46:44 +0000 (16:46 +0000)]
(TERMINAL_ACTIVE_P): Handle output_msdos_raw in addition to output_termcap.

15 years ago(init_display): Remove MS-DOS specific conditions for calling
Eli Zaretskii [Sat, 23 Aug 2008 16:46:21 +0000 (16:46 +0000)]
(init_display): Remove MS-DOS specific conditions for calling
tty-set-up-initial-frame-faces.

15 years ago(Fx_popup_dialog, Fx_popup_menu, xmenu_show): Allow MSDOS frames along with
Eli Zaretskii [Sat, 23 Aug 2008 16:45:51 +0000 (16:45 +0000)]
(Fx_popup_dialog, Fx_popup_menu, xmenu_show): Allow MSDOS frames along with
X frames.

15 years ago(main) [MSDOS]: Call syms_of_xmenu.
Eli Zaretskii [Sat, 23 Aug 2008 16:45:13 +0000 (16:45 +0000)]
(main) [MSDOS]: Call syms_of_xmenu.

15 years agoAdd USER_FULL_NAME.
Eli Zaretskii [Sat, 23 Aug 2008 16:40:30 +0000 (16:40 +0000)]
Add USER_FULL_NAME.

15 years ago(x-gtk-map-stock): Don't let the tool bar destroy
Nick Roberts [Sat, 23 Aug 2008 15:50:06 +0000 (15:50 +0000)]
(x-gtk-map-stock): Don't let the tool bar destroy
match data in process filters.

15 years ago(gud-common-init): Use absolute file so that
Nick Roberts [Sat, 23 Aug 2008 15:46:54 +0000 (15:46 +0000)]
(gud-common-init): Use absolute file so that
perldb works with tramp (sudo).

15 years ago*** empty log message ***
Nick Roberts [Sat, 23 Aug 2008 15:45:27 +0000 (15:45 +0000)]
*** empty log message ***

15 years ago(Moving Point): Fix <prior>/<next> confusion.
Johan Bockgård [Sat, 23 Aug 2008 09:11:52 +0000 (09:11 +0000)]
(Moving Point): Fix <prior>/<next> confusion.

15 years ago*** empty log message ***
Martin Rudalics [Sat, 23 Aug 2008 08:11:51 +0000 (08:11 +0000)]
*** empty log message ***

15 years ago(dired-buffer-stale-p): Do not revert buffer that can be written.
Martin Rudalics [Sat, 23 Aug 2008 08:03:25 +0000 (08:03 +0000)]
(dired-buffer-stale-p): Do not revert buffer that can be written.

15 years ago(enum tiff_keyword_index, tiff_format): Add :index keyword.
Jason Rumney [Sat, 23 Aug 2008 03:48:06 +0000 (03:48 +0000)]
(enum tiff_keyword_index, tiff_format): Add :index keyword.
(fn_TIFFSetDirectory): New library function used.
(init_tiff_functions) [HAVE_NTGUI]: Initialize it.
(tiff_load): Use :index to select among multiple images.  Set count
property when multiple images exist.
(gif_format): Use :index, not :image.

15 years agoRemove outdated header comments.
Glenn Morris [Sat, 23 Aug 2008 03:20:09 +0000 (03:20 +0000)]
Remove outdated header comments.

15 years agoFix Javanese pun.
Chong Yidong [Sat, 23 Aug 2008 03:19:53 +0000 (03:19 +0000)]
Fix Javanese pun.

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.