summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (menu-bar-search-menu, menu-bar-replace-menu): Capitalize "Tagged Files".Juri Linkov2008-02-282-3/+39
| | | | | (minibuffer-local-map): Add menu items for next/previous history elements and isearch history forward/backward.
* (viper-emacs-state-mode-list): Rename `custom-mode' to `Custom-mode'.Juri Linkov2008-02-281-1/+1
|
* Rename `custom-mode' to `Custom-mode'.Juri Linkov2008-02-281-1/+1
|
* (custom-mode-map, custom-mode-link-map):Juri Linkov2008-02-281-9/+17
| | | | | | | | | | | | | 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'.
* Use with-current-buffer.Stefan Monnier2008-02-282-43/+27
|
* (url-get-normalized-date): SimplifyTeodor Zlatanov2008-02-282-27/+10
| | | | | to use `format-time-string'. Always generate date in UTC, but call it GMT for full compatibility with the RFCs.
* (uniquify-buffer-base-name): Undo last change. Should beStefan Monnier2008-02-282-5/+8
| | | | done in desktop.el instead.
* *** empty log message ***Juanma Barranquero2008-02-281-92/+92
|
* (Info-goto-node): Remove declaration.Glenn Morris2008-02-282-3/+24
| | | | (org-info): Use info rather than Info-goto-node.
* (make-obsolete): Doc fix.Glenn Morris2008-02-281-1/+2
|
* (Info-goto-node): Remove declaration.Glenn Morris2008-02-281-6/+1
| | | | | | (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.
* (reftex-show-commentary): Don't require finder.Glenn Morris2008-02-281-85/+83
| | | | (reftex-info): Don't require info. Use info rather than Info-goto-node.
* (auto-insert-alist): Update to FDL 1.2.Glenn Morris2008-02-281-4/+5
|
* Update commentary.Glenn Morris2008-02-281-19/+14
| | | | | | Remove leading `*' from defcustom doc-strings. (Info-menu, Info-goto-node): Remove declarations. (report-emacs-bug-info): Use info rather than Info-goto-node.
* *** empty log message ***Dan Nicolaescu2008-02-281-4/+0
|
* * progmodes/hideshow.el (hs-minor-mode-menu): Add some options toDan Nicolaescu2008-02-283-10/+39
| | | | | | | | 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.
* (isearch-printing-char): Don't checkKenichi Handa2008-02-282-9/+10
| | | | | | keyboard-coding-system. Call isearch-process-search-multibyte-characters only when current-input-method is non-nil.
* (make-glyph-code): Encode as cons if face id > 63.Kim F. Storm2008-02-271-5/+13
| | | | (glyph-char, glyph-face): Handle cons encoding.
* (get_next_display_element, next_element_from_display_vector):Kim F. Storm2008-02-271-0/+5
| | | | Adapt to new glyph type and new glyph code encoding.
* Re-added calc-menu.el to fix persmissions.Bastien Guerry2008-02-271-0/+1429
|
* Removed calc-menu.el. Next commit will add it again and fix the permissions.Bastien Guerry2008-02-271-1429/+0
|
* (uniquify-buffer-base-name): If the base name is an emptyJuanma Barranquero2008-02-272-2/+8
| | | | | string, return nil to allow the caller to default to the buffer name. Reported by Martin Fischer <parozusa@web.de>.
* *** empty log message ***Juanma Barranquero2008-02-271-1/+8
|
* (sc-describe): Fix typos in obsolescence declaration.Juanma Barranquero2008-02-271-1/+1
|
* (tool-bar-setup): Doc fix.Juanma Barranquero2008-02-271-1/+1
|
* (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group aroundGlenn Morris2008-02-272-3/+28
| | | | | | | | | 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.
* (nnmairix-group-regexp, nnmairix-valid-backends): Convert from freeGlenn Morris2008-02-271-55/+57
| | | | | | | | | | 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.
* Switch license to GPLv3+.Glenn Morris2008-02-272-18/+24
| | | | | Standardize license text. Change defcustom :version from 23.0 to 23.1.
* Standardize license text.Glenn Morris2008-02-271-3/+5
|
* Merge from gnus--devo--0Miles Bader2008-02-273-5/+1567
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1086
* (auto-insert-alist): Change permission text to match FSF's GPLv3 form.Glenn Morris2008-02-272-7/+8
|
* Change copyright to FSF, per the author's statement:Glenn Morris2008-02-271-3/+3
| | | | | http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg02647.html Update FSF address.
* (sc-cite-original): Doc fix.Glenn Morris2008-02-272-10/+16
| | | | | (sc-version): Make obsolete. (sc-describe): Show the SC info page. Make obsolete.
* *** empty log message ***Stefan Monnier2008-02-261-0/+1
|
* (set-mark-command): Deactivate mark on second C-SPC C-SPCStefan Monnier2008-02-262-1/+8
| | | | when using transient-mark-mode.
* (compilation-mode-tool-bar-map): The same.Jan Djärv2008-02-262-4/+11
|
* (grep-mode-tool-bar-map): Change place on nextJan Djärv2008-02-261-4/+4
| | | | and previous.
* Remove RCS keywordsMiles Bader2008-02-261-2/+1
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1083
* (top-level): Don't require comint when compiling.Glenn Morris2008-02-262-39/+49
| | | | | | | | | | | (nslookup-font-lock-keywords): Don't require font-lock. Use font-lock faces rather than variables. (nslookup, ftp, smbclient, network-service-connection): Don't require comint. (comint-prompt-regexp, comint-input-autoexpand) (comint-input-ring): Declare for compiler. (comint-mode, ffap-string-at-point, comint-exec): Autoload. (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
* (ibuffer-do-toggle-read-only): Don't use `iff' in doc-string.Glenn Morris2008-02-261-1/+1
|
* Combine entries.Glenn Morris2008-02-261-7/+3
|
* (doc-view-current-page): Add a `win' argument.Stefan Monnier2008-02-262-13/+17
|
* (ibuffer-do-toggle-read-only): New optional arg as inRoland Winkler2008-02-252-3/+10
| | | | toggle-read-only.
* (doc-view-conversion-buffer): Give it an internal name.Stefan Monnier2008-02-252-41/+89
| | | | | | | | | | | | | | | Demote it to plain defvar. (doc-view-conversion-refresh-interval): Reduce interval. (doc-view-goto-page): Allow moving to pages not yet rendered. (doc-view-goto-page): Construct a file name rather than extracting it from doc-view-current-files. (doc-view-kill-proc): Ignore errors from kill-process. (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead. (doc-view-insert-image): Use appropriate text if the page hasn't been rendered yet. Adjust scrolling so the text is displayed. (doc-view-display): Detect not just that a page is available, but also that it wasn't available before, to avoid refreshing all pages repeatedly. (doc-view-mode): Make doc-view-cache-directory if needed.
* (bibtex-format-entry): Handle error message refering to a missingRoland Winkler2008-02-252-26/+50
| | | | required field with the OPT prefix. Make unwindform more robust.
* * textmodes/bibtex.el: Remove support for hideshow minor mode asRoland Winkler2008-02-252-14/+1
| | | | | | it duplicates the bibtex support in progmodes/hideshow.el. * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex entry that do not start at the beginning of a line.
* (shell-quote-wildcard-pattern): Quote ' and " as well.Chong Yidong2008-02-251-2/+2
|
* * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.Chong Yidong2008-02-251-0/+4
|
* *** empty log message ***Robert J. Chassell2008-02-251-0/+9
|
* (describe-variable): Add phrases about initialization file with andRobert J. Chassell2008-02-252-7/+35
| | | | without customization; use new button type help-info-variable.