- 20 Mar, 2013 8 commits
-
-
Dmitry Antipov authored
and total_cols from Lisp_Objects to integers. Adjust comments. (wset_left_col, wset_top_line, wset_total_cols, wset_total_lines): Remove. (WINDOW_TOTAL_COLS, WINDOW_TOTAL_LINES, WINDOW_LEFT_EDGE_COL) (WINDOW_TOP_EDGE_LINE): Drop Lisp_Object to integer conversion. * dispnew.c, frame.c, w32fns.c, window.c, xdisp.c, xfns.c: Adjust users where appropriate.
-
Dmitry Antipov authored
-
Dmitry Antipov authored
available from window system-specific output context. Adjust users. (default_pixesls_per_inch_x, default_pixesls_per_inch_y): New functions to provide defaults when no window system available. (FRAME_RES_X, FRAME_RES_Y): New macros. (NUMVAL): Moved from xdisp.c. * font.c (font_pixel_size, font_find_for_lface, font_open_for_lface) (Ffont_face_attributes, Fopen_font): * image.c (gs_load): * w32font.c (fill_in_logfont): * xdisp.c (calc_pixel_width_or_height): * xfaces.c (Fx_family_fonts, set_lface_from_font): Use them. * xsettings.c (apply_xft_settings): Drop frame loop and adjust comment.
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Paul Eggert authored
-
Paul Eggert authored
* international/ja-dic-cnv.el (skkdic-collect-okuri-nasi) (batch-skkdic-convert): Suppress most of the chatter. It's not needed so much now that machines are faster, and its non-ASCII component was confusing; see Dmitry Gutov in <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
-
Leo Liu authored
-
- 19 Mar, 2013 8 commits
-
-
Dmitry Gutov authored
Remove vars. (whitespace-color-on, whitespace-color-off): Use `font-lock-fontify-buffer'. Fixes: debbugs:13817
-
Dmitry Antipov authored
(init_print_once): ...but in a new function here. * lisp.h (init_print_once): Add prototype. * emacs.c (main): Add call to init_print_once. Adjust comments.
-
Stefan Monnier authored
remapping in mode-line. (mouse-on-link-p): Also check [mode-line follow-link] bindings.
-
Dmitry Antipov authored
Signal error if window is not internal. Adjust docstring. (delete_all_child_windows): Use combination_limit to save the buffer. (Fset_window_configuration): Adjust accordingly.
-
Dmitry Gutov authored
(whitespace-color-on): Don't save `font-lock-keywords' value, save the constructed keywords instead. (whitespace-color-off): Use `font-lock-remove-keywords'. Fixes: debbugs:13817
-
Paul Eggert authored
-
Dmitry Gutov authored
value for `whitespace-line' face. Fixes: debbugs:13875
-
Leo Liu authored
(compilation-mode-map, compilation-minor-mode-map): Bind it to C-o. Fixes: debbugs:13992
-
- 18 Mar, 2013 16 commits
-
-
Paul Eggert authored
* Makefile.in (QUIET_SUBMAKE): New macro. (install-info, uninstall): Use it. Fixes: debbugs:13962
-
Paul Eggert authored
* notes/unicode: Mention some more iso-2022-7bit files. * lisp/term/x-win.el (x-keysym-pair): Add a Fixme. Fixes: debbugs:13936
-
Eli Zaretskii authored
leim/makefile.w32-in ($(srcdir)/ja-dic/ja-dic.el): New target. Fixes: debbugs:13984
-
Sam Steingold authored
-
Jan Djärv authored
Fixes: debbugs:13979
-
Paul Eggert authored
Fixes: debbugs:13867
-
Dmitry Antipov authored
(window_from_coordinates, recombine_windows, set_window_buffer) (make_parent_window, Fwindow_resize_apply, resize_frame_windows) (Fsplit_window_internal, Fdelete_window_internal) (freeze_window_starts): Use bool for booleans. * window.h (window_frame_coordinates, resize_frame_windows) (freeze_window_starts, set_window_buffer): Adjust prototypes.
-
Michael Albinus authored
any method name, unless method name is specified explicitly. Remove restriction on unibyte filenames. * trampver.texi: Update release number.
-
Michael Albinus authored
* net/tramp-adb.el (tramp-adb-handle-shell-command): * net/tramp-gvfs.el (top): * net/tramp.el (tramp-find-method, tramp-dissect-file-name) (tramp-handle-shell-command): Use it. (tramp-dissect-file-name): Raise an error when hostname is a method name, and neither method nor user is specified. * net/trampver.el: Update release number.
-
Glenn Morris authored
-
Leo Liu authored
* emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on eldoc-mode. (eldoc-display-message-p): Revert last change. (eldoc-display-message-no-interference-p) (eldoc-print-current-symbol-info): Tweak.
-
Tassilo Horn authored
overlay's display property instead the char property of the buffer's first char. Use `with-selected-window' instead of `save-window-excursion' with `select-window'. (doc-view-document->bitmap): Check the current doc-view overlay's display property instead the char property of the buffer's first char.
-
Paul Eggert authored
Fixes: debbugs:13984
-
Paul Eggert authored
* configure.ac (IMAGEMAGICK_MODULE): Reject 6.8.2. We want to reject 6.8.2-3 through 6.8.3-9, but there seems to be no way to do this in pkg-config, so make do with a reasonable approximation. * etc/PROBLEMS: Mention problem with ImageMagick 6.8.2-3 through 6.8.3-9. Fixes: debbugs:13867
-
Paul Eggert authored
ja-dic.el no longer needs to be in the repository: it's now generated as part of the build from bzr. Also, update SKK-JISYO.L to match the upstream source exactly. * .bzrignore: Add leim/ja-dic/. * leim/ja-dic/ja-dic.el: Remove from repository. It is still distributed as part of the Emacs tarball. * leim/Makefile.in ($(srcdir)/ja-dic/ja-dic.el): New rule. (compile-main): Depend on it. * leim/SKK-DIC/README: Update to reflect new build procedure. * leim/SKK-DIC/SKK-JISYO.L: Update to match source exactly. This is now the annotated version, to match the upstream file name; the unannotated one is built from it automatically. * lisp/international/ja-dic-cnv.el (skkdic-convert): Remove the annotations from the input, rather than assume that it's been done for us by the SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put the current date into a ja-dic.el comment, as that complicates regression testing. Fixes: debbugs:13984
-
Stefan Monnier authored
(whitespace-space, whitespace-hspace, whitespace-tab) (whitespace-newline, whitespace-trailing, whitespace-line) (whitespace-space-before-tab, whitespace-indentation) (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into obsolete defvars. (whitespace-hspace-regexp): Fix regexp for emacs-unicode. (whitespace-color-on): Use a single font-lock-add-keywords call. Fix double-evaluation of face variables.
-
- 17 Mar, 2013 8 commits
-
-
Paul Eggert authored
* doc/emacs/ack.texi (Acknowledgments): * doc/emacs/emacs.texi (Acknowledgments): * doc/misc/emacs-mime.texi (Interface Functions): Convert some TeX accents (e.g., '@l{}') to UTF-8 (e.g., 'ł'). Apparently the TeX accents cause problems when generating gnu.org web pages, e.g., @l{} is rendered as '/l' on <http://www.gnu.org/software/emacs/manual/html_node/ emacs/Acknowledgments.html>.
-
Stefan Monnier authored
-
Michael Albinus authored
-
Michael Albinus authored
`start-process' instead of `call-process'. Otherwise, the function might be blocked under MS Windows.
-
Christopher Schmidt authored
-
Leo Liu authored
(eval-expression): Run it. Extend eldoc to display info in the mode-line. * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode. (eldoc-mode-line-string): New variable. (eldoc-minibuffer-message): New function. (eldoc-message-function): New variable. (eldoc-message): Use it. (eldoc-display-message-p) (eldoc-display-message-no-interference-p): Support eldoc-post-insert-mode. Fixes: debbugs:13978
-
Ken Brown authored
* src/dispextern.h (RGB_PIXEL_COLOR): Move here from image.c. Use it as return type of image_background. (Bug#13981) * src/image.c (RGB_PIXEL_COLOR): Move to dispextern.h.
-
Roland Winkler authored
-