bpt/emacs.git
15 years ago(x_set_frame_alpha): Fix logic.
Jason Rumney [Sun, 29 Jun 2008 16:12:37 +0000 (16:12 +0000)]
(x_set_frame_alpha): Fix logic.

15 years ago*** empty log message ***
Jason Rumney [Sun, 29 Jun 2008 16:12:15 +0000 (16:12 +0000)]
*** empty log message ***

15 years agoAdd `read-regexp'.
Juri Linkov [Sun, 29 Jun 2008 16:11:04 +0000 (16:11 +0000)]
Add `read-regexp'.

15 years ago(read-regexp): New function.
Juri Linkov [Sun, 29 Jun 2008 16:10:11 +0000 (16:10 +0000)]
(read-regexp): New function.
(keep-lines-read-args, occur-read-primary-args):
Call `read-regexp' instead of code moved to new function.
(keep-lines, flush-lines, how-many): Remove parenthesis and colon
from the end of prompt.
(replace-re-search-function): Doc fix.

15 years ago(compose-region): Mention the special handling of TAB.
Kenichi Handa [Sun, 29 Jun 2008 14:44:12 +0000 (14:44 +0000)]
(compose-region): Mention the special handling of TAB.

15 years ago(describe-char-display): Always return a string.
Kenichi Handa [Sun, 29 Jun 2008 14:42:35 +0000 (14:42 +0000)]
(describe-char-display): Always return a string.
(describe-char-padded-string): New function.
(describe-char): Adjusted for the change of
describe-char-display.  Use describe-char-padded-string.

15 years ago(Finternal_char_font): Return font-object instead of font-name.
Kenichi Handa [Sun, 29 Jun 2008 14:31:18 +0000 (14:31 +0000)]
(Finternal_char_font): Return font-object instead of font-name.

15 years ago(get_composition_id): Fix the width calculation for TAB.
Kenichi Handa [Sun, 29 Jun 2008 14:27:16 +0000 (14:27 +0000)]
(get_composition_id): Fix the width calculation for TAB.

15 years ago(Fvertical_motion): Properly handle float column arg.
Stefan Monnier [Sun, 29 Jun 2008 13:56:50 +0000 (13:56 +0000)]
(Fvertical_motion): Properly handle float column arg.

15 years ago(vc-dir): Make backend argument optional and use
Andreas Schwab [Sun, 29 Jun 2008 12:50:20 +0000 (12:50 +0000)]
(vc-dir): Make backend argument optional and use
vc-responsible-backend when nil.  Interactively pass nil for
backend instead of using the backend of what happens to be
default-directory at the time of the call.

15 years ago(find-dired-filter): Preserve point.
Andreas Schwab [Sun, 29 Jun 2008 08:10:56 +0000 (08:10 +0000)]
(find-dired-filter): Preserve point.

15 years ago(mh-invisible-header-fields-internal): Add invisible header fields for
Jeffrey C Honig [Sun, 29 Jun 2008 03:06:12 +0000 (03:06 +0000)]
(mh-invisible-header-fields-internal): Add invisible header fields for
X-Hz (mail from Hertz), X-Proofpoint (Proofpoint antivirus/anti-spam)
and X-RIM (Research In Motion).

15 years agoAdjust image of mode line throughout.
Jay Belanger [Sun, 29 Jun 2008 03:02:14 +0000 (03:02 +0000)]
Adjust image of mode line throughout.

15 years agoFix typos.
Juanma Barranquero [Sun, 29 Jun 2008 01:51:51 +0000 (01:51 +0000)]
Fix typos.

* lisp/net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
  (sasl-find-mechanism, sasl-next-step):
* lisp/net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
  (sasl-ntlm-response): Fix typos in docstrings.
* doc/misc/sasl.texi (Mechanisms): Fix typos.

15 years ago*** empty log message ***
Kenichi Handa [Sun, 29 Jun 2008 01:32:25 +0000 (01:32 +0000)]
*** empty log message ***

15 years agoAdd Windows support note to alpha frame parameter.
Jason Rumney [Sat, 28 Jun 2008 23:57:37 +0000 (23:57 +0000)]
Add Windows support note to alpha frame parameter.

15 years ago* w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
Jason Rumney [Sat, 28 Jun 2008 23:54:27 +0000 (23:54 +0000)]
* w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
(pfnSetLayeredWindowAttributes): New function pointer.
(w32_initialize): Initialize it when supported.
(x_set_frame_alpha): New function.

* w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
(w32_frame_parm_handlers): Set alpha handler.

* frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.

15 years ago*** empty log message ***
Glenn Morris [Sat, 28 Jun 2008 19:30:07 +0000 (19:30 +0000)]
*** empty log message ***

15 years ago*** empty log message ***
Glenn Morris [Sat, 28 Jun 2008 19:12:50 +0000 (19:12 +0000)]
*** empty log message ***

15 years agorobert marshall <robert at capuchin.co.uk> (tiny change)
Glenn Morris [Sat, 28 Jun 2008 19:01:46 +0000 (19:01 +0000)]
robert marshall  <robert at capuchin.co.uk>  (tiny change)

(view-hello-file): Doc fix.

15 years ago(inhibit-face-set-after-frame-default): Var deleted.
Chong Yidong [Sat, 28 Jun 2008 15:53:07 +0000 (15:53 +0000)]
(inhibit-face-set-after-frame-default): Var deleted.
(set-face-attribute, face-set-after-frame-default)): Don't use it.

15 years ago* faces.el (inhibit-face-set-after-frame-default): Var deleted.
Chong Yidong [Sat, 28 Jun 2008 15:52:52 +0000 (15:52 +0000)]
* faces.el (inhibit-face-set-after-frame-default): Var deleted.
(set-face-attribute, face-set-after-frame-default)): Don't use it.

15 years ago(Other Image Types): Fix copy/paste error; say "PBM", not "XBM".
Johan Bockgård [Sat, 28 Jun 2008 15:38:05 +0000 (15:38 +0000)]
(Other Image Types): Fix copy/paste error; say "PBM", not "XBM".

15 years ago(defmath): Add `doc-string' decl. Add docstring.
John Paul Wallington [Sat, 28 Jun 2008 14:19:02 +0000 (14:19 +0000)]
(defmath): Add `doc-string' decl.  Add docstring.

15 years ago* net/tramp.el (tramp-handle-file-modes): Handle symlinks.
Michael Albinus [Sat, 28 Jun 2008 10:17:22 +0000 (10:17 +0000)]
* net/tramp.el (tramp-handle-file-modes): Handle symlinks.
(tramp-convert-file-attributes): Convert symlinks only when
returned from `tramp-handle-file-attributes-with-stat'.

15 years ago* net/tramp-ftp.el (top): Delete 'ange-ftp property from
Michael Albinus [Sat, 28 Jun 2008 10:15:00 +0000 (10:15 +0000)]
* net/tramp-ftp.el (top): Delete 'ange-ftp property from
`substitute-in-file-name' when unloading.
(tramp-ftp-file-name-handler): Set `tramp-mode' to nil.

15 years ago* vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
Dan Nicolaescu [Sat, 28 Jun 2008 07:30:47 +0000 (07:30 +0000)]
* vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
(vc-string-prefix-p): Move function ...
* vc.el (vc-string-prefix-p): ... here.

15 years ago*** empty log message ***
Glenn Morris [Sat, 28 Jun 2008 03:50:16 +0000 (03:50 +0000)]
*** empty log message ***

15 years ago* vc-dir.el (vc-dir): Complete only directory names.
Juanma Barranquero [Fri, 27 Jun 2008 23:29:15 +0000 (23:29 +0000)]
* vc-dir.el (vc-dir): Complete only directory names.

15 years agoFix last change.
Jason Rumney [Fri, 27 Jun 2008 22:37:00 +0000 (22:37 +0000)]
Fix last change.

15 years ago* w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
Jason Rumney [Fri, 27 Jun 2008 22:33:12 +0000 (22:33 +0000)]
* w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
(w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
(w32_to_x_charset, x_to_w32_charset)
(Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
(Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
(Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
(Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
(Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
(Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
(Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
(Qw32_charset_unicode): Remove.
(syms_of_w32fns): Update for above changes.

* w32font.c (w32_to_x_charset, x_to_w32_charset)
(Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
(Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
(Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
(Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
(Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
(Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
(Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
(syms_of_w32font): Update for above changes.

* w32-fns.el (top-level): Unconditionally define all charsets.

15 years agocc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to the CC Mode specific
Alan Mackenzie [Fri, 27 Jun 2008 21:12:46 +0000 (21:12 +0000)]
cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to the CC Mode specific
functions; this is no longer needed, since {beginning,end}-of-defun now
pass ARG to ...-of-defun-function.

cc-defs.el (c-emacs-features): new feature 'argumentative-bod-function.

----------------------------------------------------------------------
cc-defs.el cc-mode.el CVS:
----------------------------------------------------------------------

15 years ago*** empty log message ***
Alan Mackenzie [Fri, 27 Jun 2008 21:09:47 +0000 (21:09 +0000)]
*** empty log message ***

15 years ago(list-command-history): Use `bound-and-true-p'.
John Paul Wallington [Fri, 27 Jun 2008 17:51:24 +0000 (17:51 +0000)]
(list-command-history): Use `bound-and-true-p'.
(command-history-map): Define within defvar.  Add docstring.

15 years ago(image-jpeg-p): Don't fail if the arg cannot be converted to unibyte.
Juanma Barranquero [Fri, 27 Jun 2008 15:58:36 +0000 (15:58 +0000)]
(image-jpeg-p): Don't fail if the arg cannot be converted to unibyte.
Just assume it is not a JPEG.  Use `string-match-p'.
(image-type-from-data, image-type-from-file-name): Use `string-match-p'.
(image-type-from-buffer): Use `looking-at-p'.

15 years ago(USG_SHARED_LIBRARIES): Remove duplicate definition.
Dan Nicolaescu [Fri, 27 Jun 2008 14:32:24 +0000 (14:32 +0000)]
(USG_SHARED_LIBRARIES): Remove duplicate definition.

15 years agoFix previous change: keep the correct branch of a
Dan Nicolaescu [Fri, 27 Jun 2008 14:22:17 +0000 (14:22 +0000)]
Fix previous change: keep the correct branch of a
removed #if.

15 years ago* ibuf-ext.el (diff-sentinel): Declare.
Juanma Barranquero [Fri, 27 Jun 2008 10:34:50 +0000 (10:34 +0000)]
* ibuf-ext.el (diff-sentinel): Declare.

15 years agoAmerican English spelling fix.
Glenn Morris [Fri, 27 Jun 2008 07:34:53 +0000 (07:34 +0000)]
American English spelling fix.

15 years agoFix comment typo.
Glenn Morris [Fri, 27 Jun 2008 07:30:14 +0000 (07:30 +0000)]
Fix comment typo.

15 years agoAmerican English spelling fix.
Glenn Morris [Fri, 27 Jun 2008 02:41:14 +0000 (02:41 +0000)]
American English spelling fix.

15 years agoAmerican English spelling fix.
Glenn Morris [Fri, 27 Jun 2008 02:14:52 +0000 (02:14 +0000)]
American English spelling fix.

15 years agoAmerican English spelling fix.
Glenn Morris [Fri, 27 Jun 2008 02:07:30 +0000 (02:07 +0000)]
American English spelling fix.

15 years ago(.el.elc): Copy the echo behavior of lisp/Makefile.in.
Glenn Morris [Fri, 27 Jun 2008 00:54:23 +0000 (00:54 +0000)]
(.el.elc): Copy the echo behavior of lisp/Makefile.in.

15 years ago(cal-menu-sunmoon-menu, cal-menu-global-mouse-menu): Update for lunar
Glenn Morris [Fri, 27 Jun 2008 00:38:43 +0000 (00:38 +0000)]
(cal-menu-sunmoon-menu, cal-menu-global-mouse-menu): Update for lunar
name changes.

15 years ago(Lunar Phases): Update for lunar.el name changes.
Glenn Morris [Fri, 27 Jun 2008 00:36:42 +0000 (00:36 +0000)]
(Lunar Phases): Update for lunar.el name changes.

15 years ago(Sexp Diary Entries): Update for lunar.el name changes.
Glenn Morris [Fri, 27 Jun 2008 00:35:50 +0000 (00:35 +0000)]
(Sexp Diary Entries): Update for lunar.el name changes.

15 years ago(diary-list-sexp-entries): Doc update.
Glenn Morris [Fri, 27 Jun 2008 00:35:08 +0000 (00:35 +0000)]
(diary-list-sexp-entries): Doc update.

15 years ago(calendar-mode-map): Update for name change.
Glenn Morris [Fri, 27 Jun 2008 00:33:42 +0000 (00:33 +0000)]
(calendar-mode-map): Update for name change.

15 years ago(calendar-lunar-phases): Rename from calendar-phases-of-moon. Keep
Glenn Morris [Fri, 27 Jun 2008 00:33:29 +0000 (00:33 +0000)]
(calendar-lunar-phases): Rename from calendar-phases-of-moon.  Keep
old name as alias, update callers.
(lunar-phases): Rename from phases-of-moon.  Keep old name as alias.
(diary-lunar-phases): Rename from diary-phases-of-moon.  Keep old name as alias.

15 years agoRemove unneeded -Defines in the compiler command line (MinGW and MSVC).
Juanma Barranquero [Thu, 26 Jun 2008 22:33:33 +0000 (22:33 +0000)]
Remove unneeded -Defines in the compiler command line (MinGW and MSVC).

* nt/nmake.defs:
* nt/gmake.defs (FONT_CFLAGS): Remove.
(EMACS_EXTRA_C_FLAGS): Don't include FONT_CFLAGS.
(CFLAGS): Don't include WIN32_LEAN_AND_MEAN, _WIN32_WINNT, -D$(ARCH)
and _CRTAPI1.
(ARCH_FLAGS): Don't include _X86_.

* nt/config.nt (_WIN32_WINNT, WIN32_LEAN_AND_MEAN): Define.

* src/makefile.w32-in (LOCAL_FLAGS):
Don't include WINDOWSNT, DOS_NT and _UCHAR_T.

* src/sysdep.c (_spawnlp, _getpid):
Declare with explicit _cdecl instead of _CRTAPI1.

* src/editfns.c (Fget_internal_run_time):
Check for WINDOWSNT with #ifdef, not #if.

15 years ago(solar-sunrises-buffer): New constant.
Glenn Morris [Thu, 26 Jun 2008 22:30:01 +0000 (22:30 +0000)]
(solar-sunrises-buffer): New constant.
(calendar-mode-map): Use cal-menu-sunmoon-menu.
(calendar-buffer-list): Add solar-sunrises-buffer.

15 years ago(cal-menu-sunmoon-menu): Rename from cal-menu-moon-menu. Add
Glenn Morris [Thu, 26 Jun 2008 22:29:15 +0000 (22:29 +0000)]
(cal-menu-sunmoon-menu): Rename from cal-menu-moon-menu.  Add
calendar-sunrise-sunset-month.
(cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.

(cal-menu-goto-menu): Tweak menu name.

15 years ago(solar-sunrise-sunset-string): Add optional argument `nolocation'.
Glenn Morris [Thu, 26 Jun 2008 22:28:24 +0000 (22:28 +0000)]
(solar-sunrise-sunset-string): Add optional argument `nolocation'.
(calendar-sunrise-sunset-month): New function.

15 years ago* w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.
Jason Rumney [Thu, 26 Jun 2008 22:11:25 +0000 (22:11 +0000)]
* w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.

* w32term.c (x_draw_glyph_string_foreground):
(x_draw_composite_glyph_string_foreground): Sync with xterm.c.
Use FONT_HANDLE macro.
(x_draw_glyph_string): Use FONT_TEXTMETRIC macro.

* w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape):
(uniscribe_encode_char): Use FONT_HANDLE macro.

* w32font.c (Fx_select_font): Use FONT_HANDLE macro.
(w32font_text_extents): Use precast w32_font.
(w32font_close): Free cached metrics.
(w32font_open_internal): Allocate space for name on stack.

15 years ago(extend_face_to_end_of_line): Fix last change.
Chong Yidong [Thu, 26 Jun 2008 21:37:42 +0000 (21:37 +0000)]
(extend_face_to_end_of_line): Fix last change.

15 years ago* xdisp.c (extend_face_to_end_of_line): Fix last change.
Chong Yidong [Thu, 26 Jun 2008 21:37:32 +0000 (21:37 +0000)]
* xdisp.c (extend_face_to_end_of_line): Fix last change.

15 years agoDocumented shift-select-mode.
Chong Yidong [Thu, 26 Jun 2008 19:49:45 +0000 (19:49 +0000)]
Documented shift-select-mode.

15 years agoChcked mark.texi
Chong Yidong [Thu, 26 Jun 2008 19:33:14 +0000 (19:33 +0000)]
Chcked mark.texi

15 years ago(Shift selection): New node.
Chong Yidong [Thu, 26 Jun 2008 19:31:01 +0000 (19:31 +0000)]
(Shift selection): New node.
(Mark): Copyedits.
(Persistent Mark): Move to the end of the chapter.

15 years ago* mark.texi (Shift selection): New node.
Chong Yidong [Thu, 26 Jun 2008 19:30:54 +0000 (19:30 +0000)]
* mark.texi (Shift selection): New node.
(Mark): Copyedits.
(Persistent Mark): Move to the end of the chapter.

15 years agoAdd customization types for word-wrap and shift-select-mode.
Chong Yidong [Thu, 26 Jun 2008 19:29:43 +0000 (19:29 +0000)]
Add customization types for word-wrap and shift-select-mode.

15 years ago* cus-start.el: Add customization types for word-wrap and
Chong Yidong [Thu, 26 Jun 2008 19:27:51 +0000 (19:27 +0000)]
* cus-start.el: Add customization types for word-wrap and
shift-select-mode.

15 years agoAdd manual checking list.
Chong Yidong [Thu, 26 Jun 2008 17:50:48 +0000 (17:50 +0000)]
Add manual checking list.

15 years agoRearrange items, and delete some duplicates.
Chong Yidong [Thu, 26 Jun 2008 17:26:15 +0000 (17:26 +0000)]
Rearrange items, and delete some duplicates.

15 years ago(FONT_AVG_WIDTH): Remove obsolete macro.
Jason Rumney [Thu, 26 Jun 2008 16:20:49 +0000 (16:20 +0000)]
(FONT_AVG_WIDTH): Remove obsolete macro.
(CP_8BIT, CP_UNICODE, CP_UNKNOWN): Remove obsolete constants.

15 years ago(ibuffer-diff-buffer-with-file-1): New function.
John Paul Wallington [Thu, 26 Jun 2008 15:26:58 +0000 (15:26 +0000)]
(ibuffer-diff-buffer-with-file-1): New function.
(ibuffer-diff-with-file): Use it.  Do diff on marked buffers
(ibuffer-mark-on-buffer): Don't display message when removing marks.
(ibuffer-mark-by-mode): Use `buffer-local-value'.

15 years ago* src/Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
Juanma Barranquero [Thu, 26 Jun 2008 11:57:58 +0000 (11:57 +0000)]
* src/Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o.
* lib-src/makefile.w32-in (obj): Remove w32bdf.o.

15 years ago* w32bdf.c, w32bdf.h: Remove obsolete files.
Jason Rumney [Thu, 26 Jun 2008 10:48:28 +0000 (10:48 +0000)]
* w32bdf.c, w32bdf.h: Remove obsolete files.

* makefile.w32-in: Remove refs to w32bdf.h and w32bdf.c.

* w32gui.h: Don't include w32bdf.h.
(XCharStruct, enum w32_char_font_type, W32FontStruct):
Remove obsolete font support.

* w32font.h (struct w32font_info): Remove compat_w32_font.
Add hfont member.
(FONT_COMPAT): Remove obsolete macro.

* w32font.c (w32font_close): Remove compat code. Delete hfont member.
(w32font_encode_char, w32font_text_extents): Use new hfont member.
(w32font_open_internal): Remove compat code. Set new hfont member.
(Fx_select_font): Use new hfont member.

* w32uniscribe.c (uniscribe_otf_capability, uniscribe_shape):
(uniscribe_encode_char): Use new hfont member.

* w32term.c (x_draw_glyph_string_foreground):
(x_draw_composite_glyph_string_foreground): Use new hfont member.
(x_draw_glyph_string): Use metrics in w32font_info.

15 years agoFix typo.
Juanma Barranquero [Thu, 26 Jun 2008 10:08:42 +0000 (10:08 +0000)]
Fix typo.

15 years ago(encode-coding-char): Fix for ASCII characters.
Kenichi Handa [Thu, 26 Jun 2008 07:37:15 +0000 (07:37 +0000)]
(encode-coding-char): Fix for ASCII characters.

15 years ago(terminal-composition-function): Fix previous change.
Kenichi Handa [Thu, 26 Jun 2008 07:26:39 +0000 (07:26 +0000)]
(terminal-composition-function): Fix previous change.

15 years ago(handle_auto_composed_prop): Fix for the terminal case.
Kenichi Handa [Thu, 26 Jun 2008 07:25:25 +0000 (07:25 +0000)]
(handle_auto_composed_prop): Fix for the terminal case.

15 years ago(bookmark-make-record-default): Fix declaration.
Glenn Morris [Thu, 26 Jun 2008 07:19:01 +0000 (07:19 +0000)]
(bookmark-make-record-default): Fix declaration.

15 years ago(calendar-check-holidays): Declare rather than autoloading.
Glenn Morris [Thu, 26 Jun 2008 07:16:38 +0000 (07:16 +0000)]
(calendar-check-holidays): Declare rather than autoloading.
(diary-show-holidays-flag): Remove unneeded declaration.

15 years ago(calendar-cursor-to-date): Handle case where event-start is nil.
Glenn Morris [Thu, 26 Jun 2008 07:08:01 +0000 (07:08 +0000)]
(calendar-cursor-to-date): Handle case where event-start is nil.

15 years ago(cal-menu-moon-menu): Add sunrise/sunset.
Glenn Morris [Thu, 26 Jun 2008 07:06:27 +0000 (07:06 +0000)]
(cal-menu-moon-menu): Add sunrise/sunset.

15 years ago(calendar-intermonth-header, calendar-intermonth-text): Move earlier in file.
Glenn Morris [Thu, 26 Jun 2008 06:57:29 +0000 (06:57 +0000)]
(calendar-intermonth-header, calendar-intermonth-text): Move earlier in file.
(calendar-print-other-dates): Store result of calendar-other-dates.

15 years agoRemove unused defines.
Dan Nicolaescu [Thu, 26 Jun 2008 06:29:04 +0000 (06:29 +0000)]
Remove unused defines.

15 years ago*** empty log message ***
Dan Nicolaescu [Thu, 26 Jun 2008 06:04:59 +0000 (06:04 +0000)]
*** empty log message ***

15 years ago* vc-dir.el (tool-bar): Require.
Dan Nicolaescu [Thu, 26 Jun 2008 05:16:49 +0000 (05:16 +0000)]
* vc-dir.el (tool-bar): Require.

* vc.el (ewoc, tool-bar): Do no require.

15 years agoComment fixes.
Glenn Morris [Thu, 26 Jun 2008 05:04:23 +0000 (05:04 +0000)]
Comment fixes.

15 years ago(cal-menu-context-mouse-menu): Add some :keys.
Glenn Morris [Thu, 26 Jun 2008 05:02:04 +0000 (05:02 +0000)]
(cal-menu-context-mouse-menu): Add some :keys.

15 years ago(calendar-cursor-holidays): Handle mouse events.
Glenn Morris [Thu, 26 Jun 2008 04:54:37 +0000 (04:54 +0000)]
(calendar-cursor-holidays): Handle mouse events.

15 years ago(calendar-mouse-holidays): Remove function.
Glenn Morris [Thu, 26 Jun 2008 04:54:12 +0000 (04:54 +0000)]
(calendar-mouse-holidays): Remove function.
(cal-menu-context-mouse-menu): Use calendar-cursor-holidays.

15 years ago* unexnext.c:
Dan Nicolaescu [Thu, 26 Jun 2008 04:24:54 +0000 (04:24 +0000)]
* unexnext.c:
* m/ews4800.h:
* m/hp9000s300.h:
* m/ibm370aix.h:
* m/mips-siemens.h:
* m/ncr386.h:
* m/next.h:
* m/pmax.h:
* m/powerpcle.h:
* m/tandem-s2.h:
* s/386bsd.h:
* s/bsd386.h:
* s/bsd4-1.h:
* s/bsd4-2.h:
* s/bsdos2-1.h:
* s/bsdos2.h:
* s/bsdos3.h:
* s/bsdos4.h:
* s/nextstep.h:
* s/ultrix4-3.h:
* s/usg5-0.h:
* s/usg5-2-2.h:
* s/usg5-2.h:
* s/usg5-4-3.h:
* s/ux4800.h:
* s/uxpds.h:
* s/uxpv.h: Remove support for obsolete systems.
* s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
Remove, insert contents in s/hpux-10.20.h
* s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
Remove, insert contents in s/aix-4.2.h
* s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
* s/bsd4-3.h: Rename to ..
* s/bsd-common.h: ... this.
* src/data.c:
* src/doc.c:
* src/ecrt0.c:
* src/emacs.c:
* src/fileio.c:
* src/floatfns.c:
* src/keyboard.c:
* src/mem-limits.h:
* src/print.c:
* src/process.c:
* src/sysdep.c:
* src/syssignal.h:
* src/systty.h:
* src/syswait.h:
* src/term.c:
* src/unexec.c:
* src/unexelf.c:
* src/unexhp9k800.c:
* src/m/hp800.h:
* src/m/ibmrs6000.h:
* src/m/mips.h:
* src/m/vax.h:
* src/s/darwin.h:
* src/s/freebsd.h:
* src/s/gnu.h:
* src/s/ms-w32.h:
* src/s/msdos.h:
* src/s/netbsd.h:
* src/s/template.h: Remove references to obsolete variables.

* Makefile.in: Add dependencies for all unexec files.
(admindir): Remove unused variable.
(UNEXEC_SRC): Remove references.

* config.nt: Remove reference to UNEXEC_SRC.

* lwlib.c: Remove references to obsolete variables.

* fakemail.c: Remove references to obsolete variables.

* os.texi: Remove references to obsolete systems.

* configure.in:
* configure: Remove references to obsolete systems.

15 years ago(terminal-composition-base-character-p): New
Kenichi Handa [Thu, 26 Jun 2008 04:17:19 +0000 (04:17 +0000)]
(terminal-composition-base-character-p): New
funciton.
(terminal-composition-function): Use
terminal-composition-base-character-p.  Include the base character
in the composition.
(auto-compose-chars): Don't check font-object for terminal
display.

15 years ago(calendar-iso-from-absolute): Add autoload cookie.
Glenn Morris [Thu, 26 Jun 2008 03:43:18 +0000 (03:43 +0000)]
(calendar-iso-from-absolute): Add autoload cookie.

15 years ago(cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
Glenn Morris [Thu, 26 Jun 2008 03:42:12 +0000 (03:42 +0000)]
(cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
(cal-menu-goto-menu, cal-menu-scroll-menu): Add doc strings.

(calendar-mouse-print-dates): Remove function.
(cal-menu-context-mouse-menu): Use calendar-print-other-dates.

15 years ago(calendar-cursor-to-nearest-date): Use calendar-column-to-segment,
Glenn Morris [Thu, 26 Jun 2008 03:41:38 +0000 (03:41 +0000)]
(calendar-cursor-to-nearest-date): Use calendar-column-to-segment,
calendar-month-edges, and the 'date property to handle intermonth text.

15 years ago(calendar-date-echo-text): Doc fix. Add default :value for sexp type.
Glenn Morris [Thu, 26 Jun 2008 03:41:20 +0000 (03:41 +0000)]
(calendar-date-echo-text): Doc fix.  Add default :value for sexp type.
(calendar-month-edges): New variable.
(calendar-month-edges): New function.
(calendar-recompute-layout-variables): Set calendar-month-edges.
(calendar-intermonth-header, calendar-intermonth-text): New options.
(calendar-insert-at-column): New function.
(calendar-generate-month): Use calendar-insert-at-column.
Handle intermonth text.  Add 'date property.
(calendar-column-to-month): Remove function.
(calendar-column-to-segment): New function.
(calendar-cursor-to-date): Use calendar-column-to-segment. Check 'date property.

(calendar-print-other-dates): Handle mouse events.

15 years ago(completion-basic-try-completion): Use the text after
Stefan Monnier [Thu, 26 Jun 2008 02:48:56 +0000 (02:48 +0000)]
(completion-basic-try-completion): Use the text after
point to consrain the completion candidates.
(completion-basic-all-completions): Adjust accordingly.

15 years ago(tex-verbatim): Use monospace instead of courier.
Chong Yidong [Wed, 25 Jun 2008 22:35:53 +0000 (22:35 +0000)]
(tex-verbatim): Use monospace instead of courier.

15 years ago(set-face-attribute): Doc fix.
Chong Yidong [Wed, 25 Jun 2008 22:35:37 +0000 (22:35 +0000)]
(set-face-attribute): Doc fix.

15 years ago* textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
Chong Yidong [Wed, 25 Jun 2008 22:35:22 +0000 (22:35 +0000)]
* textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
courier.

* faces.el (set-face-attribute): Doc fix.

15 years agoFix last change, using "monospace" rather than "Monospace".
Chong Yidong [Wed, 25 Jun 2008 22:32:56 +0000 (22:32 +0000)]
Fix last change, using "monospace" rather than "Monospace".

15 years ago(x_default_font_parameter): If Xft is available, first try
Chong Yidong [Wed, 25 Jun 2008 22:29:20 +0000 (22:29 +0000)]
(x_default_font_parameter): If Xft is available, first try
Monospace-12 for the default font.

15 years ago* xfns.c (x_default_font_parameter): If Xft is available, first
Chong Yidong [Wed, 25 Jun 2008 22:29:11 +0000 (22:29 +0000)]
* xfns.c (x_default_font_parameter): If Xft is available, first
try Monospace-12 for the default font.

15 years ago(get_glyph_face_and_encoding): Encode invalid glyphs as 0.
Jason Rumney [Wed, 25 Jun 2008 21:46:49 +0000 (21:46 +0000)]
(get_glyph_face_and_encoding): Encode invalid glyphs as 0.

15 years ago(Fbyte_code): Disable debugging code that doesn't compile.
Stefan Monnier [Wed, 25 Jun 2008 20:57:16 +0000 (20:57 +0000)]
(Fbyte_code): Disable debugging code that doesn't compile.