Glenn Morris
575b674637
(f90-beginning-of-subprogram, f90-end-of-subprogram): Only give a
...
message when interactive.
2008-06-12 03:48:15 +00:00
Miles Bader
a19a8f1be8
Merge from gnus--devo--0
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1231
2008-06-12 02:43:05 +00:00
Jason Rumney
f42adef67d
(w32font_encode_char): Detect missing glyphs that are misreported as space.
...
(add_font_entity_to_list): Support unicode-bmp and unicode-sip
as aliases for registry iso10646-1.
2008-06-11 22:40:06 +00:00
Chong Yidong
0408f85857
Add menu bar changes, and font parsing changes.
2008-06-11 18:06:53 +00:00
Stefan Monnier
4b7cdc0edd
(clone_per_buffer_values): Skip `name'.
2008-06-11 16:25:03 +00:00
Stefan Monnier
f7ed19a3ee
(vc-rcs-state-heuristic): Don't assume the file exists.
2008-06-11 15:55:55 +00:00
Chong Yidong
32a7e53cb3
(font_parse_fcname): Fix last change; accept decimal points in font
...
size.
2008-06-11 06:00:36 +00:00
Chong Yidong
cc02ebe170
* font.c (font_parse_fcname): Fix last change; accept decimal
...
points in font size.
2008-06-11 05:59:26 +00:00
Glenn Morris
547e921e6f
Comment typo.
2008-06-11 03:14:05 +00:00
Glenn Morris
8abf1b2215
Remove unnecessary eval-and-compile of autoloads.
2008-06-11 03:13:28 +00:00
Glenn Morris
c5ce620e0f
(gnus-intersection): Remove unnecessary autoload.
...
Remove unnecessary eval-and-compile of autoloads.
2008-06-11 03:12:35 +00:00
Glenn Morris
1e957e643e
(gnus-x-splash): Check tool-bar-mode is bound.
...
Remove unnecessary eval-and-compile of autoloads.
2008-06-11 03:12:15 +00:00
Glenn Morris
f654fa04f0
(tool-bar-map): Define for compiler.
2008-06-11 03:11:57 +00:00
Glenn Morris
aea499b244
(tool-bar-map): Define for compiler.
...
Remove unnecessary eval-and-compile of autoloads.
2008-06-11 03:11:44 +00:00
Glenn Morris
b882f02ceb
(declare-function): Add compat definition.
...
(image-size): Declare.
2008-06-11 03:11:14 +00:00
Glenn Morris
12c9fab645
(image-size): Declare.
...
Remove unnecessary eval-and-compile of autoloads.
2008-06-11 03:10:59 +00:00
Glenn Morris
dbb6c370b1
(x-focus-frame): Declare.
...
Remove unnecessary eval-and-compile of autoloads.
2008-06-11 03:10:20 +00:00
Glenn Morris
ac14560041
(diary-list-entries-2): Accept optional Gregorian date, and add it,
...
not the local date, to diary-entries-list.
(diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
2008-06-11 02:57:35 +00:00
Glenn Morris
dd08226ad2
(fortran-end-of-subprogram): Check for a match before trying to move there.
...
(fortran-calculate-indent): When fortran-check-all-num-for-matching-do
is non-nil, indent most terminating statements like loop body.
2008-06-11 02:56:03 +00:00
Stefan Monnier
d3d31fad69
(compilation-filter): Fix up last change.
2008-06-11 02:47:57 +00:00
Stefan Monnier
3c5a7a3c32
* t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
...
(gpm-mouse-mode): Make it into a proper global minor mode.
* term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
2008-06-11 02:16:45 +00:00
Stefan Monnier
9b106871a4
* emacs-lisp/map-ynp.el (map-y-or-n-p): Add support for other-window-scroll.
...
* files.el (save-some-buffers-action-alist): Only use recursive-edit
if the user enabled recursive-minibuffers.
2008-06-11 01:47:48 +00:00
Kenichi Handa
2f4c3d6df6
(ftfont_font_format) [! FC_FONTFORMAT]: Declare "int len;".
2008-06-11 01:13:48 +00:00
Jason Rumney
14f3467e1f
* term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
...
Use tmm-menubar if menu is disabled in this frame.
* menu-bar.el (menu-bar-open): Determine how to open menu bar
from frame type, per documentation. Add w32 case.
2008-06-11 00:25:24 +00:00
Juanma Barranquero
a83983874d
Fix eol breakage in previous change.
2008-06-10 23:33:11 +00:00
Juanma Barranquero
5d6333d522
Fix typos.
2008-06-10 23:25:59 +00:00
Juanma Barranquero
cce0988d57
*** empty log message ***
2008-06-10 23:19:24 +00:00
Jason Rumney
351ccb765f
(add_opentype_font_name_to_list): Skip non unicode fonts.
2008-06-10 22:14:00 +00:00
Stefan Monnier
eee6de7323
(completion--merge-suffix): New function.
...
(completion-basic-try-completion): Use it.
(completion-pcm--find-all-completions): Add argument `filter'.
(completion-pcm--filename-try-filter, completion-pcm--merge-try): New funs.
(completion-pcm-try-completion): Use them.
2008-06-10 22:01:59 +00:00
Stefan Monnier
d63ddb2c67
(turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
...
Use terminal-list.
2008-06-10 21:56:13 +00:00
Chong Yidong
e34b0c60d5
(menu-bar-options-save): Minor tweak to last change.
2008-06-10 21:24:18 +00:00
Chong Yidong
f473ed6f6f
* xfns.c (Fx_font_dialog): New function.
...
* gtkutil.c (xg_dialog_response_cb): Rename from,
xg_file_response_callback.
(pop_down_dialog): Rename from pop_down_file_dialog.
(xg_get_file_name): Callers changed.
(xg_get_font_name): New function.
* gtkutil.h (xg_get_font_name): Insert prototype,
2008-06-10 20:57:13 +00:00
Chong Yidong
9bf8097481
(Fx_font_dialog): New function.
2008-06-10 20:56:58 +00:00
Chong Yidong
3402c0a6f1
(xg_dialog_response_cb): Rename from xg_file_response_callback.
...
(pop_down_dialog): Rename from pop_down_file_dialog.
(xg_get_file_name): Callers changed.
(xg_get_font_name): New function.
2008-06-10 20:56:15 +00:00
Chong Yidong
8510900112
(xg_get_font_name): Insert prototype,
2008-06-10 20:55:35 +00:00
Stefan Monnier
2a3bd2e193
* xdisp.c (underline_minimum_offset): Rename from xterm.c's
...
x_underline_minimum_display_offset.
(syms_of_xdisp): Declare it here rather than in xterm.c.
* dispextern.h (underline_minimum_offset): Declare it.
* w32term.c (x_draw_glyph_string): Use it.
* xterm.c (x_underline_minimum_display_offset): Move to xdisp.c.
(syms_of_xterm): Don't declare it any more.
(x_draw_glyph_string): Adjust to the new name.
* cus-start.el (underline-minimum-offset) Rename from
x-underline-minimum-display-offset.
2008-06-10 20:22:10 +00:00
Stefan Monnier
d5dc61631e
* xterm.c (x_underline_minimum_display_offset): New var.
...
(x_draw_glyph_string): Use it.
(syms_of_xterm): Declare it.
* cus-start.el (x-underline-minimum-display-offset): Give it a type.
2008-06-10 20:01:54 +00:00
Chong Yidong
8c102d5bfe
(font_parse_fcname): Accept GTK-style font names too.
2008-06-10 20:01:06 +00:00
Chong Yidong
0abdd19768
* font.c (font_parse_fcname): Accept GTK-style font names too.
2008-06-10 20:00:13 +00:00
Chong Yidong
ecb044e135
(mouse-select-font): New function.
2008-06-10 19:57:09 +00:00
Chong Yidong
7ecc401137
(face-spec-recalc): When the face is set using Customize, avoid
...
recalculating it twice.
2008-06-10 19:56:42 +00:00
Chong Yidong
ba858bf98d
(menu-set-font): New function. Bind "Set Default
...
Font" menu item to it. Apply selected font to all frames, and
make it savable.
(menu-bar-options-save): Save `default' font if changed.
2008-06-10 19:55:38 +00:00
Chong Yidong
848767de39
* mouse.el (mouse-select-font): New function.
...
* faces.el (face-spec-recalc): When the face is set using
Customize, avoid recalculating it twice.
* menu-bar.el (menu-set-font): New function. Bind "Set Default
Font" menu item to it. Apply selected font to all frames, and
make it savable.
(menu-bar-options-save): Save `default' font if changed.
2008-06-10 19:53:37 +00:00
Stefan Monnier
b251c64956
(ffap-string-at-point-mode-alist): Use alpha rather than lower.
2008-06-10 19:33:37 +00:00
Stefan Monnier
a7f07c365f
(dired-insert-directory): Don't assume Unix-style dir names.
2008-06-10 19:10:42 +00:00
Stefan Monnier
73a0b3b528
*** empty log message ***
2008-06-10 18:49:18 +00:00
Stefan Monnier
928b5acc5e
* dired.c (file_name_completion): Don't return t if the match is exact
...
but with different capitalization.
* minibuf.c (Ftry_completion): Simplify.
2008-06-10 18:41:01 +00:00
Juanma Barranquero
ce0584934b
Fix committer names and other typos.
2008-06-10 16:50:18 +00:00
Juanma Barranquero
57860c1c4b
Fix typos.
2008-06-10 16:16:18 +00:00
Stefan Monnier
f70c473628
(momentary-string-display): Use an overlay.
2008-06-10 16:12:18 +00:00