Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (LFACE_FOUNDRY): New macro. | Kenichi Handa | 2008-06-13 | 1 | -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 Handa | 2008-06-13 | 1 | -0/+1 |
| | |||||
* | (set-face-attribute): Parse "FOUNDRY-FAMILY" here. | Kenichi Handa | 2008-06-13 | 1 | -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 Handa | 2008-06-13 | 1 | -19/+50 |
| | |||||
* | (map-y-or-n-p): Accept non-char events. | Stefan Monnier | 2008-06-12 | 2 | -11/+12 |
| | |||||
* | (longlines-search-forward, longlines-search-backward) | Chong Yidong | 2008-06-12 | 1 | -3/+3 |
| | | | | (longlines-re-search-forward): Use a smarter search-spaces-regexp. | ||||
* | * longlines.el (longlines-search-forward) | Chong Yidong | 2008-06-12 | 1 | -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 Steingold | 2008-06-12 | 2 | -0/+10 |
| | | | | source is a file. | ||||
* | (menu-set-font): Renamed x-font-dialog to x-select-font. | Chong Yidong | 2008-06-12 | 1 | -2/+2 |
| | |||||
* | * menu-bar.el (menu-set-font): Renamed x-font-dialog to | Chong Yidong | 2008-06-12 | 1 | -0/+5 |
| | | | | x-select-font. | ||||
* | Remove RCS keywords | Miles Bader | 2008-06-12 | 6 | -6/+0 |
| | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1232 | ||||
* | Check tool-bar-map is bound. | Glenn Morris | 2008-06-12 | 4 | -8/+20 |
| | |||||
* | (tool-bar-map): Define for compiler. | Glenn Morris | 2008-06-12 | 1 | -2/+3 |
| | |||||
* | Add some compiler declarations, for builds without X. | Glenn Morris | 2008-06-12 | 37 | -10/+335 |
| | |||||
* | (w32-menu-bar-open): Declare for compiler. | Glenn Morris | 2008-06-12 | 1 | -0/+1 |
| | |||||
* | (dframe-reposition-frame-emacs): Reorder test, and use unless. | Glenn Morris | 2008-06-12 | 1 | -20/+19 |
| | | | | | (x-display-pixel-width, x-display-pixel-height): Define for compiler, for builds without X. | ||||
* | (x-toolkit-scroll-bars): Check bound. | Glenn Morris | 2008-06-12 | 1 | -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 Morris | 2008-06-12 | 1 | -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 Morris | 2008-06-12 | 1 | -9/+11 |
| | | | | (x-server-vendor): Define for compiler, for builds without X. | ||||
* | (mouse-wheel-follow-mouse, mwheel-event-window): | Glenn Morris | 2008-06-12 | 1 | -8/+9 |
| | | | | Evaluate definitions when compiling. Reverse tests. | ||||
* | (vc-dir-mode): Check tool-bar-mode is bound. | Glenn Morris | 2008-06-12 | 1 | -1/+2 |
| | |||||
* | (rmail-cease-edit): Check tool-bar-mode is bound. | Glenn Morris | 2008-06-12 | 1 | -3/+4 |
| | |||||
* | (cperl-info-on-command): Use display-pixel-height rather than | Glenn Morris | 2008-06-12 | 1 | -1/+1 |
| | | | | x-display-pixel-height. | ||||
* | (f90-beginning-of-subprogram, f90-end-of-subprogram): Only give a | Glenn Morris | 2008-06-12 | 1 | -3/+3 |
| | | | | message when interactive. | ||||
* | Merge from gnus--devo--0 | Miles Bader | 2008-06-12 | 2 | -3/+19 |
| | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1231 | ||||
* | (vc-rcs-state-heuristic): Don't assume the file exists. | Stefan Monnier | 2008-06-11 | 2 | -3/+8 |
| | |||||
* | Comment typo. | Glenn Morris | 2008-06-11 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary eval-and-compile of autoloads. | Glenn Morris | 2008-06-11 | 22 | -206/+200 |
| | |||||
* | (gnus-intersection): Remove unnecessary autoload. | Glenn Morris | 2008-06-11 | 1 | -3/+2 |
| | | | | Remove unnecessary eval-and-compile of autoloads. | ||||
* | (gnus-x-splash): Check tool-bar-mode is bound. | Glenn Morris | 2008-06-11 | 1 | -4/+5 |
| | | | | Remove unnecessary eval-and-compile of autoloads. | ||||
* | (tool-bar-map): Define for compiler. | Glenn Morris | 2008-06-11 | 1 | -0/+1 |
| | |||||
* | (tool-bar-map): Define for compiler. | Glenn Morris | 2008-06-11 | 1 | -4/+4 |
| | | | | Remove unnecessary eval-and-compile of autoloads. | ||||
* | (declare-function): Add compat definition. | Glenn Morris | 2008-06-11 | 1 | -0/+6 |
| | | | | (image-size): Declare. | ||||
* | (image-size): Declare. | Glenn Morris | 2008-06-11 | 2 | -8/+11 |
| | | | | Remove unnecessary eval-and-compile of autoloads. | ||||
* | (x-focus-frame): Declare. | Glenn Morris | 2008-06-11 | 1 | -8/+8 |
| | | | | Remove unnecessary eval-and-compile of autoloads. | ||||
* | (diary-list-entries-2): Accept optional Gregorian date, and add it, | Glenn Morris | 2008-06-11 | 2 | -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 Morris | 2008-06-11 | 1 | -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 Monnier | 2008-06-11 | 2 | -0/+3 |
| | |||||
* | * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions. | Stefan Monnier | 2008-06-11 | 3 | -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 Monnier | 2008-06-11 | 3 | -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 Rumney | 2008-06-11 | 3 | -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 Barranquero | 2008-06-10 | 1 | -0/+4 |
| | |||||
* | *** empty log message *** | Juanma Barranquero | 2008-06-10 | 1 | -8/+5 |
| | |||||
* | (completion--merge-suffix): New function. | Stefan Monnier | 2008-06-10 | 2 | -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 Monnier | 2008-06-10 | 2 | -2/+5 |
| | | | | Use terminal-list. | ||||
* | (menu-bar-options-save): Minor tweak to last change. | Chong Yidong | 2008-06-10 | 1 | -2/+4 |
| | |||||
* | * xdisp.c (underline_minimum_offset): Rename from xterm.c's | Stefan Monnier | 2008-06-10 | 2 | -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 Monnier | 2008-06-10 | 2 | -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 Yidong | 2008-06-10 | 1 | -1/+18 |
| | |||||
* | (face-spec-recalc): When the face is set using Customize, avoid | Chong Yidong | 2008-06-10 | 1 | -2/+3 |
| | | | | recalculating it twice. |