aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (nntp-open-tls-stream, nntp-open-ssl-stream): Defvar at compile time.Juanma Barranquero2005-08-242-1/+9
|
* (url-http-cookies-sources): Defvar at compile time.Juanma Barranquero2005-08-241-1/+2
|
* (news-inews-hook, news-group-hook-alist, mail-send-hook):Juanma Barranquero2005-08-241-2/+6
| | | | Defvar at compile time.
* (info-xref-xfile-alist, info-xref-filename-heading, info-xref-good,Juanma Barranquero2005-08-241-13/+21
| | | | info-xref-bad): Defvar at compile time.
* (define-minor-mode): Simplify.Stefan Monnier2005-08-241-15/+7
|
* (custom-theme-set-variables): Sort minor modes last.Stefan Monnier2005-08-241-9/+7
|
* Update "copyright years" section.Thien-Thi Nguyen2005-08-241-1/+1
|
* (merge-begin, merge-end, template, A-begin, A-end, B-begin, B-end, diff,Juanma Barranquero2005-08-242-0/+27
| | | | diff-vector, valid-diff): Defvar at compile time to silence the byte-compiler.
* (ibuffer-compile-make-eliding-form, ibuffer-check-formats): UseJuanma Barranquero2005-08-241-8/+18
| | | | | | | | | | | | | | `with-no-warnings' to hide references to `ibuffer-elide-long-columns' (which is defined on ibuffer.el, so it's silly to get warnings for it). (ibuffer-auto-mode, ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats, ibuffer-filter-format-alist, ibuffer-filter-group-kill-ring, ibuffer-filter-groups, ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups, ibuffer-inline-columns, ibuffer-show-empty-filter-groups, ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps): Defvar at compile time. (ibuffer-compiled-formats, ibuffer-cached-eliding-string, ibuffer-cached-formats, ibuffer-cached-elide-long-columns), eclare them before use.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-2454-155/+175
|
* (bookmark-after-jump-hook): New hook.Carsten Dominik2005-08-241-0/+5
| | | | (bookmark-jump): Run `bookmark-after-jump-hook'.
* *** empty log message ***Carsten Dominik2005-08-241-0/+5
|
* (minibuffer-prompt): Doc fix.Juri Linkov2005-08-232-7/+14
|
* Moved to obsoleteJan Djärv2005-08-231-157/+0
|
* Moved from international. Old log:Jan Djärv2005-08-231-0/+157
| | | | ;;; swedish.el --- miscellaneous functions for dealing with Swedish.
* Trivial changes to silence warnings.Juanma Barranquero2005-08-232-143/+175
| | | | | | | | | | | | | | | | | | (xscheme-previous-mode, xscheme-previous-process-state): Add defvars. (xscheme-last-input-end, xscheme-process-command-line, xscheme-process-name, xscheme-buffer-name, xscheme-expressions-ring-max, xscheme-expressions-ring, xscheme-expressions-ring-yank-pointer, xscheme-running-p, xscheme-control-g-synchronization-p, xscheme-control-g-disabled-p, xscheme-string-receiver, default-xscheme-runlight, xscheme-runlight, xscheme-runlight-string, xscheme-process-filter-state, xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string): Move to beginning of file. (scheme-interaction-mode-commands-alist, scheme-interaction-mode-map, scheme-debugger-mode-map): Declare them before use. Note: the initialization code for the variables has not been moved because it uses functions that reference the variables. (xscheme-control-g-message-string, xscheme-process-filter-alist, xscheme-prompt-for-expression-map): Declare them before use. (scheme-debugger-mode-commands): "?\ " -> "?\s".
* * hexl.el (hexl-print-current-point-info): Fix simple spelling error.Masatake YAMATO2005-08-232-1/+6
|
* *** empty log message ***Juri Linkov2005-08-224-0/+23
|
* (Standard Faces): Merge the text from `(elisp)Standard Faces' into this node.Juri Linkov2005-08-221-17/+31
|
* (Mode Line Data): Fix xref to Standard Faces.Juri Linkov2005-08-221-1/+1
|
* (Standard Faces): Delete node.Juri Linkov2005-08-221-136/+5
| | | | | (Faces): Add xref to `(emacs)Standard Faces'. (Displaying Faces): Fix xref to `Standard Faces'.
* (Attribute Functions): Add set-face-inverse-video-p.Juri Linkov2005-08-222-4/+13
| | | | Fix invert-face. Fix args of face-background.
* (turn_on_face): Check for TS_set_foreground andJuri Linkov2005-08-221-11/+7
| | | | TS_set_background depending on standout_mode. Simplify.
* (compilation-disable-input): Doc fix.Juri Linkov2005-08-222-7/+28
| | | | | | | (define-compilation-mode): Doc fix and refill. (kill-compilation): Use `mode-name' in the error message. (compilation-find-file): Use `compilation-error' in the read-file-name's prompt.
* (Info-insert-dir): Use save-excursion around insert-buffer-substring.Juri Linkov2005-08-221-25/+10
| | | | | | | | (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string. (Info-escape-percent): Delete function. (Info-fontify-node): Replace Info-escape-percent by replace-regexp-in-string with REP arg set to lambda that duplicates `%' and preserves text properties.
* (set-face-underline): Delete this duplicate functionJuri Linkov2005-08-221-14/+12
| | | | | | and make an obsolete alias to set-face-underline-p. (set-face-underline-p): Use docstring of set-face-underline. (describe-face): Create hyperlink to parent face.
* (smerge-basic-map): Bind smerge-combine-with-next.Stefan Monnier2005-08-222-53/+129
| | | | | | | | | | | | | | | | | (smerge-auto-leave): Make undo re-enable the mode. (debug-ignored-errors): Add the user-error of impossible resolution. (smerge-resolve): Move things around a bit, in preparation for later. (smerge-diff): Don't fail if the buffer has no associated file. (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler. (smerge-conflict-overlay): New function. (smerge-match-conflict): Don't add text properties here. (smerge-find-conflict): Instead, add an overlay here. Also check for the case where we're inside a conflict already, so as to obviate the need for font-lock-multiline, which is unbearably slow with large conflicts and ciomplex font-lock patterns. (smerge-remove-props): Remove overlay rather than text-properties. (smerge-mode): Don't set font-lock-multiline. Remove overlays when turned off.
* * fringe.c (update_window_fringes): Only put TOP and BOTTOMKim F. Storm2005-08-211-2/+4
| | | | bitmaps on fully visible rows.
* *** empty log message ***Kim F. Storm2005-08-212-0/+8
|
* (ido-ignore-item-p): Use save-match-data.Kim F. Storm2005-08-211-31/+30
| | | | Bind case-fold-search to ido-case-fold locally.
* (redisplay_window): Call update_window_fringes withKim F. Storm2005-08-211-4/+3
| | | | KEEP_CURRENT_P non-0 if we are going to refresh fringes later.
* (update_window_fringes): Replace FORCE_P arg with KEEP_CURRENT_P arg;Kim F. Storm2005-08-211-12/+16
| | | | if non-zero, don't update current row fringes, and return 0.
* *** empty log message ***Kim F. Storm2005-08-211-0/+9
|
* (normal-mode): If font lock is on, turn it off and on.Richard M. Stallman2005-08-202-0/+19
|
* (replace-regexp-in-string): Doc fix.Richard M. Stallman2005-08-201-3/+4
|
* (command-line-1): Don't suppress startup screen due to existing processes.Richard M. Stallman2005-08-201-5/+1
|
* (grep): Bind compilation-disable-input to t.Richard M. Stallman2005-08-201-1/+2
|
* (compilation-disable-input): Default to nil.Richard M. Stallman2005-08-201-1/+1
|
* Mention compilation-disable-input.Eli Zaretskii2005-08-201-0/+4
|
* *** empty log message ***Eli Zaretskii2005-08-203-0/+15
|
* (compilation-disable-input): New defcustom.Eli Zaretskii2005-08-201-0/+10
| | | | | (compilation-start): If compilation-disable-input is non-nil, send EOF to the compilation process.
* (The Buffer List): Clarify the manipulation of the buffer list.Eli Zaretskii2005-08-201-9/+12
|
* Update links and URLs.Eli Zaretskii2005-08-201-28/+13
|
* (tex-bibtex-file, tex-send-tex-command):Eli Zaretskii2005-08-202-2/+12
| | | | | | | Run the argument of tex-shell-cd-command through convert-standard-filename, to get the correct style of slashes on Windows, and enclose the result in quotes, in case the file name includes whitespace or other special characters.
* (display_echo_area_1): Get display start pos from w->start.Richard M. Stallman2005-08-202-5/+26
| | | | | (resize_mini_window): Set w->start, and PT, so as to display the tail end of the buffer, if it doesn't all fit.
* (gud-kill-buffer-hook): Don't kill unrelatedAndreas Schwab2005-08-192-1/+6
| | | | process.
* (minibuffer-prompt-properties): Correct typo.Luc Teirlinck2005-08-191-1/+1
|
* *** empty log message ***Luc Teirlinck2005-08-191-0/+4
|
* (Obtaining the FAQ): Delete refs to Lerner's email and web site.Richard M. Stallman2005-08-181-19/+0
|
* (Top): Delete menu item for deleted node Keyboard Translations.Luc Teirlinck2005-08-181-3/+0
|