]> git.eshelyaron.com Git - emacs.git/log
emacs.git
16 years agoRewrite entry to protect it against revisionists.
Glenn Morris [Thu, 24 Jan 2008 18:45:04 +0000 (18:45 +0000)]
Rewrite entry to protect it against revisionists.

16 years ago* allout.el (allout-keybindings-list): Use vectors instead of strings for keys.
Ken Manheimer [Thu, 24 Jan 2008 17:53:29 +0000 (17:53 +0000)]
* allout.el (allout-keybindings-list): Use vectors instead of strings for keys.
(allout-line-boundary-regexp):
(set-allout-regexp):
(allout-prefix-data): Repair handling of formfeeds as header prefix.
(allout-write-file-hook-handler): Repair mangling of error handling.
(allout-region-active-p): Fallback to mark-active.

16 years ago(allout-keybindings-list): In initial setting, express
Ken Manheimer [Thu, 24 Jan 2008 17:45:28 +0000 (17:45 +0000)]
(allout-keybindings-list): In initial setting, express
meta-prefixed allout keys as vectors instead of strings, since the
string form is interpreted in some cases as composed key
modifiers, eg, accented keys.

(allout-line-boundary-regexp): Clarify description.

(set-allout-regexp): Repair the expressions so that the formfeed part is
identified as one of the top-level groups, and is included in all the
forms, not just the -line-boundary-regexp one.

(allout-prefix-data): Incorporate information from the various allout
regexp's formfeed alternative group, when present.

(allout-write-file-hook-handler): Rectify mangling of the error handling.
It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error' condition-case handler was
apparently reformatted as if it was a call to the error function.  An
apparent repair attempt in version 1.101 situated the original body of the
error handling code as bogus condition-case handlers.  I've returned to
just about the working code that was originally there, removing an
unnecessary - but benign - enclosing 'progn'.  \(Automated or cursory code
fixes often aren't.)

(allout-region-active-p): Fallback to value of mark-active if neither
use-region-p nor region-active-p are present, for compatability with
current and recent emacs major releases.

16 years ago*** empty log message ***
Juanma Barranquero [Thu, 24 Jan 2008 16:30:53 +0000 (16:30 +0000)]
*** empty log message ***

16 years ago* sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
Dan Nicolaescu [Thu, 24 Jan 2008 15:14:52 +0000 (15:14 +0000)]
* sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
* message.el (message-beginning-of-line): Use featurep instead of bound
tests in order to resolve conditionals at compile time.

* textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
(reftex-toc-restore-region):
* textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
(reftex-index-phrases-apply-to-region):
* textmodes/ispell.el (ispell-word):
* progmodes/vhdl-mode.el (vhdl-keep-region-active):
* progmodes/pascal.el (pascal-mark-defun):
* progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
(f90-fill-region):
* emulation/tpu-edt.el (tpu-set-mark):
* emulation/crisp.el (crisp-region-active):
* winner.el (winner-active-region):
* ansi-color.el (ansi-color-set-extent-face): Use featurep instead
of bound tests in order to resolve conditionals at compile time.

16 years ago(vc-diff-finish): Search all frames for the buffer's window.
Thien-Thi Nguyen [Thu, 24 Jan 2008 15:09:24 +0000 (15:09 +0000)]
(vc-diff-finish): Search all frames for the buffer's window.

16 years ago(vc-next-action): Fix two instances of "free-var file" bug:
Thien-Thi Nguyen [Thu, 24 Jan 2008 13:09:13 +0000 (13:09 +0000)]
(vc-next-action): Fix two instances of "free-var file" bug:
In both cases, convert single call to one wrapped in dolist.

16 years ago(delsel-unload-function): Don't use `remprop'; it is not autoloaded,
Juanma Barranquero [Thu, 24 Jan 2008 11:13:45 +0000 (11:13 +0000)]
(delsel-unload-function): Don't use `remprop'; it is not autoloaded,
and we wouldn't want to load CL just to unload delsel.el anyway.
Suggested by Martin Rudalics <rudalics@gmx.at>.

16 years ago*** empty log message ***
Juanma Barranquero [Thu, 24 Jan 2008 10:44:22 +0000 (10:44 +0000)]
*** empty log message ***

16 years ago(delete-selection-pre-hook): Avoid clearing out
Martin Rudalics [Thu, 24 Jan 2008 09:46:40 +0000 (09:46 +0000)]
(delete-selection-pre-hook): Avoid clearing out
pre-command-hook when text is read-only.

16 years agoHandle dead buffers in async filters/sentinels.
Thien-Thi Nguyen [Thu, 24 Jan 2008 08:54:00 +0000 (08:54 +0000)]
Handle dead buffers in async filters/sentinels.

(vc-process-filter): Do nothing if buffer not live.
(vc-diff-finish): Rename from vc-diff-sentinel.
No longer take REV1-NAME and REV2-NAME.
Instead, take BUFFER-NAME.  Do nothing if buffer not live.
Don't do window resize if no window displays buffer.
(vc-diff-internal): Use vc-diff-finish.

16 years agoDelete eol whitespace; nfc.
Thien-Thi Nguyen [Thu, 24 Jan 2008 08:48:42 +0000 (08:48 +0000)]
Delete eol whitespace; nfc.

16 years agoAdd a TODO item about missing files.
Dan Nicolaescu [Thu, 24 Jan 2008 08:01:54 +0000 (08:01 +0000)]
Add a TODO item about missing files.
(vc-exec-after): Add a tooltip to the new mode-line item.

16 years agoMerge from gnus--devo--0
Miles Bader [Thu, 24 Jan 2008 07:47:38 +0000 (07:47 +0000)]
Merge from gnus--devo--0

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1009

16 years agoStandardize dbus-related messages.
Glenn Morris [Thu, 24 Jan 2008 04:50:50 +0000 (04:50 +0000)]
Standardize dbus-related messages.

16 years ago(gpm-mouse-start): Declare as a function.
Glenn Morris [Thu, 24 Jan 2008 04:49:39 +0000 (04:49 +0000)]
(gpm-mouse-start): Declare as a function.

16 years agoRemove out-of-date section of commentary.
Glenn Morris [Thu, 24 Jan 2008 04:46:59 +0000 (04:46 +0000)]
Remove out-of-date section of commentary.

16 years ago* net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
Michael Albinus [Wed, 23 Jan 2008 20:45:03 +0000 (20:45 +0000)]
* net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
(tramp-end-of-output): Add `tramp-rsh-end-of-line' into the
regexp.
(tramp-find-shell, tramp-open-connection-setup-interactive-shell):
Don't send `tramp-rsh-end-of-line' additionally, when setting the
prompt.
(tramp-wait-for-output): Distinguish different prompt formats.
(tramp-get-test-nt-command): Don't check for "\n" in the prompt.
(tramp-local-host-p): Check whether temp directory is writable.

16 years agoAdd TODO items.
Dan Nicolaescu [Wed, 23 Jan 2008 16:35:18 +0000 (16:35 +0000)]
Add TODO items.

16 years ago* replace.el (occur-mode-find-occurrence-hook): New hook that can
Carsten Dominik [Wed, 23 Jan 2008 10:49:31 +0000 (10:49 +0000)]
* replace.el (occur-mode-find-occurrence-hook): New hook that can
be used to reveal or highlight the location of a match.
(occur-mode-goto-occurrence)
(occur-mode-goto-occurrence-other-window)
(occur-mode-display-occurrence): Run
`occur-mode-find-occurrence-hook'.

16 years ago*** empty log message ***
Carsten Dominik [Wed, 23 Jan 2008 10:48:57 +0000 (10:48 +0000)]
*** empty log message ***

16 years ago(hide-ifdef-shadow): Add version number for defcustom.
Martin Rudalics [Wed, 23 Jan 2008 10:29:49 +0000 (10:29 +0000)]
(hide-ifdef-shadow): Add version number for defcustom.
(hide-ifdef-shadow): Add version number for defface.

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

16 years agoAdd copyright header.
Glenn Morris [Wed, 23 Jan 2008 07:59:47 +0000 (07:59 +0000)]
Add copyright header.

16 years agoAdd 2008 to copyright years.
Glenn Morris [Wed, 23 Jan 2008 07:58:52 +0000 (07:58 +0000)]
Add 2008 to copyright years.

16 years agoAdd 2008 to copyright years.
Glenn Morris [Wed, 23 Jan 2008 05:49:24 +0000 (05:49 +0000)]
Add 2008 to copyright years.

16 years agoFix merge errors (duplicates).
Glenn Morris [Wed, 23 Jan 2008 05:47:31 +0000 (05:47 +0000)]
Fix merge errors (duplicates).

16 years ago(org-export-latex-cleaned-string): Fix declaration.
Glenn Morris [Wed, 23 Jan 2008 05:46:13 +0000 (05:46 +0000)]
(org-export-latex-cleaned-string): Fix declaration.

16 years agoconfigure: Regenerate.
Michael Olson [Wed, 23 Jan 2008 04:00:10 +0000 (04:00 +0000)]
configure: Regenerate.

16 years agoconfigure.in: Remove initial whitespace in pkg-config-prog.
Michael Olson [Wed, 23 Jan 2008 03:50:45 +0000 (03:50 +0000)]
configure.in: Remove initial whitespace in pkg-config-prog.

16 years agoRename EMACS_ARG_Y to OPTION_DEFAULT_OFF, and EMACS_ARG_N to OPTION_DEFAULT_ON.
Michael Olson [Wed, 23 Jan 2008 03:43:32 +0000 (03:43 +0000)]
Rename EMACS_ARG_Y to OPTION_DEFAULT_OFF, and EMACS_ARG_N to OPTION_DEFAULT_ON.

16 years agoFix dates for ChangeLog merge entries
Miles Bader [Tue, 22 Jan 2008 23:59:24 +0000 (23:59 +0000)]
Fix dates for ChangeLog merge entries

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1007

16 years agoMerge from emacs--rel--22
Miles Bader [Tue, 22 Jan 2008 23:53:46 +0000 (23:53 +0000)]
Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1006

16 years ago** Make longlines-mode wrap lines based on screen position instead
Chong Yidong [Tue, 22 Jan 2008 15:44:14 +0000 (15:44 +0000)]
** Make longlines-mode wrap lines based on screen position instead
   of character position, so that variable-width fonts can be handled
   properly.

16 years ago** Make longlines-mode wrap lines based on screen position instead
Chong Yidong [Tue, 22 Jan 2008 15:43:44 +0000 (15:43 +0000)]
** Make longlines-mode wrap lines based on screen position instead
   of character position, so that variable-width fonts can be handled
   properly.

16 years ago(pop_stat, pop_last): Fix last fix.
Chong Yidong [Tue, 22 Jan 2008 15:38:49 +0000 (15:38 +0000)]
(pop_stat, pop_last): Fix last fix.

16 years ago* pop.c (pop_stat, pop_last): Fix last fix.
Chong Yidong [Tue, 22 Jan 2008 15:38:40 +0000 (15:38 +0000)]
* pop.c (pop_stat, pop_last): Fix last fix.

16 years ago(pop_stat, pop_last): Fix last fix.
Chong Yidong [Tue, 22 Jan 2008 15:36:05 +0000 (15:36 +0000)]
(pop_stat, pop_last): Fix last fix.

16 years agoFix typo.
Juanma Barranquero [Tue, 22 Jan 2008 15:28:56 +0000 (15:28 +0000)]
Fix typo.

16 years ago* pop.c (pop_stat, pop_last): Fix last fix.
Chong Yidong [Tue, 22 Jan 2008 15:22:54 +0000 (15:22 +0000)]
* pop.c (pop_stat, pop_last): Fix last fix.

16 years agoNew entry.
Juanma Barranquero [Tue, 22 Jan 2008 10:14:18 +0000 (10:14 +0000)]
New entry.

16 years ago(hide-ifdef-initially, hide-ifdef-read-only)
Glenn Morris [Tue, 22 Jan 2008 06:56:23 +0000 (06:56 +0000)]
(hide-ifdef-initially, hide-ifdef-read-only)
(hide-ifdef-lines, hide-ifdef-shadow, hide-ifdef-shadow):
Remove autoload cookies.

16 years ago(vc-diff-sentinel): Do not write a footer if there were differences.
Glenn Morris [Tue, 22 Jan 2008 06:39:44 +0000 (06:39 +0000)]
(vc-diff-sentinel): Do not write a footer if there were differences.

16 years ago(cvs-menu): Improve cvs-mode-find-file, cvs-mode-find-file-other-window.
Reiner Steib [Mon, 21 Jan 2008 23:10:32 +0000 (23:10 +0000)]
(cvs-menu): Improve cvs-mode-find-file, cvs-mode-find-file-other-window.
Add cvs-mode-diff-yesterday and manual entry.

16 years ago*** empty log message ***
Juanma Barranquero [Mon, 21 Jan 2008 22:48:51 +0000 (22:48 +0000)]
*** empty log message ***

16 years ago(Exiting): Fix typo. Reported by D. E. Evans <sinuhe@gnu.org>.
Juanma Barranquero [Mon, 21 Jan 2008 22:32:44 +0000 (22:32 +0000)]
(Exiting): Fix typo.  Reported by D. E. Evans <sinuhe@gnu.org>.

16 years agoFix ChangeLog entry.
Vinicius Jose Latorre [Mon, 21 Jan 2008 22:21:28 +0000 (22:21 +0000)]
Fix ChangeLog entry.

16 years ago* dbusbind.el (Fdbus_method_return_internal): Renamed from
Michael Albinus [Mon, 21 Jan 2008 20:19:16 +0000 (20:19 +0000)]
* dbusbind.el (Fdbus_method_return_internal): Renamed from
Fdbus_method_return.
(Fdbus_unregister_object): Moved to dbus.el.
(Fdbus_call_method, Fdbus_method_return_internal)
(Fdbus_send_signal): Debug messages improved.

16 years ago* net/dbus.el (dbus-ignore-errors): New macro.
Michael Albinus [Mon, 21 Jan 2008 20:11:58 +0000 (20:11 +0000)]
* net/dbus.el (dbus-ignore-errors): New macro.
(dbus-unregister-object): New defun.  Moved from dbusbind.c.
(dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
(dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
(dbus-get-signatures): Apply `dbus-ignore-errors'.

16 years ago* net/dbus.el (dbus-ignore-errors): New macro.
Michael Albinus [Mon, 21 Jan 2008 20:06:15 +0000 (20:06 +0000)]
* net/dbus.el (dbus-ignore-errors): New macro.
(dbus-unregister-object): New defun.  Moved from dbusbind.c.
(dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
(dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
(dbus-get-signatures): Apply `dbus-ignore-errors'.

16 years ago* dbus.texi (Errors and Events): New macro dbus-ignore-errors.
Michael Albinus [Mon, 21 Jan 2008 20:01:19 +0000 (20:01 +0000)]
* dbus.texi (Errors and Events): New macro dbus-ignore-errors.

16 years ago(outline-up-heading): Fix check for top level to
Martin Rudalics [Mon, 21 Jan 2008 19:48:56 +0000 (19:48 +0000)]
(outline-up-heading): Fix check for top level to
avoid infinite looping in hide-other.

16 years ago(unhandled-file-name-directory): Add handler.
Stefan Monnier [Mon, 21 Jan 2008 17:16:52 +0000 (17:16 +0000)]
(unhandled-file-name-directory): Add handler.
(url-handler-unhandled-file-name-directory): New fun.

16 years ago(vc-process-sentinel): After calling the
Thien-Thi Nguyen [Mon, 21 Jan 2008 14:03:09 +0000 (14:03 +0000)]
(vc-process-sentinel): After calling the
previous sentinel, do nothing if the process' buffer is not live.

16 years agoFix problem with cleanning blank faces when turniing off blank-mode. Eliminate ...
Vinicius Jose Latorre [Mon, 21 Jan 2008 12:45:58 +0000 (12:45 +0000)]
Fix problem with cleanning blank faces when turniing off blank-mode.  Eliminate -face suffix.

16 years agoFix problem with cleanning blank faces when turniing off blank-mode. Eliminate ...
Vinicius Jose Latorre [Mon, 21 Jan 2008 12:43:46 +0000 (12:43 +0000)]
Fix problem with cleanning blank faces when turniing off blank-mode.  Eliminate -face suffix.

16 years ago(server-log-time-function): New function.
Juanma Barranquero [Mon, 21 Jan 2008 12:06:59 +0000 (12:06 +0000)]
(server-log-time-function): New function.
(server-log): Use it.

16 years ago(struct scroll_bar): New member `redraw_needed_p'.
YAMAMOTO Mitsuharu [Mon, 21 Jan 2008 09:59:58 +0000 (09:59 +0000)]
(struct scroll_bar): New member `redraw_needed_p'.

16 years ago(x_scroll_bar_create): Initialize bar->redraw_needed_p.
YAMAMOTO Mitsuharu [Mon, 21 Jan 2008 09:59:25 +0000 (09:59 +0000)]
(x_scroll_bar_create): Initialize bar->redraw_needed_p.
(XTset_vertical_scroll_bar): Redraw scroll bar if bar->redraw_needed_p
is set even without positional changes.
(x_scroll_bar_clear): Set bar->redraw_needed_p.

16 years ago*** empty log message ***
Jason Rumney [Mon, 21 Jan 2008 09:35:45 +0000 (09:35 +0000)]
*** empty log message ***

16 years agoUpdated from master source.
Dan Nicolaescu [Mon, 21 Jan 2008 06:47:22 +0000 (06:47 +0000)]
Updated from master source.

16 years ago(org-entry-properties): Let-bind `clocksum'.
Glenn Morris [Mon, 21 Jan 2008 04:47:10 +0000 (04:47 +0000)]
(org-entry-properties): Let-bind `clocksum'.

16 years agoMove defcustoms and defface to start of file.
Glenn Morris [Mon, 21 Jan 2008 04:46:12 +0000 (04:46 +0000)]
Move defcustoms and defface to start of file.

16 years ago*** empty log message ***
Juanma Barranquero [Mon, 21 Jan 2008 00:53:31 +0000 (00:53 +0000)]
*** empty log message ***

16 years ago(org-unmodified, org-cycle-emulate-tab, org-descriptive-links,
Juanma Barranquero [Mon, 21 Jan 2008 00:44:43 +0000 (00:44 +0000)]
(org-unmodified, org-cycle-emulate-tab, org-descriptive-links,
org-link-file-path-type, org-remember-use-refile-when-interactive,
org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders,
org-export-ascii-bullets, org-agenda-deadline-faces, turn-on-orgstruct++,
orgtbl-to-texinfo, org-mhe-get-header, org-batch-agenda, org-batch-agenda-csv,
org-fix-agenda-info, org-kill-note-or-show-branches): Fix typos in docstrings.

16 years ago(CYGWIN) [USING_SH]: Disable mapping of file permissions to NTFS ACLs.
Jason Rumney [Sun, 20 Jan 2008 23:17:25 +0000 (23:17 +0000)]
(CYGWIN) [USING_SH]: Disable mapping of file permissions to NTFS ACLs.

16 years ago(vc-process-sentinel): Fix bug introduced in last change:
Thien-Thi Nguyen [Sun, 20 Jan 2008 20:29:47 +0000 (20:29 +0000)]
(vc-process-sentinel): Fix bug introduced in last change:
Set mode-line-process with P's buffer made temporarily current.

16 years ago(ibuffer-mode): Fix last change.
Stefan Monnier [Sun, 20 Jan 2008 20:25:46 +0000 (20:25 +0000)]
(ibuffer-mode): Fix last change.

16 years ago*** empty log message ***
Thien-Thi Nguyen [Sun, 20 Jan 2008 20:24:30 +0000 (20:24 +0000)]
*** empty log message ***

16 years ago(ibuffer-mode): Fix last change.
Stefan Monnier [Sun, 20 Jan 2008 20:23:46 +0000 (20:23 +0000)]
(ibuffer-mode): Fix last change.

16 years ago(vc-process-sentinel): Set mode-line-process.
Thien-Thi Nguyen [Sun, 20 Jan 2008 20:23:04 +0000 (20:23 +0000)]
(vc-process-sentinel): Set mode-line-process.
(vc-exec-after): Likewise, for the `run' process status.

16 years ago* vc-hg.el (vc-hg-registered): Make it work for non-existent
Dan Nicolaescu [Sun, 20 Jan 2008 20:01:24 +0000 (20:01 +0000)]
* vc-hg.el (vc-hg-registered): Make it work for non-existent
files.

16 years ago(vc-svn-registered): Make it work for non-existent
Dan Nicolaescu [Sun, 20 Jan 2008 19:56:43 +0000 (19:56 +0000)]
(vc-svn-registered): Make it work for non-existent
files.

16 years ago(repeat-undo-count): New variable.
Martin Rudalics [Sun, 20 Jan 2008 10:35:27 +0000 (10:35 +0000)]
(repeat-undo-count): New variable.
(repeat): For self-insertions make undo boundary only after 20
repetitions.  Inhibit point recording when repeat-repeat-char is
non-nil.

16 years ago(undo_inhibit_record_point): New variable.
Martin Rudalics [Sun, 20 Jan 2008 10:34:18 +0000 (10:34 +0000)]
(undo_inhibit_record_point): New variable.
(syms_of_undo): Initialize it.
(record_point): Don't record point when undo_inhibit_record_point
is set.

16 years agoMerge from gnus--rel--5.10
Miles Bader [Sun, 20 Jan 2008 05:20:30 +0000 (05:20 +0000)]
Merge from gnus--rel--5.10

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

16 years agoMerge from gnus--devo--0
Miles Bader [Sun, 20 Jan 2008 05:17:57 +0000 (05:17 +0000)]
Merge from gnus--devo--0

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1001

16 years agoQuote all calls to "auxiliary skeleton"s to prevent infloops.
Glenn Morris [Sun, 20 Jan 2008 04:02:15 +0000 (04:02 +0000)]
Quote all calls to "auxiliary skeleton"s to prevent infloops.

16 years agoQuote all calls to "auxiliary skeleton"s to prevent infloops.
Glenn Morris [Sun, 20 Jan 2008 04:01:05 +0000 (04:01 +0000)]
Quote all calls to "auxiliary skeleton"s to prevent infloops.

16 years agoMartin Svenson <phromo at gmail.com> (tiny change)
Glenn Morris [Sun, 20 Jan 2008 03:57:19 +0000 (03:57 +0000)]
Martin Svenson <phromo at gmail.com>  (tiny change)

(python-imports): Default to "None".

16 years agoMartin Svenson <phromo at gmail.com> (tiny change)
Glenn Morris [Sun, 20 Jan 2008 03:56:50 +0000 (03:56 +0000)]
Martin Svenson <phromo at gmail.com>  (tiny change)

(python-imports): Default to "None".

16 years agoAdd a "Simple Tasks" TODO category.
Dan Nicolaescu [Sat, 19 Jan 2008 20:13:59 +0000 (20:13 +0000)]
Add a "Simple Tasks" TODO category.

16 years ago(Buffer Modification): Fix typo.
Martin Rudalics [Sat, 19 Jan 2008 18:53:05 +0000 (18:53 +0000)]
(Buffer Modification): Fix typo.

16 years ago*** empty log message ***
Martin Rudalics [Sat, 19 Jan 2008 18:46:48 +0000 (18:46 +0000)]
*** empty log message ***

16 years ago* progmodes/sh-script.el (sh-basic-offset):
Dan Nicolaescu [Sat, 19 Jan 2008 18:32:34 +0000 (18:32 +0000)]
* progmodes/sh-script.el (sh-basic-offset):
* progmodes/cc-vars.el (c-syntactic-indentation)
(c-syntactic-indentation-in-macros): Mark as safe.

16 years ago* vc-svn.el (vc-svn-after-dir-status): New function.
Dan Nicolaescu [Sat, 19 Jan 2008 16:32:23 +0000 (16:32 +0000)]
* vc-svn.el (vc-svn-after-dir-status): New function.
(vc-svn-dir-status): Run svn asynchronously.

16 years ago(hide-ifdef-shadow): New option.
Martin Rudalics [Sat, 19 Jan 2008 16:29:08 +0000 (16:29 +0000)]
(hide-ifdef-shadow): New option.
(hide-ifdef-shadow): New face.
(hide-ifdef-toggle-shadowing): New function to toggle between
shadowing and making code invisible.
(hide-ifdef-mode-submap): Add binding for
hide-ifdef-toggle-shadowing.
(hide-ifdef-mode-menu): Add entry for
hide-ifdef-toggle-shadowing.
(hide-ifdef-region-internal): Give new overlay hide-ifdef
property.  Shadow text when hide-ifdef-shadow is non-nil.
(hif-show-ifdef-region): Remove overlays with hide-ifdef
property set.
(hif-hide-line): Use when instead of if.
(hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
Remove unneeded * from doc-strings.

16 years ago*** empty log message ***
Juanma Barranquero [Sat, 19 Jan 2008 15:24:59 +0000 (15:24 +0000)]
*** empty log message ***

16 years ago(blank-style, blank-chars, blank-hspace-regexp, blank-space-regexp,
Juanma Barranquero [Sat, 19 Jan 2008 15:13:09 +0000 (15:13 +0000)]
(blank-style, blank-chars, blank-hspace-regexp, blank-space-regexp,
blank-tab-regexp, blank-trailing-regexp, blank-space-before-tab-regexp,
blank-global-modes, blank-mode, global-blank-mode): Doc fixes.
(blank, blank-space-face, blank-hspace-face, blank-tab-face, blank-newline-face,
blank-trailing-face, blank-line-face, blank-space-before-tab-face,
blank-display-mappings, blank-chars-value-list, blank-style-value-list,
blank-toggle-options, global-blank-toggle-options, blank-help-text,
blank-interactive-char, blank-turn-on, blank-turn-off, blank-color-on,
blank-color-off): Fix typos in docstrings.

16 years agoAdd comment before kill-buffer-if-not-modified.
Eli Zaretskii [Sat, 19 Jan 2008 14:04:35 +0000 (14:04 +0000)]
Add comment before kill-buffer-if-not-modified.

16 years ago*** empty log message ***
Kenichi Handa [Sat, 19 Jan 2008 12:50:35 +0000 (12:50 +0000)]
*** empty log message ***

16 years ago(detect_coding_iso2022): New arg
Kenichi Handa [Sat, 19 Jan 2008 05:55:50 +0000 (05:55 +0000)]
(detect_coding_iso2022): New arg
latin_extra_code_state.  Allow Latin extra codes only
when *latin_extra_code_state is nonzero.
(detect_coding_mask): If there is a NULL byte, detect the encoding
as UTF-16 or binary.  If Latin extra codes exist, detect the
encoding as ISO-2022 only when there's no other proper encoding is
found.

16 years ago(doc-view-goto-page): Don't move point any more, now that
Stefan Monnier [Sat, 19 Jan 2008 05:34:29 +0000 (05:34 +0000)]
(doc-view-goto-page): Don't move point any more, now that
the hscroll behavior was fixed.
(doc-view-mode): Disable auto-hscroll-mode.

16 years ago(list_processes_1): Don't use SCHARS on a nil buffer name.
Stefan Monnier [Sat, 19 Jan 2008 05:27:20 +0000 (05:27 +0000)]
(list_processes_1): Don't use SCHARS on a nil buffer name.

16 years ago(Qauto_hscroll_mode): New var.
Stefan Monnier [Sat, 19 Jan 2008 05:22:33 +0000 (05:22 +0000)]
(Qauto_hscroll_mode): New var.
(syms_of_xdisp): Initialize it.
(hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
window's buffer.
(hscroll_windows): Don't check automatic_hscrolling_p here.

16 years ago(set_window_buffer): Don't unnecessarily reset hscroll and
Stefan Monnier [Sat, 19 Jan 2008 05:11:02 +0000 (05:11 +0000)]
(set_window_buffer): Don't unnecessarily reset hscroll and
vscroll if we're setting window-buffer to the value it already has.

16 years ago("TeX"): Correct the mappings for \v{k} and \vk.
Kenichi Handa [Sat, 19 Jan 2008 04:36:40 +0000 (04:36 +0000)]
("TeX"): Correct the mappings for \v{k} and \vk.

16 years agoAdd arch tagline
Miles Bader [Sat, 19 Jan 2008 03:13:35 +0000 (03:13 +0000)]
Add arch tagline

16 years ago* vc-svn.el (vc-svn-dir-status): New function.
Dan Nicolaescu [Fri, 18 Jan 2008 23:45:04 +0000 (23:45 +0000)]
* vc-svn.el (vc-svn-dir-status): New function.

16 years ago* vc.el: Make vc-status asynchronous.
Dan Nicolaescu [Fri, 18 Jan 2008 23:32:58 +0000 (23:32 +0000)]
* vc.el: Make vc-status asynchronous.
(vc-update-vc-status-buffer): New function broken out of ...
(vc-status-refresh): ... here. Pass vc-update-vc-status-buffer to
the dir-status backend function.

* vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
Move the output processing to ...
(vc-hg-after-dir-status): ... here.  Call the function passed as
an argument with the results.