aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (tex-font-lock-append-prop, tex-font-lock-suscript, tex-insert-quote)Stefan Monnier2005-09-242-11/+16
| | | | (latex-indent): Adjust to the new symbol used for the tex-verbatim face.
* 2005-09-24 Emilio C. Lopes <[email protected]>Romain Francoise2005-09-248-26/+42
| | | | | | | | | | | | | | * smime.el (smime-sign-buffer, smime-decrypt-buffer): * mm-view.el (mm-view-pkcs7-decrypt): * gnus-sum.el (gnus-summary-limit-to-extra) (gnus-summary-respool-article, gnus-read-move-group-name): * gnus-score.el (gnus-summary-increase-score): * gnus-util.el (gnus-completing-read-with-default): * gnus-art.el (gnus-read-save-file-name) (gnus-summary-save-in-rmail, gnus-summary-save-in-mail) (gnus-summary-save-in-file, gnus-summary-save-body-in-file): * message.el (message-check-news-header-syntax): Follow convention for reading with the minibuffer.
* 2005-09-24 Emilio C. Lopes <[email protected]>Romain Francoise2005-09-244-12/+19
| | | | | | | * mh-mime.el (mh-compose-forward, mh-mhn-compose-forw): * mh-comp.el (mh-insert-letter): * mh-utils.el (mh-prompt-for-folder): Follow convention for reading with the minibuffer.
* 2005-09-24 Emilio C. Lopes <[email protected]>Romain Francoise2005-09-2451-161/+244
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * woman.el (woman-file-name): * wid-edit.el (widget-file-prompt-value) (widget-coding-system-prompt-value): * w32-fns.el (set-w32-system-coding-system): * vc.el (vc-version-diff, vc-annotate): * textmodes/reftex-auc.el (reftex-arg-cite) (reftex-arg-index-tag): * textmodes/refer.el (refer-get-bib-files): * textmodes/artist.el (artist-figlet-choose-font): * terminal.el (terminal-emulator): * replace.el (occur-read-primary-args): * rect.el (string-rectangle, string-insert-rectangle): * ps-print.el (ps-print-preprint): * progmodes/pascal.el (pascal-goto-defun): * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer): * progmodes/compile.el (compilation-find-file): * printing.el (pr-interactive-n-up): * play/animate.el (animate-birthday-present): * net/rcompile.el (remote-compile): * man.el (man, Man-goto-section, Man-follow-manual-reference): * mail/rmailsum.el (rmail-summary-search-backward) (rmail-summary-search): * mail/rmailout.el (rmail-output-read-rmail-file-name) (rmail-output-read-file-name): * mail/rmail.el (rmail-search, rmail-search-backwards): * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs): * locate.el (locate): * international/quail.el (quail-show-keyboard-layout): * international/mule.el (set-buffer-file-coding-system) (revert-buffer-with-coding-system, set-file-name-coding-system) (set-terminal-coding-system, set-keyboard-coding-system) (set-next-selection-coding-system): * international/mule-diag.el (describe-coding-system) (describe-font, describe-fontset): * international/mule-cmds.el (universal-coding-system-argument) (search-unencodable-char, describe-input-method) (set-language-environment, describe-language-environment): * international/codepage.el (codepage-setup): * international/code-pages.el (codepage-setup): * info.el (Info-search, Info-follow-reference) (Info-search-backward): * emacs-lisp/advice.el (ad-read-advised-function) (ad-read-advice-class, ad-clear-cache, ad-activate) (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name) (ad-enable-advice, ad-disable-advice, ad-remove-advice) (ad-read-regexp): * ediff-util.el (ediff-toggle-regexp-match): * ediff-ptch.el (ediff-prompt-for-patch-file): * dired-aux.el (dired-diff): * diff.el (diff): * cus-edit.el (custom-variable-prompt): * calendar/timeclock.el (timeclock-ask-for-project): * calc/calcalg3.el (calc-get-fit-variables): * calc/calc-store.el (calc-edit-variable) (calc-permanent-variable): * vc-mcvs.el (vc-mcvs-register): * shadowfile.el (shadow-define-literal-group): * woman.el (woman-file-name): * vc.el (vc-version-diff, vc-merge): * textmodes/reftex-index.el (reftex-index-complete-tag): * format.el (format-decode-buffer, format-decode-region): * emulation/viper-cmd.el (viper-read-string-with-history): * emacs-lisp/debug.el (cancel-debug-on-entry): * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): * ediff.el (ediff-merge-revisions) (ediff-merge-revisions-with-ancestor, ediff-revision): * completion.el (interactive-completion-string-reader): * calc/calc-prog.el (calc-user-define-formula): Follow convention for reading with the minibuffer.
* Fix Steven Huwig's email address.Eli Zaretskii2005-09-241-1/+1
|
* *** empty log message ***Eli Zaretskii2005-09-241-0/+5
|
* (python-describe-symbol): Add globals() and locals() to the argumentsEli Zaretskii2005-09-241-3/+3
| | | | of emacs.ehelp.
* (ispell-maybe-find-aspell-dictionaries): New function, code extracted fromEli Zaretskii2005-09-242-7/+19
| | | | | ispell-valid-dictionary-list. (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs): Call it.
* (version-regexp-alist): Extend valid syntax for version strings:Eli Zaretskii2005-09-242-5/+21
| | | | | | allow any of the characters -,_,+ to separate the alpha/beta/rc part from the version part. Doc fix. (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
* Add makefile and Makefile.unix (for MS-Windows).Eli Zaretskii2005-09-241-0/+2
|
* *** empty log message ***Richard M. Stallman2005-09-231-0/+4
|
* New file.Richard M. Stallman2005-09-231-0/+173
|
* (flyspell-incorrect-hook, flyspell-highlight-incorrect-region)Richard M. Stallman2005-09-232-6/+23
| | | | (flyspell-highlight-duplicate-region): Doc fixes.
* (c-font-lock-init): Specify font-lock-lines-before.Richard M. Stallman2005-09-231-0/+1
|
* (smerge-remove-props): Cause re-highlighting of the whole conflict.Stefan Monnier2005-09-232-9/+23
|
* *** empty log message ***Carsten Dominik2005-09-231-0/+16
|
* * textmodes/org.el (org-mode-map, orgtbl-mode-map): MoveCarsten Dominik2005-09-231-97/+247
| | | | | | | | | | | | | | | keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use of `remap' feature when available. Additional key bindings for better tty support. (org-mode-restart, org-force-self-insert): New commands. (org-time-stamp-inactive): New command. (org-remap): New function. (org-table-auto-blank-field, org-level-color-stars-only): New options. (org-enable-fixed-width-editor): Moved to `org-structure' customization group. (org-self-insert-command, orgtbl-self-insert-command): Modified to blank field after field motion commands.
* (set-language-environment): Don'tKenichi Handa2005-09-232-1/+6
| | | | | check utf-translate-cjk-lang-env is nil or not on deciding if we have to call utf-translate-cjk-load-tables.
* (mouse-move-drag-overlay): Fix last change.Stefan Monnier2005-09-222-6/+18
|
* Fix minor mis-ordering.Stefan Monnier2005-09-221-1/+1
|
* (tree-widget-value-create): Fix previous change.David Ponce2005-09-221-2/+6
|
* *** empty log message ***David Ponce2005-09-221-0/+4
|
* *** empty log message ***Kim F. Storm2005-09-221-6/+5
|
* (terminal-init-xterm): Fix loading rxvt at runDan Nicolaescu2005-09-212-1/+6
| | | | time.
* (mouse-move-drag-overlay): New function.Stefan Monnier2005-09-212-162/+171
| | | | | | | | | | | | (mouse-drag-region-1): Use it. Try to simplify a bit the state handling. Handle clicks on links inside intangible areas. (mouse-save-then-kill): Minor simplification. (mouse-secondary-overlay): Make it always non-nil instead of recreating it each time. (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary) (mouse-kill-secondary, mouse-secondary-save-then-kill): Simplify accordingly.
* (rxvt-standard-colors): Fix some colors.Dan Nicolaescu2005-09-212-2/+6
|
* Update FSF street address; nfc.Thien-Thi Nguyen2005-09-2113-27/+26
|
* Downcase.Romain Francoise2005-09-211-1/+1
|
* *** empty log message ***Kim F. Storm2005-09-211-142/+73
|
* *** empty log message ***Juanma Barranquero2005-09-211-18/+18
|
* Fixup whitespace.Romain Francoise2005-09-211-10/+10
|
* 2005-09-20 Michael Kifer <[email protected]>Michael Kifer2005-09-2010-68/+158
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ediff-ptch.el (ediff-file-name-sans-prefix): treat nil as an empty string. (ediff-fixup-patch-map): better heuristic for intuiting the file names to patch. (ediff-prompt-for-patch-file): more intuitive prompt. * ediff-util.el: use insert-buffer-substring. * ediff-vers.el (cvs-run-ediff-on-file-descriptor): bug fix. * viper-cmd.el (viper-change-state): don't move over the field boundaries in the minibuffer. (viper-set-minibuffer-style): add viper-minibuffer-post-command-hook. (viper-minibuffer-post-command-hook): new hook. (viper-line): don't move cursor at bolp. * viper-ex.el (ex-pwd, viper-info-on-file): fixed message * viper-init.el: add alias to make-variable-buffer-local to avoid compiler warnings. * viper-macs.el (ex-map): better messages. * viper-utils.el (viper-beginning-of-field): new function. * viper.el: replace make-variable-buffer-local with viper-make-variable-buffer-local everywhere, to avoid warnings.
* (mouse-drag-mode-line-1, mouse-drag-vertical-line):Stefan Monnier2005-09-192-19/+11
| | | | | | Delete unused var `old-selected-window'. (mouse-drag-region-1): Delete unused vars `start-frame' `end-of-range'. (mouse-drag-secondary): Delete unused var `start-frame'.
* (terminal-init-rxvt): Add entry for [end].Stefan Monnier2005-09-192-3/+8
|
* (mark-visible-calendar-date): Save excursion.Stefan Monnier2005-09-192-37/+49
| | | | Re-indent within 80 columns. Use inhibit-read-only.
* (mark-diary-entries): Revert last change.Romain Francoise2005-09-192-2/+6
|
* (font-lock-default-fontify-region): Don't unconditionally add a line, sinceStefan Monnier2005-09-192-7/+14
| | | | the after-change-function already did it.
* Revision: [email protected]/emacs--cvs-trunk--0--patch-555Miles Bader2005-09-192-1/+4
| | | | Remove CVS keywords from newsticker files
* Revision: [email protected]/emacs--cvs-trunk--0--patch-553Miles Bader2005-09-193-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 118-121) - Update from CVS - Merge from emacs--cvs-trunk--0 2005-09-16 Katsumi Yamaoka <[email protected]> * lisp/gnus/gnus.el (gnus-group-startup-message): Bind image-load-path. 2005-09-14 Katsumi Yamaoka <[email protected]> * lisp/gnus/gnus-art.el (gnus-mime-display-part): Protect against broken MIME messages. 2005-09-15 Katsumi Yamaoka <[email protected]> * man/gnus.texi (Finding the Parent): Fix description of how Gnus finds article. 2005-09-14 Jari Aalto <[email protected]> * man/gnus.texi (Advanced Scoring Examples): New exmples to teach how to drop off non-answered articles.
* (dired-handle-overwrite): Don't use `format' here. The prompt isRomain Francoise2005-09-192-2/+7
| | | | formatted later. From Johan Bockg� <[email protected]>.
* (tree-widget-value-create): Save the converted tree :node widget.David Ponce2005-09-192-8/+15
|
* *** empty log message ***Juanma Barranquero2005-09-192-14/+21
|
* (sh-blink): Fix spurious reference to variable `message'.Juanma Barranquero2005-09-191-1/+1
|
* (mh-ps-print-msg-show): Fix misplaced parenthesis in previous change.Juanma Barranquero2005-09-191-1/+1
|
* * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order toMichael Albinus2005-09-182-2/+10
| | | | | cover prompts like "login as:". Reported by Slawomir Nowaczyk <[email protected]>.
* (image-load-path): Use symbol `data-directory' instead of its value,Chong Yidong2005-09-182-11/+27
| | | | | | for backward compatibility with packages that bind it during `find-image'. Suggested by Katsumi Yamaoka. (image-search-load-path): Handle symbols whose values are strings.
* (mark-diary-entries): Rearrange to wrap with-current-buffer form inRomain Francoise2005-09-182-6/+10
| | | | save-excursion.
* Correct my previous breakage of parens.Deepak Goel2005-09-181-2/+2
|
* message format spec fixes, commit 14, this should be final commitDeepak Goel2005-09-187-27/+48
|
* message format spec fixes, commit # 13Deepak Goel2005-09-182-1/+6
|