bpt/emacs.git
16 years agoChong Yidong <cyd at stupidchicken.com>
Glenn Morris [Thu, 10 Jan 2008 04:09:49 +0000 (04:09 +0000)]
Chong Yidong  <cyd at stupidchicken.com>

(wait_reading_process_output): Check for window changes caused by timers.

16 years agoAdd Incompatible Lisp Changes section with shell.el dirtrack stuff.
Glenn Morris [Thu, 10 Jan 2008 04:05:45 +0000 (04:05 +0000)]
Add Incompatible Lisp Changes section with shell.el dirtrack stuff.

16 years ago(shell-dirtrack-verbose, shell-mode)
Glenn Morris [Thu, 10 Jan 2008 04:04:46 +0000 (04:04 +0000)]
(shell-dirtrack-verbose, shell-mode)
(shell-directory-tracker, shell-dirtrack-mode): Doc fix.
(dirtrack-toggle, dirtrack-mode): No longer alias to
shell-dirtrack-mode.

16 years ago*** empty log message ***
Juanma Barranquero [Thu, 10 Jan 2008 02:07:04 +0000 (02:07 +0000)]
*** empty log message ***

16 years ago(select-safe-coding-system): When a buffer is modified, cancel the writing.
Juanma Barranquero [Thu, 10 Jan 2008 01:55:24 +0000 (01:55 +0000)]
(select-safe-coding-system): When a buffer is modified, cancel the writing.

16 years ago* progmodes/verilog-mode.el (verilog-booleanp): New function for
Dan Nicolaescu [Wed, 9 Jan 2008 17:04:59 +0000 (17:04 +0000)]
* progmodes/verilog-mode.el (verilog-booleanp): New function for
backward compatibility. Replace all uses of booleanp with
verilog-booleanp.

16 years ago(vc-hg-diff): Don't pass an empty string.
Dan Nicolaescu [Wed, 9 Jan 2008 08:49:59 +0000 (08:49 +0000)]
(vc-hg-diff): Don't pass an empty string.

16 years ago(top-level): Fix spacing.
Dan Nicolaescu [Wed, 9 Jan 2008 06:30:58 +0000 (06:30 +0000)]
(top-level): Fix spacing.
(verilog-mode-version, verilog-mode-release-date): Update version
number.
(verilog-mode-release-emacs): New variable.
(compile-command, reporter-prompt-for-summary-p): Define for byte
compiler.
(verilog-startup-message-lines)
(verilog-startup-message-displayed)
(verilog-display-startup-message): Remove.
(verilog-highlight-p1800-keywords): Improve docstring.
(sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
(vector-skip-list): Only defvar at compile time.
(verilog-highlight-translate-off, verilog-indent-level)
(verilog-indent-level-module, verilog-indent-level-declaration)
(verilog-indent-declaration-macros, verilog-indent-lists)
(verilog-indent-level-behavioral)
(verilog-indent-level-directive, verilog-cexp-indent)
(verilog-case-indent, verilog-auto-newline)
(verilog-auto-indent-on-newline, verilog-tab-always-indent)
(verilog-tab-to-comment, verilog-indent-begin-after-if)
(verilog-align-ifelse, verilog-minimum-comment-distance)
(verilog-auto-lineup, verilog-highlight-p1800-keywords)
(verilog-auto-endcomments, verilog-auto-read-includes)
(verilog-auto-star-expand, verilog-auto-star-save)
(verilog-library-flags, verilog-library-directories)
(verilog-library-files, verilog-library-extensions)
(verilog-active-low-regexp, verilog-auto-sense-include-inputs)
(verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
(verilog-assignment-delay, verilog-auto-inst-vector)
(verilog-auto-inst-template-numbers)
(verilog-auto-input-ignore-regexp)
(verilog-auto-inout-ignore-regexp)
(verilog-auto-output-ignore-regexp)
(verilog-auto-unused-ignore-regexp, verilog-typedef-regexp): Add
safe-local-variable properties.
(verilog-statement-menu, verilog-company)
(verilog-re-search-forward, verilog-re-search-backward)
(verilog-error-regexp-add, verilog-end-block-re)
(verilog-emacs-features, verilog-populate-syntax-table)
(verilog-setup-dual-comments, verilog-type-font-keywords)
(verilog-inside-comment-p, electric-verilog-backward-sexp)
(verilog-backward-sexp, verilog-forward-sexp)
(verilog-font-lock-init, verilog-mode)
(electric-verilog-terminate-line, electric-verilog-semi)
(electric-verilog-tab, verilog-insert-1, )
(verilog-insert-indices, verilog-generate-numbers)
(verilog-comment-region, verilog-label-be)
(verilog-beg-of-statement, verilog-in-case-region-p)
(verilog-in-struct-region-p, verilog-in-generate-region-p)
(verilog-in-fork-region-p, verilog-backward-case-item)
(verilog-set-auto-endcomments, verilog-get-expr)
(verilog-expand-vector-internal, verilog-surelint-off)
(verilog-batch-execute-func, verilog-calculate-indent)
(verilog-calc-1, verilog-calculate-indent-directive)
(verilog-leap-to-head, verilog-continued-line)
(verilog-backward-token, verilog-backward-syntactic-ws)
(verilog-forward-syntactic-ws, verilog-backward-ws&directives)
(verilog-forward-ws&directives, verilog-at-constraint-p)
(verilog-skip-backward-comments, verilog-indent-line-relative)
(verilog-do-indent, verilog-indent-comment)
(verilog-more-comment, verilog-pretty-declarations)
(verilog-pretty-expr, verilog-just-one-space)
(verilog-indent-declaration, verilog-get-completion-decl)
(verilog-goto-defun, verilog-showscopes, verilog-header)
(verilog-signals-combine-bus, verilog-read-decls)
(verilog-read-always-signals-recurse, verilog-read-instants)
(verilog-read-auto-template, verilog-set-define)
(verilog-read-defines, verilog-read-signals, verilog-getopt)
(verilog-is-number, verilog-expand-dirnames)
(verilog-modi-lookup, verilog-modi-cache-results)
(verilog-insert-one-definition, verilog-make-width-expression)
(verilog-delete-autos-lined, verilog-auto-save-check)
(verilog-auto-arg, verilog-auto-inst-port, verilog-auto-inst)
(verilog-auto-inst-param, verilog-auto-reg)
(verilog-auto-reg-input, verilog-auto-wire, )
(verilog-auto-output, verilog-auto-output-every)
(verilog-auto-input, verilog-auto-inout)
(verilog-auto-inout-module, verilog-auto-sense)
(verilog-auto-reset, verilog-auto-tieoff, verilog-auto-unused)
(verilog-auto-ascii-enum, verilog-auto)
(verilog-sk-define-signal, verilog-mode-mouse-map)
(verilog-load-file-at-mouse, verilog-load-file-at-point)
(verilog-library-files): Cleanup spacing of )'s they should not be
on unique lines.  Fix checkdoc warnings.

16 years agognome icons are GPLv2 or later.
Glenn Morris [Wed, 9 Jan 2008 04:55:19 +0000 (04:55 +0000)]
gnome icons are GPLv2 or later.
gtk icons are LGPLv2 or later.
http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01306.html
Correct gtk copyright holders based on makecopyright in gtk tarball.

16 years agognome icons are GPLv2 or later.
Glenn Morris [Wed, 9 Jan 2008 04:53:35 +0000 (04:53 +0000)]
gnome icons are GPLv2 or later.
http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01306.html

16 years ago(ffap-string-at-point-mode-alist): Add `\' to file entry, for Windows.
Glenn Morris [Wed, 9 Jan 2008 04:17:04 +0000 (04:17 +0000)]
(ffap-string-at-point-mode-alist): Add `\' to file entry, for Windows.

16 years agoAdd 2008 to copyright years.
Glenn Morris [Wed, 9 Jan 2008 04:15:13 +0000 (04:15 +0000)]
Add 2008 to copyright years.

16 years ago*** empty log message ***
Glenn Morris [Wed, 9 Jan 2008 04:13:56 +0000 (04:13 +0000)]
*** empty log message ***

16 years agoAdd 2008 to copyright years.
Glenn Morris [Wed, 9 Jan 2008 04:08:35 +0000 (04:08 +0000)]
Add 2008 to copyright years.

16 years agoFix face attributes recognition
Vinicius Jose Latorre [Wed, 9 Jan 2008 03:45:04 +0000 (03:45 +0000)]
Fix face attributes recognition

16 years agoWhitespace.
Glenn Morris [Tue, 8 Jan 2008 07:56:05 +0000 (07:56 +0000)]
Whitespace.

16 years agoKevin Ryde <user42 at zip.com.au>:
Glenn Morris [Tue, 8 Jan 2008 07:54:27 +0000 (07:54 +0000)]
Kevin Ryde  <user42 at zip.com.au>:

(perl): Add a "during global destruction" sample.

16 years agoKevin Ryde <user42 at zip.com.au>
Glenn Morris [Tue, 8 Jan 2008 07:54:04 +0000 (07:54 +0000)]
Kevin Ryde  <user42 at zip.com.au>

(compilation-error-regexp-alist-alist): For perl, allow "during global
destruction" at end.

16 years agoRegenerate.
Glenn Morris [Tue, 8 Jan 2008 05:21:00 +0000 (05:21 +0000)]
Regenerate.

16 years ago*** empty log message ***
Glenn Morris [Tue, 8 Jan 2008 05:19:38 +0000 (05:19 +0000)]
*** empty log message ***

16 years ago(diff-end-of-hunk): Don't match empty lines in unified format.
Glenn Morris [Tue, 8 Jan 2008 05:19:13 +0000 (05:19 +0000)]
(diff-end-of-hunk): Don't match empty lines in unified format.

16 years ago(mouse-major-mode-menu): Suppress duplicate menus.
Glenn Morris [Tue, 8 Jan 2008 05:18:09 +0000 (05:18 +0000)]
(mouse-major-mode-menu): Suppress duplicate menus.

16 years agoUpdate printed copyright year to 2008.
Glenn Morris [Tue, 8 Jan 2008 05:01:41 +0000 (05:01 +0000)]
Update printed copyright year to 2008.

16 years ago*** empty log message ***
Glenn Morris [Tue, 8 Jan 2008 05:00:52 +0000 (05:00 +0000)]
*** empty log message ***

16 years agoAdd 2008 to copyright years.
Glenn Morris [Tue, 8 Jan 2008 04:54:02 +0000 (04:54 +0000)]
Add 2008 to copyright years.

16 years agoAdd 2008 to copyright years.
Glenn Morris [Tue, 8 Jan 2008 04:45:51 +0000 (04:45 +0000)]
Add 2008 to copyright years.

16 years agoAdd 2008 to copyright years.
Glenn Morris [Tue, 8 Jan 2008 04:44:45 +0000 (04:44 +0000)]
Add 2008 to copyright years.
Update Emacs version.

16 years agoAdd 2008 to copyright years.
Glenn Morris [Tue, 8 Jan 2008 04:37:27 +0000 (04:37 +0000)]
Add 2008 to copyright years.

16 years ago(main): Set copyright year to 2008.
Glenn Morris [Tue, 8 Jan 2008 04:28:15 +0000 (04:28 +0000)]
(main): Set copyright year to 2008.

16 years ago*** empty log message ***
Glenn Morris [Tue, 8 Jan 2008 04:28:05 +0000 (04:28 +0000)]
*** empty log message ***

16 years agoAdd 2008 to copyright years.
Glenn Morris [Tue, 8 Jan 2008 04:11:05 +0000 (04:11 +0000)]
Add 2008 to copyright years.

16 years agoAdd 2008 to copyright years.
Glenn Morris [Tue, 8 Jan 2008 04:04:36 +0000 (04:04 +0000)]
Add 2008 to copyright years.

16 years ago(gdb-var-list-children-1): Put varnum in
Nick Roberts [Tue, 8 Jan 2008 01:59:29 +0000 (01:59 +0000)]
(gdb-var-list-children-1): Put varnum in
quotes in case of spaces, e.g. STL containers (not pretty).

16 years ago*** empty log message ***
Nick Roberts [Tue, 8 Jan 2008 01:56:38 +0000 (01:56 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Juanma Barranquero [Mon, 7 Jan 2008 11:41:11 +0000 (11:41 +0000)]
*** empty log message ***

16 years agoAdd 2008 to copyright years.
Glenn Morris [Mon, 7 Jan 2008 08:53:20 +0000 (08:53 +0000)]
Add 2008 to copyright years.

16 years agoAdd 2008 to copyright years.
Glenn Morris [Mon, 7 Jan 2008 08:42:46 +0000 (08:42 +0000)]
Add 2008 to copyright years.

16 years agoAdd 2008 to copyright years.
Glenn Morris [Mon, 7 Jan 2008 08:31:52 +0000 (08:31 +0000)]
Add 2008 to copyright years.

16 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Mon, 7 Jan 2008 08:16:19 +0000 (08:16 +0000)]
*** empty log message ***

16 years agoAdd 2008 to copyright years.
Glenn Morris [Mon, 7 Jan 2008 08:16:00 +0000 (08:16 +0000)]
Add 2008 to copyright years.

16 years ago(Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of #ifdef MAC_OS.
YAMAMOTO Mitsuharu [Mon, 7 Jan 2008 08:15:56 +0000 (08:15 +0000)]
(Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of #ifdef MAC_OS.

16 years agoAdd 2008 to copyright years.
Glenn Morris [Mon, 7 Jan 2008 08:15:16 +0000 (08:15 +0000)]
Add 2008 to copyright years.

16 years ago* url-handlers.el (url-file-handler): Autoload.
Michael Albinus [Mon, 7 Jan 2008 06:52:19 +0000 (06:52 +0000)]
* url-handlers.el (url-file-handler): Autoload.

16 years ago(vc-hg-log-view-mode): Handle the user field better.
Dan Nicolaescu [Mon, 7 Jan 2008 06:06:25 +0000 (06:06 +0000)]
(vc-hg-log-view-mode): Handle the user field better.

16 years ago(gud-gdb-command-name): Explain
Nick Roberts [Mon, 7 Jan 2008 03:51:03 +0000 (03:51 +0000)]
(gud-gdb-command-name): Explain
"--annotate=3" option is necessary for the Graphical Interface.

16 years ago*** empty log message ***
Nick Roberts [Mon, 7 Jan 2008 03:49:07 +0000 (03:49 +0000)]
*** empty log message ***

16 years ago(vc-hg-dir-state): Pass the dir argument to
Dan Nicolaescu [Mon, 7 Jan 2008 03:07:36 +0000 (03:07 +0000)]
(vc-hg-dir-state): Pass the dir argument to
vc-hg-command.

16 years agoAdd 2008 to copyright years.
Glenn Morris [Mon, 7 Jan 2008 02:45:14 +0000 (02:45 +0000)]
Add 2008 to copyright years.

16 years agoAdd 2008 to copyright years.
Glenn Morris [Mon, 7 Jan 2008 02:23:04 +0000 (02:23 +0000)]
Add 2008 to copyright years.

16 years agoAdd 2008 to copyright years.
Glenn Morris [Mon, 7 Jan 2008 02:11:00 +0000 (02:11 +0000)]
Add 2008 to copyright years.

16 years agoAdd 2008 to copyright years.
Glenn Morris [Mon, 7 Jan 2008 02:00:47 +0000 (02:00 +0000)]
Add 2008 to copyright years.

16 years agoAdd 2008 to copyright years.
Glenn Morris [Mon, 7 Jan 2008 01:33:37 +0000 (01:33 +0000)]
Add 2008 to copyright years.

16 years agoAdd missing FSF copyright years.
Glenn Morris [Mon, 7 Jan 2008 01:31:50 +0000 (01:31 +0000)]
Add missing FSF copyright years.
Add 2008 to copyright years.

16 years agoAdd 2008 to copyright years.
Glenn Morris [Mon, 7 Jan 2008 01:26:07 +0000 (01:26 +0000)]
Add 2008 to copyright years.

16 years agoAdd 2008 to copyright years.
Glenn Morris [Mon, 7 Jan 2008 01:14:52 +0000 (01:14 +0000)]
Add 2008 to copyright years.

16 years ago(calc-full-help): Use emacs-copyright.
Glenn Morris [Mon, 7 Jan 2008 00:59:15 +0000 (00:59 +0000)]
(calc-full-help): Use emacs-copyright.

16 years ago(hide-ifdef-mode-menu): Put hide-ifdef commands
Nick Roberts [Sun, 6 Jan 2008 21:29:20 +0000 (21:29 +0000)]
(hide-ifdef-mode-menu):  Put hide-ifdef commands
on menu bar.

16 years ago*** empty log message ***
Nick Roberts [Sun, 6 Jan 2008 21:27:51 +0000 (21:27 +0000)]
*** empty log message ***

16 years ago* ffap.el (ffap-read-file-or-url): Let-bind
Michael Albinus [Sun, 6 Jan 2008 14:06:37 +0000 (14:06 +0000)]
* ffap.el (ffap-read-file-or-url): Let-bind
`file-name-handler-alist' due to `rfn-eshadow-update-overlay'.

16 years agoAdd some urls.
Glenn Morris [Sat, 5 Jan 2008 23:41:08 +0000 (23:41 +0000)]
Add some urls.

16 years ago2008-01-05 Sven Joachim <svenjoac@gmx.de>
Romain Francoise [Sat, 5 Jan 2008 18:11:25 +0000 (18:11 +0000)]
2008-01-05  Sven Joachim  <svenjoac@gmx.de>

* vc-bzr.el: Fix typo in header.

16 years ago(custom-deps, finder-data): Depend on autoloads instead of loaddefs.el.
Eli Zaretskii [Sat, 5 Jan 2008 16:10:26 +0000 (16:10 +0000)]
(custom-deps, finder-data): Depend on autoloads instead of loaddefs.el.

16 years ago*** empty log message ***
Dan Nicolaescu [Sat, 5 Jan 2008 10:43:59 +0000 (10:43 +0000)]
*** empty log message ***

16 years ago* progmodes/verilog-mode.el (top-level): Don't require compile.
Dan Nicolaescu [Sat, 5 Jan 2008 10:23:26 +0000 (10:23 +0000)]
* 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.

16 years ago(vc-cvs-annotate-time): Don't move backward when text
Stefan Monnier [Sat, 5 Jan 2008 05:19:00 +0000 (05:19 +0000)]
(vc-cvs-annotate-time): Don't move backward when text
gets inserted out-of-order.

16 years ago*** empty log message ***
Stefan Monnier [Sat, 5 Jan 2008 02:27:49 +0000 (02:27 +0000)]
*** empty log message ***

16 years agoCopyright and version headers update.
Stefan Monnier [Fri, 4 Jan 2008 19:20:59 +0000 (19:20 +0000)]
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'.

16 years ago* vc-git.el (vc-git-dir-state):
Dan Nicolaescu [Fri, 4 Jan 2008 07:59:25 +0000 (07:59 +0000)]
* vc-git.el (vc-git-dir-state):
* vc-hg.el (vc-hg-dir-state): Set the vc-backend property.

16 years ago(Ffile_name_directory, Fexpand_file_name): Doc fixes.
Richard M. Stallman [Fri, 4 Jan 2008 05:47:53 +0000 (05:47 +0000)]
(Ffile_name_directory, Fexpand_file_name): Doc fixes.

16 years ago(Faces): Don't talk about internal face vector as arg to facep.
Richard M. Stallman [Fri, 4 Jan 2008 05:45:39 +0000 (05:45 +0000)]
(Faces): Don't talk about internal face vector as arg to facep.

16 years ago(Type Keywords): Fix previous change.
Richard M. Stallman [Fri, 4 Jan 2008 05:44:19 +0000 (05:44 +0000)]
(Type Keywords): Fix previous change.

16 years ago(Links and Mouse-1): Fix xref for commands.texi change.
Richard M. Stallman [Fri, 4 Jan 2008 05:43:39 +0000 (05:43 +0000)]
(Links and Mouse-1): Fix xref for commands.texi change.

16 years ago(Top): Fix menu for prev change.
Richard M. Stallman [Fri, 4 Jan 2008 05:42:57 +0000 (05:42 +0000)]
(Top): Fix menu for prev change.

16 years ago(delete-selection-mode): Doc fix.
Richard M. Stallman [Fri, 4 Jan 2008 05:39:48 +0000 (05:39 +0000)]
(delete-selection-mode): Doc fix.

16 years ago(emacs-copyright): Update to 2008.
Glenn Morris [Fri, 4 Jan 2008 03:01:59 +0000 (03:01 +0000)]
(emacs-copyright): Update to 2008.

16 years ago(Copyright): Update to 2008.
Glenn Morris [Fri, 4 Jan 2008 03:01:00 +0000 (03:01 +0000)]
(Copyright): Update to 2008.

16 years ago(version): Just use current year for short copyright; update to 2008.
Glenn Morris [Fri, 4 Jan 2008 03:00:11 +0000 (03:00 +0000)]
(version): Just use current year for short copyright; update to 2008.

16 years ago(print_version): Update copyright to 2008.
Glenn Morris [Fri, 4 Jan 2008 02:59:42 +0000 (02:59 +0000)]
(print_version): Update copyright to 2008.

16 years agoUpdate copyright to 2008.
Glenn Morris [Fri, 4 Jan 2008 02:59:04 +0000 (02:59 +0000)]
Update copyright to 2008.

16 years ago(gud-def): Do nothing if gud-running is t.
Nick Roberts [Thu, 3 Jan 2008 22:00:06 +0000 (22:00 +0000)]
(gud-def): Do nothing if gud-running is t.
(gud-speedbar-menu-items): Add item for gdb-var-set-format
below.

16 years ago(gdb-var-set-format): Set the output format
Nick Roberts [Thu, 3 Jan 2008 21:58:33 +0000 (21:58 +0000)]
(gdb-var-set-format): Set the output format
of watch expressions (only works fully with GDB 6.7 or later).

16 years ago*** empty log message ***
Nick Roberts [Thu, 3 Jan 2008 21:54:27 +0000 (21:54 +0000)]
*** empty log message ***

16 years ago* time-stamp.el (time-stamp-time-zone): Add safe-local-variable property.
Dan Nicolaescu [Thu, 3 Jan 2008 06:46:43 +0000 (06:46 +0000)]
* time-stamp.el (time-stamp-time-zone): Add safe-local-variable property.

16 years ago* textmodes/ispell.el (ispell-local-pdict): Add safe-local-variable property.
Dan Nicolaescu [Thu, 3 Jan 2008 06:41:49 +0000 (06:41 +0000)]
* textmodes/ispell.el (ispell-local-pdict): Add safe-local-variable property.

16 years ago* progmodes/sh-script.el (sh-indentation): Add safe-local-variable property.
Dan Nicolaescu [Thu, 3 Jan 2008 06:40:58 +0000 (06:40 +0000)]
* progmodes/sh-script.el (sh-indentation): Add safe-local-variable property.

16 years ago* whitespace.el (whitespace-check-buffer-leading)
Dan Nicolaescu [Thu, 3 Jan 2008 06:40:12 +0000 (06:40 +0000)]
* 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.

16 years agoWhitespace change.
Richard M. Stallman [Mon, 31 Dec 2007 03:43:15 +0000 (03:43 +0000)]
Whitespace change.

16 years ago(custom-add-parent-links): New arg DOC-INITIAL-STRING.
Richard M. Stallman [Mon, 31 Dec 2007 03:42:51 +0000 (03:42 +0000)]
(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.

16 years ago(Accessing Mouse): Renamed from Accessing Events.
Richard M. Stallman [Sun, 30 Dec 2007 21:39:45 +0000 (21:39 +0000)]
(Accessing Mouse): Renamed from Accessing Events.
(Accessing Scroll): New node broken out of Accessing Mouse.

16 years ago(custom-add-parent-links): Fill the "Parent documentation" text.
Richard M. Stallman [Sat, 29 Dec 2007 19:26:14 +0000 (19:26 +0000)]
(custom-add-parent-links): Fill the "Parent documentation" text.

16 years ago(font-lock-prepend-text-property, font-lock-append-text-property):
Richard M. Stallman [Sat, 29 Dec 2007 19:12:30 +0000 (19:12 +0000)]
(font-lock-prepend-text-property, font-lock-append-text-property):
Canonicalize the face and font-lock-face properties.

16 years ago(facep): Doc fix.
Richard M. Stallman [Sat, 29 Dec 2007 19:10:34 +0000 (19:10 +0000)]
(facep): Doc fix.

16 years ago(fancy-startup-tail, fancy-about-text)
Richard M. Stallman [Sat, 29 Dec 2007 19:04:53 +0000 (19:04 +0000)]
(fancy-startup-tail, fancy-about-text)
(fancy-startup-text): Regularize format of face property.

16 years ago(list-colors-print): Use :background and :foreground
Richard M. Stallman [Sat, 29 Dec 2007 19:01:40 +0000 (19:01 +0000)]
(list-colors-print): Use :background and :foreground
instead of background-color and foreground-color.

16 years ago(ispell-grep-command): Use "grep" on MS-Windows and MS-DOS.
Eli Zaretskii [Sat, 29 Dec 2007 12:41:44 +0000 (12:41 +0000)]
(ispell-grep-command): Use "grep" on MS-Windows and MS-DOS.
(ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.

16 years agoMerge from gnus--rel--5.10
Miles Bader [Fri, 28 Dec 2007 22:27:01 +0000 (22:27 +0000)]
Merge from gnus--rel--5.10

Revision: emacs@sv.gnu.org/emacs--rel--22--patch-172

16 years ago(rgrep): Fix last change.
YAMAMOTO Mitsuharu [Fri, 28 Dec 2007 10:48:05 +0000 (10:48 +0000)]
(rgrep): Fix last change.

16 years ago(Size and Position): Explain meaning of frame pixel width and height.
Richard M. Stallman [Fri, 28 Dec 2007 03:50:09 +0000 (03:50 +0000)]
(Size and Position): Explain meaning of frame pixel width and height.

16 years ago(Basic Parameters): For `title', refer to title bar.
Richard M. Stallman [Fri, 28 Dec 2007 03:19:04 +0000 (03:19 +0000)]
(Basic Parameters): For `title', refer to title bar.

16 years ago(Size Parameters): Fix typo.
Richard M. Stallman [Fri, 28 Dec 2007 03:16:48 +0000 (03:16 +0000)]
(Size Parameters): Fix typo.