- 10 Jan, 2006 2 commits
-
-
Thien-Thi Nguyen authored
(report-emacs-bug): Don't record initial prompt text. Instead, add text properties to prompting text. (report-emacs-bug-hook): Delete prompting text.
-
Stefan Monnier authored
-
- 09 Jan, 2006 4 commits
-
-
John Paul Wallington authored
-
Stefan Monnier authored
(reveal-close-old-overlays): Idem. Check overlays's liveness before using them. Simplify the code. (reveal-post-command): Use them. Fix up obsolete windows in reveal-open-spots.
-
Stefan Monnier authored
(flymake-get-common-file-prefix, flymake-build-relative-filename): Delete. Use file-relative-name instead. (flymake-get-syntax-check-program-args, flymake-perl-init): Simplify the resulting code.
-
Stefan Monnier authored
-
- 08 Jan, 2006 3 commits
-
-
Alex Schroeder authored
identifiers sometimes added in square brackets at the beginning of subject lines.
-
Alex Schroeder authored
(rmail-current-subject-regexp): New function. (rmail-next-same-subject): Use it.
-
Richard M. Stallman authored
(Custom-reset-current, Custom-reset-saved): Change question text. (Custom-reset-standard): Likewise. (custom-variable-reset-saved): Doc fix.
-
- 07 Jan, 2006 3 commits
-
-
Eli Zaretskii authored
-
Alex Schroeder authored
(rcirc-ignore-list-automatic): New variable. (rcirc-print): Take rcirc-ignore-list into account. (rcirc-cmd-ignore): New command. (rcirc-ignore-update-automatic): New function. (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the list if ignored nicks. (rcirc-handler-NICK): Ditto, and also ignore the new nick.
-
Alex Schroeder authored
process is open, since not all commands need an open process. (rcirc-send-string): Check whether the process is open before sending anything.
-
- 06 Jan, 2006 5 commits
-
-
Eli Zaretskii authored
the report will be sent.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Nick Roberts authored
-
- 05 Jan, 2006 8 commits
-
-
Bill Wohler authored
already run recently (via recompile).
-
Bill Wohler authored
(bootstrap): Remove mh-autoloads dependency, as compile dependency provides it.
-
Stefan Monnier authored
argument `force' to disable the flyspell-last-buffer optimization. (flyspell-mode-on): Use it.
-
Stefan Monnier authored
(flymake-allowed-file-name-masks): Use this new default. All the functions are now called in the right buffer rather than passing the buffer as argument. (flymake-process-sentinel): Switch to buffer before calling cleanup. (flymake-parse-err-lines): Remove redundant buffer arg. (flymake-get-program-dir): Comment out unused function. (flymake-start-syntax-check, flymake-start-syntax-check-process): Remove redundant buffer argument. (flymake-get-real-file-name, flymake-simple-java-cleanup) (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
YAMAMOTO Mitsuharu authored
-
Carsten Dominik authored
-
- 04 Jan, 2006 7 commits
-
-
Chong Yidong authored
(custom-variable-menu, custom-face-menu, custom-group-menu): Move back to previous ordering.
-
Chong Yidong authored
setting face spec.
-
Chong Yidong authored
(custom-variable-menu, custom-face-menu, custom-group-menu): Undo last change. (Custom-reset-current, Custom-reset-saved) (Custom-reset-standard): Fix y-or-n-p messages.
-
Chong Yidong authored
(custom-variable-menu, custom-face-menu, custom-group-menu) (custom-buffer-create-internal): Change "Reset" to "Show". Reorder menu items. (custom-link): New face for Info links. (custom-buffer-create-internal, custom-manual): Use it. * wid-edit.el (widget-default-mouse-face-get): New function. (widget-specify-button): Handle mouse-face like button-face. * custom.el (load-theme): Clear old theme settings if reloading.
-
Luc Teirlinck authored
-
Luc Teirlinck authored
-
Kim F. Storm authored
-
- 03 Jan, 2006 7 commits
-
-
Stefan Monnier authored
(flymake-delete-temp-directory): Use expand-file-name, file-name-directory, and directory-file-name. (flymake-strrchr): Delete. (flymake-start-syntax-check): Don't pass the redundant buffer argument to the init-f function. (flymake-init-find-buildfile-dir, flymake-init-create-temp-buffer-copy) (flymake-init-create-temp-source-and-master-buffer-copy, flymake-perl-init) (flymake-save-buffer-in-file, flymake-simple-make-init-impl, flymake-xml-init) (flymake-simple-make-init, flymake-master-make-init, flymake-master-tex-init) (flymake-master-make-header-init, flymake-simple-make-java-init) (flymake-simple-ant-java-init, flymake-simple-tex-init): Remove corresponding redundant buffer argument. (flymake-allowed-file-name-masks): Remove last elems that are equal to the default anyway. Clean up regexps.
-
Stefan Monnier authored
(flymake-temp-source-file-name): New buffer-local vars. (flymake-buffer-data, flymake-get-buffer-value, flymake-set-buffer-value): Replace those hash-tables by the new buffer-local vars. Update callers.
-
Stefan Monnier authored
(flymake-is-running, flymake-last-change-time, flymake-new-err-info) (flymake-timer): Move definitions, so we can remove earlier declarations. (flymake-replace-regexp-in-string, flymake-split-string) (flymake-get-temp-dir): Use defalias. (flymake-popup-menu): Remove `pos' argument. Use posn-at-point. (flymake-xemacs-window-edges): Remove unused function. (flymake-get-point-pixel-pos): Move. (flymake-pid-to-names, flymake-reg-names) (flymake-get-source-buffer-name, flymake-unreg-names): Remove. Replace by a simple list flymake-processes and by process-buffer. Update callers. Other than simplify the code, it uses buffers rather than buffer-names so it doesn't get confused by uniquify. (flymake-buffer-data): The global value should just be nil.
-
Stefan Monnier authored
Optimize the body of a defalias like any other code.
-
J.D. Smith authored
-
Stefan Monnier authored
font-lock's vars. It may influence which function we then call. (font-lock-default-fontify-buffer): Don't bother calling set-defaults here since it's too late anyway.
-
Romain Francoise authored
-
- 02 Jan, 2006 1 commit
-
-
Chong Yidong authored
Move to `custom-buffer' group.
-