1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-16 16:20:40 -08:00
Commit graph

71650 commits

Author SHA1 Message Date
Eli Zaretskii
0b534ed79a (custom-deps, finder-data): Depend on autoloads instead of loaddefs.el. 2008-01-05 16:10:26 +00:00
Dan Nicolaescu
84b83f7842 *** empty log message *** 2008-01-05 10:43:59 +00:00
Dan Nicolaescu
7ea26faf0c * progmodes/verilog-mode.el (top-level): Don't require compile.
(compilation-error-regexp-alist, compilation-last-buffer):
Define for compiler.
(verilog-insert-1): New function.
(verilog-insert-indices, verilog-generate-numbers): Doc fixes.
Use verilog-insert-1.
(verilog-surelint-off): Use next-error-last-buffer if bound.
Check compile buffer is live.

* progmodes/verilog-mode.el: Replace all instances of
string-to-int with string-to-number, insert-string with insert,
and read-input with read-string.
(top-level): No need to require imenu, reporter, dinotrace, vc,
font-lock when compiling.  Always require compile.  Relegate remaining
compatibility cruft to XEmacs.  Don't require font-lock.
(verilog-version): Remove superfluous concat.
(dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
No need to define.
(verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
(verilog-font-lock-keywords, verilog-font-lock-keywords-1)
(verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
(verilog-startup-message-displayed): These are variables, not constants.
(verilog-batch-execute-func, verilog-auto-inst)
(verilog-auto-inst-param): Use mapc rather than mapcar.
(sigs-in, sigs-inout, sigs-out): Define for compiler rather than
actually defining.
(verilog-modi-get-decls, verilog-modi-get-sub-decls)
(verilog-modi-get-outputs, verilog-modi-get-inouts)
(verilog-modi-get-inputs, verilog-modi-get-wires)
(verilog-modi-get-regs, verilog-modi-get-assigns)
(verilog-modi-get-consts, verilog-modi-get-gparams)
(verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
(verilog-modi-get-sub-inputs): Move inline functions earlier in
the file.
(sigs-in, sigs-out): Don't declare multiple times.
(got-sig, got-rvalue, uses-delayed): Define for compiler with just
`defvar'.
(verilog-auto): Call dinotrace-unannotate-all only if bound.
(verilog-module-inside-filename-p): No need to wrap fboundp test
in condition-case.
(reporter-submit-bug-report): Autoload it.
(verilog-mark-defun): Call zmacs-activate-region only if bound.
(verilog-font-customize): Call customize-apropos only if bound.
(verilog-getopt-flags, verilog-auto-reeval-locals):
Use make-local-variable rather than make-variable-buffer-local.
(verilog-company, verilog-project, verilog-modi-cache-list):
Move make-variable-buffer-local calls to top-level.
(font-lock-defaults-alist): Don't define it.
(verilog-need-fld): Remove.
(verilog-font-lock-init): Don't set font-lock-defaults-alist.
(verilog-mode): Only call make-local-hook on XEmacs.
Set font-lock-defaults rather than using verilog-font-lock-init.
2008-01-05 10:23:26 +00:00
Stefan Monnier
d58107b04c (vc-cvs-annotate-time): Don't move backward when text
gets inserted out-of-order.
2008-01-05 05:19:00 +00:00
Stefan Monnier
b06a075ac5 *** empty log message *** 2008-01-05 02:27:49 +00:00
Stefan Monnier
f4d0cf2342 Copyright and version headers update.
Remove some outdated comments through the whole file.
(vc-bzr-program-args): Remove because unused.
(vc-bzr-log-switches): New customization option.
(vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C.  No longer
use `vc-bzr-program-args'.
(vc-bzr-register): Fix for working with both 22.1 and CVS version of
`vc-find-root' (patch by Andreas Hoenen).
(vc-bzr-status): Update regex to match latest Bzr output.
Remove redundant test.
(vc-bzr-init-version): New function.
(vc-bzr-unregister): Must not delete file.
(vc-bzr-find-version): New function.
(vc-bzr-checkout): Argument `rev' is explicit revision only if it's
a non-empty string, otherwise take head revision.
(vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
(vc-bzr-diff): Simpler build of the revision spec string.
(vc-annotate-convert-time, vc-bzr-annotate-difference):
Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
(vc-bzr-dir-state): Add code comments.  Removed redundant statement.
(vc-bzr-dired-state-info): Only provide custom strings for
overloaded VC state 'edited; otherwise fallback to
`vc-default-dired-state-info'.
2008-01-04 19:20:59 +00:00
Dan Nicolaescu
5378843c23 * vc-git.el (vc-git-dir-state):
* vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
2008-01-04 07:59:25 +00:00
Richard M. Stallman
78379264fb (Ffile_name_directory, Fexpand_file_name): Doc fixes. 2008-01-04 05:47:53 +00:00
Richard M. Stallman
23af75808e (Faces): Don't talk about internal face vector as arg to facep. 2008-01-04 05:45:39 +00:00
Richard M. Stallman
0e579e330f (Type Keywords): Fix previous change. 2008-01-04 05:44:19 +00:00
Richard M. Stallman
db3625badd (Links and Mouse-1): Fix xref for commands.texi change. 2008-01-04 05:43:39 +00:00
Richard M. Stallman
f1c15283d1 (Top): Fix menu for prev change. 2008-01-04 05:42:57 +00:00
Richard M. Stallman
f7fdcecd7e (delete-selection-mode): Doc fix. 2008-01-04 05:39:48 +00:00
Glenn Morris
0f27a1fd6a (emacs-copyright): Update to 2008. 2008-01-04 03:01:59 +00:00
Glenn Morris
1952a18e41 (Copyright): Update to 2008. 2008-01-04 03:01:00 +00:00
Glenn Morris
905545ccfe (version): Just use current year for short copyright; update to 2008. 2008-01-04 03:00:11 +00:00
Glenn Morris
9a96cf4ae3 (print_version): Update copyright to 2008. 2008-01-04 02:59:42 +00:00
Glenn Morris
ec0be72e31 Update copyright to 2008. 2008-01-04 02:59:04 +00:00
Nick Roberts
ae084884d0 (gud-def): Do nothing if gud-running is t.
(gud-speedbar-menu-items): Add item for gdb-var-set-format
below.
2008-01-03 22:00:06 +00:00
Nick Roberts
b3dac3299c (gdb-var-set-format): Set the output format
of watch expressions (only works fully with GDB 6.7 or later).
2008-01-03 21:58:33 +00:00
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
Dan Nicolaescu
c38fe6cae0 * textmodes/ispell.el (ispell-local-pdict): Add safe-local-variable property. 2008-01-03 06:41:49 +00:00
Dan Nicolaescu
218da0e9a7 * progmodes/sh-script.el (sh-indentation): Add safe-local-variable property. 2008-01-03 06:40:58 +00:00
Dan Nicolaescu
be1320bd57 * whitespace.el (whitespace-check-buffer-leading)
(whitespace-check-buffer-trailing)
(whitespace-check-buffer-indent)
(whitespace-check-buffer-spacetab)
(whitespace-check-buffer-ateol): Add safe-local-variable properties.
2008-01-03 06:40:12 +00:00
Richard M. Stallman
76564e7ce3 Whitespace change. 2007-12-31 03:43:15 +00:00
Richard M. Stallman
f1201e3aed (custom-add-parent-links): New arg DOC-INITIAL-STRING.
Defaults for INITIAL-STRING and DOC-INITIAL-STRING do not include `parent'.
(custom-group-value-create): Pass two args to custom-add-parent-links.
2007-12-31 03:42:51 +00:00
Richard M. Stallman
ec7d5b1e57 (Accessing Mouse): Renamed from Accessing Events.
(Accessing Scroll): New node broken out of Accessing Mouse.
2007-12-30 21:39:45 +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
Richard M. Stallman
78056104e0 (list-colors-print): Use :background and :foreground
instead of background-color and foreground-color.
2007-12-29 19:01:40 +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
Miles Bader
1bb9cd9646 Merge from gnus--rel--5.10
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-172
2007-12-28 22:27:01 +00:00
YAMAMOTO Mitsuharu
ea7ac2eb95 (rgrep): Fix last change. 2007-12-28 10:48:05 +00:00
Richard M. Stallman
041817a467 (Size and Position): Explain meaning of frame pixel width and height. 2007-12-28 03:50:09 +00:00
Richard M. Stallman
7f9e0c04a8 (Basic Parameters): For `title', refer to title bar. 2007-12-28 03:19:04 +00:00
Richard M. Stallman
101a6cea6a (Size Parameters): Fix typo. 2007-12-28 03:16:48 +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
9f9695a640 (Formatted Text): Improve menu tag.
(Editing Format Info): In Info, add duplicate menu of nodes
about the submenus.
(Format Faces): Say where Faces menu is found.  Mention Other.
(Format Colors): Say where these submenus are found.
(Format Indentation, Format Justification): Likewise.
(Format Properties): Likewise.
2007-12-27 00:42:26 +00:00
Richard M. Stallman
f851506c8a Whitespace change. 2007-12-26 23:01:34 +00:00
Martin Rudalics
eaa872bb86 Fix regexps in fill-french-nobreak-p broken by last patch. 2007-12-26 18:12:37 +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
Richard M. Stallman
be775dfa55 *** empty log message *** 2007-12-26 05:02:04 +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
YAMAMOTO Mitsuharu
9d826ef208 (make_process): Initialize pty_flag to Qnil instead of 0
as it is not a bit field on Emacs 22 yet.
2007-12-24 05:26:06 +00:00
YAMAMOTO Mitsuharu
5742be860f (phys_cursor_in_rect_p): Check if cursor is in fringe area. 2007-12-24 03:01:28 +00:00