Commit graph

23418 commits

Author SHA1 Message Date
John Paul Wallington
ee24a85250 (posn-col-row): Heed frame parameter `line-spacing' and
`default-line-spacing', rather than buffer-local `line-spacing'.
2003-03-11 12:49:20 +00:00
Per Abrahamsen
963c2e09c0 2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
* cus-edit.el (customize-rogue): New command.
2003-03-10 14:06:57 +00:00
John Paul Wallington
089bc712c0 (vendor-specific-keysyms, x-last-selected-text-primary): Doc fixes.
(x-win-suspend-error): Use proper noun in error message.
2003-03-10 13:30:22 +00:00
John Paul Wallington
3a24cce05b (posn-col-row): Take into account `line-spacing'. 2003-03-10 13:25:42 +00:00
Andreas Schwab
b84d224e6b . 2003-03-10 13:05:04 +00:00
Andreas Schwab
4e5f958e73 (Info-extract-menu-node-name)
(Info-following-node-name): Revert last change.
2003-03-10 13:04:10 +00:00
Thien-Thi Nguyen
c676c4e507 (scheme-mode-syntax-table): Construct
w/o using `with-syntax-table'.
2003-03-10 11:35:43 +00:00
John Paul Wallington
c25c4856f3 *** empty log message *** 2003-03-10 03:14:46 +00:00
John Paul Wallington
080314d3e6 (electric-buffer-update-highlight): Do nothing
if major mode isn't `Electric-buffer-menu-mode'.
2003-03-10 03:06:13 +00:00
Vinicius Jose Latorre
e361e87a42 ps-print fix 2003-03-10 01:09:05 +00:00
Kai Großjohann
504feff525 * man.el (Man-getpage-in-background): Always use `setenv' for
environment variables, instead of modifying process-environment
directly.  The previous version let-bound process-environment --
the let-binding is skipped for GROFF_NO_SGR because there is
already a let-binding in effect in some outer scope.

* emulation/crisp.el (top-level): Interoperate with cua.
2003-03-09 14:05:25 +00:00
Kim F. Storm
f1cb14f8bf Provide `cua' feature. 2003-03-08 19:38:02 +00:00
Juanma Barranquero
d8fa9fdc61 *** empty log message *** 2003-03-08 14:58:25 +00:00
Juanma Barranquero
9715510bdd (cua--standard-movement-commands): Fix docstring. 2003-03-08 14:47:14 +00:00
Kai Großjohann
cb24638ef7 (Man-getpage-in-background): Only change
default-directory if necessary.
2003-03-07 21:04:54 +00:00
Andreas Schwab
a0217c4ba6 *** empty log message *** 2003-03-07 11:39:43 +00:00
Andreas Schwab
2fb3c00b46 (Info-following-node-name): Skip trailing period.
(Info-extract-menu-node-name): Allow period in node name.
2003-03-07 11:34:40 +00:00
Juanma Barranquero
82f648d385 (dired-guess-shell-case-fold-search): New user option.
(dired-guess-default): Use it.
2003-03-07 08:28:46 +00:00
Thien-Thi Nguyen
334f206c56 (dcl-font-lock-keywords, dcl-font-lock-defaults): New vars.
(dcl-mode): Make and init local var `font-lock-defaults'.
2003-03-06 23:14:23 +00:00
Juanma Barranquero
74ad90d112 *** empty log message *** 2003-03-06 20:35:23 +00:00
Juanma Barranquero
3fa86f26fe (dired-at-point): Check whether the user can create a directory before asking
about creating it.
2003-03-06 20:30:05 +00:00
John Paul Wallington
a82c12670e (electric-buffer-list): Respect `Buffer-menu-use-header-line'.
(electric-buffer-menu-looper): Likewise.
2003-03-06 10:52:39 +00:00
John Paul Wallington
463a7342da (Buffer-menu-mode-map): Add docstring.
(Buffer-menu-buffer): Fix indentation.
(list-buffers-noselect): Calculate header-line spacing to take
into account width of left fringe and left scrollbar.
2003-03-06 03:53:12 +00:00
Vinicius Jose Latorre
e59d29d6b7 Check if background and foreground color are the same. 2003-03-06 01:54:17 +00:00
Richard M. Stallman
2f2f7e58d4 (query-replace-read-args): Use save-excursion.
(map-query-replace-regexp): Use prefix-numeric-value.
2003-03-05 20:51:33 +00:00
Juanma Barranquero
0ebcabe744 (x-handle-geometry): Put sizes on `initial-frame-alist' too. 2003-03-05 16:33:42 +00:00
Juanma Barranquero
7f944e8e3c (command-line-x-option-alist): Make --border-color set the border-color frame
parameter, not border-width.
2003-03-05 16:31:44 +00:00
Juanma Barranquero
30aa9e510e (frame-set-background-mode): Fix reference to attribute "backgroundMode". 2003-03-05 10:38:24 +00:00
Juanma Barranquero
3dcb36b717 Version 3.32.12 released. Major revision. 2003-03-05 07:51:51 +00:00
Jan Djärv
b45cd9eeaf Restore iso-2022-7bit 2003-03-04 21:07:58 +00:00
Francesco Potortì
e3c46ed647 (vhdl-comment-uncomment-region): Remove two comment characters at start
of line instead of one.
2003-03-04 14:43:03 +00:00
Francesco Potortì
6be3383e2a *** empty log message *** 2003-03-04 14:42:45 +00:00
Vinicius Jose Latorre
206bec7f07 vinicius: printing.el change 2003-03-03 20:22:17 +00:00
Vinicius Jose Latorre
526335b489 vinicius: copyright date fix. Move pr-get-symbol into eval-and-compile. 2003-03-03 20:03:18 +00:00
John Paul Wallington
285286045f (ibuffer-aif): Use `make-symbol' instead of
`gensym' in case user calls macro at runtime.
(ibuffer-save-marks): Likewise.
2003-03-03 15:13:01 +00:00
Kenichi Handa
8a4d8a5d0e (japanese-symbol-table): Add two entries to make it complete. 2003-03-03 01:45:32 +00:00
Kenichi Handa
2799b94098 *** empty log message *** 2003-03-03 01:45:18 +00:00
Andreas Schwab
49b4b4d88d . 2003-03-02 23:35:36 +00:00
Andreas Schwab
0452a274d2 (Info-fontify-node): Don't hide indentation before the
reference name.  Don't process a reference twice when a new tag is
inserted.
(Info-hide-note-references): Fix doc and customize type.
2003-03-02 23:33:56 +00:00
Matthew Swift
0b5a13ccf7 *** empty log message *** 2003-03-02 16:26:32 +00:00
Matthew Swift
3e8737bf4c (emacs-lisp-docstring-fill-column): New custom variable.
(lisp-fill-paragraph): Use it.  Add ?, to `paragraph-separate' so
that first docstring lines ending with a comma are respected.  Add
"`(" to same so that function and macro bodies beginning with a
backquote do not get disturbed.  Revise the comments.
2003-03-02 16:18:36 +00:00
Kim F. Storm
b11ee8b08b Fix typos. 2003-03-01 19:04:28 +00:00
Jan Djärv
8ab9589dfc * startup.el (command-line): Call menu-bar-mode with 1 instead of t.
* menu-bar.el (menu-bar-mode): Change to define-minor-mode
and initialize as for tool-bar-mode.
2003-03-01 15:55:04 +00:00
Kai Großjohann
7432277cfe Version 2.0.30 released.
Replace term "path" with "localname" unless it is used for a
search path.
(tramp-handle-expand-file-name): Allow ".." to cross host
boundaries.
(tramp-open-connection-setup-interactive-shell): Unset $ENV in
addition to setting $PS1 when starting the Bourne-ish shell.  Some
sh implementations (eg, bash when called as sh) read the file
named there on startup, which could clobber $PS1.
(tramp-do-copy-or-rename-file-one-local): New function.  Not
implemented.  Not used.  Should invoke rcp or scp directly to keep
the time.
2003-02-28 18:28:47 +00:00
ShengHuo ZHU
f9936da658 * nnfolder.el (nnfolder-request-accept-article): Don't use
mail-header-unfold-field.

	* imap.el (imap-ssl-open): Don't depend on ssl.el.
	* nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
2003-02-28 13:36:11 +00:00
Matthew Swift
1be5cb1b79 *** empty log message *** 2003-02-28 02:09:19 +00:00
Stefan Monnier
6a097c0c18 *** empty log message *** 2003-02-26 16:34:27 +00:00
Matthew Swift
bca8c7be06 * startup.el: Streamline code in several functions and use a more
consistent idiom within the file, for ease of reading and
	maintenance.  Rephrase booleans to avoid `(not noninteractive)'.
	Clarify several booleans expressions using De Morgan's laws.

	(command-line): Fix barf when first command-line option handled by
	`command-line-1' is in the form --OPT=VAL.
	(command-line-1): Restore intended behavior of the --directory/-L
	command-line option: "-L a -L b -L c" on the command-line now puts
	'(a b c) at the front of `load-path'.
2003-02-26 10:59:58 +00:00
Juanma Barranquero
f9d56d5997 (gamegrid-add-score): Add info to docstring.
(gamegrid-add-score-with-update-game-score-1): New function, factored out of
`gamegriod-add-score-with-update-game-score'.
(gamegrid-add-score-with-update-game-score): Use it.  Fall back on
`gamegrid-add-score-insecure' if the requested file does not exist in
$(gamedir), in case the user has installed a game on his own.
(gamegrid-add-score-insecure): Accept optional directory argument.
2003-02-26 10:19:29 +00:00
Andreas Schwab
fde95a28ba *** empty log message *** 2003-02-25 21:36:18 +00:00