1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00
Commit Graph

46621 Commits

Author SHA1 Message Date
Stefan Monnier
54547ff5bf (uniquify-buffer-name-style, uniquify-after-kill-buffer-p)
(uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
(uniquify-min-dir-content, uniquify-separator, uniquify-trailing-separator-p):
Remove redundant group specification.
(uniquify-file-name-nondirectory): Delete.
(uniquify-rationalize-file-buffer-names): Simplify.
Use directory names as `filename' component of uniquify-item.
(uniquify-get-proposed-name): Adjust now that `filename' does not
include `base'.
2003-05-05 16:55:38 +00:00
Glenn Morris
445f98eb33 No font-lock warning for parentheses in column zero in 21.3 2003-05-05 16:39:58 +00:00
Glenn Morris
f5fdfa6039 --color not available in version 21.3 2003-05-05 16:34:16 +00:00
Stefan Monnier
02610d0eee (vc-svn-merge): Forgot quotes. 2003-05-05 16:13:39 +00:00
Stefan Monnier
c217cb0452 (vc-svn-merge): First attempt. 2003-05-05 16:13:04 +00:00
Stefan Monnier
1468d75485 (vc-svn-merge-news): Adjust for subversion. 2003-05-05 16:06:10 +00:00
Stefan Monnier
478e7df5d0 (vc-svn-registered): Missing paren.
(vc-svn-diff-tree): Missing renaming.
2003-05-05 15:49:23 +00:00
Stefan Monnier
1fd3454a34 First cut at vc-svn.el. 2003-05-05 15:42:27 +00:00
Stefan Monnier
adec392eb2 (safe_run_hooks_error): Display the error instead of silently ignoring it. 2003-05-05 14:36:09 +00:00
John Paul Wallington
375d5635f9 (batch-update-autoloads): Call `update-directory-autoloads'. 2003-05-05 00:25:11 +00:00
Stefan Monnier
df05087018 Move provide to end of file.
(uniquify-ref-base, uniquify-ref-filename, uniquify-ref-buffer)
(uniquify-ref-proposed, uniquify-set-proposed): Remove.
(uniquify-item): New struct.  Update users of uniquify-ref-*.
(uniquify-get-proposed-name, uniquify-rationalize-a-list):
Make `depth' optional.
(uniquify-non-file-buffer-names): Remove.
(uniquify-rationalize-file-buffer-names): Don't set it up.
Use uniquify-make-item and don't pass the now-optional depth.
(uniquify-rationalize-conflicting-sublist): Check the new buffer
name directly instead of relying on uniquify-non-file-buffer-names.
(uniquify-rename-buffer): Use with-current-buffer and pass
the `unique' arg to rename-buffer.
2003-05-04 21:30:25 +00:00
Juanma Barranquero
f33d0485dd *** empty log message *** 2003-05-04 20:24:33 +00:00
Juanma Barranquero
6f9a2614e7 (ada-xemacs): Variable removed, since it's better to use (featurep 'xemacs).
Removed warnings generated with Emacs 21.3.x (mostly by adding needed `require'
statements).
2003-05-04 19:55:38 +00:00
Juanma Barranquero
7abe197c30 (uniquify-buffer-name-style, uniquify-after-kill-buffer-p)
(uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
(uniquify-min-dir-content, uniquify-separator, uniquify-trailing-separator-p):
Remove redundant group specification.
(uniquify-file-name-nondirectory): Delete.
(uniquify-rationalize-file-buffer-names): Simplify.
Use directory names as `filename' component of uniquify-item.
(uniquify-get-proposed-name): Adjust now that `filename' does not
include `base'.
2003-05-04 19:54:00 +00:00
Nick Roberts
cff5bea0e5 *** empty log message *** 2003-05-04 19:30:19 +00:00
Nick Roberts
63d9d51cc5 Correct size for cleaner bitmaps. 2003-05-04 19:21:03 +00:00
Stefan Monnier
4a97caca5b (vc-mcvs-mode-line-string): Fix thinko.
(vc-mcvs-rename-file): New function.
2003-05-04 18:38:31 +00:00
Richard M. Stallman
56eebc2963 (update-directory-autoloads): Renamed from
update-autoloads-from-directories.
2003-05-04 13:08:58 +00:00
Stefan Monnier
318ab85c81 (menu_bar_item): Adjust declaration.
(menu_bar_one_keymap_changed_items): Declare.
2003-05-04 01:44:08 +00:00
Stefan Monnier
4216b545a9 (input_available_signal): Mark static.
(menu_bar_items): Use map_keymap.
(menu_bar_one_keymap): Remove.
(menu_bar_item): Adjust arglist (for use in map_keymap).
Properly hide a second binding when not both are keymaps.
2003-05-04 01:39:33 +00:00
Stefan Monnier
0695ce9138 (struct skp): New struct, to pass args through map_keymap.
(single_keymap_panes): Use it and map_keymap.
(single_menu_item): Use skp as well.
2003-05-04 01:27:32 +00:00
Stefan Monnier
09dae035eb (cl-map-keymap): Redefine as alias.
(cl-map-keymap-recursively): Use map-keymap.
(cl-macroexpand-all): Don't quote functions.
2003-05-04 00:44:25 +00:00
Stefan Monnier
0d7a020af5 (cl-map-keymap): Be careful with aliases. 2003-05-04 00:34:16 +00:00
Stefan Monnier
24c22ecf5a (ad-get-enabled-advices, ad-special-forms)
(ad-arglist, ad-subr-arglist): Use push and match-string.
(ad-make-advised-docstring): Extract & reinsert the usage info.
2003-05-04 00:32:46 +00:00
Stefan Monnier
95734598cd (help-add-fundoc-usage): Allow arglist to be a string. 2003-05-04 00:30:34 +00:00
Stefan Monnier
9d3153eb87 (map_keymap_item, map_keymap_char_table_item, map_keymap)
(map_keymap_call, Fmap_keymap): New functions.
(syms_of_keymap): Defsubr map-keymap.
2003-05-04 00:13:06 +00:00
Stefan Monnier
b41ea33eef (map_keymap_function_t): New type.
(map_keymap): Declare.
2003-05-04 00:10:01 +00:00
Nick Roberts
d408a783f8 (breakpoint-enabled-icon, breakpoint-disabled-icon):
Include bitmap data for monochrome display.
(breakpoint-enabled-pbm-data, breakpoint-disabled-pbm-data):
New constants.
2003-05-03 22:20:57 +00:00
Nick Roberts
93e36c9cbf *** empty log message *** 2003-05-03 21:55:09 +00:00
Nick Roberts
556621f6d1 Add an entry for GDB-UI.
Mention tool bar under GUD.
2003-05-03 20:46:06 +00:00
Stefan Monnier
5ed6ba5b28 *** empty log message *** 2003-05-03 18:44:49 +00:00
Glenn Morris
e6838fd842 Improve previous changes (in particular, use of @uref).
Add a few index entries.
2003-05-03 14:24:23 +00:00
Richard M. Stallman
3f146b61a3 Updated page for dired.el. 2003-05-03 14:06:09 +00:00
Richard M. Stallman
c73fce9a2c (cperl-nonoverridable-face): Doc fix. 2003-05-03 13:53:41 +00:00
Richard M. Stallman
8451b5e9c5 (mail-dont-send, mail-bury): Make ARG optional. 2003-05-03 13:52:57 +00:00
Richard M. Stallman
0d63ba8cd9 (Helper-return-blurb): Add defvar. (Also rearrange defuns.) 2003-05-03 13:52:17 +00:00
Richard M. Stallman
1f9d00ca8a (uniquify-ignore-buffers-re): Change default to match some Gnus buffers. 2003-05-03 13:51:00 +00:00
Richard M. Stallman
78e4fe6980 (comment-search-forward): Add autoload cookie. 2003-05-03 13:50:14 +00:00
Richard M. Stallman
3ae4c5094b (isearch-complete): Update isearch-message. 2003-05-03 13:49:47 +00:00
Richard M. Stallman
9f243b0d3d (filesets-data): Add another defvar.
(filesets-verbosity): Doc fix.
2003-05-03 13:48:39 +00:00
Glenn Morris
199a0cb9b3 Update copyright and maintenance details.
Update some package URLs, versions, and maintainers.
Remove many references to the Emacs Lisp Archive as it is no
longer being updated.
2003-05-02 22:02:11 +00:00
Stefan Monnier
51241d96ea Add a link to Meta-CVS home page. 2003-05-02 18:31:55 +00:00
Jan Djärv
4b1b444335 * gtkutil.c (create_dialog, make_widget_for_menu_item)
(make_menu_item, create_menus, xg_update_menu_item): Don't call
..._with_mnemonic functions for menu items.
2003-05-02 12:20:16 +00:00
Juanma Barranquero
46a75c30d0 (recentf-cleanup): Swap tests for exclusion and accessibility. 2003-05-02 12:16:46 +00:00
Richard M. Stallman
62cbacdefd *** empty log message *** 2003-05-01 20:15:04 +00:00
Stefan Monnier
04b28167ad (Funwind_protect): Use func = Fprogn rather symbol = Qnil. 2003-05-01 19:38:05 +00:00
Kai Großjohann
742f871048 utf-translate-cjk is now called utf-translate-cjk-mode. 2003-05-01 19:37:34 +00:00
Kai Großjohann
a59ec541d2 More excluded charsets for Unicode support. 2003-05-01 12:17:54 +00:00
Juanma Barranquero
74070f4c5e Fix braino. 2003-05-01 11:36:31 +00:00
Juanma Barranquero
fa9ed3c573 *** empty log message *** 2003-05-01 11:21:58 +00:00