1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00
Commit Graph

45374 Commits

Author SHA1 Message Date
Glenn Morris
945e6102fe (calendar-only-one-frame-setup): Add autoload. 2003-01-20 21:27:41 +00:00
Jason Rumney
fe04b8c806 (digest_single_submenu): Declare all args.
Sync with 2002-12-23  Richard M. Stallman  <rms@gnu.org>
changes in xmenu.c:

(parse_single_submenu): Use individual keymap's prompt
string as pane name, if there is one.
(set_frame_menubar): Save menu_items_n_panes from each call to
parse_single_submenu and use it when calling digest_single_submenu.
2003-01-20 20:18:13 +00:00
Jan Djärv
0571f2d8cf Mention Gtk+ 2003-01-20 19:47:11 +00:00
Steven Tamm
539e69a9fd * macterm.c (XTread_socket): Checks for valid, visible window
before sending a scroll-wheel event.
2003-01-20 16:53:38 +00:00
Francesco Potortì
2bdbfa86da Improve some rough ends. 2003-01-20 16:15:42 +00:00
Francesco Potortì
2193f56e08 Better sed script. 2003-01-20 16:15:15 +00:00
Francesco Potortì
7f5fce3998 Clarify prompts. 2003-01-20 14:27:43 +00:00
Francesco Potortì
163c6f1c44 *** empty log message *** 2003-01-20 14:27:12 +00:00
Richard M. Stallman
675d000fab *** empty log message *** 2003-01-20 09:12:53 +00:00
Richard M. Stallman
29a80b6953 Updated by Joanna Pluta <joanna_p@gazeta.pl>. 2003-01-20 09:09:10 +00:00
Richard M. Stallman
cfefd02be7 Add Polish translator Joanna Pluta. 2003-01-20 09:08:09 +00:00
Richard M. Stallman
ee978ec9b8 (rcs2log, rcs-checkin, grep-changelog, vcdiff): New targets. 2003-01-20 09:04:56 +00:00
Richard M. Stallman
c2639ed073 (completion-setup-function): Set default-directory
in the minibuffer, so it'll be copied into the completion list buffer.
2003-01-20 09:03:09 +00:00
Richard M. Stallman
2afd5e90eb (regexp-opt-group): Compute HALF2 properly. 2003-01-20 09:00:48 +00:00
Richard M. Stallman
34a463f1b1 (octave-mode-map): Change C-c i bindings to C-c C-i.
Duplicate its bindings with last char a ctl char.
2003-01-20 08:59:40 +00:00
Richard M. Stallman
ceec5b6d67 (load-path): Rename `path' local var. 2003-01-20 08:58:40 +00:00
Richard M. Stallman
3354fdcfaa Comment change. 2003-01-20 08:54:46 +00:00
Richard M. Stallman
b2b5455df9 (redisplay_window): If mini window's buffer is not
a minibuffer, then redisplay it like other windows.
2003-01-20 08:53:53 +00:00
Richard M. Stallman
3b4d49d736 (Rectangles): Document C-x c r. 2003-01-20 08:52:12 +00:00
Markus Rost
7391612312 (ls-lisp-use-insert-directory-program): Make default
value system dependent.
(ls-lisp-support-shell-wildcards): Add autoload cookie.
2003-01-20 05:45:05 +00:00
Jan Djärv
cd8907963a Fixed --with-gtk 2003-01-20 05:35:31 +00:00
Jan Djärv
22174d100d *** empty log message *** 2003-01-19 23:06:42 +00:00
Jan Djärv
b73e73bfb1 ChangeLog 2003-01-19 23:06:15 +00:00
Jan Djärv
1db60b708f *** empty log message *** 2003-01-19 22:55:00 +00:00
Jan Djärv
f392e84376 GTK files gtkutil.c and .h 2003-01-19 21:57:12 +00:00
Jan Djärv
488dd4c404 GTK version 2003-01-19 21:50:03 +00:00
Kim F. Storm
3c77dc44b8 *** empty log message *** 2003-01-19 20:03:42 +00:00
Kim F. Storm
965440e65b Use dir' instead of path' everywhere. 2003-01-19 19:53:34 +00:00
Kim F. Storm
67006b44b4 *** empty log message *** 2003-01-19 19:17:51 +00:00
Kim F. Storm
57596fb624 (insert-for-yank): Set yank-undo-function after calling FUNCTION,
unless it was set by FUNCTION (in case FUNCTION calls insert-for-yank).
2003-01-19 01:07:34 +00:00
Stefan Monnier
35d0e4fa0f *** empty log message *** 2003-01-19 00:42:46 +00:00
Kim F. Storm
18232c161d New yank-handler property. 2003-01-19 00:27:11 +00:00
Stefan Monnier
ffb6ced1ce (fill-comment-paragraph): Fix simplistic regexp-concatenation. 2003-01-19 00:19:44 +00:00
Stefan Monnier
9028b39e36 (Funibyte_char_to_multibyte): Export. 2003-01-19 00:12:12 +00:00
Kim F. Storm
e3801a7bf0 (insert-for-yank): Doc fix. 2003-01-19 00:01:36 +00:00
Kim F. Storm
8254897f32 (yank-pop): Always call yank-undo-function with start <= end. 2003-01-18 23:59:12 +00:00
Kim F. Storm
2308acda4b Update copyright. 2003-01-18 23:36:33 +00:00
Kim F. Storm
e0e80ec90d (insert-for-yank): Arg list changed; now only accepts one
string rather than any number of strings; no callers needed change.
Use yank-handler text property on the arg string.
Set yank-undo-function variable appropriately for yank-pop.
2003-01-18 23:35:06 +00:00
Kim F. Storm
be5936a745 (kill-new, kill-append, kill-region): New optional parameter yank-handler.
(yank-excluded-properties): Add yank-handler to list.
(yank-undo-function): New variable.
(yank): Use it to undo previous yank or yank-pop command.
Allow insert-for-yank to override this-command.
2003-01-18 23:34:14 +00:00
Stefan Monnier
5a9ac14b68 (add-change-log-entry): Don't leave space at eol.
(add-log-current-defun): Perl functions names can't have (or {.
2003-01-18 21:20:10 +00:00
Stefan Monnier
017708e9dd (sh-indent-line): Use indent-line-to.
(sh-non-closing-paren): New const.
(sh-case, sh-while-getopts): Use it to make props non-sticky.
(sh-add-completer): Use test-completion.
2003-01-18 20:42:47 +00:00
Juanma Barranquero
5cc679abf3 Don't make faces depend on window-system. 2003-01-18 15:32:16 +00:00
Jan Djärv
bc82cdfe19 * xmenu.c (mouse_position_for_popup): New function.
(Fx_popup_menu): Call mouse_position_for_popup for X and
mouse_position_hook for others.
2003-01-18 09:55:37 +00:00
Jan Djärv
a894238b8c (mouse_position_for_popup): New function.
(Fx_popup_menu): Call mouse_position_for_popup for X and
mouse_position_hook for others.
2003-01-18 09:55:37 +00:00
Markus Rost
2ee398c4c2 (customize-changed-options): Undo last doc change. 2003-01-18 03:19:28 +00:00
Stefan Monnier
da8249b4a9 (skeleton-internal-list, skeleton-internal-1):
Don't treat \n specially in sub-skeletons.
2003-01-17 20:35:48 +00:00
Francesco Potortì
3f4a4bdf31 (add-release-logs): Expand the directory name before calling find(1).
(add-release-logs): Use the same methods as add-log.el for writing
the date and the user's name and address
2003-01-17 14:48:15 +00:00
Francesco Potortì
33b97f3265 *** empty log message *** 2003-01-17 14:47:53 +00:00
Dave Love
e9b2b83231 Redo 8859-6 change in the right
place.
2003-01-17 14:00:11 +00:00
Kim F. Storm
72bb55c6b2 (Finsert): Mention `string-make-multibyte' and
`string-as-multibyte' in doc string.
2003-01-17 12:30:34 +00:00