Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (open-network-stream-nowait): Use featurep. | Kim F. Storm | 2002-03-21 | 1 | -2/+2 | |
| | | | | (open-network-stream-server): Ditto. | |||||
* | Comment change. | Richard M. Stallman | 2002-03-21 | 1 | -1/+1 | |
| | ||||||
* | (report-emacs-bug-hook): Remove submitter | Thien-Thi Nguyen | 2002-03-21 | 2 | -9/+22 | |
| | | | | directions as the last action. | |||||
* | (fancy-splash-tail, normal-splash-screen): Update copyright. | Pavel Janík | 2002-03-20 | 2 | -4/+7 | |
| | ||||||
* | (disabled-command-hook): Clarify output text to match prompt. | Pavel Janík | 2002-03-20 | 2 | -5/+10 | |
| | ||||||
* | *** empty log message *** | Jason Rumney | 2002-03-20 | 1 | -0/+4 | |
| | ||||||
* | (display-images-p): Do not explicitly check display type. | Jason Rumney | 2002-03-20 | 1 | -4/+1 | |
| | ||||||
* | Eliminate compilation warnings due to `rfc822-addresses'. | Paul Reilly | 2002-03-20 | 2 | -2/+12 | |
| | | | | | (rmail-dont-reply-to): Eliminate `pos' as a free variable for a warning free compile. | |||||
* | * ediff-diff.el (ediff-install-fine-diff-if-necessary): take | Michael Kifer | 2002-03-20 | 8 | -240/+412 | |
| | | | | | | | | | | | | | | | | | | | | | | | | the current highlighting style into account. (ediff-forward-word-function,ediff-whitespace,ediff-word-1, ediff-word-2,ediff-word-3,ediff-word-4): make them buffer local. * ediff-init.el (ediff-patch-job): new macro. * ediff-mult.el (ediff-make-new-meta-list-header): new API function. (ediff-intersect-directories): use ediff-make-new-meta-list-header. * ediff-ptch.el (ediff-map-patch-buffer): use ediff-make-new-meta-list-header. (ediff-fixup-patch-map): use the meta-list API from ediff-mult.el. * ediff-util.el (ediff-toggle-hilit): fix toggling of highliting. (ediff-select-difference): take highlighting style into account. (ediff-clone-buffer-for-region-comparison): new function. (ediff-inferior-compare-regions): added comparison of current diff regions. * ediff.el (ediff-clone-buffer-for-region-comparison, ediff-clone-buffer-for-window-comparison): moved to ediff-util.el. | |||||
* | *** empty log message *** | Paul Reilly | 2002-03-19 | 1 | -0/+12 | |
| | ||||||
* | (rmail-dont-reply-to): Overhaul to correctly apply the regular | Paul Reilly | 2002-03-19 | 1 | -49/+45 | |
| | | | | | expressions in the variable `rmail-dont-reply-to-names' to the list of destination addresses. Contributed by lorentey@elte.hu. | |||||
* | (rmail-dont-reply-to-names): Modify the documentation to make it email | Paul Reilly | 2002-03-19 | 1 | -3/+3 | |
| | | | | | address centric rather than login name centric. Contributed by lorentey@elte.hu. | |||||
* | (ibuffer-set-mark): Go back to the beginning of the line after setting | Colin Walters | 2002-03-18 | 1 | -3/+4 | |
| | | | | | | the mark. (ibuffer-insert-buffers-and-marks): Invert the test for `ibuffer-sorting-reversep'. | |||||
* | (ibuffer-toggle-sorting-mode): Remove `find-if' so we don't require | Colin Walters | 2002-03-18 | 1 | -8/+7 | |
| | | | | | `cl' at runtime. (sorting mode mode-name): Don't take the symbol-name of a string. | |||||
* | *** empty log message *** | Colin Walters | 2002-03-18 | 1 | -0/+11 | |
| | ||||||
* | *** empty log message *** | Stefan Monnier | 2002-03-18 | 1 | -0/+5 | |
| | ||||||
* | (unify-8859-on-decoding-mode) | Stefan Monnier | 2002-03-18 | 1 | -2/+0 | |
| | | | | (unify-8859-on-encoding-mode): Remove autoload cookie. | |||||
* | ("emacs-lisp/backquote"): Load earlier. | Stefan Monnier | 2002-03-18 | 2 | -9/+22 | |
| | | | | | | ("international/ucs-tables"): Load and turn on unify-8859-on-encoding-mode unconditionally. (emacs-version): Use `defconst' rather than `setq'. | |||||
* | # | André Spiegel | 2002-03-18 | 1 | -0/+13 | |
| | ||||||
* | (vc-sccs-register): Fix handling of vc-[sccs-]register-switches. | André Spiegel | 2002-03-18 | 1 | -2/+2 | |
| | ||||||
* | (vc-cvs-register): Fix handling of vc-[cvs-]register-switches. | André Spiegel | 2002-03-18 | 1 | -2/+2 | |
| | ||||||
* | (vc-rcs-register): Fix handling of vc-[rcs-]register-switches. | André Spiegel | 2002-03-18 | 1 | -24/+2 | |
| | | | | | (vc-rcs-checkin-switches, vc-rcs-checkout-switches): Removed, since they weren't used yet. | |||||
* | (eshell-binary-suffixes): Use exec-suffixes. | Stefan Monnier | 2002-03-18 | 2 | -5/+14 | |
| | ||||||
* | *** empty log message *** | Richard M. Stallman | 2002-03-18 | 1 | -0/+5 | |
| | ||||||
* | (menu-bar-options-menu): Cope if text-mode-hook is not a list. | Richard M. Stallman | 2002-03-18 | 1 | -1/+3 | |
| | ||||||
* | *** empty log message *** | Richard M. Stallman | 2002-03-18 | 1 | -0/+32 | |
| | ||||||
* | (pc-selection-mode): Alter the existing global map, don't replace it. | Richard M. Stallman | 2002-03-18 | 1 | -14/+10 | |
| | ||||||
* | (list-directory): Set default-directory at the end. | Richard M. Stallman | 2002-03-18 | 1 | -6/+10 | |
| | ||||||
* | (save-buffer-state): | Richard M. Stallman | 2002-03-18 | 1 | -5/+9 | |
| | | | | | Bind inhibit-modification-hooks and buffer-file-truename instead of before-change-functions and after-change-functions. | |||||
* | (imenu-menubar-modified-tick): Renamed from | Richard M. Stallman | 2002-03-18 | 1 | -23/+22 | |
| | | | | | | imenu-update-menubar-modified-tick. (imenu-update-menubar): Update imenu-menubar-modified-tick whenever outer condition succeeds. | |||||
* | (dabbrev--goto-start-of-abbrev): Put a limit on field-beginning search. | Richard M. Stallman | 2002-03-18 | 1 | -1/+3 | |
| | ||||||
* | Put * in user option doc strings. | Richard M. Stallman | 2002-03-18 | 1 | -24/+29 | |
| | | | | | | | | (browse-url-mosaic-pidfile): New variable. (browse-url-mosaic): Use it. (browse-url-filename-alist): Don't begin docstring with *, you don't want to set this one with M-x set-variable. | |||||
* | (sgml-xml-mode): Renamed from sgml-xml. | Stefan Monnier | 2002-03-17 | 1 | -88/+73 | |
| | | | | | | | | (sgml-xml-guess): Simplify. (sgml-mode-common): Remove (move into sgml-mode). (sgml-mode): Add code from sgml-mode-common. Remove redundant setting of indent-line-function. Don't set skeleton-transformation when in XML mode. | |||||
* | (describe-char-after): Use `internal-describe-syntax-value' again. | Stefan Monnier | 2002-03-17 | 2 | -11/+9 | |
| | ||||||
* | (ucs-unify-8859, ucs-fragment-8859): Use unify-8859-on-decoding-mode. | Stefan Monnier | 2002-03-17 | 2 | -32/+65 | |
| | | | | | (unify-8859-on-decoding-mode): Also set translation-table-for-input. (ucs-insert): Give an error if the unicode char can't be created. | |||||
* | (cvs-parse-table): Be a bit more lenient. | Stefan Monnier | 2002-03-17 | 1 | -2/+4 | |
| | | | | (cvs-parse-status): Handle the "used to have a conflict" marker. | |||||
* | Enhanced network process support. | Kim F. Storm | 2002-03-17 | 1 | -0/+24 | |
| | ||||||
* | Update copyright. | Kim F. Storm | 2002-03-17 | 1 | -5/+3 | |
| | | | | | (shadow-save-buffers-kill-emacs): Also check for active server processes. Use process-query-on-exit-flag. | |||||
* | (save-buffers-kill-emacs): Also check for active server | Kim F. Storm | 2002-03-17 | 1 | -6/+4 | |
| | | | | | processes. Use process-query-on-exit-flag. Only list processes which has the query-on-exit flag set in connection with user query. | |||||
* | Update copyright. | Kim F. Storm | 2002-03-17 | 1 | -7/+90 | |
| | | | | | | | | | | | (clone-process): Use make-network-process to clone network processes. Get command list via (process-contact ... t). Use set-process-query-on-exit-flag and process-query-on-exit-flag instead of process-kill-without-query. (open-network-stream): Replaces C-version from process.c. (open-network-stream-nowait, open-network-stream-server): New functions. (process-kill-without-query): Replaces C-version from process.c. | |||||
* | (po-content-type-charset-alist): Convert the | Eli Zaretskii | 2002-03-16 | 2 | -78/+99 | |
| | | | | | | | car of each association to a string. (po-find-file-coding-system-guts): If the charset matches a name of a codepage, set up that codepage and return it as a coding system to decode the file. | |||||
* | (codepage-setup): Don't define a codepage if it is already defined. | Eli Zaretskii | 2002-03-16 | 2 | -3/+9 | |
| | ||||||
* | <top-level>: Remove the setup for all known codepages: it seems | Eli Zaretskii | 2002-03-16 | 2 | -5/+3 | |
| | | | | to cause crashes in the CCL driver. | |||||
* | (po-find-charset): Search for Charset= header even if we've read less than | Eli Zaretskii | 2002-03-16 | 2 | -2/+7 | |
| | | | | 4KB. | |||||
* | (bibtex-sort-ignore-string-entries) | Pavel Janík | 2002-03-16 | 2 | -3/+8 | |
| | | | | (bibtex-entry-field-alist): Doc fix. | |||||
* | *** empty log message *** | Richard M. Stallman | 2002-03-16 | 1 | -0/+8 | |
| | ||||||
* | (cperl-imenu--function-name-regexp-perl): | Richard M. Stallman | 2002-03-16 | 1 | -8/+8 | |
| | | | | Move definition above cperl-outline-regexp. | |||||
* | (mode-line-mule-info): In computing help-echo prop, | Richard M. Stallman | 2002-03-16 | 1 | -12/+10 | |
| | | | | avoid using save-window-excursion. And compile the function. | |||||
* | (load-completion): New function. | Stefan Monnier | 2002-03-16 | 1 | -1/+20 | |
| | | | | (load-library): Use it. | |||||
* | (calendar-goto-french-date): Fix prompt to match the actual code. | Pavel Janík | 2002-03-15 | 2 | -1/+6 | |
| |