]> code.delx.au - gnu-emacs/log
gnu-emacs
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.

16 years ago(compilation-start): Set initial visible point properly even when
Richard M. Stallman [Thu, 27 Dec 2007 03:31:20 +0000 (03:31 +0000)]
(compilation-start): Set initial visible point properly even when
compilation buffer already current.

16 years ago(Formatted Text): Improve menu tag.
Richard M. Stallman [Thu, 27 Dec 2007 00:42:26 +0000 (00:42 +0000)]
(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.

16 years agoWhitespace change.
Richard M. Stallman [Wed, 26 Dec 2007 23:01:34 +0000 (23:01 +0000)]
Whitespace change.

16 years agoFix regexps in fill-french-nobreak-p broken by last patch.
Martin Rudalics [Wed, 26 Dec 2007 18:12:37 +0000 (18:12 +0000)]
Fix regexps in fill-french-nobreak-p broken by last patch.

16 years ago(conf-mode-maybe): New function.
Richard M. Stallman [Wed, 26 Dec 2007 17:29:34 +0000 (17:29 +0000)]
(conf-mode-maybe): New function.
(auto-mode-alist): Use conf-mode-maybe for .conf etc.

16 years ago(fill-find-break-point): Fix doc-string typo.
Martin Rudalics [Wed, 26 Dec 2007 09:08:59 +0000 (09:08 +0000)]
(fill-find-break-point): Fix doc-string typo.

16 years ago*** empty log message ***
Richard M. Stallman [Wed, 26 Dec 2007 05:02:04 +0000 (05:02 +0000)]
*** empty log message ***

16 years ago(asm-mode-map): Add a major mode menu.
Dan Nicolaescu [Tue, 25 Dec 2007 20:00:12 +0000 (20:00 +0000)]
(asm-mode-map): Add a major mode menu.

16 years ago(comint-mode-map): Explicitly bind `delete' and `kp-delete'
Richard M. Stallman [Tue, 25 Dec 2007 16:56:28 +0000 (16:56 +0000)]
(comint-mode-map): Explicitly bind `delete' and `kp-delete'
so they never do EOF.

16 years ago(make_process): Initialize pty_flag to Qnil instead of 0
YAMAMOTO Mitsuharu [Mon, 24 Dec 2007 05:26:06 +0000 (05:26 +0000)]
(make_process): Initialize pty_flag to Qnil instead of 0
as it is not a bit field on Emacs 22 yet.

16 years ago(phys_cursor_in_rect_p): Check if cursor is in fringe area.
YAMAMOTO Mitsuharu [Mon, 24 Dec 2007 03:01:28 +0000 (03:01 +0000)]
(phys_cursor_in_rect_p): Check if cursor is in fringe area.

16 years agoLoad dired.el at run time too.
Richard M. Stallman [Sun, 23 Dec 2007 19:13:48 +0000 (19:13 +0000)]
Load dired.el at run time too.

16 years ago(copy-face): Create the new face explicitly if it does not exist already.
Richard M. Stallman [Sun, 23 Dec 2007 18:09:10 +0000 (18:09 +0000)]
(copy-face): Create the new face explicitly if it does not exist already.

16 years ago(Type Keywords): Uncomment :validate and clarify it.
Richard M. Stallman [Sun, 23 Dec 2007 16:45:07 +0000 (16:45 +0000)]
(Type Keywords): Uncomment :validate and clarify it.
Improve some of the commented-out keywords' text too.

16 years ago(switch-to-buffer-other-frame): Return the buffer
Andreas Schwab [Sun, 23 Dec 2007 16:08:54 +0000 (16:08 +0000)]
(switch-to-buffer-other-frame): Return the buffer
switched to.

16 years agoFix author and entry as the corresponding change is already made in the trunk.
YAMAMOTO Mitsuharu [Sun, 23 Dec 2007 06:10:04 +0000 (06:10 +0000)]
Fix author and entry as the corresponding change is already made in the trunk.

16 years ago(fill_menubar) [MAC_OSX]: Add workaround for Mac OS X 10.5
YAMAMOTO Mitsuharu [Sun, 23 Dec 2007 06:01:51 +0000 (06:01 +0000)]
(fill_menubar) [MAC_OSX]: Add workaround for Mac OS X 10.5
about not changing Help menu title.

16 years ago(mac-apple-event-map): Bind kHICommandAbout event to
YAMAMOTO Mitsuharu [Sun, 23 Dec 2007 06:00:36 +0000 (06:00 +0000)]
(mac-apple-event-map): Bind kHICommandAbout event to
`about-emacs' instead of `display-splash-screen'.

16 years ago(Query Replace): Make exp of query-replace more self-contained, and clarify.
Richard M. Stallman [Sat, 22 Dec 2007 20:21:06 +0000 (20:21 +0000)]
(Query Replace): Make exp of query-replace more self-contained, and clarify.

16 years agoMention -iname usage in find-dired.
Eli Zaretskii [Sat, 22 Dec 2007 17:34:14 +0000 (17:34 +0000)]
Mention -iname usage in find-dired.

16 years ago(syms_of_callint) <command-history>: Add reference to history-length in
Eli Zaretskii [Sat, 22 Dec 2007 17:20:55 +0000 (17:20 +0000)]
(syms_of_callint) <command-history>: Add reference to history-length in
the doc string.

16 years ago(set-variable-value-history): Add reference to history-length in
Eli Zaretskii [Sat, 22 Dec 2007 17:15:48 +0000 (17:15 +0000)]
(set-variable-value-history): Add reference to history-length in
the doc string.

16 years ago(minibuffer-history, shell-command-history): Add references to history-length
Eli Zaretskii [Sat, 22 Dec 2007 17:12:30 +0000 (17:12 +0000)]
(minibuffer-history, shell-command-history): Add references to history-length
in the doc strings.

16 years ago(regexp-history): Add reference to `history-length' in the doc string.
Eli Zaretskii [Sat, 22 Dec 2007 17:10:17 +0000 (17:10 +0000)]
(regexp-history): Add reference to `history-length' in the doc string.

16 years ago(input-method-history): Add reference to `history-length' in the doc string.
Eli Zaretskii [Sat, 22 Dec 2007 17:08:49 +0000 (17:08 +0000)]
(input-method-history): Add reference to `history-length' in the doc string.

16 years ago(file-name-history): Add reference to `history-length' in the doc string.
Eli Zaretskii [Sat, 22 Dec 2007 17:08:03 +0000 (17:08 +0000)]
(file-name-history): Add reference to `history-length' in the doc string.

16 years ago(Getting Started): Change @ref to @pxref.
Richard M. Stallman [Sat, 22 Dec 2007 17:05:42 +0000 (17:05 +0000)]
(Getting Started): Change @ref to @pxref.

16 years ago(comint-password-prompt-regexp): Match `Enter Password'.
Richard M. Stallman [Sat, 22 Dec 2007 16:23:36 +0000 (16:23 +0000)]
(comint-password-prompt-regexp): Match `Enter Password'.

16 years ago*** empty log message ***
Jason Rumney [Fri, 21 Dec 2007 10:41:17 +0000 (10:41 +0000)]
*** empty log message ***

16 years ago(rgrep): Use find-name-arg.
Jason Rumney [Fri, 21 Dec 2007 10:32:55 +0000 (10:32 +0000)]
(rgrep): Use find-name-arg.

16 years ago(find-name-arg): New custom variable.
Jason Rumney [Fri, 21 Dec 2007 10:32:38 +0000 (10:32 +0000)]
(find-name-arg): New custom variable.
(find-name-dired): Use it.
(find-dired-find-program): Remove.
(find-dired): Use find-program.
(find-grep-dired): Use grep-program.

16 years ago(auto-insert-alist): Remove nonsensical precision
Martin Rudalics [Fri, 21 Dec 2007 10:19:54 +0000 (10:19 +0000)]
(auto-insert-alist): Remove nonsensical precision
specifier from format-string.

16 years ago(all): Use correct group name for members of mode-line group.
Martin Rudalics [Wed, 19 Dec 2007 17:02:10 +0000 (17:02 +0000)]
(all): Use correct group name for members of mode-line group.

16 years ago(defcustom-c-stylevar): Revert to pre-2007-12-12 version.
Thien-Thi Nguyen [Mon, 17 Dec 2007 09:16:57 +0000 (09:16 +0000)]
(defcustom-c-stylevar): Revert to pre-2007-12-12 version.

16 years ago(defcustom-c-stylevar): Remove debugging message.
Thien-Thi Nguyen [Mon, 17 Dec 2007 09:03:46 +0000 (09:03 +0000)]
(defcustom-c-stylevar): Remove debugging message.

16 years ago(w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned before passing as wParam.
Jason Rumney [Mon, 17 Dec 2007 01:50:42 +0000 (01:50 +0000)]
(w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned before passing as wParam.

16 years agoMerge from gnus--rel--5.10
Miles Bader [Sun, 16 Dec 2007 05:04:28 +0000 (05:04 +0000)]
Merge from gnus--rel--5.10

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

16 years ago(Auto Save): Clarify definition of auto-saving.
Richard M. Stallman [Sat, 15 Dec 2007 22:45:39 +0000 (22:45 +0000)]
(Auto Save): Clarify definition of auto-saving.

16 years ago(find-function-after-hook): Add :type.
Richard M. Stallman [Sat, 15 Dec 2007 22:39:21 +0000 (22:39 +0000)]
(find-function-after-hook): Add :type.

16 years ago(Info-clone-buffer): Renamed from Info-clone-buffer-hook. Use changed.
Richard M. Stallman [Sat, 15 Dec 2007 22:34:37 +0000 (22:34 +0000)]
(Info-clone-buffer): Renamed from Info-clone-buffer-hook.  Use changed.

16 years ago(fancy-splash-help-echo): Var deleted.
Richard M. Stallman [Sat, 15 Dec 2007 22:33:43 +0000 (22:33 +0000)]
(fancy-splash-help-echo): Var deleted.
(fancy-splash-insert): Get help-echo from (startup-echo-area-message).
(fancy-about-screen): Don't display fancy-splash-help-echo.

16 years ago(menu-bar-describe-menu): Remove dots from menu text.
Richard M. Stallman [Sat, 15 Dec 2007 22:32:17 +0000 (22:32 +0000)]
(menu-bar-describe-menu): Remove dots from menu text.

16 years agoMany doc fixes.
Richard M. Stallman [Sat, 15 Dec 2007 22:31:18 +0000 (22:31 +0000)]
Many doc fixes.
("danish-alt-postfix")
("esperanto-alt-postfix", "finnish-alt-postfix")
("german-alt-postfix", "icelandic-alt-postfix")
("norwegian-alt-postfix", "scandinavian-alt-postfix")
("spanish-alt-postfix", "swedish-alt-postfix"):
Deleted; they were identical to the non-alt versions.

16 years ago("scandinavian-postfix"): Doc fix.
Richard M. Stallman [Sat, 15 Dec 2007 22:29:42 +0000 (22:29 +0000)]
("scandinavian-postfix"): Doc fix.