1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 16:41:45 -08:00
Commit graph

45085 commits

Author SHA1 Message Date
Kim F. Storm
8ba7cd4004 (mail-split-line): New function.
(mail-mode-map): remap split-line to mail-split-line.
2003-01-03 22:46:53 +00:00
Kim F. Storm
da7d231b34 (split-line): If present, copy fill-prefix from
current line to new line.  Don't copy if prefix arg.
From Lisp, arg may be an alternative prefix string to copy.
Inspired by Ehud Karni <ehud@unix.mvs.co.il>.
2003-01-03 22:46:06 +00:00
Dave Love
7b1824c287 (find-variable-noselect): Make it work
with new load-history format.
2003-01-03 21:12:01 +00:00
Dave Love
b439e72aa8 (sort-coding-systems): Adjust
priority of utf-16 and x-ctext.
2003-01-03 20:16:56 +00:00
Dave Love
13d472b871 (utf-translate-cjk): Call
optimize-char-coding-system-table.
2003-01-03 20:12:51 +00:00
Dave Love
7de350175d (ucs-unify-8859, ucs-fragment-8859):
Call optimize-char-coding-system-table.
2003-01-03 20:12:17 +00:00
Dave Love
237e59935a (register-char-codings): Don't call
optimize-char-coding-system-table here.
(keyboard-coding-system): Doc fix.  Update :version.
2003-01-03 20:11:15 +00:00
Dave Love
500acb7900 (nroff-mode-hook): Customize.
(nroff-imenu-expression): New.
(nroff-mode): Use it.
2003-01-03 20:04:48 +00:00
Dave Love
bf9f5c1753 (auto-insert-alist): Add man page skeleton. 2003-01-03 20:01:24 +00:00
Juanma Barranquero
d068066060 *** empty log message *** 2003-01-03 16:05:51 +00:00
André Spiegel
c335883f9f # 2003-01-03 15:29:32 +00:00
André Spiegel
4837cfbdd2 (vc-rcs-revert): Unlock only if the user does have the lock. 2003-01-03 15:27:35 +00:00
Kim F. Storm
ad9de65b54 (cua--pre-command-handler): Corrected
handling of delete-selection properties.
2003-01-03 13:00:08 +00:00
Kim F. Storm
821adeae4e *** empty log message *** 2003-01-03 12:59:20 +00:00
John Paul Wallington
14f0195b44 Update copyright. 2003-01-03 11:53:46 +00:00
John Paul Wallington
2dba57c18e (eldoc-get-var-docstring): Only return a
documentation string when `sym' is non-nil.
2003-01-03 11:46:20 +00:00
Steven Tamm
7413b888c0 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode): Have
scroll bars correctly default to being on the right for Mac
        Carbon port by testing "mac-carbon" feature, not window-system.
2003-01-02 22:37:13 +00:00
Steven Tamm
8c609cffa6 * macterm.c (syms_of_macterm): Provide the feature "mac-carbon" to
distinguish Carbon GUI builds from X11 builds on darwin.
2003-01-02 22:36:23 +00:00
Markus Rost
b59b77f136 (customize-group, customize-group-other-window):
Call custom-load-symbol unconditionally.
(customize-face, customize-face-other-window): Fix format arg.
2003-01-02 18:02:09 +00:00
John Paul Wallington
0e5ddee193 (menu-bar-left-scroll-bar): Set `scroll-bar-mode'
to `left'.
2003-01-02 16:08:15 +00:00
Richard M. Stallman
96ae58c8ac (window_scroll_pixel_based): Partially undo last change. 2003-01-01 17:00:34 +00:00
Richard M. Stallman
2764bebdf1 (command_loop_1): Call adjust_point_for_property
in direct action cases for Qforward_char and Qbackward_char.
Set already_adjusted so it won't be done twice.
2003-01-01 16:59:54 +00:00
Richard M. Stallman
ab233196ba (rmail-reply): Don't call mail-strip-quoted-names. 2003-01-01 16:57:25 +00:00
Richard M. Stallman
7da6bf0059 (backup-buffer): Cope if file-modes returns nil. 2003-01-01 16:55:11 +00:00
Steven Tamm
128a604302 * MACHINES: Added pointer to Mac OS X install instructions. 2003-01-01 00:33:57 +00:00
Steven Tamm
17f8fc449a * make-package: Now copies License and ReadMe files into the
Resources directory.  Reduces overhead size when creating
        installer disk image
2003-01-01 00:27:01 +00:00
Steven Tamm
ded8a54259 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode): Have
scroll bars correctly default to being on the right for Mac
	Carbon port
2002-12-31 04:55:47 +00:00
Steven Tamm
b37113a158 * macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2
to default to t.
2002-12-30 17:20:06 +00:00
Markus Rost
d28242e143 (defface button): Add group. 2002-12-29 23:49:57 +00:00
Nick Roberts
5c39e45a0c (gdb-delete-display): Rename (gdb-delete-expression).
(gdb-goto-bp-this-line): Rename (gdb-goto-breakpoint).
(gdb-toggle-bp-this-line): Rename (gdb-toggle-breakpoint).
(gdb-delete-bp-this-line): Rename (gdb-delete-breakpoint).
(gdb-toggle-disp-this-line): Rename (gdb-toggle-display).
(gdb-delete-disp-this-line): Rename (gdb-delete-display).
(gud-gdba-marker-filter): Remove unnecessary save-match-data.
(gdb-mouse-goto-breakpoint, gdb-frames-select): New functions.
(gdb-frames-mouse-select): Simplify.
Make keybindings (gdb-goto-breakpoint, gdb-frames-select, etc)
consistent with other modes in emacs.
(gdb-display-source-buffer): Return window of source buffer
for (gud-display-line).
2002-12-29 20:46:41 +00:00
Nick Roberts
d6251dd2a2 *** empty log message *** 2002-12-29 20:45:38 +00:00
Markus Rost
f134b461ec (customize-browse): Call `widget-setup'. 2002-12-29 19:15:58 +00:00
Francesco Potortì
558ee9005a (Fstring_to_number, Fminus): Better English in doc strings. 2002-12-29 19:13:55 +00:00
Francesco Potortì
fa634a5ec6 *** empty log message *** 2002-12-29 19:13:29 +00:00
Andreas Schwab
cd1b15b867 Generate cus-load.el and finder-inf.el in the
source directory.  Change dependencies on lisp files to explicitly
use $(lisp).
(compile-calc): Fix command substitution.
2002-12-29 18:01:39 +00:00
Andreas Schwab
b1d7940fae * cus-dep.el (generated-custom-dependencies-file): New variable.
(custom-make-dependencies): Use it instead of hardcoding
cus-load.el.
2002-12-29 17:59:23 +00:00
Andreas Schwab
9bd0d71aa9 * finder.el (generated-finder-keywords-file): New variable.
(finder-compile-keywords): Use it instead of hardcoding
finder-inf.el.
2002-12-29 17:59:00 +00:00
Steven Tamm
52efaffcc3 * make-package: Defaults to building the source tree in a
separate directory.  Use the new option --build-in-place to
	have old behavior.  Added new option --build-dir to specify the
	build directory
2002-12-29 07:34:48 +00:00
Richard M. Stallman
1dc788eba8 *** empty log message *** 2002-12-28 21:29:24 +00:00
Richard M. Stallman
021c54a395 (info-lookup): Fix error message typo. 2002-12-28 21:28:56 +00:00
Richard M. Stallman
267f7053c4 (comint-mode): Localy set scroll-conservatively.
(comint-postoutput-scroll-to-bottom): comint-scroll-show-maximum-output
is active only when point is at end.
2002-12-28 21:28:09 +00:00
Richard M. Stallman
f808da9ebb (dired-goto-file): Handle \ and ^M quoted by backslash. Fix error message. 2002-12-28 21:26:46 +00:00
Richard M. Stallman
4ad1689f62 (find-file-noselect-1): Kill local value of `cursor-type'. 2002-12-28 21:23:58 +00:00
Richard M. Stallman
536b728a07 (repeat-complex-command): Signal real error on failure. 2002-12-28 21:23:23 +00:00
Richard M. Stallman
a00a4ccb31 Initial version. 2002-12-28 21:22:23 +00:00
Steven Tamm
ce0669d437 * Makefile.in (macosx-bundle): Fixes to Mac OS X/Carbon port to
allow building in a different directory than source.  Uses some
	GNU Make extensions, but there is no other make on Mac OS X.
2002-12-28 18:35:52 +00:00
Andreas Schwab
1ebc190a84 (makefile-font-lock-keywords): Highlight
automatic variable references enclosed in parens and optionally
suffixed by F or D.
2002-12-28 01:04:02 +00:00
Steven Tamm
5ea7adcc85 * make-package: Fix typo where tmpparent was used instead of
tempparent for calculating installedSize and compressedSize
2002-12-27 23:35:36 +00:00
Miles Bader
271f4a9e80 (Info-complete-menu-item): Make `Info-complete-cache' a buffer-local variable. 2002-12-27 04:09:53 +00:00
Markus Rost
ffec8c5a3d (customize-group-other-window): Use pop-to-buffer in
the same way as `custom-buffer-create-other-window'.
(customize-variable-other-window, customize-option-other-window):
Definitions moved up.
2002-12-26 22:15:38 +00:00