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

42812 Commits

Author SHA1 Message Date
Dan Nicolaescu
9b7b3814df * vc.el (vc-status-crt-marked): New variable.
(vc-status-mode): Make it local.
(vc-status-refresh): Use it to save the marked files.
(vc-update-vc-status-buffer): Use it to restore the marked files.

* vc-svn.el (vc-svn-after-dir-status):
* vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
2008-02-29 19:13:54 +00:00
Glenn Morris
21e8bc996d (allout-topic-encryption-bullet)
(allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
(allout-encrypt-unencrypted-on-saves): Change defcustom :version
from 22.0 to 22.1.
2008-02-29 04:06:59 +00:00
Glenn Morris
330f707bed Change defcustom :version from 23.0 to 23.1. 2008-02-29 04:03:49 +00:00
Glenn Morris
ab74c815cf (imap-ping-server): Change defcustom :version from 23.0 to 23.1. 2008-02-29 04:03:16 +00:00
Glenn Morris
dd22fbf6d1 (tls-checktrust, tls-untrusted, tls-hostmismatch):
Change defcustom :version from 23.0 to 23.1.
2008-02-29 04:02:43 +00:00
Glenn Morris
cbd59df478 *** empty log message *** 2008-02-29 04:02:23 +00:00
Juanma Barranquero
ae4370a83c (desktop-save): Save the buffer name if the uniquified base name is empty. 2008-02-29 03:03:57 +00:00
Nick Roberts
707ae15225 (gdb-info-stack-custom): Apply
function-name-face correctly when user has
"set print address off".
2008-02-29 00:47:13 +00:00
Nick Roberts
b25c4e2893 *** empty log message *** 2008-02-29 00:45:19 +00:00
Juanma Barranquero
618dd2071b *** empty log message *** 2008-02-28 23:50:44 +00:00
Juanma Barranquero
82c025915f (custom-mode, custom-mode-hook): Use 23.1 as version
number of the next major Emacs release, not 23.0.
2008-02-28 23:42:48 +00:00
Juanma Barranquero
c172e10123 (longlines-unload-function): New function. 2008-02-28 23:41:52 +00:00
Juri Linkov
79b1c79cc2 (normal-splash-screen): Add argument `concise'.
Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
to the created buffer.  If `concise' is non-nil, call
`display-buffer', otherwise `switch-to-buffer'.  Doc fix.
(display-startup-screen): Add argument `concise' to the call to
`normal-splash-screen'.
2008-02-28 23:32:11 +00:00
Juri Linkov
bd8b0ebb99 (startup-echo-area-message): Check for about-emacs. 2008-02-28 22:59:12 +00:00
Juri Linkov
8d86c6da46 Always add initial message to *scratch* buffer if
`initial-scratch-message' is non-nil regardless of the value of
`inhibit-startup-screen'.
(inhibit-startup-screen, initial-scratch-message): Doc fix.
(command-line-1): Move code that inserts `initial-scratch-message'
up before the if-form that checks for `inhibit-startup-screen'.
Suggested by Jonathan Rockway <jon@jrock.us>.
2008-02-28 22:50:26 +00:00
Juri Linkov
5c842d76fa (hs-minor-mode-menu): Compare `hs-isearch-open' with t instead of
`comment' in :selected for "Code and Comment blocks" menu item.
2008-02-28 21:02:45 +00:00
Juri Linkov
56a8f9c532 (menu-bar-search-menu, menu-bar-replace-menu): Capitalize "Tagged Files".
(minibuffer-local-map): Add menu items for next/previous
history elements and isearch history forward/backward.
2008-02-28 20:46:30 +00:00
Juri Linkov
27eb24a355 (viper-emacs-state-mode-list): Rename custom-mode' to Custom-mode'. 2008-02-28 20:46:02 +00:00
Juri Linkov
e8b363356b Rename custom-mode' to Custom-mode'. 2008-02-28 20:45:51 +00:00
Juri Linkov
6aec3b9d64 (custom-mode-map, custom-mode-link-map):
Rename `custom-mode' to `Custom-mode' in docstrings.
(custom-buffer-create-internal, customize-browse):
Rename `custom-mode' to `Custom-mode'.
(custom-mode-hook): Rename to `Custom-mode-hook'.
(Custom-mode-hook): Renamed from `custom-mode-hook'.
(custom-mode): Rename to `Custom-mode'.
(Custom-mode): Renamed from `custom-mode'.  Doc fix.
(custom-mode): Add backward-compatible non-interactive variant of
`Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
(custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
2008-02-28 20:45:37 +00:00
Stefan Monnier
80de177875 Use with-current-buffer. 2008-02-28 19:12:01 +00:00
Teodor Zlatanov
d626f888d2 (url-get-normalized-date): Simplify
to use `format-time-string'.  Always generate date in UTC, but
call it GMT for full compatibility with the RFCs.
2008-02-28 17:41:40 +00:00
Stefan Monnier
ef9f9d309f (uniquify-buffer-base-name): Undo last change. Should be
done in desktop.el instead.
2008-02-28 17:09:18 +00:00
Juanma Barranquero
e2b2793b5c *** empty log message *** 2008-02-28 10:13:26 +00:00
Glenn Morris
74c52de17f (Info-goto-node): Remove declaration.
(org-info): Use info rather than Info-goto-node.
2008-02-28 03:49:35 +00:00
Glenn Morris
584dcd8f48 (make-obsolete): Doc fix. 2008-02-28 03:47:59 +00:00
Glenn Morris
d6a277d036 (Info-goto-node): Remove declaration.
(idlwave-convert-xml-system-routine-info): Don't require xml.
(idlwave-show-commentary, idlwave-shell-show-commentary): Don't require finder.
(idlwave-info): Don't require info.  Use info rather than Info-goto-node.
2008-02-28 03:47:24 +00:00
Glenn Morris
a2e43f129b (reftex-show-commentary): Don't require finder.
(reftex-info): Don't require info.  Use info rather than Info-goto-node.
2008-02-28 03:45:53 +00:00
Glenn Morris
af8b50d18f (auto-insert-alist): Update to FDL 1.2. 2008-02-28 03:44:36 +00:00
Glenn Morris
4d8da9a425 Update commentary.
Remove leading `*' from defcustom doc-strings.
(Info-menu, Info-goto-node): Remove declarations.
(report-emacs-bug-info): Use info rather than Info-goto-node.
2008-02-28 03:43:47 +00:00
Dan Nicolaescu
a7aa113743 *** empty log message *** 2008-02-28 03:37:40 +00:00
Dan Nicolaescu
76cdeb7d29 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
the menu.

* vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
(vc-finish-logentry): Check for vc-status-mode, not only for
vc-dired-mode.
2008-02-28 03:35:22 +00:00
Kenichi Handa
758710cb94 (isearch-printing-char): Don't check
keyboard-coding-system.  Call
isearch-process-search-multibyte-characters only when
current-input-method is non-nil.
2008-02-28 01:58:07 +00:00
Kim F. Storm
20e70daf7f (make-glyph-code): Encode as cons if face id > 63.
(glyph-char, glyph-face): Handle cons encoding.
2008-02-27 22:53:11 +00:00
Kim F. Storm
a6fa701eb1 (get_next_display_element, next_element_from_display_vector):
Adapt to new glyph type and new glyph code encoding.
2008-02-27 22:52:56 +00:00
Bastien Guerry
396dd4da4d Re-added calc-menu.el to fix persmissions. 2008-02-27 18:20:25 +00:00
Bastien Guerry
dcafd049b2 Removed calc-menu.el. Next commit will add it again and fix the permissions. 2008-02-27 18:18:33 +00:00
Juanma Barranquero
07e4bb9a30 (uniquify-buffer-base-name): If the base name is an empty
string, return nil to allow the caller to default to the
buffer name.  Reported by Martin Fischer <parozusa@web.de>.
2008-02-27 16:39:45 +00:00
Juanma Barranquero
15d625634c *** empty log message *** 2008-02-27 10:25:55 +00:00
Juanma Barranquero
aadb686431 (sc-describe): Fix typos in obsolescence declaration. 2008-02-27 10:20:26 +00:00
Juanma Barranquero
3ab3140b50 (tool-bar-setup): Doc fix. 2008-02-27 10:17:06 +00:00
Glenn Morris
be021c015f (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
nnmairix-request-group-with-article-number-correction call.
(nnmairix-fast, nnmairix-group): New, less general names, for free
variables passed from nnmairix-request-group to
nnmairix-request-group-with-article-number-correction.  Declare.
(nnmairix-request-group-with-article-number-correction):
Use nnmairix-fast, nnmairix-group rather than fast, group.
2008-02-27 09:19:28 +00:00
Glenn Morris
e80c716461 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
variables to defconsts.  Convert comments to doc-strings.
(nnmairix-last-server, nnmairix-current-server): Convert from free
variables to defvars.  Convert comments to doc-strings.
(gnus-registry-fetch-group): Autoload.
(nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
(nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
(nnmairix-widget-build-editable-fields): Use car cddr rather than caddr.
2008-02-27 09:11:02 +00:00
Glenn Morris
da13b6ccb1 Switch license to GPLv3+.
Standardize license text.
Change defcustom :version from 23.0 to 23.1.
2008-02-27 08:57:49 +00:00
Glenn Morris
3d452bded0 Standardize license text. 2008-02-27 08:55:44 +00:00
Miles Bader
3d0f8a6740 Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1086
2008-02-27 06:22:10 +00:00
Glenn Morris
88ddede6ee (auto-insert-alist): Change permission text to match FSF's GPLv3 form. 2008-02-27 05:03:06 +00:00
Glenn Morris
4fe4d2859f Change copyright to FSF, per the author's statement:
http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg02647.html
Update FSF address.
2008-02-27 04:54:55 +00:00
Glenn Morris
34b5f6df51 (sc-cite-original): Doc fix.
(sc-version): Make obsolete.
(sc-describe): Show the SC info page.  Make obsolete.
2008-02-27 04:34:05 +00:00
Stefan Monnier
d379ff015f *** empty log message *** 2008-02-26 21:35:04 +00:00