bpt/emacs.git
14 years ago(Fx_parse_geometry): Unify the X and NS versions so that they share a
Glenn Morris [Fri, 11 Sep 2009 03:34:14 +0000 (03:34 +0000)]
(Fx_parse_geometry): Unify the X and NS versions so that they share a
common doc-string.

14 years ago(delphi-tab): Indent region when Transient Mark mode is enabled and
Simon South [Fri, 11 Sep 2009 02:28:50 +0000 (02:28 +0000)]
(delphi-tab): Indent region when Transient Mark mode is enabled and
region is active; otherwise indent or insert TAB as usual.
(delphi-mode): Update description of TAB-key binding.

14 years ago(get_keymap): Return the actual keymap symbol rather than t for autoloaded
Stefan Monnier [Fri, 11 Sep 2009 02:14:05 +0000 (02:14 +0000)]
(get_keymap): Return the actual keymap symbol rather than t for autoloaded
keymaps when autoloading is not allowed (bug#4393).

14 years ago*** empty log message ***
Stefan Monnier [Fri, 11 Sep 2009 01:11:37 +0000 (01:11 +0000)]
*** empty log message ***

14 years ago* emulation/crisp.el (crisp-mode-map): Move initialization
Stefan Monnier [Fri, 11 Sep 2009 01:00:37 +0000 (01:00 +0000)]
* emulation/crisp.el (crisp-mode-map): Move initialization
into declaration.
(crisp-mode): Use define-minor-mode.

14 years ago* keymap.c (QCadvertised_binding): New constant.
Stefan Monnier [Fri, 11 Sep 2009 00:58:59 +0000 (00:58 +0000)]
* keymap.c (QCadvertised_binding): New constant.
(syms_of_keymap): Initialize it.
(Fwhere_is_internal): Try and use bindings from :advertised-binding
if applicable.

* progmodes/xscheme.el (xscheme-evaluation-commands):
Put a :advertised-binding property rather than using
advertised-xscheme-send-previous-expression.
(advertised-xscheme-send-previous-expression): Declare obsolete.
* emulation/crisp.el (crisp-mode-map): Use `undo' rather than
`advertised-undo'.
(crisp-mode): Add corresponding bindings to
undo's :advertised-binding instead.
* dired.el (dired-mode-map): Put a :advertised-binding property rather
than using dired-advertised-find-file.
(dired-advertised-find-file):
* simple.el (advertised-undo):
* wid-edit.el (advertised-widget-backward): Declare obsolete.
(widget-keymap): Put a :advertised-binding property rather
than using advertised-widget-backward.
* bindings.el (ctl-x-map): Put a :advertised-binding property rather
than using advertised-undo.
* tutorial.el (tutorial--default-keys): Adjust accordingly.

14 years agofix typo (wrong name) in my 2009-09-09 entry
Adrian Robert [Thu, 10 Sep 2009 19:17:56 +0000 (19:17 +0000)]
fix typo (wrong name) in my 2009-09-09 entry

14 years ago* keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
Stefan Monnier [Thu, 10 Sep 2009 18:19:03 +0000 (18:19 +0000)]
* keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
(parse_menu_item): Streamline since bindings are recomputed all the
time anyway.  Don't bother checking Vdefine_key_rebound_commands any
more and don't support lmenu's menu-alias any more either.
* subr.el (define-key-rebound-commands): Mark obsolete.
* startup.el (precompute-menubar-bindings): Remove.
(normal-top-level): Remove obsolete code that tried to precompute
menubar bindings.
* loadup.el (define-key-rebound-commands): Don't bother fiddling with
define-key-rebound-commands and precompute-menubar-bindings.

14 years ago(Fwhere_is_internal): Last minute typo.
Stefan Monnier [Thu, 10 Sep 2009 16:47:47 +0000 (16:47 +0000)]
(Fwhere_is_internal): Last minute typo.

14 years ago* keymap.c (where_is_internal_data): Make noindirect a boolean.
Stefan Monnier [Thu, 10 Sep 2009 16:19:52 +0000 (16:19 +0000)]
* keymap.c (where_is_internal_data): Make noindirect a boolean.
(where_is_internal): Strip it down to only traverse the keymaps.
Move the cache handling from Fwhere_is_internal to here.
(Fwhere_is_internal): Move the handling of remapping and the choice of
the best binding from where_is_internal to here.
Unify the cached/noncached paths, so remapping is also handled
correctly when the cache is used, and so the cache can be used to
speed up remap-handling when applicable.
Give preference to non-remapped bindings.
* doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
non-remapped bindings.
* keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
command remapping.

14 years agoGrammar.
Glenn Morris [Thu, 10 Sep 2009 06:27:04 +0000 (06:27 +0000)]
Grammar.

14 years ago(cvs-mode-find-file): Use forward-line rather than goto-line.
Glenn Morris [Thu, 10 Sep 2009 06:23:06 +0000 (06:23 +0000)]
(cvs-mode-find-file): Use forward-line rather than goto-line.

14 years ago(byte-compile-function-environment): Doc fix.
Glenn Morris [Thu, 10 Sep 2009 06:22:30 +0000 (06:22 +0000)]
(byte-compile-function-environment): Doc fix.
(byte-compile-file-form-autoload): Don't warn about unknown functions
where the autoload statement comes after the use.
(with-no-warnings): Give it a byte-hunk-handler like than of progn, so
that any handlers inside the body (eg require) are in turn respected.

14 years ago(degrees-to-radians): Mark as free from side effects.
Glenn Morris [Thu, 10 Sep 2009 06:21:48 +0000 (06:21 +0000)]
(degrees-to-radians): Mark as free from side effects.

14 years ago(define-derived-mode): Give the mode's map, and syntax and abbrev
Glenn Morris [Thu, 10 Sep 2009 06:21:23 +0000 (06:21 +0000)]
(define-derived-mode): Give the mode's map, and syntax and abbrev
tables basic docs, if they don't have any.

14 years ago(easy-mmode-defmap): Add doc-string.
Glenn Morris [Thu, 10 Sep 2009 06:20:51 +0000 (06:20 +0000)]
(easy-mmode-defmap): Add doc-string.

14 years ago(top-level): Require cl when compiling.
Glenn Morris [Thu, 10 Sep 2009 06:20:25 +0000 (06:20 +0000)]
(top-level): Require cl when compiling.
(view-hello-file): Use default-value rather than
default-enable-multibyte-characters.

14 years agoMove all safe and risky properties into the defcustoms.
Glenn Morris [Thu, 10 Sep 2009 06:19:53 +0000 (06:19 +0000)]
Move all safe and risky properties into the defcustoms.

14 years ago(rmail-user-mail-address-regexp): Move here from rmailsum.el.
Glenn Morris [Thu, 10 Sep 2009 06:19:34 +0000 (06:19 +0000)]
(rmail-user-mail-address-regexp): Move here from rmailsum.el.
Regenerate with extracted autoloads.

14 years ago(rmail-user-mail-address-regexp): Move to rmail.el.
Glenn Morris [Thu, 10 Sep 2009 06:18:48 +0000 (06:18 +0000)]
(rmail-user-mail-address-regexp): Move to rmail.el.
Put autoloads in rmail.el rather than loaddefs.el.

14 years agoPut autoloads in rmail.el rather than loaddefs.el.
Glenn Morris [Thu, 10 Sep 2009 06:18:23 +0000 (06:18 +0000)]
Put autoloads in rmail.el rather than loaddefs.el.

14 years agoBug#4375 (can't kill killed gud buffer")
Nick Roberts [Thu, 10 Sep 2009 03:42:13 +0000 (03:42 +0000)]
Bug#4375 (can't kill killed gud buffer")
(gdb): Revert 2009-08-11 change.  User should detach inferior
manually.

14 years ago*** empty log message ***
Nick Roberts [Thu, 10 Sep 2009 03:40:51 +0000 (03:40 +0000)]
*** empty log message ***

14 years ago(display_mode_element): Move list length limit from 50 to
Stefan Monnier [Thu, 10 Sep 2009 03:20:51 +0000 (03:20 +0000)]
(display_mode_element): Move list length limit from 50 to
5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).

14 years agoReported in thread for Bug#4375.
Nick Roberts [Thu, 10 Sep 2009 03:03:27 +0000 (03:03 +0000)]
Reported in thread for Bug#4375.
* progmodes/gud.el (gud-tooltip-print-command): Use MI command
"-data-evaluate-expression" instead of print.
* progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
(gdb-tooltip-print): Parse output from above MI command.

14 years ago*** empty log message ***
Nick Roberts [Thu, 10 Sep 2009 03:02:34 +0000 (03:02 +0000)]
*** empty log message ***

14 years ago* startup.el (command-line-normalize-file-name): On Windows and
Juanma Barranquero [Thu, 10 Sep 2009 02:25:53 +0000 (02:25 +0000)]
* startup.el (command-line-normalize-file-name): On Windows and
  MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.

14 years ago(grep-template): Add "<X>" to docstring.
Juri Linkov [Thu, 10 Sep 2009 00:58:15 +0000 (00:58 +0000)]
(grep-template): Add "<X>" to docstring.
(grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
the list.  Move "asm" to the bottom.
(grep-find-ignored-directories): Add `choice' with nil value
to empty the list easily.
(grep-find-ignored-files): New option.
(grep-files-history): Set to nil by default instead of '("ch" "el").
(grep-compute-defaults): Add "<X>" to `grep-template'.
(grep-read-files): Bind new local variables `default-alias' and
`default-extension'.  Use a list of default values for the file prompt.
(lgrep): Add `--exclude=' command line options composed from
`grep-find-ignored-files'.
(rgrep): Add `-name' command line options composed from
`grep-find-ignored-files'.  (Bug#4301)

14 years ago(shell-command): Set asynchronous process filter to
Juri Linkov [Thu, 10 Sep 2009 00:54:36 +0000 (00:54 +0000)]
(shell-command): Set asynchronous process filter to
`comint-output-filter'.  (Bug#4343)

14 years ago(isearch-text-char-description): Propertize escape
Juri Linkov [Thu, 10 Sep 2009 00:54:15 +0000 (00:54 +0000)]
(isearch-text-char-description): Propertize escape
character sequences with the `escape-glyph' face.  (Bug#4344)

14 years ago* nnrss.el (nnrss-request-article): Remove binding of
Katsumi Yamaoka [Thu, 10 Sep 2009 00:12:07 +0000 (00:12 +0000)]
* nnrss.el (nnrss-request-article): Remove binding of
default-enable-multibyte-characters that has gotten needless by
the 2007-07-13 change in rfc2047-encode-message-header.

* mml.el (mml-insert-multipart): Error on the message header.
(mml-insert-part): Error on the message header; position point at
the end of a MIME tag.

14 years ago* nsfont.m (ns_get_family): Don't force first letter to uppercase.
Adrian Robert [Wed, 9 Sep 2009 15:05:47 +0000 (15:05 +0000)]
* nsfont.m (ns_get_family): Don't force first letter to uppercase.

14 years ago(diff-hunk-kill): Fix the search of the next hunk (bug#4368).
Stefan Monnier [Wed, 9 Sep 2009 14:47:54 +0000 (14:47 +0000)]
(diff-hunk-kill): Fix the search of the next hunk (bug#4368).

14 years ago(with-no-warnings): Define it for old Emacsen.
Katsumi Yamaoka [Wed, 9 Sep 2009 10:41:50 +0000 (10:41 +0000)]
(with-no-warnings): Define it for old Emacsen.

14 years ago2009-09-02 Teodor Zlatanov <tzz@lifelogs.com>
Katsumi Yamaoka [Wed, 9 Sep 2009 10:07:19 +0000 (10:07 +0000)]
2009-09-02  Teodor Zlatanov  <tzz@lifelogs.com>

* auth.texi (Help for users): Corrected markup.

14 years ago* calendar/time-date.el (autoload):
Katsumi Yamaoka [Wed, 9 Sep 2009 09:29:29 +0000 (09:29 +0000)]
* calendar/time-date.el (autoload):
Expand define-obsolete-function-alias into defalias and make-obsolete
for old Emacsen that Gnus supports.
(with-no-warnings): Define it for old Emacsen.
(time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
is available.
(time-to-number-of-days): Don't use (featurep 'xemacs) to check if
float-time is available; suppress compile warning for time-to-seconds.

2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>

* net/imap.el (imap-message-map): Docstring fix.

14 years ago2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
Katsumi Yamaoka [Wed, 9 Sep 2009 09:28:43 +0000 (09:28 +0000)]
2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>

* gnus-util.el (gnus-float-time): Alias to float-time if it exists.

* ecomplete.el (with-no-warnings): Define it for old Emacsen.
(ecomplete-add-item): Don't use (featurep 'xemacs) to check if
float-time is available; suppress compile warning for time-to-seconds.

2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>

* mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
Add the optional argument `encoding' that overrides the default.

* mml.el (mml-generate-mime-1): Pass encoding defined by a user to
mm-encode-buffer.

2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>

* gnus-art.el (gnus-article-read-summary-keys):
Fix gnus-buffer-configuration's value temporarily used.

14 years ago(where_is_internal): Filter out shadowed remappings.
Stefan Monnier [Wed, 9 Sep 2009 02:38:50 +0000 (02:38 +0000)]
(where_is_internal): Filter out shadowed remappings.
Assume that where_is_internal returns unshadowed bindings to simplify
the code and get rid of the gotos.  Use ASIZE.

14 years agoMention world-readable install.
Glenn Morris [Wed, 9 Sep 2009 02:38:06 +0000 (02:38 +0000)]
Mention world-readable install.

14 years ago(ffap-file-at-point): Handle absolute (non-remote) files with line
Glenn Morris [Wed, 9 Sep 2009 02:36:38 +0000 (02:36 +0000)]
(ffap-file-at-point): Handle absolute (non-remote) files with line
numbers too.  (Bug#4374)

14 years ago(install-arch-indep): Don't recursively change perms of
Glenn Morris [Wed, 9 Sep 2009 02:34:17 +0000 (02:34 +0000)]
(install-arch-indep): Don't recursively change perms of
site-lisp and infodir.  There may be non-Emacs files in here, and the
files supplied by Emacs are all handled explicitly already.  (Bug#3800)
(mkdir): Set umask to world-readable before creating directories.
mkinstalldirs already checks if dirs exist, don't duplicate this test.

14 years ago(install): Set umask to world-readable before creating directories.
Glenn Morris [Wed, 9 Sep 2009 02:32:48 +0000 (02:32 +0000)]
(install): Set umask to world-readable before creating directories.

14 years ago($(DESTDIR)${archlibdir}): Set umask to world-readable before creating
Glenn Morris [Wed, 9 Sep 2009 02:32:25 +0000 (02:32 +0000)]
($(DESTDIR)${archlibdir}): Set umask to world-readable before creating
directories and game score files.

14 years ago(Vtruncate_partial_width_windows): Improve docstring.
Stefan Monnier [Wed, 9 Sep 2009 01:21:10 +0000 (01:21 +0000)]
(Vtruncate_partial_width_windows): Improve docstring.

14 years ago(smerge-remove-props, smerge-refine):
Stefan Monnier [Tue, 8 Sep 2009 19:47:07 +0000 (19:47 +0000)]
(smerge-remove-props, smerge-refine):
Use with-silent-modifications (bug#4342).

14 years ago(with-silent-modifications): New macro.
Stefan Monnier [Tue, 8 Sep 2009 19:42:21 +0000 (19:42 +0000)]
(with-silent-modifications): New macro.

14 years agoUpdate.
Juanma Barranquero [Mon, 7 Sep 2009 15:25:38 +0000 (15:25 +0000)]
Update.

14 years ago* files.el (top-level): Require `cl' when compiling.
Juanma Barranquero [Mon, 7 Sep 2009 15:23:09 +0000 (15:23 +0000)]
* files.el (top-level): Require `cl' when compiling.

14 years ago(proced-mode-map): Bind "d" to proced-mark-alt.
Glenn Morris [Mon, 7 Sep 2009 02:35:29 +0000 (02:35 +0000)]
(proced-mode-map): Bind "d" to proced-mark-alt.
(proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)

14 years ago(auto-mode-alist): Use delphi-mode for .dpr files.
Glenn Morris [Mon, 7 Sep 2009 02:26:37 +0000 (02:26 +0000)]
(auto-mode-alist): Use delphi-mode for .dpr files.

14 years agoFix typos.
Juanma Barranquero [Mon, 7 Sep 2009 01:22:41 +0000 (01:22 +0000)]
Fix typos.

14 years agoFix typo (again).
Juanma Barranquero [Mon, 7 Sep 2009 01:03:26 +0000 (01:03 +0000)]
Fix typo (again).

14 years agoFix typo.
Juanma Barranquero [Mon, 7 Sep 2009 01:01:47 +0000 (01:01 +0000)]
Fix typo.

14 years ago* unidata/.gitignore: New file.
Juanma Barranquero [Mon, 7 Sep 2009 00:58:16 +0000 (00:58 +0000)]
* unidata/.gitignore: New file.

14 years ago(vc-git-annotate-command): Use separator to parse
Nick Roberts [Sun, 6 Sep 2009 22:08:31 +0000 (22:08 +0000)]
(vc-git-annotate-command): Use separator to parse
arguments correctly.

14 years ago*** empty log message ***
Nick Roberts [Sun, 6 Sep 2009 22:07:55 +0000 (22:07 +0000)]
*** empty log message ***

14 years ago(proced-mode): Doc fix.
Eli Zaretskii [Sun, 6 Sep 2009 20:09:01 +0000 (20:09 +0000)]
(proced-mode): Doc fix.

14 years ago* net/tramp.el (tramp-perl-file-attributes): Print "nil" when
Michael Albinus [Sun, 6 Sep 2009 14:19:48 +0000 (14:19 +0000)]
* net/tramp.el (tramp-perl-file-attributes): Print "nil" when
lstat fails.
(tramp-do-file-attributes-with-ls): Check for file existence at
remote end.
(tramp-do-file-attributes-with-stat): Likewise.
(tramp-convert-file-attributes): Return nil when attr is nil.

14 years ago(diary-entry): Add help-echo and follow-link properties to this button.
Glenn Morris [Sat, 5 Sep 2009 21:11:34 +0000 (21:11 +0000)]
(diary-entry): Add help-echo and follow-link properties to this button.
(diary-fancy-display): Don't extend the button to the final newline.
(diary-fancy-display-mode): Continue to define "q" as a local key.

14 years ago(holiday-chinese): Make it slightly more efficient.
Glenn Morris [Sat, 5 Sep 2009 21:07:15 +0000 (21:07 +0000)]
(holiday-chinese): Make it slightly more efficient.

14 years ago(lisp-font-lock-keywords-2): Add letf.
Glenn Morris [Sat, 5 Sep 2009 21:00:39 +0000 (21:00 +0000)]
(lisp-font-lock-keywords-2): Add letf.

14 years agoMention that redefining the function byte-compile-dest-file is obsolete.
Glenn Morris [Sat, 5 Sep 2009 19:11:24 +0000 (19:11 +0000)]
Mention that redefining the function byte-compile-dest-file is obsolete.

14 years ago(emacs-lisp-file-regexp): Doc fix.
Glenn Morris [Sat, 5 Sep 2009 19:10:37 +0000 (19:10 +0000)]
(emacs-lisp-file-regexp): Doc fix.
(byte-compile-dest-file-function): New option.
(byte-compile-dest-file): Doc fix.  Obey byte-compile-dest-file-function.
(byte-compile-cl-file-p): New function.
(byte-compile-eval): Only suppress noruntime warnings about cl functions
if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
(byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
than for file being previously loaded.
(byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
(byte-compile-file-form-require): Handle the case where requiring a file
indirectly causes CL to be loaded.

14 years agoDon't mention maintainer-clean, since `make bootstrap' does this now.
Glenn Morris [Sat, 5 Sep 2009 18:53:34 +0000 (18:53 +0000)]
Don't mention maintainer-clean, since `make bootstrap' does this now.
(With the exception that it does not remove Makefile from lisp/ or src/).

14 years agoFix typos.
Juanma Barranquero [Sat, 5 Sep 2009 17:47:06 +0000 (17:47 +0000)]
Fix typos.

14 years ago* lisp/files.el (find-alternate-file): Run `kill-buffer-hook' manually
Karl Fogel [Sat, 5 Sep 2009 16:25:27 +0000 (16:25 +0000)]
* lisp/files.el (find-alternate-file): Run `kill-buffer-hook' manually
  before killing the old buffer, since by the time `kill-buffer' is
  run so many buffer variables have been set to nil that it may not
  behave as expected.  (Bug#4061)

14 years ago* lisp/files.el (find-alternate-file): If the old buffer is modified
Karl Fogel [Sat, 5 Sep 2009 15:16:49 +0000 (15:16 +0000)]
* lisp/files.el (find-alternate-file): If the old buffer is modified
  and visiting a file, behave similarly to `kill-buffer' when killing
  it, thus reverting to the pre-1.878 behavior; see
  http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
  for discussion.  Also, consult `buffer-file-name' as a variable not
  as a function, for consistency with the rest of the code.

14 years ago2009-09-05 Carsten Dominik <dominik@u016822.science.uva.nl>
Carsten Dominik [Sat, 5 Sep 2009 06:03:01 +0000 (06:03 +0000)]
2009-09-05  Carsten Dominik  <dominik@u016822.science.uva.nl>

* org-gnus.el (require): Wrap (require gnus-sum) into
eval-when-compils.

14 years ago*** empty log message ***
Carsten Dominik [Sat, 5 Sep 2009 06:02:49 +0000 (06:02 +0000)]
*** empty log message ***

14 years agoFix some dates.
Juanma Barranquero [Sat, 5 Sep 2009 00:57:33 +0000 (00:57 +0000)]
Fix some dates.

14 years agoFix whitespace.
Juanma Barranquero [Sat, 5 Sep 2009 00:45:08 +0000 (00:45 +0000)]
Fix whitespace.

14 years ago* net/tramp-compat.el (tramp-compat-line-beginning-position): New defun.
Michael Albinus [Fri, 4 Sep 2009 08:15:28 +0000 (08:15 +0000)]
* net/tramp-compat.el (tramp-compat-line-beginning-position): New defun.

14 years ago* net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
Michael Albinus [Fri, 4 Sep 2009 08:14:30 +0000 (08:14 +0000)]
* net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
also when adding a new directory.

14 years agoRemove leading * from defcustom and defface docs.
Glenn Morris [Fri, 4 Sep 2009 07:00:22 +0000 (07:00 +0000)]
Remove leading * from defcustom and defface docs.

14 years agoReword header to fool copyright-update-year.
Glenn Morris [Fri, 4 Sep 2009 06:58:00 +0000 (06:58 +0000)]
Reword header to fool copyright-update-year.
Remove leading * from defcustom and defface docs.

14 years agoReword the header to fool copyright-update-year.
Glenn Morris [Fri, 4 Sep 2009 06:52:21 +0000 (06:52 +0000)]
Reword the header to fool copyright-update-year.

14 years ago(x_focus_changed): If we get a focusout and pointer
Jan Djärv [Fri, 4 Sep 2009 05:33:49 +0000 (05:33 +0000)]
(x_focus_changed): If we get a focusout and pointer
is invisible, make it visible.

14 years agoMust define x_*_window_to_frame for non-toolkit.
Jan Djärv [Fri, 4 Sep 2009 04:47:36 +0000 (04:47 +0000)]
Must define x_*_window_to_frame for non-toolkit.

14 years ago* xterm.h: Remove condition for declaration of
Jan Djärv [Fri, 4 Sep 2009 04:40:17 +0000 (04:40 +0000)]
* xterm.h: Remove condition for declaration of
x_*_window_to_frame.

14 years ago(locate-file-completion-table): Make it provide boundary
Stefan Monnier [Fri, 4 Sep 2009 03:18:08 +0000 (03:18 +0000)]
(locate-file-completion-table): Make it provide boundary
information, so partial-completion works better.

14 years ago(Footnote-text-under-cursor):
Stefan Monnier [Fri, 4 Sep 2009 03:09:44 +0000 (03:09 +0000)]
(Footnote-text-under-cursor):
Check footnote-text-marker-alist before using it (bug#4324).

14 years agofancy diary and view mode.
Glenn Morris [Fri, 4 Sep 2009 03:00:31 +0000 (03:00 +0000)]
fancy diary and view mode.

14 years ago(diary-fancy-display): Only switch modes if necessary.
Glenn Morris [Fri, 4 Sep 2009 02:59:13 +0000 (02:59 +0000)]
(diary-fancy-display): Only switch modes if necessary.
(diary-fancy-overriding-map): New variable.
(diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
Use view-mode.

14 years ago(vc-rcs-annotate-command): Use forward-line rather than goto-line.
Glenn Morris [Fri, 4 Sep 2009 02:49:07 +0000 (02:49 +0000)]
(vc-rcs-annotate-command): Use forward-line rather than goto-line.

14 years agoUse default-value rather than default-enable-multibyte-characters.
Glenn Morris [Fri, 4 Sep 2009 02:47:26 +0000 (02:47 +0000)]
Use default-value rather than default-enable-multibyte-characters.

14 years ago(utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
Glenn Morris [Fri, 4 Sep 2009 02:46:08 +0000 (02:46 +0000)]
(utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.

14 years ago(quoted-printable-encode-string): Use mm-enable-multibyte, or
Glenn Morris [Fri, 4 Sep 2009 02:45:43 +0000 (02:45 +0000)]
(quoted-printable-encode-string): Use mm-enable-multibyte, or
mm-disable-multibyte, rather than default-enable-multibyte-characters.

14 years ago* tramp.texi (Frequently Asked Questions): New item for
Michael Albinus [Thu, 3 Sep 2009 15:21:47 +0000 (15:21 +0000)]
* tramp.texi (Frequently Asked Questions): New item for
emacsclient (extended).

14 years ago* tramp.texi (Frequently Asked Questions): New item for
Michael Albinus [Thu, 3 Sep 2009 13:21:15 +0000 (13:21 +0000)]
* tramp.texi (Frequently Asked Questions): New item for
emacsclient.

14 years agoUse default-value rather than default-enable-multibyte-characters.
Glenn Morris [Thu, 3 Sep 2009 07:26:31 +0000 (07:26 +0000)]
Use default-value rather than default-enable-multibyte-characters.

14 years ago2009-09-03 Carsten Dominik <dominik@u016822.science.uva.nl>
Carsten Dominik [Thu, 3 Sep 2009 07:20:50 +0000 (07:20 +0000)]
2009-09-03  Carsten Dominik  <dominik@u016822.science.uva.nl>

* org-protocol.el (org-protocol-store-link)
(org-protocol-remember, org-protocol-open-source): Remove autoload
cookies again.

14 years ago2009-09-03 Carsten Dominik <dominik@u016822.science.uva.nl>
Carsten Dominik [Thu, 3 Sep 2009 07:20:18 +0000 (07:20 +0000)]
2009-09-03  Carsten Dominik  <dominik@u016822.science.uva.nl>

* org-agenda.el (org-agenda-dim-blocked-tasks): Make sure we are
referencing the start of the line.

14 years ago2009-09-03 Carsten Dominik <dominik@u016822.science.uva.nl>
Carsten Dominik [Thu, 3 Sep 2009 07:18:54 +0000 (07:18 +0000)]
2009-09-03  Carsten Dominik  <dominik@u016822.science.uva.nl>

* org-gnus.el: Remove unnecessary declare-function forms.
(gnus-sum): Always require gnus-sum.

14 years ago*** empty log message ***
Carsten Dominik [Thu, 3 Sep 2009 07:17:25 +0000 (07:17 +0000)]
*** empty log message ***

14 years agoUse default-value rather than default-enable-multibyte-characters.
Glenn Morris [Thu, 3 Sep 2009 06:54:57 +0000 (06:54 +0000)]
Use default-value rather than default-enable-multibyte-characters.

14 years agoComment.
Glenn Morris [Thu, 3 Sep 2009 06:43:33 +0000 (06:43 +0000)]
Comment.

14 years agoMove all safe properties into the defcustoms.
Glenn Morris [Thu, 3 Sep 2009 06:41:46 +0000 (06:41 +0000)]
Move all safe properties into the defcustoms.
(f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.

14 years ago(appt-check): Don't call substitute-in-file-name on diary-file.
Glenn Morris [Thu, 3 Sep 2009 06:35:25 +0000 (06:35 +0000)]
(appt-check): Don't call substitute-in-file-name on diary-file.

14 years ago(diary-set-header, diary-live-p)
Glenn Morris [Thu, 3 Sep 2009 06:34:19 +0000 (06:34 +0000)]
(diary-set-header, diary-live-p)
(diary-check-diary-file, diary-list-entries)
(diary-include-other-diary-files, diary-simple-display)
(diary-fancy-display, diary-print-entries)
(diary-mark-included-diary-files, diary-make-entry):
Don't call substitute-in-file-name on diary-file.

14 years agoCHENG Gao <chenggao at gmail.com>
Glenn Morris [Thu, 3 Sep 2009 06:03:48 +0000 (06:03 +0000)]
CHENG Gao <chenggao at gmail.com>

Fixup comment format.