]> code.delx.au - gnu-emacs/log
gnu-emacs
19 years ago*** empty log message ***
Kim F. Storm [Tue, 19 Apr 2005 10:11:26 +0000 (10:11 +0000)]
*** empty log message ***

19 years agoDon't commit lisp/loaddefs.el.
Lute Kamstra [Tue, 19 Apr 2005 09:59:29 +0000 (09:59 +0000)]
Don't commit lisp/loaddefs.el.

19 years ago(Compilation Mode): Add M-g M-n and M-g M-p bindings.
Kim F. Storm [Tue, 19 Apr 2005 09:45:11 +0000 (09:45 +0000)]
(Compilation Mode): Add M-g M-n and M-g M-p bindings.

19 years ago(next-buffer, prev-buffer, next-error)
Kim F. Storm [Tue, 19 Apr 2005 09:25:52 +0000 (09:25 +0000)]
(next-buffer, prev-buffer, next-error)
(scroll-other-window, keyboard-quit, keyboard-escape-quit)
(clone-indirect-buffer-other-window): Move bindings to bindings.el.

19 years ago(next-buffer, prev-buffer, next-error)
Kim F. Storm [Tue, 19 Apr 2005 09:25:32 +0000 (09:25 +0000)]
(next-buffer, prev-buffer, next-error)
(scroll-other-window, keyboard-quit, keyboard-escape-quit)
(clone-indirect-buffer-other-window): Move bindings from simple.el.
(next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
(next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.

19 years ago*** empty log message ***
Kim F. Storm [Tue, 19 Apr 2005 09:13:36 +0000 (09:13 +0000)]
*** empty log message ***

19 years ago(Symbol Plists): Add safe-get.
Kim F. Storm [Tue, 19 Apr 2005 09:11:51 +0000 (09:11 +0000)]
(Symbol Plists): Add safe-get.
Mention that `get' may signal an error.

19 years ago(resolve_face_name): Use Fsafe_get to avoid redisplay
Kim F. Storm [Tue, 19 Apr 2005 08:34:50 +0000 (08:34 +0000)]
(resolve_face_name): Use Fsafe_get to avoid redisplay
loops in case of bad face property lists.  Limit number of face
alias lookups to 10 (in case of face alias loops).

19 years ago(Fsafe_get): EXFUN it.
Kim F. Storm [Tue, 19 Apr 2005 08:34:33 +0000 (08:34 +0000)]
(Fsafe_get): EXFUN it.

19 years ago(Fsafe_get): New function.
Kim F. Storm [Tue, 19 Apr 2005 08:34:19 +0000 (08:34 +0000)]
(Fsafe_get): New function.
(syms_of_fns): Defsubr it.

19 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-268
Miles Bader [Tue, 19 Apr 2005 06:53:24 +0000 (06:53 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-268

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 66)

   - Update from CVS

2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/qp.el (quoted-printable-encode-region): Save excursion.

19 years ago(isearch-edit-string): Make the search-ring available for
Stefan Monnier [Mon, 18 Apr 2005 22:32:37 +0000 (22:32 +0000)]
(isearch-edit-string): Make the search-ring available for
minibuffer history commands.
(minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
the default history commands now work just as well.
(isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.

19 years ago(cua--pre-command-handler): Add more
Kim F. Storm [Mon, 18 Apr 2005 19:50:07 +0000 (19:50 +0000)]
(cua--pre-command-handler): Add more
elaborate check for shift modifier on non-window systems.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 18 Apr 2005 19:49:40 +0000 (19:49 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Lars Hansen [Mon, 18 Apr 2005 18:30:05 +0000 (18:30 +0000)]
*** empty log message ***

19 years ago(Saving Emacs Sessions): Add that "--no-desktop" turns off desktop-save-mode.
Lars Hansen [Mon, 18 Apr 2005 18:29:26 +0000 (18:29 +0000)]
(Saving Emacs Sessions): Add that "--no-desktop" turns off desktop-save-mode.

19 years agoMake "--no-desktop" turn off `desktop-save-mode'.
Lars Hansen [Mon, 18 Apr 2005 18:27:39 +0000 (18:27 +0000)]
Make "--no-desktop" turn off `desktop-save-mode'.

19 years ago(overlay_arrow_string_or_property): Remove PBITMAP arg.
Kim F. Storm [Mon, 18 Apr 2005 14:10:09 +0000 (14:10 +0000)]
(overlay_arrow_string_or_property): Remove PBITMAP arg.
Calls changed.  Don't check for overlay-arrow-bitmap property here.
(overlay_arrow_at_row): Remove PBITMAP arg.  Instead, if left
fringe is present, return Lisp integer for bitmap (or -1 for default).
Fix value of overlay-arrow-bitmap property to be a symbol, use
lookup_fringe_bitmap to parse it.
(display_line): Change call to overlay_arrow_at_row.  Store integer
return value as overlay bitmap in row rather than window.
Only show overlay arrow if row displays text, or if no other overlay
arrow is seen in window (if overlay marker is at point-max).

19 years ago(struct window): Remove member overlay_arrow_bitmap.
Kim F. Storm [Mon, 18 Apr 2005 14:09:56 +0000 (14:09 +0000)]
(struct window): Remove member overlay_arrow_bitmap.

19 years ago(make_window): Don't initialize overlay_arrow_bitmap.
Kim F. Storm [Mon, 18 Apr 2005 14:09:47 +0000 (14:09 +0000)]
(make_window): Don't initialize overlay_arrow_bitmap.

19 years ago(draw_fringe_bitmap): Use overlay_arrow_bitmap from row
Kim F. Storm [Mon, 18 Apr 2005 14:09:32 +0000 (14:09 +0000)]
(draw_fringe_bitmap): Use overlay_arrow_bitmap from row
rather than from window.
(update_window_fringes): Compare overlay_arrow_bitmap rather than
overlay_arrow_p members.
(Ffringe_bitmaps_at_pos): Return fringe overlay_arrow_bitmap name
if not default.

19 years ago(row_equal_p, update_window_line, scrolling_window):
Kim F. Storm [Mon, 18 Apr 2005 14:09:10 +0000 (14:09 +0000)]
(row_equal_p, update_window_line, scrolling_window):
Compare overlay_arrow_bitmap than overlay_arrow_p members.

19 years ago(struct glyph_row): New member overlay_arrow_bitmap.
Kim F. Storm [Mon, 18 Apr 2005 14:09:00 +0000 (14:09 +0000)]
(struct glyph_row): New member overlay_arrow_bitmap.
It replaces the corresponding member from struct window, as a
window may now show multiple overlay arrows.
Remove member overlay_arrow_p, superseeded by overlay_arrow_bitmap.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 18 Apr 2005 14:08:43 +0000 (14:08 +0000)]
*** empty log message ***

19 years ago(url-retrieve-synchronously): Work around the fact that
Stefan Monnier [Mon, 18 Apr 2005 13:19:43 +0000 (13:19 +0000)]
(url-retrieve-synchronously): Work around the fact that
url-http sometimes doesn't call the callback.

19 years ago(realize_x_face) [!HAVE_WINDOW_SYSTEM]: Return NULL.
Thien-Thi Nguyen [Mon, 18 Apr 2005 11:34:46 +0000 (11:34 +0000)]
(realize_x_face) [!HAVE_WINDOW_SYSTEM]: Return NULL.

19 years ago(tooltip-show): Change second arg to USE-ECHO-AREA
Kim F. Storm [Mon, 18 Apr 2005 10:23:41 +0000 (10:23 +0000)]
(tooltip-show): Change second arg to USE-ECHO-AREA
and make it optional.  Don't test tooltip-gud-echo-area here.
(tooltip-gud-process-output, gdb-tooltip-print): Pass
tooltip-gud-echo-area to tooltip-show.
(tooltip-help-tips): Remove second optional arg.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 18 Apr 2005 10:22:38 +0000 (10:22 +0000)]
*** empty log message ***

19 years ago(Vloads_in_progress): Static.
Lute Kamstra [Mon, 18 Apr 2005 10:22:20 +0000 (10:22 +0000)]
(Vloads_in_progress): Static.

19 years ago(Vloads_in_progress): Remove extern.
Lute Kamstra [Mon, 18 Apr 2005 10:20:46 +0000 (10:20 +0000)]
(Vloads_in_progress): Remove extern.
(load_in_progress): Add extern.
(Frequire): Use load_in_progress instead of Vloads_in_progress.

19 years ago(Fx_popup_menu): Initialize error_name to NULL.
Thien-Thi Nguyen [Mon, 18 Apr 2005 09:41:15 +0000 (09:41 +0000)]
(Fx_popup_menu): Initialize error_name to NULL.

19 years agoRemove eol whitespace; nfc.
Thien-Thi Nguyen [Mon, 18 Apr 2005 09:36:06 +0000 (09:36 +0000)]
Remove eol whitespace; nfc.

19 years ago(Variable Definitions): Replace tooltip-mode
Nick Roberts [Mon, 18 Apr 2005 08:21:21 +0000 (08:21 +0000)]
(Variable Definitions): Replace tooltip-mode
example with save-place.

19 years ago*** empty log message ***
Nick Roberts [Mon, 18 Apr 2005 08:20:39 +0000 (08:20 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Mon, 18 Apr 2005 07:45:19 +0000 (07:45 +0000)]
*** empty log message ***

19 years ago(XTread_socket): Don't beep on keyboard input even if no frame is
YAMAMOTO Mitsuharu [Mon, 18 Apr 2005 07:44:54 +0000 (07:44 +0000)]
(XTread_socket): Don't beep on keyboard input even if no frame is
visible.

19 years ago(tooltip-mode): `emacs-quick-startup' and `display-graphic-p' may not
YAMAMOTO Mitsuharu [Mon, 18 Apr 2005 07:43:59 +0000 (07:43 +0000)]
(tooltip-mode): `emacs-quick-startup' and `display-graphic-p' may not
be bound yet.

19 years agoMinor fix to previous change.
Luc Teirlinck [Mon, 18 Apr 2005 01:20:34 +0000 (01:20 +0000)]
Minor fix to previous change.

19 years ago(XTerm Mouse): Xterm Mouse mode is no longer enabled by default in
Luc Teirlinck [Mon, 18 Apr 2005 01:11:41 +0000 (01:11 +0000)]
(XTerm Mouse): Xterm Mouse mode is no longer enabled by default in
terminals compatible with xterm.  Mention that xterm-mouse-mode is a
minor mode and put in pxref to Minor Modes node.

19 years ago*** empty log message ***
Luc Teirlinck [Mon, 18 Apr 2005 01:08:03 +0000 (01:08 +0000)]
*** empty log message ***

19 years ago(command-line): No longer enable Xterm Mouse mode by default in
Luc Teirlinck [Mon, 18 Apr 2005 00:55:42 +0000 (00:55 +0000)]
(command-line): No longer enable Xterm Mouse mode by default in
terminals compatible with xterm.

19 years ago(xterm-mouse-mode): Set init value back to nil.
Luc Teirlinck [Mon, 18 Apr 2005 00:52:57 +0000 (00:52 +0000)]
(xterm-mouse-mode): Set init value back to nil.

19 years ago(tooltip-gud-echo-area): Rename from
Nick Roberts [Mon, 18 Apr 2005 00:29:45 +0000 (00:29 +0000)]
(tooltip-gud-echo-area): Rename from
tooltip-use-echo-area.
(tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
(tooltip-help-tips): Allow GUD tooltips to be displayed in echo
area independently of where help tooltips are displayed.

19 years ago*** empty log message ***
Nick Roberts [Mon, 18 Apr 2005 00:29:13 +0000 (00:29 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Stefan Monnier [Sun, 17 Apr 2005 21:52:06 +0000 (21:52 +0000)]
*** empty log message ***

19 years ago(yank-excluded-properties): Add follow-link to value.
Richard M. Stallman [Sun, 17 Apr 2005 17:52:30 +0000 (17:52 +0000)]
(yank-excluded-properties): Add follow-link to value.

19 years ago(custom-theme-write-variables): Quote variables
David Kastrup [Sun, 17 Apr 2005 16:18:45 +0000 (16:18 +0000)]
(custom-theme-write-variables): Quote variables
where necessary.

19 years ago*** empty log message ***
Richard M. Stallman [Sun, 17 Apr 2005 16:04:44 +0000 (16:04 +0000)]
*** empty log message ***

19 years ago(jka-compr-compression-info-list): Fix custom type.
Richard M. Stallman [Sun, 17 Apr 2005 16:00:48 +0000 (16:00 +0000)]
(jka-compr-compression-info-list): Fix custom type.

19 years ago(fancy-splash-max-time): Just 30 seconds.
Richard M. Stallman [Sun, 17 Apr 2005 16:00:20 +0000 (16:00 +0000)]
(fancy-splash-max-time): Just 30 seconds.
(fancy-splash-delay): Just 7.
(fancy-splash-screens): No time limit other than fancy-splash-max-time.

19 years ago(unload-feature): Update for new format of load-history. Simplify the code.
Richard M. Stallman [Sun, 17 Apr 2005 15:57:00 +0000 (15:57 +0000)]
(unload-feature): Update for new format of load-history.  Simplify the code.

19 years ago(rmail-ignored-headers): Ignore more headers
Richard M. Stallman [Sun, 17 Apr 2005 15:55:50 +0000 (15:55 +0000)]
(rmail-ignored-headers): Ignore more headers
(rmail-font-lock-keywords): Don't fontify the text of a citation.

19 years ago(mail-font-lock-keywords): Don't fontify subject text.
Richard M. Stallman [Sun, 17 Apr 2005 15:54:45 +0000 (15:54 +0000)]
(mail-font-lock-keywords): Don't fontify subject text.
Don't fontify the text of a citation.

19 years ago(Indirect Buffers): Clarify.
Richard M. Stallman [Sun, 17 Apr 2005 15:50:48 +0000 (15:50 +0000)]
(Indirect Buffers): Clarify.

19 years ago(Positions): Clarify further.
Richard M. Stallman [Sun, 17 Apr 2005 15:49:52 +0000 (15:49 +0000)]
(Positions): Clarify further.

19 years ago(Positions): Clarify converting marker to integer.
Richard M. Stallman [Sun, 17 Apr 2005 15:46:33 +0000 (15:46 +0000)]
(Positions): Clarify converting marker to integer.

19 years ago(String Basics): Mention string-match; clarify.
Richard M. Stallman [Sun, 17 Apr 2005 15:44:33 +0000 (15:44 +0000)]
(String Basics): Mention string-match; clarify.

19 years ago(comint-output-filter): Run comint-output-filter-functions
Richard M. Stallman [Sun, 17 Apr 2005 15:04:40 +0000 (15:04 +0000)]
(comint-output-filter): Run comint-output-filter-functions
with point where the user had it.

19 years ago(struct keys): Add support for shifted keys.
Dan Nicolaescu [Sun, 17 Apr 2005 01:37:38 +0000 (01:37 +0000)]
(struct keys): Add support for shifted keys.

19 years ago(ucs-set-table-for-input): Disable when using unify-on-decoding.
Stefan Monnier [Sat, 16 Apr 2005 21:00:47 +0000 (21:00 +0000)]
(ucs-set-table-for-input): Disable when using unify-on-decoding.

19 years ago(with_echo_area_buffer): Delete WHICH < 0 case.
Richard M. Stallman [Sat, 16 Apr 2005 18:19:40 +0000 (18:19 +0000)]
(with_echo_area_buffer): Delete WHICH < 0 case.
(set_message): Call with_echo_area_buffer with WHICH = 0.
(set_message_1): Erase the echo area buffer first thing.
(echo_area_display): Don't clear echo_message_buffer.

19 years ago(cua-global-mark-face): Add special case
Dan Nicolaescu [Sat, 16 Apr 2005 16:03:29 +0000 (16:03 +0000)]
(cua-global-mark-face): Add special case
for displays supporting a high number of colors.

19 years ago(repeat): Invoke pre-command-hook and post-command-hook.
Eli Zaretskii [Sat, 16 Apr 2005 15:28:10 +0000 (15:28 +0000)]
(repeat): Invoke pre-command-hook and post-command-hook.

19 years ago(filesets-add-buffer): If user supplies a name of a
Eli Zaretskii [Sat, 16 Apr 2005 15:22:12 +0000 (15:22 +0000)]
(filesets-add-buffer): If user supplies a name of a
non-existing fileset, create a new fileset.

19 years ago(org-up-heading-all): Fixed bug with
Carsten Dominik [Sat, 16 Apr 2005 14:50:10 +0000 (14:50 +0000)]
(org-up-heading-all): Fixed bug with
`outline-up-heading-all'.

19 years ago*** empty log message ***
Carsten Dominik [Sat, 16 Apr 2005 14:49:44 +0000 (14:49 +0000)]
*** empty log message ***

19 years ago(auto-mode-alist): Handle /etc/sysconfig/*,
Andreas Schwab [Sat, 16 Apr 2005 09:00:14 +0000 (09:00 +0000)]
(auto-mode-alist): Handle /etc/sysconfig/*,
/etc/permissions.d/* and /etc/aliases.d/*.

19 years ago(mac.o): Depend on charset.h and coding.h.
YAMAMOTO Mitsuharu [Sat, 16 Apr 2005 03:07:58 +0000 (03:07 +0000)]
(mac.o): Depend on charset.h and coding.h.

19 years ago[MAC_OSX] (image_load_quartz2d): Use cfstring_create_with_string.
YAMAMOTO Mitsuharu [Sat, 16 Apr 2005 03:07:05 +0000 (03:07 +0000)]
[MAC_OSX] (image_load_quartz2d): Use cfstring_create_with_string.

19 years ago(cfstring_create_with_string) [TARGET_API_MAC_CARBON]: New extern.
YAMAMOTO Mitsuharu [Sat, 16 Apr 2005 03:05:43 +0000 (03:05 +0000)]
(cfstring_create_with_string) [TARGET_API_MAC_CARBON]: New extern.

19 years ago(x_autoselect_window_p): Remove variable.
YAMAMOTO Mitsuharu [Sat, 16 Apr 2005 03:05:15 +0000 (03:05 +0000)]
(x_autoselect_window_p): Remove variable.
(last_window): New variable.
(XTreassert_line_highlight, x_change_line_highlight): Remove
declarations.
(mac_focus_changed, x_detect_focus_change): New functions and
declarations.
(XTextExtents16, front_emacs_window): Remove function.
(mac_focus_frame): New function.
(XTmouse_position, do_menu_choice, do_zoom_window, XTread_socket)
(mac_check_for_quit_char): Use it instead of front_emacs_window.
(x_scroll_bar_report_motion): Obtain window from control owner.
(x_make_frame_invisible): Set window manager size hint.
(do_mouse_moved): Remove function.
(XTread_socket): Move its contents here.  Generate select-window
event on mouse movement if needed.  Use x_detect_focus_change on
activate/deactivate events.  Don't deiconify frame or invalidate
window rectangle when dnd items are dropped.  Don't
activate/deactivate root control.
(frame_highlight, frame_unhighlight): Activate/deactivate root
control here.
(syms_of_macterm): Delete DEFVAR_BOOL for x_autoselect_window_p.

19 years ago(Fx_file_dialog): Likewise.
YAMAMOTO Mitsuharu [Sat, 16 Apr 2005 03:04:13 +0000 (03:04 +0000)]
(Fx_file_dialog): Likewise.

19 years agoInclude charset.h and coding.h.
YAMAMOTO Mitsuharu [Sat, 16 Apr 2005 03:03:02 +0000 (03:03 +0000)]
Include charset.h and coding.h.
[TARGET_API_MAC_CARBON] (Qutf_8): Remove extern.
[TARGET_API_MAC_CARBON] (cfstring_create_with_string): New function.
[TARGET_API_MAC_CARBON] (Fmac_get_preference): Use it.

19 years ago(cp-make-coding-system): Set
Kenichi Handa [Sat, 16 Apr 2005 01:32:21 +0000 (01:32 +0000)]
(cp-make-coding-system): Set
`translation-table-for-input' property value to the symbol
ucs-mule-to-mule-unicode, not to that value.
(pt154): Escape guillemet by `\'.

19 years ago*** empty log message ***
Luc Teirlinck [Sat, 16 Apr 2005 00:38:31 +0000 (00:38 +0000)]
*** empty log message ***

19 years agoDefine new macro TOOLTIP_SUPPORT.
Luc Teirlinck [Sat, 16 Apr 2005 00:30:45 +0000 (00:30 +0000)]
Define new macro TOOLTIP_SUPPORT.
(lisp): Use it.
(SOME_MACHINE_LISP): Add tooltip.

19 years agoLoad tooltip if x-show-tip is fboundp.
Luc Teirlinck [Sat, 16 Apr 2005 00:25:43 +0000 (00:25 +0000)]
Load tooltip if x-show-tip is fboundp.

19 years ago(command-line): Add comment.
Luc Teirlinck [Sat, 16 Apr 2005 00:24:02 +0000 (00:24 +0000)]
(command-line): Add comment.

19 years ago(tooltip-mode): Specify correct standard value for Custom in init-value.
Luc Teirlinck [Sat, 16 Apr 2005 00:21:56 +0000 (00:21 +0000)]
(tooltip-mode): Specify correct standard value for Custom in init-value.

19 years ago(gud-goto-info): Use existing Info buffer, if
Nick Roberts [Fri, 15 Apr 2005 10:35:09 +0000 (10:35 +0000)]
(gud-goto-info): Use existing Info buffer, if
possible.

19 years ago*** empty log message ***
Nick Roberts [Fri, 15 Apr 2005 10:33:50 +0000 (10:33 +0000)]
*** empty log message ***

19 years agoUpdate to version 3.06
Carsten Dominik [Fri, 15 Apr 2005 06:55:07 +0000 (06:55 +0000)]
Update to version 3.06

19 years ago*** empty log message ***
Carsten Dominik [Fri, 15 Apr 2005 06:54:43 +0000 (06:54 +0000)]
*** empty log message ***

19 years ago(org-agenda-date-prompt): Renamed from
Carsten Dominik [Fri, 15 Apr 2005 06:49:56 +0000 (06:49 +0000)]
(org-agenda-date-prompt): Renamed from
`org-agenda-date-today'.
(org-evaluate-time-range): Insert at point instead of directly
after time range.
(org-first-headline-recenter, org-subtree-end-visible-p)
(org-optimize-window-after-visibility-change): New functions
(org-agenda-post-command-hook): Don't allow point at end of line,
to make sure it always hits the text properties.
(org-agenda-next-date-line, org-agenda-previous-date-line): New
commands.
(org-set-regexps-and-options): Category may contain white space.
(org-agenda-get-deadlines, org-agenda-get-scheduled): Improved
marker positions.
(org-agenda-new-marker): Argument POS made optional.
(org-agenda-get-timestamps): Deadlines which are done are listed
in org-done-face now.
(org-agenda-get-todos, org-agenda-get-timestamps)
(org-agenda-get-deadlines, org-agenda-get-scheduled): set
`undone-face' and `done-face' properties.
(org-last-todo-state-is-todo): New variable.
(org-todo): Set `org-last-todo-state-is-todo'.
(org-agenda-todo): Change face according to
`org-last-todo-state-is-todo'.  And change other lines refering to
the same entry.
(org-calendar-goto-agenda): New command.
(org-calendar-to-agenda-key): New option.
(org-startup-folded): New allowed value `content'.
(org-set-regexps-and-options): Accept new value `content' for
`org-startup-folded'.
(org-get-current-options): Handle new value `content' for
`org-startup-folded'.
(org-insert-todo-heading): New command.
(org-mode): Insert first line "*-* mode: org-mode -*-" when called
interactively in empty file and option
`org-insert-mode-line-in-empty-file' has been set.
(org-agenda-todo,org-agenda-priority): Modified to use
`org-agenda-change-all-lines'.
(org-warning-face): Changed color on dark background

19 years agoTUTORIAL.ru and TUTORIAL.th updated header.
Marcelo Toledo [Thu, 14 Apr 2005 17:00:20 +0000 (17:00 +0000)]
TUTORIAL.ru and TUTORIAL.th updated header.

19 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Thu, 14 Apr 2005 09:29:45 +0000 (09:29 +0000)]
*** empty log message ***

19 years ago(set-locale-environment): On Mac OS, use preferences AppleLocale and
YAMAMOTO Mitsuharu [Thu, 14 Apr 2005 09:29:16 +0000 (09:29 +0000)]
(set-locale-environment): On Mac OS, use preferences AppleLocale and
AppleLanguages, and variable mac-system-locale for default locale.  On
Mac OS Classic, use mac-system-coding-system for default coding
systems.

19 years agoDon't set file-name-coding-system. Decode variables system-name,
YAMAMOTO Mitsuharu [Thu, 14 Apr 2005 09:28:21 +0000 (09:28 +0000)]
Don't set file-name-coding-system.  Decode variables system-name,
emacs-build-system, user-login-name, and user-full-name by
mac-system-coding-system on Mac OS Classic.
(mac-system-coding-system): New variable.

19 years ago[!TARGET_API_MAC_CARBON]: Don't include TextEncodingConverter.h.
YAMAMOTO Mitsuharu [Thu, 14 Apr 2005 09:26:22 +0000 (09:26 +0000)]
[!TARGET_API_MAC_CARBON]: Don't include TextEncodingConverter.h.

19 years ago(x_set_name, x_set_title) [!TARGET_API_MAC_CARBON]: Use ENCODE_SYSTEM
YAMAMOTO Mitsuharu [Thu, 14 Apr 2005 09:25:41 +0000 (09:25 +0000)]
(x_set_name, x_set_title) [!TARGET_API_MAC_CARBON]: Use ENCODE_SYSTEM
to encode title bar string.
(x_create_tip_frame): Apply 2005-03-18 change for xfns.c.
(Fx_file_dialog) [TARGET_API_MAC_CARBON && !MAC_OSX]: Use
CFStringGetSystemEncoding to get system default string encoding.

19 years ago[!TARGET_API_MAC_CARBON]: Include MacLocales.h. Don't include
YAMAMOTO Mitsuharu [Thu, 14 Apr 2005 09:25:01 +0000 (09:25 +0000)]
[!TARGET_API_MAC_CARBON]: Include MacLocales.h.  Don't include
TextEncodingConverter.h.
(mac_system_script_code, Vmac_system_locale): New variables.
(syms_of_mac): Defvar them.
(mac_get_system_locale): New function.

19 years ago(NonCarbonLibs): Add LocalesLib. Delete TextEncodingConverter.
YAMAMOTO Mitsuharu [Thu, 14 Apr 2005 09:22:38 +0000 (09:22 +0000)]
(NonCarbonLibs): Add LocalesLib.  Delete TextEncodingConverter.

19 years ago*** empty log message ***
Lute Kamstra [Thu, 14 Apr 2005 09:15:33 +0000 (09:15 +0000)]
*** empty log message ***

19 years ago(elfiles): Update.
Lute Kamstra [Thu, 14 Apr 2005 09:15:10 +0000 (09:15 +0000)]
(elfiles): Update.

19 years ago*** empty log message ***
Kim F. Storm [Thu, 14 Apr 2005 09:04:24 +0000 (09:04 +0000)]
*** empty log message ***

19 years ago(add-release-logs): Fix require call.
Lute Kamstra [Thu, 14 Apr 2005 09:03:03 +0000 (09:03 +0000)]
(add-release-logs): Fix require call.

19 years agoDistribute all ChangeLog files in lisp/.
Lute Kamstra [Thu, 14 Apr 2005 08:40:39 +0000 (08:40 +0000)]
Distribute all ChangeLog files in lisp/.
Don't distribute ldefs-boot.el.
lisp/makefile.nt no longer exists.

19 years agoChaneg "is" to "are"
Jan Djärv [Thu, 14 Apr 2005 04:48:08 +0000 (04:48 +0000)]
Chaneg "is" to "are"

19 years agomacterm.c (syms_of_macterm): Removing redundant definition of
Steven Tamm [Thu, 14 Apr 2005 04:22:48 +0000 (04:22 +0000)]
macterm.c (syms_of_macterm): Removing redundant definition of
mac-pass-control-to-system

19 years ago(command-line): Whitespace change.
Luc Teirlinck [Wed, 13 Apr 2005 22:31:33 +0000 (22:31 +0000)]
(command-line): Whitespace change.