Glenn Morris
9c25700591
(x-select-font): Declare.
2008-06-17 05:57:29 +00:00
Glenn Morris
bb715837d8
(calendar-move-hook):Add calendar-update-mode-line as an option.
...
(calendar-date-echo-text): New user option.
(calendar-generate-month): Set `day'. Use calendar-date-echo-text.
(calendar-insert-indented): Simplify newline insertion.
(calendar-describe-mode): Remove unused function.
(calendar-mode-line-entry): New function.
(calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry.
Mark as risky.
(calendar-mouse-other-month): Remove function.
(calendar-other-month): Handle mouse events.
(calendar-goto-info-node): Call fit-window-to-buffer.
(calendar-mode): Use define-derived-mode. Doc fix.
(calendar-update-mode-line): Tweak whitespace.
2008-06-17 05:56:48 +00:00
Chong Yidong
84d50b7123
(font_parse_fcname): Store divider characters for unknown-spec list.
2008-06-17 05:33:06 +00:00
Chong Yidong
0c36bc4ede
* font.c (font_parse_fcname): Store divider characters for
...
unknown-spec list.
2008-06-17 05:32:19 +00:00
Kenichi Handa
70d6ecc654
(realize_default_face): If the frame is not on window
...
system, set the fontset of face to nil.
2008-06-17 04:50:11 +00:00
Miles Bader
c1473b4cfe
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1246
2008-06-17 02:33:22 +00:00
Miles Bader
34f3c1f36e
Merge from gnus--rel--5.10
...
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-276
2008-06-17 02:35:25 +00:00
Miles Bader
5ef6fa7be1
Remove unneeded Gnus ChangeLog entries
...
Remove entries in lisp/gnus/ChangeLog* which described changes to
dgnushack.el, lpath.el, or Makefile.in, which are not part of the Emacs
source tree
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1245
2008-06-17 02:33:12 +00:00
Miles Bader
2b96868715
Merge from gnus--devo--0
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1244
2008-06-17 02:32:59 +00:00
Nick Roberts
4a3a621fb4
(Starting GUD): Expand on remote debugging.
...
(Other GDB-UI Buffers): Mention new keyboard bindings.
2008-06-17 02:16:09 +00:00
Nick Roberts
647b7094c9
*** empty log message ***
2008-06-17 02:14:29 +00:00
Kenichi Handa
821bc4dbf1
(fontset_pattern_regexp): Escape some regexp characters.
2008-06-17 01:26:47 +00:00
Juanma Barranquero
3554e566e3
* dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)
...
(build_font_name_from_vector): Delete externs.
* xfaces.c (struct font_name): Don't declare.
2008-06-16 22:42:46 +00:00
Stefan Monnier
7b74a6f9f0
(vc-dir-child-files): Use vc-string-prefix-p.
...
(vc-dir-marked-only-files): vc-string-prefix-p.
2008-06-16 20:36:55 +00:00
Stefan Monnier
93eed26bfb
(font_unparse_gtkname): Use EQ to compare Lisp_Objects.
2008-06-16 19:11:02 +00:00
Chong Yidong
77989187bf
(font_parse_fcname): Fix handling of unknown-spec string.
2008-06-16 14:35:24 +00:00
Chong Yidong
d756bcd047
* font.c (font_parse_fcname): Fix handling of unknown-spec string.
2008-06-16 14:35:02 +00:00
Juanma Barranquero
48105a6a30
(Ffont_face_attributes): Doc fix.
2008-06-16 13:44:18 +00:00
Juanma Barranquero
7a18a1780a
(Ffont_spec): Fix usage in docstring.
2008-06-16 13:32:07 +00:00
Andreas Schwab
6f56895505
(Ffont_face_attributes): Fix definition.
2008-06-16 12:02:44 +00:00
Kenichi Handa
2babb35916
(Ffont_get): Return a symbol for :weight, :slant, and :width.
2008-06-16 11:46:33 +00:00
Nick Roberts
d91e2cb64e
(gdb-memory-set-address)
...
(gdb-memory-set-repeat-count): Allow keyboard bindings.
(gdb-memory-mode-map): Bind above functions respectively
to 'S' and 'N'.
2008-06-16 11:26:22 +00:00
Nick Roberts
c139bf0bcc
*** empty log message ***
2008-06-16 11:24:50 +00:00
Jason Rumney
a3b0cc1b2d
(nxml-mode): Use run-mode-hooks.
2008-06-16 10:30:31 +00:00
Juanma Barranquero
20ac86f4e9
(vc-diff-internal): Declare for compiler.
2008-06-16 09:28:44 +00:00
Jason Rumney
3ef8c1b49e
Fix crashing bug in use of bold fonts from x-select-font on W32.
...
* w32font.c (w32_to_fc_weight): New function.
(w32font_full_name, logfont_to_fcname): Use it.
* font.h (font_style_symbolic_from_value): Remove.
* font.c (font_style_symbolic_from_value): Remove.
(font_style_symbolic): Revert to pre 2008-06-13 version.
2008-06-16 09:11:05 +00:00
Juanma Barranquero
def61be234
(log-view-per-file-logs): Pacify byte compiler.
2008-06-16 08:55:56 +00:00
Kenichi Handa
5e634ec9b7
(font_check_object): Delete it.
...
(font_clear_cache): Check if a font-object is alive.
(font_open_entity): Likewise. Set FONT_OBJLST_INDEX of a
font-object to nil.
(font_close_object): Don't check FONT_CLOSE_OBJECT.
(font_at): Don't call font_check_object.
2008-06-16 07:32:48 +00:00
Katsumi Yamaoka
6409a9558a
(BASE_PURESIZE): Increase to 1230000.
2008-06-16 04:55:44 +00:00
Glenn Morris
bebcd7f7ef
Remove obsolete files
2008-06-16 02:31:20 +00:00
Glenn Morris
646692e98d
Remove unused files
2008-06-16 02:28:35 +00:00
Glenn Morris
468a63b42f
Update.
2008-06-16 02:26:40 +00:00
Glenn Morris
5de85e8325
(set-version): Add doc/lispref/book-spine.texinfo.
2008-06-16 02:23:10 +00:00
Glenn Morris
19b650ea21
Set version to 23.0.60.
2008-06-16 02:21:42 +00:00
Glenn Morris
f2d8d2751e
(set-version): Add doc/lispref/vol1.texi,vol2.texi.
2008-06-16 02:08:47 +00:00
Glenn Morris
fdda1c5d66
Update Back-Cover Text as per maintain.info.
2008-06-16 02:07:45 +00:00
Glenn Morris
1db04e9a08
(EMACSVER): Set to 23.0.60.
...
Update Back-Cover Text as per maintain.info.
2008-06-16 02:07:08 +00:00
Chong Yidong
9277a69d80
Tweak last change.
2008-06-16 02:04:45 +00:00
Chong Yidong
90c00b018d
(font_parse_fcname): Correctly parse KEY=VAL values.
2008-06-16 01:59:40 +00:00
Chong Yidong
ce4eaddbd6
* font.c (font_parse_fcname): Correctly parse KEY=VAL values.
2008-06-16 01:58:48 +00:00
Glenn Morris
cd5c05d2f8
Add Cover-Texts.
2008-06-16 01:57:42 +00:00
Juanma Barranquero
54b2ab2737
Fix typo.
2008-06-15 21:08:04 +00:00
Chong Yidong
5a6566359f
Fix last change.
2008-06-15 20:20:42 +00:00
Chong Yidong
d2d160bd24
*** S-down-mouse-1 now pops up a menu for changing the default font
...
and text size of the default face in the current buffer. The face is
changed via face remapping (see below).
2008-06-15 20:11:11 +00:00
Chong Yidong
3db09e26fd
(mouse-appearance-menu-map): New var.
...
(mouse-appearance-menu): New function. Bind it to S-down-mouse-1.
2008-06-15 20:04:33 +00:00
Chong Yidong
41d61331ec
* mouse.el (mouse-appearance-menu-map): New var.
...
(mouse-appearance-menu): New function.
Bind it to S-down-mouse-1.
2008-06-15 20:04:18 +00:00
Chong Yidong
d54b8954d6
*** New function `font-face-attributes' returns a plist of face
...
attributes set by a font.
2008-06-15 19:44:11 +00:00
Chong Yidong
53c7540dc3
(Fx_select_font): Give GTK font dialog the default font name.
2008-06-15 19:42:53 +00:00
Chong Yidong
349c787a53
(font_unparse_gtkname): Add prototype.
2008-06-15 19:42:31 +00:00
Chong Yidong
b1868a1a8d
(font_parse_fcname): Only only one decimal point.
...
(font_unparse_fcname): Handle data in family and foundry indices
as symbols, not strings.
(font_unparse_gtkname, Ffont_face_attributes): New functions.
2008-06-15 19:42:11 +00:00