1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 00:51:50 -08:00
Commit graph

11414 commits

Author SHA1 Message Date
Nick Roberts
ca8fef4410 *** empty log message *** 2008-01-03 21:54:27 +00:00
Dan Nicolaescu
65b332b131 * time-stamp.el (time-stamp-time-zone): Add safe-local-variable property. 2008-01-03 06:46:43 +00:00
Richard M. Stallman
8ed10e7379 (custom-add-parent-links): Fill the "Parent documentation" text. 2007-12-29 19:26:14 +00:00
Richard M. Stallman
4fed1740bd (font-lock-prepend-text-property, font-lock-append-text-property):
Canonicalize the face and font-lock-face properties.
2007-12-29 19:12:30 +00:00
Richard M. Stallman
20d29b0bbc (facep): Doc fix. 2007-12-29 19:10:34 +00:00
Richard M. Stallman
422abbfd22 (fancy-startup-tail, fancy-about-text)
(fancy-startup-text): Regularize format of face property.
2007-12-29 19:04:53 +00:00
Eli Zaretskii
6a314a29a4 (ispell-grep-command): Use "grep" on MS-Windows and MS-DOS.
(ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
2007-12-29 12:41:44 +00:00
YAMAMOTO Mitsuharu
ea7ac2eb95 (rgrep): Fix last change. 2007-12-28 10:48:05 +00:00
Richard M. Stallman
2d0a22f826 (compilation-start): Set initial visible point properly even when
compilation buffer already current.
2007-12-27 03:31:20 +00:00
Richard M. Stallman
73936494a3 (conf-mode-maybe): New function.
(auto-mode-alist): Use conf-mode-maybe for .conf etc.
2007-12-26 17:29:34 +00:00
Martin Rudalics
a5af675edc (fill-find-break-point): Fix doc-string typo. 2007-12-26 09:08:59 +00:00
Dan Nicolaescu
187e9721c7 (asm-mode-map): Add a major mode menu. 2007-12-25 20:00:12 +00:00
Richard M. Stallman
6143495cd6 (comint-mode-map): Explicitly bind delete' and kp-delete'
so they never do EOF.
2007-12-25 16:56:28 +00:00
Richard M. Stallman
86f795fdc8 Load dired.el at run time too. 2007-12-23 19:13:48 +00:00
Richard M. Stallman
341a1bfb33 (copy-face): Create the new face explicitly if it does not exist already. 2007-12-23 18:09:10 +00:00
Andreas Schwab
f862fc9e05 (switch-to-buffer-other-frame): Return the buffer
switched to.
2007-12-23 16:08:54 +00:00
YAMAMOTO Mitsuharu
90e12e78d6 Fix author and entry as the corresponding change is already made in the trunk. 2007-12-23 06:10:04 +00:00
YAMAMOTO Mitsuharu
8f13498885 (mac-apple-event-map): Bind kHICommandAbout event to
`about-emacs' instead of `display-splash-screen'.
2007-12-23 06:00:36 +00:00
Eli Zaretskii
987ec16d97 (set-variable-value-history): Add reference to history-length in
the doc string.
2007-12-22 17:15:48 +00:00
Eli Zaretskii
fae97ed8b8 (regexp-history): Add reference to `history-length' in the doc string. 2007-12-22 17:10:17 +00:00
Richard M. Stallman
55a3770f70 (comint-password-prompt-regexp): Match `Enter Password'. 2007-12-22 16:23:36 +00:00
Jason Rumney
f11e807991 *** empty log message *** 2007-12-21 10:41:17 +00:00
Martin Rudalics
888b597871 (auto-insert-alist): Remove nonsensical precision
specifier from format-string.
2007-12-21 10:19:54 +00:00
Martin Rudalics
3283b167ac (all): Use correct group name for members of mode-line group. 2007-12-19 17:02:10 +00:00
Thien-Thi Nguyen
1fae03f253 (defcustom-c-stylevar): Revert to pre-2007-12-12 version. 2007-12-17 09:16:57 +00:00
Thien-Thi Nguyen
d55f5fcfc2 (defcustom-c-stylevar): Remove debugging message. 2007-12-17 09:03:46 +00:00
Richard M. Stallman
d83b2f1415 (find-function-after-hook): Add :type. 2007-12-15 22:39:21 +00:00
Thien-Thi Nguyen
f2f8d5f2d4 *** empty log message *** 2007-12-12 08:14:07 +00:00
Dan Nicolaescu
38f584e90e (set-buffer-menubar): Remove unused
function.
(add-submenu): Only define for XEmacs.
(verilog-regexp-words): Revert previous change, keep the other
definition.
2007-12-11 03:19:09 +00:00
Dan Nicolaescu
2d5590e0a3 * progmodes/perl-mode.el (perl-continued-statement-offset)
(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.
2007-12-09 19:19:46 +00:00
Dan Nicolaescu
30d48f20cd * progmodes/verilog-mode.el (verilog-mode-map)
(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.
2007-12-08 20:43:01 +00:00
Dan Nicolaescu
7d49d8e100 * progmodes/verilog-mode.el (verilog-mode-map): Fix typo. 2007-12-08 19:59:24 +00:00
Dan Nicolaescu
62a7c35dbc (auto-mode-alist): Recognize verilog files. 2007-12-08 19:39:26 +00:00
Dan Nicolaescu
b68a96b966 (verilog-string-replace-matches)
(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.
2007-12-08 19:19:43 +00:00
Dan Nicolaescu
6edb57162c (verilog-mode-version)
(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.
2007-12-08 18:43:17 +00:00
Dan Nicolaescu
6341f35755 New file. 2007-12-08 17:58:56 +00:00
Eli Zaretskii
be11f56846 "" 2007-12-08 12:40:12 +00:00
Jason Rumney
142ff4de25 *** empty log message *** 2007-12-06 17:57:38 +00:00
Juanma Barranquero
4cbb4eb739 (ido-save-history): Use emacs-mule coding system instead of
utf-8 to save filenames (it's safer in Emacs 22).  Set the
`coding' local variable on the first line of the file.
2007-12-04 15:43:26 +00:00
Karl Fogel
6054cc87fe * lisp/saveplace.el (save-place-alist-to-file): Save with 'emacs-mule'
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.
2007-12-04 06:11:29 +00:00
Richard M. Stallman
e578482076 (widget-type): Doc fix. 2007-12-01 22:59:19 +00:00
Glenn Morris
c73c3ee9a0 Dan Nicolaescu <dann at ics.uci.edu>
(declare-function): Change to a macro.
2007-12-01 21:30:32 +00:00
Dan Nicolaescu
ff71e76d03 * vc-git.el (vc-git-dir-state): Fix the git command arguments. 2007-12-01 18:18:47 +00:00
Stefan Monnier
a0e3c626e8 (perl-font-lock-syntactic-keywords): Don't match "sub { (...) ... }". 2007-11-30 19:21:33 +00:00
Richard M. Stallman
023df4cfe3 (toggle-input-method-active): New var.
(toggle-input-method): Bind toggle-input-method-active to t.
Error if it was already non-nil.
2007-11-29 22:35:11 +00:00
Glenn Morris
e07ea83391 (with-decoded-time-value): Doc fix. 2007-11-29 04:48:15 +00:00
Juanma Barranquero
2867910524 (batch-byte-recompile-directory): Doc fix. 2007-11-26 15:37:00 +00:00
Reiner Steib
75a79fb387 (ucs-8859-7-alist): Update the table. 2007-11-24 11:27:45 +00:00
Jan Djärv
70b838b729 (x-gtk-map-stock): Check if FILE is a string. 2007-11-22 08:42:12 +00:00
Juanma Barranquero
33127d1a78 (forward-sentence): Doc fix.
Reported by Drew Adams <drew.adams@oracle.com>.
2007-11-21 00:32:46 +00:00