Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Load dired.el at run time too. | Richard M. Stallman | 2007-12-23 | 2 | -1/+3 | |
| | ||||||
* | (copy-face): Create the new face explicitly if it does not exist already. | Richard M. Stallman | 2007-12-23 | 2 | -1/+11 | |
| | ||||||
* | (switch-to-buffer-other-frame): Return the buffer | Andreas Schwab | 2007-12-23 | 2 | -2/+9 | |
| | | | | switched to. | |||||
* | Fix author and entry as the corresponding change is already made in the trunk. | YAMAMOTO Mitsuharu | 2007-12-23 | 1 | -3/+3 | |
| | ||||||
* | (mac-apple-event-map): Bind kHICommandAbout event to | YAMAMOTO Mitsuharu | 2007-12-23 | 2 | -1/+6 | |
| | | | | `about-emacs' instead of `display-splash-screen'. | |||||
* | (set-variable-value-history): Add reference to history-length in | Eli Zaretskii | 2007-12-22 | 2 | -2/+6 | |
| | | | | the doc string. | |||||
* | (minibuffer-history, shell-command-history): Add references to history-length | Eli Zaretskii | 2007-12-22 | 1 | -2/+8 | |
| | | | | in the doc strings. | |||||
* | (regexp-history): Add reference to `history-length' in the doc string. | Eli Zaretskii | 2007-12-22 | 2 | -1/+12 | |
| | ||||||
* | (input-method-history): Add reference to `history-length' in the doc string. | Eli Zaretskii | 2007-12-22 | 1 | -1/+4 | |
| | ||||||
* | (file-name-history): Add reference to `history-length' in the doc string. | Eli Zaretskii | 2007-12-22 | 1 | -1/+4 | |
| | ||||||
* | (comint-password-prompt-regexp): Match `Enter Password'. | Richard M. Stallman | 2007-12-22 | 2 | -3/+7 | |
| | ||||||
* | *** empty log message *** | Jason Rumney | 2007-12-21 | 1 | -0/+10 | |
| | ||||||
* | (rgrep): Use find-name-arg. | Jason Rumney | 2007-12-21 | 1 | -2/+2 | |
| | ||||||
* | (find-name-arg): New custom variable. | Jason Rumney | 2007-12-21 | 1 | -8/+15 | |
| | | | | | | | (find-name-dired): Use it. (find-dired-find-program): Remove. (find-dired): Use find-program. (find-grep-dired): Use grep-program. | |||||
* | (auto-insert-alist): Remove nonsensical precision | Martin Rudalics | 2007-12-21 | 2 | -1/+6 | |
| | | | | specifier from format-string. | |||||
* | (all): Use correct group name for members of mode-line group. | Martin Rudalics | 2007-12-19 | 2 | -3/+8 | |
| | ||||||
* | (defcustom-c-stylevar): Revert to pre-2007-12-12 version. | Thien-Thi Nguyen | 2007-12-17 | 2 | -35/+25 | |
| | ||||||
* | (defcustom-c-stylevar): Remove debugging message. | Thien-Thi Nguyen | 2007-12-17 | 2 | -1/+5 | |
| | ||||||
* | Merge from gnus--rel--5.10 | Miles Bader | 2007-12-16 | 2 | -5/+18 | |
| | | | | Revision: emacs@sv.gnu.org/emacs--rel--22--patch-164 | |||||
* | (find-function-after-hook): Add :type. | Richard M. Stallman | 2007-12-15 | 2 | -0/+14 | |
| | ||||||
* | (Info-clone-buffer): Renamed from Info-clone-buffer-hook. Use changed. | Richard M. Stallman | 2007-12-15 | 1 | -2/+3 | |
| | ||||||
* | (fancy-splash-help-echo): Var deleted. | Richard M. Stallman | 2007-12-15 | 1 | -5/+1 | |
| | | | | | (fancy-splash-insert): Get help-echo from (startup-echo-area-message). (fancy-about-screen): Don't display fancy-splash-help-echo. | |||||
* | (menu-bar-describe-menu): Remove dots from menu text. | Richard M. Stallman | 2007-12-15 | 1 | -1/+1 | |
| | ||||||
* | Fix typo. | Thien-Thi Nguyen | 2007-12-12 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | Thien-Thi Nguyen | 2007-12-12 | 1 | -0/+4 | |
| | ||||||
* | (defcustom-c-stylevar): Rewrite. | Thien-Thi Nguyen | 2007-12-12 | 1 | -24/+35 | |
| | ||||||
* | (url-make-private-file): New function. | Glenn Morris | 2007-12-11 | 2 | -0/+29 | |
| | ||||||
* | (url-history-save-history): Use url-make-private-file and with-temp-buffer. | Glenn Morris | 2007-12-11 | 1 | -24/+24 | |
| | ||||||
* | (url-cookie-write-file): Use url-make-private-file and with-temp-buffer. | Glenn Morris | 2007-12-11 | 1 | -28/+25 | |
| | ||||||
* | (set-buffer-menubar): Remove unused | Dan Nicolaescu | 2007-12-11 | 2 | -11/+20 | |
| | | | | | | | function. (add-submenu): Only define for XEmacs. (verilog-regexp-words): Revert previous change, keep the other definition. | |||||
* | (verilog-kill-existing-comment, verilog-insert-date) | Dan Nicolaescu | 2007-12-09 | 1 | -13/+13 | |
| | | | | | | | (verilog-insert-year): Rename in order not to pollute the global namespace from kill-existing-comment, insert-date and insert-year, respectively. (verilog-set-auto-endcomments, verilog-header): Update callers. | |||||
* | * progmodes/perl-mode.el (perl-continued-statement-offset) | Dan Nicolaescu | 2007-12-09 | 3 | -4/+31 | |
| | | | | | | | | | | (perl-continued-brace-offset, perl-brace-offset) (perl-brace-imaginary-offset, perl-label-offset): * progmodes/cperl-mode.el (cperl-brace-offset) (cperl-continued-brace-offset, cperl-label-offset) (cperl-continued-statement-offset) (cperl-extra-newline-before-brace, cperl-merge-trailing-else): Add safe-local-variable properties. | |||||
* | Add arch tagline | Miles Bader | 2007-12-09 | 1 | -0/+1 | |
| | ||||||
* | Fix copyright years. | Glenn Morris | 2007-12-09 | 1 | -8/+11 | |
| | | | | Re-license under GPLv3+. | |||||
* | * progmodes/verilog-mode.el (verilog-mode-map) | Dan Nicolaescu | 2007-12-08 | 2 | -22/+20 | |
| | | | | | | | (verilog-template-map, verilog-mode-mouse-map): Fix typos. (verilog-colorize-include-files): Use only overlay functions so that it can work on both emacs and XEmacs. (set-extent-keymap): Remove unused defun. | |||||
* | * progmodes/verilog-mode.el (verilog-mode-map): Fix typo. | Dan Nicolaescu | 2007-12-08 | 2 | -1/+3 | |
| | ||||||
* | (auto-mode-alist): Recognize verilog files. | Dan Nicolaescu | 2007-12-08 | 2 | -0/+3 | |
| | ||||||
* | (verilog-string-replace-matches) | Dan Nicolaescu | 2007-12-08 | 2 | -92/+101 | |
| | | | | | | | | (verilog-string-remove-spaces, verilog-re-search-forward) (verilog-re-search-backward, verilog-re-search-forward-quick) (verilog-re-search-backward-quick, verilog-get-beg-of-line) (verilog-get-end-of-line, verilog-within-string): Move definitions before first use. No code changes. | |||||
* | (verilog-mode-version) | Dan Nicolaescu | 2007-12-08 | 2 | -238/+246 | |
| | | | | | | | | | | | | | | | | | | | | | | | (verilog-mode-release-date): Don't use expanding keywords. (provide): Move to the end of file. (fboundp): Don't check if eval-when-compile is bound, it is used later in the file without checking. (when, unless): Copy definitions from subr.el. (char-before, defcustom, defface, customize-group) (verilog-batch-error-wrapper): Don't use old style backquotes. (verilog-regexp-opt): Avoid using the cl function case. (verilog-regexp-words): Remove duplicated definition. (verilog-mode-abbrev-table): Remove, duplicate. (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map): Declare and initialize in one step. (verilog-declaration-prefix-re, verilog-declaration-re) (verilog-end-of-statement, verilog-indent-declaration) (verilog-get-lineup-indent): Remove trailing whitespace. (verilog-mode): Fix autoload cookie. Set beginning-of-defun-function and end-of-defun-function. Use when instead of if. (verilog-emacs-features, verilog-auto-ascii-enum) (verilog-insert-indices): Escape braces in doc strings. | |||||
* | New file. | Dan Nicolaescu | 2007-12-08 | 2 | -0/+10340 | |
| | ||||||
* | "" | Eli Zaretskii | 2007-12-08 | 1 | -0/+6 | |
| | ||||||
* | (latexenc-find-file-coding-system): If both coding-system-for-write and | Eli Zaretskii | 2007-12-08 | 1 | -1/+2 | |
| | | | | buffer-file-coding-system of latex-main-file are nil, use `undecided'. | |||||
* | (mouse-buffer-menu-alist): Keep buffer names left aligned. | Jason Rumney | 2007-12-06 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | Jason Rumney | 2007-12-06 | 1 | -0/+4 | |
| | ||||||
* | Merge from gnus--rel--5.10 | Miles Bader | 2007-12-06 | 2 | -1/+5 | |
| | | | | Revision: emacs@sv.gnu.org/emacs--rel--22--patch-159 | |||||
* | (ido-save-history): Use emacs-mule coding system instead of | Juanma Barranquero | 2007-12-04 | 2 | -2/+9 | |
| | | | | | utf-8 to save filenames (it's safer in Emacs 22). Set the `coding' local variable on the first line of the file. | |||||
* | * lisp/saveplace.el (save-place-alist-to-file): Save with 'emacs-mule' | Karl Fogel | 2007-12-04 | 2 | -2/+12 | |
| | | | | | | coding system. This ports 2007-12-02T21:15:22Z!kfogel@red-bean.com and 2007-12-02T21:24:38Z!kfogel@red-bean.com over to the EMACS_22_BASE branch, but with the right coding system for Emacs 22 to reliably record filenames. Suggested by Eli Zaretskii. | |||||
* | *** empty log message *** | Glenn Morris | 2007-12-02 | 1 | -0/+1 | |
| | ||||||
* | (nntp-open-tls-stream, nntp-open-ssl-stream): | Glenn Morris | 2007-12-02 | 2 | -5/+9 | |
| | | | | | No need to define for compiler. (url-snews): Use nntp-open-tls-stream unless ssl is requested. | |||||
* | (widget-type): Doc fix. | Richard M. Stallman | 2007-12-01 | 2 | -1/+5 | |
| |