- 23 Feb, 2008 4 commits
-
-
Dan Nicolaescu authored
setting it. (vc-status-menu-map): Do not define using easy-menu. (vc-status-menu-map): New defalias. (vc-status-mode-map): Hook up the menu. (top-level): Update TODO. * vc-hg.el (vc-hg-extra-status-menu): Return a keymap. * vc-bzr.el (vc-bzr-init-version): Rename to ... (vc-bzr-init-revision): ... this.
-
Jason Rumney authored
-
Jason Rumney authored
(MSDOS_SUPPORT, VMS_SUPPORT): Remove. (OTHER_PLATFORM_SUPPORT): Replace above. Add X specific files too. (lisp2): Add new languages. ($(DOC)): Use OTHER_PLATFORM_SUPPORT.
-
Jason Rumney authored
(WINS): Add term here. (custom-deps, finder-data): Use WINS_ALMOST.
-
- 22 Feb, 2008 36 commits
-
-
Juanma Barranquero authored
-
Stefan Monnier authored
-
Stefan Monnier authored
(font_parse_xlfd): Use them for sanity check. (Finternal_set_font_style_table): Make sure the table is bijiective.
-
Stefan Monnier authored
Make those tables bijective.
-
Ken Manheimer authored
byte compiler warnings appropriately. * progmodes/python.el (python-point): Remove this - beginning-of-line was all that was necessary for `python-pdbtrack-overlay-arrow'. (python-end-of-def-or-class, python-beginning-of-def-or-class) (python-goto-initial-line): Drop these - they were only needed for python-point. (python-comint-output-filter-function): Use condition-case and beginning-of-line directly, instead of python-mode.el functions which require all sorts of baggage. (point-safe): Unnecessary - we're using condition-case directly, instead. (python-execute-file): Include for python-shell, which i'm leaving in keeping despite it being unnecessary for pdb tracking.
-
Stefan Monnier authored
-
Stefan Monnier authored
* termhooks.h (P_): Remove redundant def. (struct terminal): New field `image_cache'. * frame.h (FRAME_IMAGE_CACHE): New macro. Use it everywhere in place of FRAME_X_IMAGE_CACHE. * xterm.h (struct x_display_info): Remove image_cache field. (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead. * w32term.h (struct w32_display_info): Remove image_cache field. (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead. * macterm.h (struct mac_display_info): Remove image_cache field. (FRAME_X_IMAGE_CACHE): Remove. Use FRAME_IMAGE_CACHE instead. * xterm.c (x_term_init): * w32term.c (w32_term_init): * macterm.c (mac_term_init): Set the image_cache in the terminal. * dispextern.h (clear_image_cache, forall_images_in_image_cache): Remove declarations. (clear_image_caches, mark_image_cache): New declarations. * xfaces.c (clear_face_cache): * xdisp.c (redisplay_internal): Use clear_image_caches. * image.c (clear_image_cache): Don't check that a frame is on a window-system before checking if it shares the same cache. (clear_image_caches): New function. (Fclear_image_cache): Use it. (mark_image): Move from allo.c. (mark_image_cache): Move from alloc.c and forall_images_in_image_cache. * alloc.c (mark_image, mark_image_cache): Move to image.c. (mark_object): Don't call mark_image_cache for frames. (mark_terminals): Call mark_image_cache.
-
Stefan Monnier authored
-
Stefan Monnier authored
Don't use the inexistent return value of wrong_type_argument.
-
Andreas Schwab authored
-
Thien-Thi Nguyen authored
(let-values, let*-values): Specify scheme-indent-function.
-
Juanma Barranquero authored
malayalam.el, and tamil.el. Add sinhala.el.
-
Andreas Schwab authored
-
Glenn Morris authored
-
Glenn Morris authored
using information from "Geometry". (Geometry): Give a pointer to "Position Parameters", rather than repeating information.
-
Glenn Morris authored
-
Glenn Morris authored
-
Dan Nicolaescu authored
busy case ... (vc-set-mode-line-busy-indicator): ... in this new function. (vc-status-refresh): Call vc-set-mode-line-busy-indicator. (vc-update-vc-status-buffer): Reset mode-line-process. (vc-status-mark-all-files, vc-status-unmark-all-files): Change to mark/unmark all the files with the same state as the current one. With a prefix argument mark/unmark all files. (vc-status-mode-menu): Adjust strings. (vc-update-vc-status-buffer): Only do something when the argument is not nil. (vc-status-kill-dir-status-process): New function. (vc-status-mode-map): Bind it. (vc-status-process-buffer): New variable. (vc-status-mode): Make it local. (vc-status-refresh): Set it. * vc-hg.el (vc-hg-dir-status): * vc-git.el (vc-git-dir-status): * vc-svn.el (vc-svn-dir-status): Return the buffer in which the command is run.
-
Glenn Morris authored
-
Dan Nicolaescu authored
busy case ... (vc-set-mode-line-busy-indicator): ... in this new function. (vc-status-refresh): Call vc-set-mode-line-busy-indicator. (vc-update-vc-status-buffer): Reset mode-line-process. (vc-status-mark-all-files, vc-status-unmark-all-files): Change to mark/unmark all the files with the same state as the current one. With a prefix argument mark/unmark all files. (vc-status-mode-menu): Adjust strings.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
spell-region.
-
Glenn Morris authored
(json-read-keyword): Use thing-at-point rather than word-at-point.
-
Glenn Morris authored
-
Glenn Morris authored
(tpu-caar, tpu-cadr): Delete functions. (zmacs-regions): No need to declare for compiler. (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr. (tpu-spell-check): Rewrite, and handle mark after point. (tpu-special-insert): Use or rather than if.
-
Glenn Morris authored
years are split over lines, and for the replace case.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Juanma Barranquero authored
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
Gujarati, Oriya, Telugu, Sinhala. Mention the removal of features devanagari, devan-util, kannada, knd-util, malayalam, mlm-util, tamil, and tml-util.
-
Kenichi Handa authored
language/malayalam, and language/tamil. Load language/sinhala.
-