]>
git.eshelyaron.com Git - emacs.git/log
Alan Mackenzie [Wed, 16 Jan 2008 21:26:59 +0000 (21:26 +0000)]
(c-constant-symbol): Put this defun inside an eval-and-compile, so as to
permit byte-compiling (e.g. in bootstrap).
Alan Mackenzie [Wed, 16 Jan 2008 21:26:01 +0000 (21:26 +0000)]
*** empty log message ***
Juanma Barranquero [Wed, 16 Jan 2008 16:30:53 +0000 (16:30 +0000)]
*** empty log message ***
Juanma Barranquero [Wed, 16 Jan 2008 16:19:01 +0000 (16:19 +0000)]
(ada-convert-file-name): Fix typo in docstring.
Juanma Barranquero [Wed, 16 Jan 2008 16:18:32 +0000 (16:18 +0000)]
(whitespace-check-leading-whitespace, whitespace-check-trailing-whitespace,
whitespace-check-spacetab-whitespace, whitespace-check-indent-whitespace,
whitespace-check-ateol-whitespace): Fix typos in docstrings.
Juanma Barranquero [Wed, 16 Jan 2008 16:17:19 +0000 (16:17 +0000)]
(display-mm-height, display-mm-width): Fix typos in docstrings.
Juanma Barranquero [Wed, 16 Jan 2008 16:15:56 +0000 (16:15 +0000)]
Fix typos in comments.
Glenn Morris [Wed, 16 Jan 2008 08:10:36 +0000 (08:10 +0000)]
(comint-regexp-arg): Fix no-input case.
Glenn Morris [Wed, 16 Jan 2008 04:17:13 +0000 (04:17 +0000)]
finder-inf no longer in CVS.
Fill last paragraph.
Glenn Morris [Wed, 16 Jan 2008 04:14:45 +0000 (04:14 +0000)]
Ulf Jasper <ulf.jasper at web.de>
(icalendar-export-file, icalendar-import-file): Restore
significant trailing whitespace in `interactive' prompts.
Dan Nicolaescu [Tue, 15 Jan 2008 04:37:20 +0000 (04:37 +0000)]
* vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
after-save-hook so that it is not called multiple times.
* vc-svn.el (vc-svn-resolve-when-done): Likewise.
Glenn Morris [Tue, 15 Jan 2008 04:06:40 +0000 (04:06 +0000)]
Simplify details of external icon licensing.
Glenn Morris [Tue, 15 Jan 2008 03:46:59 +0000 (03:46 +0000)]
(diff-end-of-hunk): Revert 2008-01-08 change.
Glenn Morris [Tue, 15 Jan 2008 03:45:18 +0000 (03:45 +0000)]
*** empty log message ***
Alan Mackenzie [Mon, 14 Jan 2008 22:31:07 +0000 (22:31 +0000)]
* (c-constant-symbol): New function which supersedes c-const-symbol.
During a customize-.. call it enables an element of (e.g.)
c-hanging-braces alist to have its name displayed, even when the default
value of c-h-b etc. doesn't include the elemnt. Replace uses of the old
function by the new.
* progmodes/cc-vars.el (c-hanging-braces-alist): Remove the obscure
non-working fragment ":value c-".
Alan Mackenzie [Mon, 14 Jan 2008 22:28:39 +0000 (22:28 +0000)]
*** empty log message ***
Alan Mackenzie [Mon, 14 Jan 2008 19:20:20 +0000 (19:20 +0000)]
Correct messed up ID info in previous patch
Alan Mackenzie [Mon, 14 Jan 2008 19:17:31 +0000 (19:17 +0000)]
(c-guess-basic-syntax): prevent a macro call inside a struct being
recognised as a K&R argument.
Alan Mackenzie [Mon, 14 Jan 2008 19:16:12 +0000 (19:16 +0000)]
*** empty log message ***
Jason Rumney [Mon, 14 Jan 2008 13:20:31 +0000 (13:20 +0000)]
(image-type): Use image-type-from-file-name (from trunk
2007-05-21 Chong Yidong <cyd@stupidchicken.com>).
Glenn Morris [Sat, 12 Jan 2008 23:21:43 +0000 (23:21 +0000)]
(woman-parse-numeric-arg): Change handling of `==': can be interned
without a function definition.
Eli Zaretskii [Sat, 12 Jan 2008 17:17:41 +0000 (17:17 +0000)]
(view-file-other-window, view-file-other-frame): Fix last change.
(kill-buffer-if-not-modified): New function.
(view-file): Don't kill the buffer if it is modified.
Eli Zaretskii [Sat, 12 Jan 2008 14:15:35 +0000 (14:15 +0000)]
(view-file-other-window, view-file-other-frame): Don't kill the buffer if it
is modified. Doc fixes.
Eli Zaretskii [Sat, 12 Jan 2008 14:04:05 +0000 (14:04 +0000)]
(ebrowse-view-file-other-window): Delete function.
(ebrowse-view/find-file-and-search-pattern): Call view-file-other-window
instead of ebrowse-view-file-other-window.
(ebrowse-view-file-other-frame): Don't call current-window-configuration.
Fix second argument in the call to view-mode-enter. Doc fix.
Chong Yidong [Fri, 11 Jan 2008 20:39:13 +0000 (20:39 +0000)]
** pot@gnu.org, 17 Dec: strange From line maker rmail-reply loop
Removed because not reproducible (private communication from Francesco Potorti).
Richard M. Stallman [Fri, 11 Jan 2008 14:44:15 +0000 (14:44 +0000)]
(atomic-change-group): Prevent undo list truncation.
Richard M. Stallman [Fri, 11 Jan 2008 14:23:39 +0000 (14:23 +0000)]
Add david.reitter@gmail.com, 27 dec: pos-visible-in-window-p at ellipsis.
YAMAMOTO Mitsuharu [Fri, 11 Jan 2008 10:29:07 +0000 (10:29 +0000)]
(mac_emacs_pid) [MAC_OSX]: New variable.
[MAC_OSX] (init_mac_osx_environment): Initialize it.
[MAC_OSX] (mac_try_close_socket) [SELECT_USE_CFSOCKET]: Return 0
when used on child processes.
Martin Rudalics [Fri, 11 Jan 2008 09:56:04 +0000 (09:56 +0000)]
(all): Add missing version entries.
Chong Yidong [Thu, 10 Jan 2008 15:39:02 +0000 (15:39 +0000)]
** nico@ngolde.de, 7 Jan: some code issues
Fixed.
Chong Yidong [Thu, 10 Jan 2008 15:25:28 +0000 (15:25 +0000)]
(pop_stat, pop_last): Check validity of string-to-integer
conversion. Mistakes spotted by Nico Golde.
Chong Yidong [Thu, 10 Jan 2008 15:24:58 +0000 (15:24 +0000)]
* pop.c (pop_stat, pop_last): Check validity of string-to-integer
conversion. Mistakes spotted by Nico Golde.
Dan Nicolaescu [Thu, 10 Jan 2008 14:01:13 +0000 (14:01 +0000)]
(safe-local-eval-forms): Mark
(add-hook 'write-file-hooks 'time-stamp) as safe.
Nick Roberts [Thu, 10 Jan 2008 11:28:33 +0000 (11:28 +0000)]
(comint-insert-input): Set point first.
Nick Roberts [Thu, 10 Jan 2008 11:26:42 +0000 (11:26 +0000)]
*** empty log message ***
Nick Roberts [Thu, 10 Jan 2008 10:27:02 +0000 (10:27 +0000)]
(gdb-dequeue-input): Make doubly sure
session doesn't hang because gdb-pending-triggers is non-nil.
(gdb-frame-handler): Use buffer-file-name instead of
buffer-name in case of duplicate file names.
Nick Roberts [Thu, 10 Jan 2008 10:25:15 +0000 (10:25 +0000)]
*** empty log message ***
Dan Nicolaescu [Thu, 10 Jan 2008 07:05:10 +0000 (07:05 +0000)]
(verilog-mode-map): Don't bind C-M-a,
C-M-e and C-M-h for emacs, they work by default.
(verilog-emacs-features): Remove.
(verilog-setup-dual-comments, verilog-populate-syntax-table):
Remove. Move syntax table initialization ...
(verilog-mode-syntax-table): ... here.
(verilog-mode): Don't initialize the syntax table here.
(verilog-mark-defun): Only do something useful for XEmacs, emacs
does not need it.
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.
Glenn Morris [Thu, 10 Jan 2008 04:05:45 +0000 (04:05 +0000)]
Add Incompatible Lisp Changes section with shell.el dirtrack stuff.
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.
Juanma Barranquero [Thu, 10 Jan 2008 02:07:04 +0000 (02:07 +0000)]
*** empty log message ***
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.
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.
Dan Nicolaescu [Wed, 9 Jan 2008 08:49:59 +0000 (08:49 +0000)]
(vc-hg-diff): Don't pass an empty string.
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.
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.
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
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.
Glenn Morris [Wed, 9 Jan 2008 04:15:13 +0000 (04:15 +0000)]
Add 2008 to copyright years.
Glenn Morris [Wed, 9 Jan 2008 04:13:56 +0000 (04:13 +0000)]
*** empty log message ***
Glenn Morris [Wed, 9 Jan 2008 04:08:35 +0000 (04:08 +0000)]
Add 2008 to copyright years.
Vinicius Jose Latorre [Wed, 9 Jan 2008 03:45:04 +0000 (03:45 +0000)]
Fix face attributes recognition
Glenn Morris [Tue, 8 Jan 2008 07:56:05 +0000 (07:56 +0000)]
Whitespace.
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.
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.
Glenn Morris [Tue, 8 Jan 2008 05:21:00 +0000 (05:21 +0000)]
Regenerate.
Glenn Morris [Tue, 8 Jan 2008 05:19:38 +0000 (05:19 +0000)]
*** empty log message ***
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.
Glenn Morris [Tue, 8 Jan 2008 05:18:09 +0000 (05:18 +0000)]
(mouse-major-mode-menu): Suppress duplicate menus.
Glenn Morris [Tue, 8 Jan 2008 05:01:41 +0000 (05:01 +0000)]
Update printed copyright year to 2008.
Glenn Morris [Tue, 8 Jan 2008 05:00:52 +0000 (05:00 +0000)]
*** empty log message ***
Glenn Morris [Tue, 8 Jan 2008 04:54:02 +0000 (04:54 +0000)]
Add 2008 to copyright years.
Glenn Morris [Tue, 8 Jan 2008 04:45:51 +0000 (04:45 +0000)]
Add 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.
Glenn Morris [Tue, 8 Jan 2008 04:37:27 +0000 (04:37 +0000)]
Add 2008 to copyright years.
Glenn Morris [Tue, 8 Jan 2008 04:28:15 +0000 (04:28 +0000)]
(main): Set copyright year to 2008.
Glenn Morris [Tue, 8 Jan 2008 04:28:05 +0000 (04:28 +0000)]
*** empty log message ***
Glenn Morris [Tue, 8 Jan 2008 04:11:05 +0000 (04:11 +0000)]
Add 2008 to copyright years.
Glenn Morris [Tue, 8 Jan 2008 04:04:36 +0000 (04:04 +0000)]
Add 2008 to copyright years.
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).
Nick Roberts [Tue, 8 Jan 2008 01:56:38 +0000 (01:56 +0000)]
*** empty log message ***
Juanma Barranquero [Mon, 7 Jan 2008 11:41:11 +0000 (11:41 +0000)]
*** empty log message ***
Glenn Morris [Mon, 7 Jan 2008 08:53:20 +0000 (08:53 +0000)]
Add 2008 to copyright years.
Glenn Morris [Mon, 7 Jan 2008 08:42:46 +0000 (08:42 +0000)]
Add 2008 to copyright years.
Glenn Morris [Mon, 7 Jan 2008 08:31:52 +0000 (08:31 +0000)]
Add 2008 to copyright years.
YAMAMOTO Mitsuharu [Mon, 7 Jan 2008 08:16:19 +0000 (08:16 +0000)]
*** empty log message ***
Glenn Morris [Mon, 7 Jan 2008 08:16:00 +0000 (08:16 +0000)]
Add 2008 to copyright years.
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.
Glenn Morris [Mon, 7 Jan 2008 08:15:16 +0000 (08:15 +0000)]
Add 2008 to copyright years.
Michael Albinus [Mon, 7 Jan 2008 06:52:19 +0000 (06:52 +0000)]
* url-handlers.el (url-file-handler): Autoload.
Dan Nicolaescu [Mon, 7 Jan 2008 06:06:25 +0000 (06:06 +0000)]
(vc-hg-log-view-mode): Handle the user field better.
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.
Nick Roberts [Mon, 7 Jan 2008 03:49:07 +0000 (03:49 +0000)]
*** empty log message ***
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.
Glenn Morris [Mon, 7 Jan 2008 02:45:14 +0000 (02:45 +0000)]
Add 2008 to copyright years.
Glenn Morris [Mon, 7 Jan 2008 02:23:04 +0000 (02:23 +0000)]
Add 2008 to copyright years.
Glenn Morris [Mon, 7 Jan 2008 02:11:00 +0000 (02:11 +0000)]
Add 2008 to copyright years.
Glenn Morris [Mon, 7 Jan 2008 02:00:47 +0000 (02:00 +0000)]
Add 2008 to copyright years.
Glenn Morris [Mon, 7 Jan 2008 01:33:37 +0000 (01:33 +0000)]
Add 2008 to 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.
Glenn Morris [Mon, 7 Jan 2008 01:26:07 +0000 (01:26 +0000)]
Add 2008 to copyright years.
Glenn Morris [Mon, 7 Jan 2008 01:14:52 +0000 (01:14 +0000)]
Add 2008 to copyright years.
Glenn Morris [Mon, 7 Jan 2008 00:59:15 +0000 (00:59 +0000)]
(calc-full-help): Use emacs-copyright.
Nick Roberts [Sun, 6 Jan 2008 21:29:20 +0000 (21:29 +0000)]
(hide-ifdef-mode-menu): Put hide-ifdef commands
on menu bar.
Nick Roberts [Sun, 6 Jan 2008 21:27:51 +0000 (21:27 +0000)]
*** empty log message ***
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'.
Glenn Morris [Sat, 5 Jan 2008 23:41:08 +0000 (23:41 +0000)]
Add some urls.
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.
Eli Zaretskii [Sat, 5 Jan 2008 16:10:26 +0000 (16:10 +0000)]
(custom-deps, finder-data): Depend on autoloads instead of loaddefs.el.