Glenn Morris [Tue, 26 Aug 2008 02:53:54 +0000 (02:53 +0000)]
(Specified Dates): Fix names of iso functions.
(General Calendar): There may not be another window.
(Writing Calendar Files, Holidays): Tweak intro.
(Holidays): Mention Baha'i and Chinese holidays.
(Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
(Lunar Phases): Remove incorrect reference to calendar-time-zone.
(To Other Calendar): Add calendar-print-other-dates.
Refer to "graphic display" rather than "X.
(From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
(Displaying the Diary): Fix whitespace after reference.
Fix `diary-number-of-entries' reference.
(Date Formats): Explicitly mention that day names can be abbreviated.
(Adding to Diary): Add some references to other sections.
(Special Diary Entries): Fix reference.
(Appointments): Simplify appt-message-warning-time entry.
Clarify where times must be.
(Importing Diary): Comment out icalendar paragraph that does not apply.
(Time Intervals): Simplify entry for timeclock-ask-before-exiting.
Eli Zaretskii [Mon, 25 Aug 2008 21:51:40 +0000 (21:51 +0000)]
(mode-line-frame-control): New function, caters to `pc' ``window system''.
(mode-line-frame-identification): Use it instead of accessing window-system
directly.
Juri Linkov [Mon, 25 Aug 2008 20:32:15 +0000 (20:32 +0000)]
(text-mode-map): Unbind "\es" from `center-line' and "\eS" from `center-paragraph'.
(facemenu-keymap): Bind "\es" to `center-line' and "\eS" to `center-paragraph'.
Eli Zaretskii [Sun, 24 Aug 2008 20:12:41 +0000 (20:12 +0000)]
(make_terminal_frame): Initialize f->terminal, f->terminal->reference_count,
and scroll bars on MS-DOS as well. Set the top frame to newly created frame.
(Fmake_terminal_frame): Reuse the_only_display_info.
Glenn Morris [Sat, 23 Aug 2008 23:29:54 +0000 (23:29 +0000)]
(Fortran): Change description of free form and
fixed form a bit. Mention hideshow and imenu.
(Fortran Motion): Mention fortran-end-of-subprogram,
fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
(Fortran Indent): Minor re-word.
(ForIndent Commands): Mention fortran-fill-paragraph and
fortran-fill-statement.
(ForIndent Cont): Mention fortran-tab-mode-string.
(Fortran Comments): Mention fortran-comment-line-start-skip.
(Fortran Columns): Mention font-locking.
(Fortran Abbrev): Word syntax not relevant with new-style abbrev.
Eli Zaretskii [Sat, 23 Aug 2008 17:04:11 +0000 (17:04 +0000)]
(version): Define to empty.
(ALL_CFLAGS, LIBES): Edit out @FOO@ stuff.
(EXEEXT): Define to .exe. Edit "ln -f" into "cp -pf". Edit "touch" into
"djecho $@ >", to avoid requiring touch.exe.
(b-emacs${EXEEXT}): Don't remove emacs.exe and temacs.exe. Edit "`/bin/pwd`/"
into "./". Stubify emacs after it is dumped, to produce emacs.exe. Stubedit
temacs.exe to 1024K of stack, emacs.exe to 2048K, and b-emacs.exe to 3072K.
Eli Zaretskii [Sat, 23 Aug 2008 17:02:59 +0000 (17:02 +0000)]
(emacs lispref lispintro): Chdir under doc/.
(emacs): Renamed from `man', to reflect changes in doc directory structure.
All callers changed.
(clean mostlyclean distclean maintainer-clean extraclean): Chdir into doc/
for manuals. Add misc subdirectory.
(src): Pass an empty BOOTSTRAPEMACS variable to src/Makefile.
(install): Don't stubify/stubedit emacs.exe, this is now done by src/Makefile.
Eli Zaretskii [Sat, 23 Aug 2008 17:01:46 +0000 (17:01 +0000)]
(msdos-create-frame-with-faces): Renamed from make-msdos-frame.
(terminal-init-internal): New function, errors out if called.
(msdos-initialize-window-system): New function.
(msdos-create-frame-with-faces): Set the terminal's `terminal-initted' (sic!)
parameter.
(frame-creation-function-alist): Add msdos-create-frame-with-faces.
(window-system-initialization-alist): Add msdos-initialize-window-system.
(handle-args-function-alist): Use tty-handle-args for `pc' ``window system''
as well.
(pc-win): Provide.
Eli Zaretskii [Sat, 23 Aug 2008 17:00:57 +0000 (17:00 +0000)]
(msdos-key-remapping-map): New variable. Move here all the special keys we
will be remapping via local-function-key-map.
(msdos-setup-keyboard): New function.
Eli Zaretskii [Sat, 23 Aug 2008 16:57:35 +0000 (16:57 +0000)]
Remove definition of struct x_display_info and struct x_output.
(FRAME_FONT): Use output_data.tty.
(FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Don't define.
(struct x_display_info): Renamed from display_info. All users in msdos.c
changed.
(struct x_output): Remove background_pixel and foreground_pixel.
(the_only_display_info): Renamed from the_only_x_display.
(dos_ttraw): Update prototype.
Eli Zaretskii [Sat, 23 Aug 2008 16:56:59 +0000 (16:56 +0000)]
(make_terminal_frame) [MSDOS]: Adjust initialization of f->output_data.tty.
(Fmake_terminal_frame) [MSDOS]: Don't allow creation of new terminal devices.
Eli Zaretskii [Sat, 23 Aug 2008 16:55:52 +0000 (16:55 +0000)]
[MSDOS]: Include msdos.h.
(init_tty) [MSDOS]: Reuse most of WINDOWSNT branch. Change cpp conditional
to DOS_NT. Allow only one call to this function in a session. Don't
allocate a new struct tty_display_info; instead, reuse the_only_display_info.
Call get_tty_size to get screen dimensions. Call init_baud_rate to set
bad_rate.
(dissociate_if_controlling_tty) [MSDOS]: Ifdef away function body.
(Fsuspend_tty) [MSDOS]: Don't close input and output.
(Fresume_tty) [MSDOS]: Don't reopen the TTY; instead, use stdin/stdout.
(get_tty_terminal, get_named_tty, Ftty_type)
(Fcontrolling_tty_p): Handle output_msdos_raw in addition to output_termcap.
(Fresume_tty, Fsuspend_tty, init_tty, delete_tty): Call
add_keyboard_wait_descriptor and delete_keyboard_wait_descriptor only when
subprocesses are supported
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.
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.
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.
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.
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'.