1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00
Commit Graph

82853 Commits

Author SHA1 Message Date
Juanma Barranquero
17f6a459d5 *** empty log message *** 2008-05-02 08:12:59 +00:00
Eric S. Raymond
6cdc3bc9f1 More preparation for removing dired. 2008-05-02 07:47:18 +00:00
Eric S. Raymond
caf37b1f19 Fix some comments to remove references to vc-dired. 2008-05-02 07:38:11 +00:00
Eric S. Raymond
a31b405e93 vc-toggle-read-only is no longer a good idea. 2008-05-02 07:20:33 +00:00
Eric S. Raymond
25e94278c3 The day wehen vc-toggle-ready-only was a good idea is long gone. 2008-05-02 07:12:59 +00:00
Eric S. Raymond
0a29940833 Name change in preparation for ripping out vc-dired. 2008-05-02 06:56:59 +00:00
Eric S. Raymond
3c73c30e89 Better error message on missing files. 2008-05-02 03:52:08 +00:00
Dan Nicolaescu
15ef1eaebb (vc-rcs-state): Fix typos. 2008-05-02 03:48:17 +00:00
Dan Nicolaescu
80296236a0 (vc-register): Change argument order so that the prefix
argument is assigned correctly.
(vc-next-action, vc-dir-register): Update for the above change.
2008-05-02 03:47:14 +00:00
Eric S. Raymond
a094fe434f More informative message when a fileset is in a mixed state. 2008-05-02 03:38:16 +00:00
Eric S. Raymond
105cac2d47 Don't commit right after deletion. 2008-05-02 03:30:10 +00:00
Eric S. Raymond
cd49dc20d3 Remove unneeded TODO item in comment. 2008-05-02 03:23:53 +00:00
Juri Linkov
a9b0825479 Add the argument DEFAULT of minibuffer input functions to Incompatible Lisp Changes. 2008-05-02 01:04:16 +00:00
Juri Linkov
63b4387f0d (Text from Minibuffer): Document a list of default values for `read-from-minibuffer'. 2008-05-02 01:03:38 +00:00
Juri Linkov
2e3148e277 (Fread_from_minibuffer, Fread_string, Fread_command)
(Fread_variable, Fread_buffer, Fcompleting_read): Document
the DEFAULT argument as a list of default values in docstrings.
2008-05-02 01:02:46 +00:00
Juri Linkov
93c0985f4c (compilation-auto-jump): Set window point to `pos' explicitly. 2008-05-01 23:56:52 +00:00
Juri Linkov
360289a661 (occur-read-primary-args): Set default to the car of
regexp-history and display it in the prompt, but don't add to the
list of minibuffer defaults.  Bind history-add-new-input to nil to
not add automatically `default'.  For empty input return `default'.
Otherwise, add `input' to regexp-history and return it.
(occur-1): Signal an error for the empty regexp.
2008-05-01 23:55:44 +00:00
Chong Yidong
dffd9d9ad6 (BASE_PURESIZE): Increase to 1210000. 2008-05-01 22:53:09 +00:00
Chong Yidong
923fb88c8f * puresize.h (BASE_PURESIZE): Increase to 1210000. 2008-05-01 22:53:02 +00:00
Eric S. Raymond
5a9de6d018 Remove some XXX comments no longer needed. 2008-05-01 19:28:56 +00:00
Eric S. Raymond
3702367bce Change 'needs-patch to 'needs-update. 2008-05-01 19:13:16 +00:00
Sam Steingold
a84615c77a (vc-delete-file): Check if the file has uncommitted changed. 2008-05-01 17:46:27 +00:00
Eric S. Raymond
1cb119fdbf Comment cleanup (no code change). 2008-05-01 16:40:14 +00:00
Eric S. Raymond
18a083fd78 Add items to TODO list. 2008-05-01 16:05:04 +00:00
Stefan Monnier
581c438cff Revert incorrect fix for claimed bootstrap breakage. 2008-05-01 15:18:52 +00:00
Martin Rudalics
047aaeb9fd (make_window): Initialize resize_proportionally.
(enlarge_window): Temporarily set resize_proportionally to make
sure that shrink_windows does scale the window proportionally.
(shrink_windows): When window has resize_proportionally set try
to shrink it proportionally by stealing from other windows.
(struct saved_window, Fset_window_configuration)
(compare_window_configurations): Handle resize_proportionally.
(WINDOW_TOTAL_SIZE): New macro.
(window_min_size, shrink_windows, size_window): Use it.
(check_min_window_sizes): Removed.  Invalid values of
window-min-height|width are handled by window_min_size_2 now.
(size_window, Fsplit_window, enlarge_window)
(adjust_window_trailing_edge, grow_mini_window): Don't call
check_min_window_sizes.
(window_min_size_2, window_min_size_1, window_min_size): New
argument safe_p for retrieving "safe" minimum sizes.
(Fdisplay_buffer, Fsplit_window, enlarge_window):
(adjust_window_trailing_edge, grow_mini_window): Adjust
arguments of window_min_size... functions.
(shrink_windows): Argument min_size removed.  New argument
safe_p allows shrinking windows to their safe minimum sizes.
Calculate minimum size and decide whether a window shall be
deleted for each window individually.
(size_window): When nodelete_p equals 2, tell shrink_windows to
delete windows only if their new minimum size is no more safe.
(shrink_window_lowest_first): Call window_min_size_1 to make
sure to preserve modeline of bottom-most window when resizing
the minibuffer.
(Fset_window_configuration, Fcurrent_window_configuration)
(compare_window_configurations): Do not handle
window-min-height|width any more.
(syms_of_window): Clarify window-min-height|width doc-strings.
2008-05-01 10:17:47 +00:00
Martin Rudalics
92f774f36e (struct window): Replace field too_small_ok by field
resize_proportionally.
2008-05-01 10:14:44 +00:00
Martin Rudalics
f8748f0fa0 (change_frame_size_1): Preserve small windows when shrinking
frames by calling set_window_height|width with third arg 2.
2008-05-01 10:12:50 +00:00
Daiki Ueno
6f8a419044 * epa-file-hook.el: New file split from epa-file.el.
* epa-file.el: Require 'epa-file-hook.
(epa-file-handler): Add autoload cookie.
* loadup.el: Load epa-file-hook.
* startup.el (command-line): Eval the body of auto-encryption-mode.
2008-05-01 07:17:08 +00:00
Dan Nicolaescu
7db924c06a (vc-hg-extra-fileinfo): New defstruct.
(vc-hg-status-printer): New function.
(vc-hg-after-dir-status): Deal with copied and renamed files.
(vc-hg-dir-status): Add flag to show copied files.
2008-05-01 06:35:09 +00:00
Dan Nicolaescu
97c66ed8cd (vc-dir-mode-map): Don't bind "r". 2008-05-01 06:33:24 +00:00
John Paul Wallington
59f13c2a44 *** empty log message *** 2008-05-01 01:25:24 +00:00
John Paul Wallington
e3b7143904 (define-ibuffer-sorter): Define the sorter to reverse sorting order if
last sorting mode was the sorter's.
2008-05-01 01:19:26 +00:00
John Paul Wallington
e782065477 (ibuffer-last-sorting-mode): New variable.
(ibuffer-do-sort-by-recency): Reverse sorting order if last sorting
mode was recency.
2008-05-01 01:17:35 +00:00
Jason Rumney
7041a99a5e (w32-charset-info-alist): Map vietnamese to windows-1258. 2008-05-01 00:53:35 +00:00
John Paul Wallington
e9e198332b (define-ibuffer-filter filename): When the major mode is `vc-dir-mode'
use the buffer's default directory as filename.
2008-05-01 00:08:38 +00:00
John Paul Wallington
b4c5fc9ff1 (define-ibuffer-column filename): When the major mode is `vc-dir-mode'
show the buffer's default directory.
2008-04-30 23:55:05 +00:00
Sam Steingold
97e089f64d (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS. 2008-04-30 19:03:54 +00:00
Sam Steingold
775237d3a1 (vc-dir-mode-map): Bind "d" to vc-dir-delete-file.
(vc-dir-delete-file): Add.
(vc-delete-file): Do not barf when the file has been already deleted.
2008-04-30 16:58:15 +00:00
Dan Nicolaescu
cea6009118 *** empty log message *** 2008-04-30 16:10:58 +00:00
Dan Nicolaescu
458c4642c5 (lisp-mode-map): Add menu. 2008-04-30 16:10:05 +00:00
Stefan Monnier
5d8137abac * progmodes/octave-mod.el (octave-help): New function.
* progmodes/octave-hlp.el: Delete.
* info-look.el (octave-mode): Add operator index.
2008-04-30 08:48:02 +00:00
Stefan Monnier
af36f8ed1f (vc-checkout): Typo. 2008-04-30 08:13:09 +00:00
Stefan Monnier
bb6da2f86f (compilation-error-regexp-alist-alist) <gnu>:
Rule out trailing spaces in file and directory names as well.
2008-04-30 08:12:20 +00:00
Stefan Monnier
2a54a229c0 (file_name_completion): Fix up the encoding/decoding issue
some more.  Copy some of the code from Ftry_completions.
Remove special case code that dates back to initial revision when the
slash was only added when necessary and that can't trigger nowadays.
2008-04-30 07:16:08 +00:00
Dan Nicolaescu
15947a4464 Reorder, place things related to version control together. 2008-04-30 05:50:02 +00:00
Dan Nicolaescu
9a3558cbeb (menu-bar-tools-menu): Reorder, place Games last.
Add "..." in the appropriate places.
2008-04-30 05:48:32 +00:00
Dan Nicolaescu
703b961194 (epa-key-list-mode-map): Add more menu entries.
Add ... in the appropriate places.
2008-04-30 05:44:17 +00:00
Dan Nicolaescu
4b33a64a24 (dired-mode-map): Add :help. 2008-04-30 05:41:52 +00:00
Dan Nicolaescu
5bd20ee694 (vc-deduce-fileset): Add new parameter.
(vc-dir-marked-only-files): New function.
(vc-next-action): Don't ignore directories, look at the files
inside them.
(vc-dir-mode): Document how the mark/unmark commands work.
2008-04-30 05:40:25 +00:00