1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00
Commit Graph

71669 Commits

Author SHA1 Message Date
Michael Albinus
80e4b01d33 * url-handlers.el (url-file-handler): Autoload. 2008-01-07 06:52:19 +00:00
Dan Nicolaescu
1030ad5e11 (vc-hg-log-view-mode): Handle the user field better. 2008-01-07 06:06:25 +00:00
Nick Roberts
6e498a9766 (gud-gdb-command-name): Explain
"--annotate=3" option is necessary for the Graphical Interface.
2008-01-07 03:51:03 +00:00
Nick Roberts
46174cf4c8 *** empty log message *** 2008-01-07 03:49:07 +00:00
Dan Nicolaescu
45286831a5 (vc-hg-dir-state): Pass the dir argument to
vc-hg-command.
2008-01-07 03:07:36 +00:00
Glenn Morris
409cc4a3ea Add 2008 to copyright years. 2008-01-07 02:45:14 +00:00
Glenn Morris
12dc447f2a Add 2008 to copyright years. 2008-01-07 02:23:04 +00:00
Glenn Morris
4e643dd23c Add 2008 to copyright years. 2008-01-07 02:11:00 +00:00
Glenn Morris
2f043267ee Add 2008 to copyright years. 2008-01-07 02:00:47 +00:00
Glenn Morris
38141d208d Add 2008 to copyright years. 2008-01-07 01:33:37 +00:00
Glenn Morris
ba87a680b0 Add missing FSF copyright years.
Add 2008 to copyright years.
2008-01-07 01:31:50 +00:00
Glenn Morris
e3fe4da047 Add 2008 to copyright years. 2008-01-07 01:26:07 +00:00
Glenn Morris
8b72699e88 Add 2008 to copyright years. 2008-01-07 01:14:52 +00:00
Glenn Morris
49af3415a2 (calc-full-help): Use emacs-copyright. 2008-01-07 00:59:15 +00:00
Nick Roberts
47aef245fc (hide-ifdef-mode-menu): Put hide-ifdef commands
on menu bar.
2008-01-06 21:29:20 +00:00
Nick Roberts
8474779c25 *** empty log message *** 2008-01-06 21:27:51 +00:00
Michael Albinus
d8df128099 * ffap.el (ffap-read-file-or-url): Let-bind
`file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
2008-01-06 14:06:37 +00:00
Glenn Morris
5071a88465 Add some urls. 2008-01-05 23:41:08 +00:00
Romain Francoise
f36e650b8b 2008-01-05 Sven Joachim <svenjoac@gmx.de>
* vc-bzr.el: Fix typo in header.
2008-01-05 18:11:25 +00:00
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