summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* Load dired.el at run time too.Richard M. Stallman2007-12-232-1/+3
|
* (copy-face): Create the new face explicitly if it does not exist already.Richard M. Stallman2007-12-232-1/+11
|
* (switch-to-buffer-other-frame): Return the bufferAndreas Schwab2007-12-232-2/+9
| | | | switched to.
* Fix author and entry as the corresponding change is already made in the trunk.YAMAMOTO Mitsuharu2007-12-231-3/+3
|
* (mac-apple-event-map): Bind kHICommandAbout event toYAMAMOTO Mitsuharu2007-12-232-1/+6
| | | | `about-emacs' instead of `display-splash-screen'.
* (set-variable-value-history): Add reference to history-length inEli Zaretskii2007-12-222-2/+6
| | | | the doc string.
* (minibuffer-history, shell-command-history): Add references to history-lengthEli Zaretskii2007-12-221-2/+8
| | | | in the doc strings.
* (regexp-history): Add reference to `history-length' in the doc string.Eli Zaretskii2007-12-222-1/+12
|
* (input-method-history): Add reference to `history-length' in the doc string.Eli Zaretskii2007-12-221-1/+4
|
* (file-name-history): Add reference to `history-length' in the doc string.Eli Zaretskii2007-12-221-1/+4
|
* (comint-password-prompt-regexp): Match `Enter Password'.Richard M. Stallman2007-12-222-3/+7
|
* *** empty log message ***Jason Rumney2007-12-211-0/+10
|
* (rgrep): Use find-name-arg.Jason Rumney2007-12-211-2/+2
|
* (find-name-arg): New custom variable.Jason Rumney2007-12-211-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 precisionMartin Rudalics2007-12-212-1/+6
| | | | specifier from format-string.
* (all): Use correct group name for members of mode-line group.Martin Rudalics2007-12-192-3/+8
|
* (defcustom-c-stylevar): Revert to pre-2007-12-12 version.Thien-Thi Nguyen2007-12-172-35/+25
|
* (defcustom-c-stylevar): Remove debugging message.Thien-Thi Nguyen2007-12-172-1/+5
|
* Merge from gnus--rel--5.10Miles Bader2007-12-162-5/+18
| | | | Revision: emacs@sv.gnu.org/emacs--rel--22--patch-164
* (find-function-after-hook): Add :type.Richard M. Stallman2007-12-152-0/+14
|
* (Info-clone-buffer): Renamed from Info-clone-buffer-hook. Use changed.Richard M. Stallman2007-12-151-2/+3
|
* (fancy-splash-help-echo): Var deleted.Richard M. Stallman2007-12-151-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. Stallman2007-12-151-1/+1
|
* Fix typo.Thien-Thi Nguyen2007-12-121-1/+1
|
* *** empty log message ***Thien-Thi Nguyen2007-12-121-0/+4
|
* (defcustom-c-stylevar): Rewrite.Thien-Thi Nguyen2007-12-121-24/+35
|
* (url-make-private-file): New function.Glenn Morris2007-12-112-0/+29
|
* (url-history-save-history): Use url-make-private-file and with-temp-buffer.Glenn Morris2007-12-111-24/+24
|
* (url-cookie-write-file): Use url-make-private-file and with-temp-buffer.Glenn Morris2007-12-111-28/+25
|
* (set-buffer-menubar): Remove unusedDan Nicolaescu2007-12-112-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 Nicolaescu2007-12-091-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 Nicolaescu2007-12-093-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 taglineMiles Bader2007-12-091-0/+1
|
* Fix copyright years.Glenn Morris2007-12-091-8/+11
| | | | Re-license under GPLv3+.
* * progmodes/verilog-mode.el (verilog-mode-map)Dan Nicolaescu2007-12-082-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 Nicolaescu2007-12-082-1/+3
|
* (auto-mode-alist): Recognize verilog files.Dan Nicolaescu2007-12-082-0/+3
|
* (verilog-string-replace-matches)Dan Nicolaescu2007-12-082-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 Nicolaescu2007-12-082-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 Nicolaescu2007-12-082-0/+10340
|
* ""Eli Zaretskii2007-12-081-0/+6
|
* (latexenc-find-file-coding-system): If both coding-system-for-write andEli Zaretskii2007-12-081-1/+2
| | | | buffer-file-coding-system of latex-main-file are nil, use `undecided'.
* (mouse-buffer-menu-alist): Keep buffer names left aligned.Jason Rumney2007-12-061-1/+1
|
* *** empty log message ***Jason Rumney2007-12-061-0/+4
|
* Merge from gnus--rel--5.10Miles Bader2007-12-062-1/+5
| | | | Revision: emacs@sv.gnu.org/emacs--rel--22--patch-159
* (ido-save-history): Use emacs-mule coding system instead ofJuanma Barranquero2007-12-042-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 Fogel2007-12-042-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 Morris2007-12-021-0/+1
|
* (nntp-open-tls-stream, nntp-open-ssl-stream):Glenn Morris2007-12-022-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. Stallman2007-12-012-1/+5
|