- 02 Jun, 2003 13 commits
-
-
Dave Love authored
(syms_of_coding): Intern it.
-
Dave Love authored
-
Dave Love authored
(list_of_panes, list_of_items, digest_single_submenu, xmenu_show): Use it.
-
Dave Love authored
(syms_of_callproc) <process-environment>: Doc fix.
-
Dave Love authored
-
Dave Love authored
-
Dave Love authored
-
Dave Love authored
-
Dave Love authored
-
Dave Love authored
-
Lute Kamstra authored
the user when appropriate. Do not kill buffers that were created outside `lm-synopsis'.
-
Kenichi Handa authored
-
Kenichi Handa authored
-
- 01 Jun, 2003 14 commits
-
-
Kenichi Handa authored
region when a buffer is changed to unibyte.
-
Juanma Barranquero authored
Take into account changes made to the display margins, fringes and scroll-bar handling. (ruler-mode-margins-char): Removed. Not used anymore. (ruler-mode-pad-face, ruler-mode-fringes-face): New faces. (ruler-mode-margins-face): New definition. Moved. (ruler-mode-left-fringe-cols) (ruler-mode-right-fringe-cols) (ruler-mode-left-scroll-bar-cols) (ruler-mode-right-scroll-bar-cols): Reimplemented. Moved. (ruler-mode-full-window-width) (ruler-mode-window-col): New functions. (ruler-mode-mouse-set-left-margin) (ruler-mode-mouse-set-right-margin) (ruler-mode-mouse-add-tab-stop) (ruler-mode-mouse-del-tab-stop): Reimplemented. (ruler-mode-mouse-current-grab-object): Renamed to... (ruler-mode-dragged-symbol): New. (ruler-mode-mouse-grab-any-column): Use it. Cleaned up. (ruler-mode-mouse-drag-any-column): Likewise. (ruler-mode-mouse-drag-any-column-iteration): Simplified. (ruler-mode): Restore previous `header-line-format' if `ruler-mode-header-line-format-old' has a local binding in current buffer. (ruler-mode-left-margin-help-echo) (ruler-mode-right-margin-help-echo): Removed. (ruler-mode-margin-help-echo) (ruler-mode-fringe-help-echo): New constants. (ruler-mode-ruler): Use them. Reimplemented.
-
Jason Rumney authored
Default to new wheel-up and wheel-down events on Windows.
-
Jason Rumney authored
-
Jason Rumney authored
-
Jason Rumney authored
(mouse_wheel_syms, lispy_mouse_wheel_names): Likewise. (discard_mouse_events): Discard WHEEL_EVENT events too. (lispy_wheel_names, wheel_syms): New. (syms_of_keyboard): Init and staticpro `wheel_syms'. Init and staticpro `Qmouse_wheel' and `mouse_wheel_syms' only if MAC_OSX defined. (make_lispy_event): Added WHEEL_EVENT handler.
-
Jason Rumney authored
Declare MOUSE_WHEEL_EVENT only if MAC_OSX defined.
-
Jason Rumney authored
(w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs WHEEL_EVENT events.
-
Stefan Monnier authored
just in case some used a file of the wrong name.
-
Stefan Monnier authored
-
Stefan Monnier authored
(sh-font-lock-paren): Use it to allow \C in case patterns. (sh-get-indent-info): Check the \n before the line for string-status. (sh-feature): Remove unused var `function'. (sh-get-indent-info): Remove unused variables. (sh-prev-thing): Remove unused vars `going', `n', and `found'. (sh-set-indent): Remove unused var `new-val' and `val0'. (sh-learn-buffer-indent): Remove unused vars `last-pos' and `lines'. (sh-guess-basic-offset): Remove unused var `return' and `j'.
-
Michael Kifer authored
* desktop.el (desktop-create-buffer): Added (desktop-first-buffer) to the let-statement to avoid the startup error that desktop-first-buffer is undefined.
-
Andreas Schwab authored
(Man-build-references-alist): Handle Latin-1 soft hyphen.
-
Stefan Monnier authored
-
- 31 May, 2003 13 commits
-
-
Stefan Monnier authored
-
John Paul Wallington authored
timer are in lisp/emacs-lisp.
-
Stefan Monnier authored
Signal an error when trying to visit an inexistent file.
-
Stefan Monnier authored
(vc-find-file-hook): USe unless. Merge if and cond.
-
Stefan Monnier authored
(vc-checkin-hook): Adjust option to new name.
-
Stefan Monnier authored
(log-edit-comment-ring-index, log-edit-last-comment-match): Rename vars from vc-maximum-comment-ring-size, vc-comment-ring, vc-comment-ring-index, and vc-last-comment-match. (log-edit-new-comment-index, log-edit-previous-comment) (log-edit-next-comment, log-edit-comment-search-backward) (log-edit-comment-search-forward, log-edit-comment-to-change-log): Rename funs from vc-new-comment-index, vc-previous-comment, vc-next-comment, vc-comment-search-reverse, vc-comment-search-forward, and vc-comment-to-change-log.
-
Stephen Eglen authored
-
Stefan Monnier authored
-
Stefan Monnier authored
(widget-editable-list-entry-create): Don't assume that %d and %i are in the format string. (widget-map-buttons): Remove unused var `parent'. (widget-move): Remove unused shadowed var `new'. (widget-color-action): Remove unused var `pos'.
-
Stefan Monnier authored
(custom-buffer-create, custom-buffer-create-other-window) (customize-browse): Use it instead of killing buffers. (custom-bury-buffer): Obey the argument. (custom-variable-reset-saved, custom-variable-reset-standard): Remove unused var `comment-widget'. (custom-face-edit-deactivate): Remove unused var `to'. (custom-save-variables): Remove unused var `sep'.
-
John Paul Wallington authored
-
John Paul Wallington authored
-
Kenichi Handa authored
-