1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00
Commit Graph

80428 Commits

Author SHA1 Message Date
Roland Winkler
7af32e665c (bibtex-search-entry): Rename from bibtex-find-entry.
Add outoload cookie.
(bibtex-find-entry): Alias for bibtex-search-entry.
(bibtex-search-crossref): Rename from bibtex-find-crossref.
(bibtex-find-crossref): Alias for bibtex-search-crossref.
(bibtex-clean-entry): atomic-change-group removed.
(bibtex-format-entry): Use atomic-change-group.  Use
unwind-protect to locate buffer location where error occured.
Make error messages more specific.
(bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
2008-02-17 21:02:29 +00:00
Dan Nicolaescu
d79dd1b083 (hs-minor-mode-map): Move menu creation to
top level.
2008-02-17 18:55:24 +00:00
Dan Nicolaescu
a2b84f35b3 * simple.el (transient-mark-mode): Add an :init-value.
* startup.el (command-line): Use custom-reevaluate-setting for
transient-mark-mode.

* callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
with Qt.
2008-02-17 16:57:44 +00:00
Kenichi Handa
43c0454d44 Include xterm.h.
[HAVE_NTGUI]: Include w32term.h.
[MAC_OS]: Include macterm.ch.
(font_otf_ValueRecord): Use make_number.
(font_finish_cache): Fix handling of reference count.
(font_clear_cache): Update num_fonts.
(font_open_entity): Update smallest_char_width and
smallest_font_height of the frame.
(font_close_object): Update num_fonts.
(Fclear_font_cache): Fix finding the target cache data.
2008-02-17 02:05:08 +00:00
Kenichi Handa
9459b1e901 (FONTSET_OBJLIST): New macro.
(fontset_find_font): Update font-object list of the fontset.
(free_realized_fontset): New function.
(free_face_fontset): Call free_realized_fontset.
(Ffont_info): Call font_close_object only when enable_font_backend
is set.
2008-02-17 02:03:44 +00:00
Kenichi Handa
3370d9f5b3 (xftfont_default_fid): Delete it.
(xftfont_open): Set xfont->fid to 0.
2008-02-17 02:03:32 +00:00
Kenichi Handa
559474f12d (ftxfont_default_fid): Delete it.
(ftxfont_open): Set xfont->fid to 0.
(ftxfont_end_for_frame): Clear data specifi to the frame and the
font-driver.
2008-02-17 02:03:19 +00:00
Kenichi Handa
d45fefc73c (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT. 2008-02-17 02:03:07 +00:00
Kenichi Handa
1c5c216ba9 (x_set_cursor_gc): Use display_info->font->fid for GCs.
(x_set_mouse_face_gc, x_new_font): Likewise.
(x_term_init): Setup display_info->font.
(x_delete_terminal): Free display_info->font.
2008-02-17 02:02:54 +00:00
Kenichi Handa
08c447f96e * xterm.h (struct x_display_info): New member font. 2008-02-17 02:02:33 +00:00
Kenichi Handa
74170e3879 (x_make_gc): Use the default font id of the frame for
GCs.
2008-02-17 02:01:59 +00:00
Kenichi Handa
9c9f2e85eb (handle_composition_prop): Set it->c to the fist
characte of the composed region.
(fill_composite_glyph_string): Set base_face->font_info to
s->font_info.  Get a face for ascii from base_face->ascii_face.
(BUILD_COMPOSITE_GLYPH_STRING): Call fill_composite_glyph_string
with a face already decided.
(x_produce_glyphs): Be sure to set it->ascent and it->descent to
non-negative.
(x_produce_glyphs): If the composition method is
..._WITH_GLYPH_STRING, call font_prepare_composition
unconditionally.
2008-02-17 02:01:43 +00:00
Kenichi Handa
19d4ac9360 (prepare_face_for_display): Use display_info->font->fid
for GCs.
(Finternal_set_font_selection_order): Call font_update_sort_order
only when enable_font_backend is set.
(realize_x_face): Set face->font_info to that of default face only
when enable_font_backend is set.
2008-02-17 02:01:26 +00:00
Michaël Cadilhac
3f146fcf67 (wdired-allow-to-change-permissions): Fix typo. 2008-02-17 00:30:06 +00:00
Glenn Morris
a16b65642e Comment. 2008-02-16 23:54:28 +00:00
Juri Linkov
b3cf10d7fe Add after-init-time and emacs-init-time. 2008-02-16 23:18:58 +00:00
Juri Linkov
24d6c292ec (emacs-init-time): New function. 2008-02-16 23:18:14 +00:00
Juri Linkov
5ab0e67e80 (after-init-time): New variable.
(command-line): Set `after-init-time' to the current time.
2008-02-16 23:17:51 +00:00
Glenn Morris
1f7bdd6fc6 Move here from lisp/nxml. Rename from "test." to "test-" for doschk. 2008-02-16 22:44:58 +00:00
Glenn Morris
6943aa0200 Move to etc/nxml. 2008-02-16 22:42:37 +00:00
Glenn Morris
be61736756 (Finternal_char_font): Fix compilation warning. 2008-02-16 22:33:01 +00:00
Glenn Morris
790df30953 before-init-time is new name for emacs-startup-time. 2008-02-16 22:21:45 +00:00
Glenn Morris
e279593d41 (emacs-uptime): Use before-init-time rather than emacs-startup-time. 2008-02-16 22:21:18 +00:00
Glenn Morris
5c9fad4128 (emacs-startup-time): Rename to `before-init-time'.
(before-init-time): New name for `emacs-startup-time'.
(command-line): Use before-init-time rather than emacs-startup-time.
2008-02-16 22:20:12 +00:00
Stefan Monnier
5ffc4c051f (locate-dominating-file): Remove initial loop because it's
not careful enough.  Detect the uid-change all within the main loop.
2008-02-16 21:39:31 +00:00
Bastien Guerry
6c7b01b61e Added (tiny change) to Lawrence Mitchell entries. 2008-02-16 18:08:41 +00:00
Juanma Barranquero
19d8735eff *** empty log message *** 2008-02-16 17:51:19 +00:00
Eli Zaretskii
634d3003f7 (init_user_info): Use TOKEN_USER and TOKEN_PRIMARY_GROUP instead of
char arrays.  Enlarge the size of array passed to get_token_information.
2008-02-16 17:05:24 +00:00
Bastien Guerry
2ef180f7e3 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix. 2008-02-16 16:17:37 +00:00
Dan Nicolaescu
bae9f9e311 (vc-annotate): Add new argument.
(vc-annotate-warp-revision): Pass the current line to vc-annotate.
2008-02-16 15:54:37 +00:00
Eli Zaretskii
8a7619baf3 (unidata.txt): Don't use $<, it's non-portable in this context. 2008-02-16 15:02:12 +00:00
Eli Zaretskii
2930d11791 (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation warnings. 2008-02-16 14:51:05 +00:00
Kenichi Handa
4cc1c8060a (ftfont_shape): Return Lispy number. 2008-02-16 12:40:42 +00:00
Dan Nicolaescu
1f3447603f Remove the minor-mode bookkeeping. Move
make-variable-buffer-local code after the corresponding defvar.
(hs-minor-mode-map): Define and initialize in one step.
(hs-minor-mode): Change from defun to define-minor-mode.
2008-02-16 07:40:06 +00:00
Nick Roberts
517045bc37 (gud-gdb): Don't reset gdb-ready.
(gdb-ready): Move declaration to gdb-ui.el.
2008-02-16 07:03:15 +00:00
Nick Roberts
ef6cb9e834 (gdb-ready): Move declaration from gud.el to here.
(gdb-early-user-input): New variable.
(gdb): Reset gdb-flush-pending-output to nil and set
comint-input-sender here (before gdb-prompt), instead of...
(gdb-init-1): ...here.
(gdb-send): If Emacs is not ready, defer user input to...
(gdb-prompt): ...here.
2008-02-16 06:45:07 +00:00
Nick Roberts
bdd9e9c04b *** empty log message *** 2008-02-16 06:40:39 +00:00
Glenn Morris
04e5613961 (emacs-uptime): Add optional format' argument. Doc fix. Use %z'
rather than removed `nonzero' argument of format-seconds.
2008-02-16 03:31:19 +00:00
Glenn Morris
99d8d5404b (format-seconds): Remove nonzero' argument in favor of %z' specifier.
(emacs-uptime): Move to time.el.
2008-02-16 03:30:28 +00:00
Glenn Morris
2736785af7 (emacs-uptime): Move here from time-date.el. 2008-02-16 03:29:43 +00:00
Glenn Morris
627a335d54 (composition-function-table): Doc fix. 2008-02-16 03:27:10 +00:00
Glenn Morris
d8174eda7b *** empty log message *** 2008-02-16 03:26:30 +00:00
Dan Nicolaescu
f46b8f6d96 (mode-line-mule-info): Make the tooltips more explicit. 2008-02-16 01:45:47 +00:00
Dan Nicolaescu
2826687d5b *** empty log message *** 2008-02-16 00:33:08 +00:00
Jason Rumney
0e413a9066 Fix coding tag. 2008-02-15 23:49:15 +00:00
Dan Nicolaescu
40fabc71b7 * vc-hooks.el (vc-menu-map):
* bindings.el (mode-line-mode-menu): Add tooltips.

* bindings.el (help-echo): Add more tooltips.  Use a less
telegraphic style for existing tooltips.
2008-02-15 22:45:03 +00:00
Dan Nicolaescu
792140469d Don't set `args', it breaks gdb --args. 2008-02-15 22:42:02 +00:00
Juanma Barranquero
d07529f330 (print_help_and_exit): Show -d option on Windows. 2008-02-15 16:59:19 +00:00
Bastien Guerry
6ad18d45df 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
* ielm.el (ielm-is-whitespace): Remove.
         (ielm-is-whitespace-or-comment): New function.
         (ielm-eval-input): Use it.
2008-02-15 16:32:39 +00:00
Chong Yidong
1b6406b3b1 Add "Point before start of properties" bug. 2008-02-15 16:08:27 +00:00