summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (LFACE_FOUNDRY): New macro.Kenichi Handa2008-06-131-0/+10
| | | | | | | | | | | | | | | | | (check_lface_attrs): Check foundry. (set_lface_from_font): Don't parse "FOUNDRY-FAMILY" from. (merge_face_vectors): Check foundry. (merge_face_ref): Likewise. (Finternal_set_lisp_face_attribute): Likewise. (x_update_menu_appearance): Likewise. (Finternal_get_lisp_face_attribute): Likewise. (lface_hash): Likewise. (lface_same_font_attributes_p): Likewise. (x_supports_face_attributes_p): Likewise. (tty_supports_face_attributes_p): Likewise. (Finternal_set_alternative_font_family_alist): Intern strings. (Finternal_set_alternative_font_registry_alist): Downcase strings. (realize_default_face): Set LFACE_FOUNDRY (lface).
* (set-face-attribute): Fix previous change.Kenichi Handa2008-06-131-0/+1
|
* (set-face-attribute): Parse "FOUNDRY-FAMILY" here.Kenichi Handa2008-06-131-20/+12
| | | | | | | (face-x-resources): Add :foundry. (face-valid-attribute-values): Likewise. (face-attribute-name-alist): Likewise. (describe-face): Likewise.
* (set-face-attribute): Parse "FOUNDRY-FAMILY" form here.Kenichi Handa2008-06-131-19/+50
|
* (map-y-or-n-p): Accept non-char events.Stefan Monnier2008-06-122-11/+12
|
* (longlines-search-forward, longlines-search-backward)Chong Yidong2008-06-121-3/+3
| | | | (longlines-re-search-forward): Use a smarter search-spaces-regexp.
* * longlines.el (longlines-search-forward)Chong Yidong2008-06-121-0/+6
| | | | | (longlines-search-backward, longlines-re-search-forward): Use a smarter search-spaces-regexp.
* (vc-rename-file): DTRT when the destination is a directory name and the ↵Sam Steingold2008-06-122-0/+10
| | | | source is a file.
* (menu-set-font): Renamed x-font-dialog to x-select-font.Chong Yidong2008-06-121-2/+2
|
* * menu-bar.el (menu-set-font): Renamed x-font-dialog toChong Yidong2008-06-121-0/+5
| | | | x-select-font.
* Remove RCS keywordsMiles Bader2008-06-126-6/+0
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1232
* Check tool-bar-map is bound.Glenn Morris2008-06-124-8/+20
|
* (tool-bar-map): Define for compiler.Glenn Morris2008-06-121-2/+3
|
* Add some compiler declarations, for builds without X.Glenn Morris2008-06-1237-10/+335
|
* (w32-menu-bar-open): Declare for compiler.Glenn Morris2008-06-121-0/+1
|
* (dframe-reposition-frame-emacs): Reorder test, and use unless.Glenn Morris2008-06-121-20/+19
| | | | | (x-display-pixel-width, x-display-pixel-height): Define for compiler, for builds without X.
* (x-toolkit-scroll-bars): Check bound.Glenn Morris2008-06-121-3/+24
| | | | | | | (x-parse-geometry, x-resource-name) (x-get-selection-internal, tool-bar-mode, set-fontset-font) (new-fontset, x-display-list, x-open-connection, x-get-resource): Define for compiler, for builds without X.
* Drop test for Emacs < 19.Glenn Morris2008-06-121-25/+11
| | | | | (edt-xserver): Use replace-regexp-in-string. (x-server-vendor): Define for compiler, for builds without X.
* (edt-xserver): Use replace-regexp-in-string.Glenn Morris2008-06-121-9/+11
| | | | (x-server-vendor): Define for compiler, for builds without X.
* (mouse-wheel-follow-mouse, mwheel-event-window):Glenn Morris2008-06-121-8/+9
| | | | Evaluate definitions when compiling. Reverse tests.
* (vc-dir-mode): Check tool-bar-mode is bound.Glenn Morris2008-06-121-1/+2
|
* (rmail-cease-edit): Check tool-bar-mode is bound.Glenn Morris2008-06-121-3/+4
|
* (cperl-info-on-command): Use display-pixel-height rather thanGlenn Morris2008-06-121-1/+1
| | | | x-display-pixel-height.
* (f90-beginning-of-subprogram, f90-end-of-subprogram): Only give aGlenn Morris2008-06-121-3/+3
| | | | message when interactive.
* Merge from gnus--devo--0Miles Bader2008-06-122-3/+19
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1231
* (vc-rcs-state-heuristic): Don't assume the file exists.Stefan Monnier2008-06-112-3/+8
|
* Comment typo.Glenn Morris2008-06-111-1/+1
|
* Remove unnecessary eval-and-compile of autoloads.Glenn Morris2008-06-1122-206/+200
|
* (gnus-intersection): Remove unnecessary autoload.Glenn Morris2008-06-111-3/+2
| | | | Remove unnecessary eval-and-compile of autoloads.
* (gnus-x-splash): Check tool-bar-mode is bound.Glenn Morris2008-06-111-4/+5
| | | | Remove unnecessary eval-and-compile of autoloads.
* (tool-bar-map): Define for compiler.Glenn Morris2008-06-111-0/+1
|
* (tool-bar-map): Define for compiler.Glenn Morris2008-06-111-4/+4
| | | | Remove unnecessary eval-and-compile of autoloads.
* (declare-function): Add compat definition.Glenn Morris2008-06-111-0/+6
| | | | (image-size): Declare.
* (image-size): Declare.Glenn Morris2008-06-112-8/+11
| | | | Remove unnecessary eval-and-compile of autoloads.
* (x-focus-frame): Declare.Glenn Morris2008-06-111-8/+8
| | | | Remove unnecessary eval-and-compile of autoloads.
* (diary-list-entries-2): Accept optional Gregorian date, and add it,Glenn Morris2008-06-112-4/+17
| | | | | not the local date, to diary-entries-list. (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
* (fortran-end-of-subprogram): Check for a match before trying to move there.Glenn Morris2008-06-111-8/+22
| | | | | (fortran-calculate-indent): When fortran-check-all-num-for-matching-do is non-nil, indent most terminating statements like loop body.
* (compilation-filter): Fix up last change.Stefan Monnier2008-06-112-0/+3
|
* * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.Stefan Monnier2008-06-113-16/+35
| | | | | (gpm-mouse-mode): Make it into a proper global minor mode. * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
* * emacs-lisp/map-ynp.el (map-y-or-n-p): Add support for other-window-scroll.Stefan Monnier2008-06-113-67/+88
| | | | | * files.el (save-some-buffers-action-alist): Only use recursive-edit if the user enabled recursive-minibuffers.
* * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.Jason Rumney2008-06-113-11/+27
| | | | | | | 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.
* Fix eol breakage in previous change.Juanma Barranquero2008-06-101-0/+4
|
* *** empty log message ***Juanma Barranquero2008-06-101-8/+5
|
* (completion--merge-suffix): New function.Stefan Monnier2008-06-102-37/+103
| | | | | | | (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.
* (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):Stefan Monnier2008-06-102-2/+5
| | | | Use terminal-list.
* (menu-bar-options-save): Minor tweak to last change.Chong Yidong2008-06-101-2/+4
|
* * xdisp.c (underline_minimum_offset): Rename from xterm.c'sStefan Monnier2008-06-102-1/+6
| | | | | | | | | | | | | 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.
* * xterm.c (x_underline_minimum_display_offset): New var.Stefan Monnier2008-06-102-0/+5
| | | | | | (x_draw_glyph_string): Use it. (syms_of_xterm): Declare it. * cus-start.el (x-underline-minimum-display-offset): Give it a type.
* (mouse-select-font): New function.Chong Yidong2008-06-101-1/+18
|
* (face-spec-recalc): When the face is set using Customize, avoidChong Yidong2008-06-101-2/+3
| | | | recalculating it twice.