bpt/emacs.git
14 years ago* .gitignore: Add echolisp.tmp.
Juanma Barranquero [Thu, 15 Oct 2009 10:18:17 +0000 (10:18 +0000)]
* .gitignore: Add echolisp.tmp.

14 years ago(print_object): Escape a symbol like "2E10" too.
Kenichi Handa [Thu, 15 Oct 2009 07:22:27 +0000 (07:22 +0000)]
(print_object): Escape a symbol like "2E10" too.

14 years agoRyan Yeske <rcyeske at gmail.com>
Glenn Morris [Thu, 15 Oct 2009 06:50:34 +0000 (06:50 +0000)]
Ryan Yeske  <rcyeske at gmail.com>

(rcirc-view-log-file): New command.
(rcirc-track-minor-mode-map): Remove C-c ` binding.
(rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be specified.

14 years agoRegenerate.
Glenn Morris [Thu, 15 Oct 2009 06:31:51 +0000 (06:31 +0000)]
Regenerate.

14 years agoConvert comments about autoloads into autoload comments.
Glenn Morris [Thu, 15 Oct 2009 06:18:02 +0000 (06:18 +0000)]
Convert comments about autoloads into autoload comments.
(No-ops so long as file is dumped.)

14 years ago(print_help_and_exit): Fix bug report instructions.
Glenn Morris [Thu, 15 Oct 2009 06:11:57 +0000 (06:11 +0000)]
(print_help_and_exit): Fix bug report instructions.

14 years ago(w32-batch-update-autoloads): Take autoload-make-program from the
Glenn Morris [Thu, 15 Oct 2009 06:10:45 +0000 (06:10 +0000)]
(w32-batch-update-autoloads): Take autoload-make-program from the
second command-line argument.

14 years ago(autoloads, $(lisp)/calendar/cal-loaddefs.el)
Glenn Morris [Thu, 15 Oct 2009 06:10:10 +0000 (06:10 +0000)]
(autoloads, $(lisp)/calendar/cal-loaddefs.el)
($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
w32-batch-update-autoloads.

14 years ago(autoload-make-program): New variable.
Glenn Morris [Thu, 15 Oct 2009 06:09:52 +0000 (06:09 +0000)]
(autoload-make-program): New variable.
(batch-update-autoloads): Handle autoload-excludes on windows-nt.

See discussion:
http://lists.gnu.org/archive/html/emacs-devel/2009-10/msg00243.html

14 years ago(echolisp): New rule.
Glenn Morris [Thu, 15 Oct 2009 06:04:11 +0000 (06:04 +0000)]
(echolisp): New rule.
(clean): Delete echolisp.tmp.

14 years ago(rmail-cease-edit): Give an error if the end of the headers cannot be
Glenn Morris [Thu, 15 Oct 2009 06:00:20 +0000 (06:00 +0000)]
(rmail-cease-edit): Give an error if the end of the headers cannot be
located.  Simplify, subtracting superflous save-excursions.
(See http://lists.gnu.org/archive/html/bug-gnu-emacs/2009-10/msg00182.html)

14 years agoReplace completion-base-size by completion-base-position to fix bugs
Stefan Monnier [Thu, 15 Oct 2009 01:50:17 +0000 (01:50 +0000)]
Replace completion-base-size by completion-base-position to fix bugs
such as (bug#4699).
* simple.el (completion-base-position): New var.
(completion-base-size): Mark as obsolete.
(choose-completion): Make it work for mouse events as well.
Pass the new base-position to choose-completion-string.
(choose-completion-guess-base-position): New function, extracted from
choose-completion-delete-max-match.
(choose-completion-delete-max-match): Use it.  Make obsolete.
(choose-completion-string): Use the new base-position info.
(completion-root-regexp): Delete.
(completion-setup-function): Preserve completion-base-position.
Eliminate obsolete base-size manipulation.
* minibuffer.el (display-completion-list): Don't mess with base-size.
(minibuffer-completion-help): Set completion-base-position instead.
* mouse.el (mouse-choose-completion): Redefine as a mere alias to
choose-completion.
* textmodes/bibtex.el (bibtex-complete):
* emacs-lisp/crm.el (crm--choose-completion-string):
Adjust to new calling convention.
* complete.el (partial-completion-mode): Use minibufferp to avoid
bumping into incompatible change to choose-completion-string-functions.
* ido.el (ido-choose-completion-string): Make its calling convention
more permissive.
* comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
base-size manipulation.
(comint-dynamic-list-input-ring): Use dotimes and push.
* iswitchb.el (iswitchb-completion-help): Remove dead-code call to
fundamental-mode.  Use `or'.

14 years agoMulti-isearch functions instead of commands.
Juri Linkov [Wed, 14 Oct 2009 21:56:37 +0000 (21:56 +0000)]
Multi-isearch functions instead of commands.

14 years ago(multi-isearch-next-buffer-from-list)
Juri Linkov [Wed, 14 Oct 2009 21:51:42 +0000 (21:51 +0000)]
(multi-isearch-next-buffer-from-list)
(multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)

14 years ago(compile-onefile): Load `bytecomp' rather than `bytecomp.el'.
Stefan Monnier [Wed, 14 Oct 2009 15:13:44 +0000 (15:13 +0000)]
(compile-onefile): Load `bytecomp' rather than `bytecomp.el'.

14 years ago(completion-pcm--merge-completions): Make sure the
Stefan Monnier [Wed, 14 Oct 2009 15:10:09 +0000 (15:10 +0000)]
(completion-pcm--merge-completions): Make sure the
string we return is all made up of text from the completions rather
than part from the completions and part from the input (bug#4219).

14 years ago(ido-everywhere): Use define-minor-mode.
Stefan Monnier [Wed, 14 Oct 2009 14:53:36 +0000 (14:53 +0000)]
(ido-everywhere): Use define-minor-mode.

14 years ago(list-buffers, ctl-x-map): Mark the entry points with ;;;###autoload cookies.
Stefan Monnier [Wed, 14 Oct 2009 14:49:13 +0000 (14:49 +0000)]
(list-buffers, ctl-x-map): Mark the entry points with ;;;###autoload cookies.

14 years ago* trouble.texi (DEL Does Not Delete): Fix typo.
Juanma Barranquero [Wed, 14 Oct 2009 14:29:31 +0000 (14:29 +0000)]
* trouble.texi (DEL Does Not Delete): Fix typo.

14 years ago(vc-git-dir-extra-headers): Set the branch name
Dan Nicolaescu [Wed, 14 Oct 2009 06:28:00 +0000 (06:28 +0000)]
(vc-git-dir-extra-headers): Set the branch name
correctly in the detached head case.
(vc-git-print-log): Remove unused binding.

14 years ago* config.guess, config.sub: Updated from master source.
Dan Nicolaescu [Wed, 14 Oct 2009 06:10:19 +0000 (06:10 +0000)]
* config.guess, config.sub: Updated from master source.

14 years ago(vc-responsible-backend): When a directory is passed for
Dan Nicolaescu [Wed, 14 Oct 2009 06:08:47 +0000 (06:08 +0000)]
(vc-responsible-backend): When a directory is passed for
for registration create a VC repository if no backend is
responsible for the directory argument.
(vc-deduce-fileset): Tell vc-responsible-backend to register.

14 years ago* vc.el: Move comments about RCS and SCCS ...
Dan Nicolaescu [Wed, 14 Oct 2009 06:00:51 +0000 (06:00 +0000)]
* vc.el: Move comments about RCS and SCCS ...
* vc-rcs.el:
* vc-sccs.el: ... here, respectively.

14 years ago(completion--file-name-table): Return nil if there's
Stefan Monnier [Wed, 14 Oct 2009 03:05:06 +0000 (03:05 +0000)]
(completion--file-name-table): Return nil if there's
no file completion, even if substitute-in-file-name changed
the string (bug#4708).

14 years ago(read-file-local-variable-value): Don't filter out
Juri Linkov [Tue, 13 Oct 2009 22:35:44 +0000 (22:35 +0000)]
(read-file-local-variable-value): Don't filter out
minor modes from mode name completion (bug#4664).

14 years agoAdjust acknowledgement in last changelog entry.
Adrian Robert [Tue, 13 Oct 2009 19:50:43 +0000 (19:50 +0000)]
Adjust acknowledgement in last changelog entry.

14 years ago* international/mule-cmds.el (ucs-names): Remove exclusion of
Juanma Barranquero [Tue, 13 Oct 2009 07:45:18 +0000 (07:45 +0000)]
* international/mule-cmds.el (ucs-names): Remove exclusion of
  "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).

14 years ago*** empty log message ***
Kenichi Handa [Tue, 13 Oct 2009 05:17:40 +0000 (05:17 +0000)]
*** empty log message ***

14 years agoRegenerated.
Kenichi Handa [Tue, 13 Oct 2009 05:03:59 +0000 (05:03 +0000)]
Regenerated.

14 years agofix a typo in the last patch
Sam Steingold [Tue, 13 Oct 2009 02:59:19 +0000 (02:59 +0000)]
fix a typo in the last patch

14 years ago* bs.el (bs-mode): Fix last change. (`revert-buffer-function'
Juanma Barranquero [Tue, 13 Oct 2009 01:13:08 +0000 (01:13 +0000)]
* bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
  should be automatically buffer-local, but isn't.)

14 years agoAdd space after casts in last change.
Adrian Robert [Tue, 13 Oct 2009 01:05:18 +0000 (01:05 +0000)]
Add space after casts in last change.

14 years ago* dbusbind.c (dbus-method-return-internal)
Adrian Robert [Tue, 13 Oct 2009 01:04:07 +0000 (01:04 +0000)]
* dbusbind.c (dbus-method-return-internal)
(dbus-method-error-internal): Use long format in printf, and cast
argument.

* font.c (font_unparse_xlfd, font_unparse_fcname): Use long format
in printf, and cast argument.

* process.c (list_processes_1): Use long format in printf, and
cast argument.

14 years ago(list_processes_1): Use long format in printf, and cast argument.
Adrian Robert [Tue, 13 Oct 2009 01:03:46 +0000 (01:03 +0000)]
(list_processes_1): Use long format in printf, and cast argument.

14 years ago(font_unparse_xlfd, font_unparse_fcname): Use long format in printf, and cast argument.
Adrian Robert [Tue, 13 Oct 2009 01:03:38 +0000 (01:03 +0000)]
(font_unparse_xlfd, font_unparse_fcname): Use long format in printf, and cast argument.

14 years ago(dbus-method-return-internal, dbus-method-error-internal): Use long format in printf...
Adrian Robert [Tue, 13 Oct 2009 01:03:29 +0000 (01:03 +0000)]
(dbus-method-return-internal, dbus-method-error-internal): Use long format in printf, and cast argument.

14 years ago(compilation-mode-font-lock-keywords): Do not prepend "^ *" to
Sam Steingold [Mon, 12 Oct 2009 21:04:15 +0000 (21:04 +0000)]
(compilation-mode-font-lock-keywords): Do not prepend "^ *" to
non-anchored patterns, like the perl one (bug#3928).

14 years ago(compilation-next-error-function): Fix the
Sam Steingold [Mon, 12 Oct 2009 20:42:45 +0000 (20:42 +0000)]
(compilation-next-error-function): Fix the
timestamps if the buffer has been visited before

14 years ago(tramp-smb-do-file-attributes-with-stat): Let-bind `size'.
Glenn Morris [Mon, 12 Oct 2009 07:02:59 +0000 (07:02 +0000)]
(tramp-smb-do-file-attributes-with-stat): Let-bind `size'.

14 years ago* proced.el (proced-unload-function): New function.
Juanma Barranquero [Mon, 12 Oct 2009 04:59:04 +0000 (04:59 +0000)]
* proced.el (proced-unload-function): New function.

14 years ago* bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
Juanma Barranquero [Mon, 12 Oct 2009 04:57:46 +0000 (04:57 +0000)]
* bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
  (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.  Doc fix.

14 years ago* menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
Juanma Barranquero [Mon, 12 Oct 2009 00:52:23 +0000 (00:52 +0000)]
* menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.

14 years ago* configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
Adrian Robert [Mon, 12 Oct 2009 00:45:10 +0000 (00:45 +0000)]
* configure.in (NS_HAVE_NSINTEGER): Remove this test and define.

14 years ago(NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.
Adrian Robert [Mon, 12 Oct 2009 00:38:28 +0000 (00:38 +0000)]
(NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.

14 years ago* configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
Adrian Robert [Mon, 12 Oct 2009 00:36:20 +0000 (00:36 +0000)]
* configure.in (NS_HAVE_NSINTEGER): Remove this test and define.

14 years ago* config.in (NS_HAVE_NSINTEGER): Drop.
Adrian Robert [Mon, 12 Oct 2009 00:35:54 +0000 (00:35 +0000)]
* config.in (NS_HAVE_NSINTEGER): Drop.

14 years ago2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
Adrian Robert [Mon, 12 Oct 2009 00:28:30 +0000 (00:28 +0000)]
2009-10-11  Adrian Robert  <Adrian.B.Robert@gmail.com>
Changes for 64-bit compile under Snow Leopard.

* nsfns.m (xw-color-values): Use CGFloat where appropriate.

* nsfont.m (ns_char_width): Replace deprecated call (suggested by
Erik Charlebois).
(ns_findfonts, nsfont_list_family): Use long format in printf, and
cast argument.
(nsfont_open): Use ns_char_width() everywhere.
(ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where
appropriate.

* nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.

* nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
where appropriate.

* nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
where appropriate.
(EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:): Use
stringWithUTF8String.
(EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.

* nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip): Add
formal protocol mention to inheritance.
[NS_HAVE_NSINTEGER]: Drop conditional and contents.

* nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.  Fix
printf format.
(ns_query_color): Use CGFloat where appropriate.
(EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
(EmacsScroller-mouseDown:) Use long format in printf, and cast
argument.

14 years ago* nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate. Fix
Adrian Robert [Mon, 12 Oct 2009 00:27:52 +0000 (00:27 +0000)]
* nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.  Fix
printf format.
(ns_query_color): Use CGFloat where appropriate.
(EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
(EmacsScroller-mouseDown:) Use long format in printf, and cast
argument.

14 years ago* nsfont.m (ns_char_width): Replace deprecated call (suggested by
Adrian Robert [Mon, 12 Oct 2009 00:27:28 +0000 (00:27 +0000)]
* nsfont.m (ns_char_width): Replace deprecated call (suggested by
Erik Charlebois).
(ns_findfonts, nsfont_list_family): Use long format in printf, and
cast argument.
(nsfont_open): Use ns_char_width() everywhere.
(ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where
appropriate.

14 years ago* nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
Adrian Robert [Mon, 12 Oct 2009 00:27:13 +0000 (00:27 +0000)]
* nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
where appropriate.
(EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:): Use
stringWithUTF8String.
(EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.

14 years ago(EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip): Add formal protocol mention to...
Adrian Robert [Mon, 12 Oct 2009 00:26:45 +0000 (00:26 +0000)]
(EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip): Add formal protocol mention to inheritance.  [NS_HAVE_NSINTEGER]: Drop conditional and contents.

14 years ago(EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat where appropriate.
Adrian Robert [Mon, 12 Oct 2009 00:26:41 +0000 (00:26 +0000)]
(EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat where appropriate.

14 years ago(xw-color-values): Use CGFloat where appropriate.
Adrian Robert [Mon, 12 Oct 2009 00:26:38 +0000 (00:26 +0000)]
(xw-color-values): Use CGFloat where appropriate.

14 years ago(read-file-local-variable-value):
Juri Linkov [Sun, 11 Oct 2009 23:53:22 +0000 (23:53 +0000)]
(read-file-local-variable-value):
Provide default value only for bound variables.

14 years agoFix last change.
Michael Albinus [Sun, 11 Oct 2009 15:01:27 +0000 (15:01 +0000)]
Fix last change.

14 years ago*** empty log message ***
Michael Albinus [Sun, 11 Oct 2009 15:00:46 +0000 (15:00 +0000)]
*** empty log message ***

14 years ago* net/tramp-smb.el (tramp-smb-errors): Add error messages.
Michael Albinus [Sun, 11 Oct 2009 14:02:23 +0000 (14:02 +0000)]
* net/tramp-smb.el (tramp-smb-errors): Add error messages.
(tramp-smb-file-name-handler-alist): Add handlers for
`add-name-to-file', `make-symbolic-link'.
(tramp-smb-handle-add-name-to-file)
(tramp-do-file-attributes-with-stat)
(tramp-smb-handle-make-symbolic-link)
(tramp-smb-get-cifs-capabilities): New defuns.
(tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
(tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
(tramp-smb-handle-file-local-copy)
(tramp-smb-handle-make-directory-internal)
(tramp-smb-handle-rename-file, tramp-smb-handle-write-region): The
file name syntax depends on cifs capabilities.
(tramp-smb-handle-file-attributes); Call
`tramp-do-file-attributes-with-stat' if possible.
(tramp-smb-handle-insert-directory): Use posix attributes if
possible.
(tramp-smb-handle-set-file-modes): It is applicable for posix
only.

14 years ago* net/tramp-cache.el (tramp-flush-connection-property): The hash
Michael Albinus [Sun, 11 Oct 2009 14:00:30 +0000 (14:00 +0000)]
* net/tramp-cache.el (tramp-flush-connection-property): The hash
can be empty.

14 years ago* net/tramp.el (tramp-local-host-p): Function shall return nil for
Michael Albinus [Sun, 11 Oct 2009 13:59:28 +0000 (13:59 +0000)]
* net/tramp.el (tramp-local-host-p): Function shall return nil for
connection methods like smb.

14 years agoUpdate.
Juanma Barranquero [Sun, 11 Oct 2009 03:48:10 +0000 (03:48 +0000)]
Update.

14 years ago* emacs-lisp/eieio.el: Avoid requiring cl at runtime.
Chong Yidong [Sun, 11 Oct 2009 02:19:27 +0000 (02:19 +0000)]
* emacs-lisp/eieio.el: Avoid requiring cl at runtime.
(eieio-defclass): Apply deftype handler and setf-method properties
directly.
(eieio-add-new-slot): Avoid union function from cl library.
(eieio--typep): New function.
(eieio-perform-slot-validation): Use it.

14 years ago(Size and Position): Clarify what is included in the frame height. (Bug#4535)
Glenn Morris [Sun, 11 Oct 2009 00:07:05 +0000 (00:07 +0000)]
(Size and Position): Clarify what is included in the frame height.  (Bug#4535)

14 years ago(Fframe_pixel_height): Doc fix. (Bug#4535)
Glenn Morris [Sun, 11 Oct 2009 00:01:11 +0000 (00:01 +0000)]
(Fframe_pixel_height): Doc fix.  (Bug#4535)

14 years ago(frame-height): Doc fix.
Glenn Morris [Sat, 10 Oct 2009 23:50:10 +0000 (23:50 +0000)]
(frame-height): Doc fix.

14 years agoDocumented window-full-height-p.
Glenn Morris [Sat, 10 Oct 2009 23:43:27 +0000 (23:43 +0000)]
Documented window-full-height-p.

14 years ago(Size of Window): The relationship between window and frame heights is
Glenn Morris [Sat, 10 Oct 2009 23:43:03 +0000 (23:43 +0000)]
(Size of Window): The relationship between window and frame heights is
not so simple.  (Bug#4535)
Mention window-full-height-p.

14 years ago* bookmark.el
Karl Fogel [Sat, 10 Oct 2009 21:54:13 +0000 (21:54 +0000)]
* bookmark.el
  (bookmark-yank-word, bookmark-insert-current-bookmark): Update
  documentation to refer to variables documented in r1.135.

14 years ago* bookmark.el
Karl Fogel [Sat, 10 Oct 2009 21:48:22 +0000 (21:48 +0000)]
* bookmark.el
  (Info-suffix-list): Remove this completely unused variable.
  (bookmark-current-point): Remove this obsolete variable.
  (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
  Adjust for removal of bookmark-current-point.

  (bookmarks-already-loaded, bookmark-current-buffer, bookmark-yank-point):
  Document.  (Bug#4188)

14 years ago(calendar-split-width-threshold): New option.
Glenn Morris [Sat, 10 Oct 2009 20:50:39 +0000 (20:50 +0000)]
(calendar-split-width-threshold): New option.
(calendar-basic-setup): Use calendar-split-width-threshold.

14 years ago* cedet/ede/proj-shared.el (ede-proj-makefile-target-name): Use .la
Chong Yidong [Sat, 10 Oct 2009 19:15:50 +0000 (19:15 +0000)]
* cedet/ede/proj-shared.el (ede-proj-makefile-target-name): Use .la
for Automake.

14 years ago(try_window_id): Fix typos in comments.
Eli Zaretskii [Sat, 10 Oct 2009 16:39:05 +0000 (16:39 +0000)]
(try_window_id): Fix typos in comments.

14 years ago(redisplay_internal): Fix typos in comments.
Eli Zaretskii [Sat, 10 Oct 2009 08:09:22 +0000 (08:09 +0000)]
(redisplay_internal): Fix typos in comments.

14 years ago* cedet/ede/pconf.el (ede-proj-configure-synchronize): Use
Chong Yidong [Fri, 9 Oct 2009 20:32:02 +0000 (20:32 +0000)]
* cedet/ede/pconf.el (ede-proj-configure-synchronize): Use
"autoreconf -i".  Suggested by Andreas Schwab.

14 years ago* international/mule-cmds.el (ucs-names): Exclude new "Enclosed
Juanma Barranquero [Fri, 9 Oct 2009 13:03:17 +0000 (13:03 +0000)]
* international/mule-cmds.el (ucs-names): Exclude new "Enclosed
  Ideographic Supplement" range (U+1F200..U+1F2FF).

14 years ago* lisp/bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
Karl Fogel [Fri, 9 Oct 2009 06:50:14 +0000 (06:50 +0000)]
* lisp/bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
  since the list will have been rebuilt anyway.  (Bug#4349)

14 years ago* lisp/bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
Karl Fogel [Fri, 9 Oct 2009 06:44:40 +0000 (06:44 +0000)]
* lisp/bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
  (bookmark-bmenu-execute-deletions): Don't save here, as bookmark-delete
  will now do so if necessary.

Suggested by: Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>
(Bug#4348)

14 years ago(report-emacs-bug): Also print `features'.
Glenn Morris [Fri, 9 Oct 2009 06:29:56 +0000 (06:29 +0000)]
(report-emacs-bug): Also print `features'.

14 years ago* lisp/bookmark.el (bookmark-jump): Add new `display-func' parameter.
Karl Fogel [Fri, 9 Oct 2009 05:54:57 +0000 (05:54 +0000)]
* lisp/bookmark.el (bookmark-jump): Add new `display-func' parameter.
  (bookmark-jump-other-window): Just invoke bookmark-jump with new
  argument now, so the two function's behaviors will match.  (Bug#3645)

14 years ago* etc/NEWS (Changes in Specialized Modes and Packages in Emacs 23.1):
Karl Fogel [Fri, 9 Oct 2009 05:25:08 +0000 (05:25 +0000)]
* etc/NEWS (Changes in Specialized Modes and Packages in Emacs 23.1):
  Document bookmark.el at 2008-06-25T16:51:33Z!monnier@iro.umontreal.ca format upgrade.  (Bug#3375)

14 years ago* eieio.texi: Fix typos.
Juanma Barranquero [Fri, 9 Oct 2009 02:58:57 +0000 (02:58 +0000)]
* eieio.texi: Fix typos.

14 years ago* cedet/ede/proj.el (project-compile-project): Fix filename test.
Chong Yidong [Thu, 8 Oct 2009 22:13:42 +0000 (22:13 +0000)]
* cedet/ede/proj.el (project-compile-project): Fix filename test.

14 years ago* cedet/ede/proj.el (project-make-dist): Fix filename test.
Chong Yidong [Thu, 8 Oct 2009 22:08:49 +0000 (22:08 +0000)]
* cedet/ede/proj.el (project-make-dist): Fix filename test.
(ede-proj-dist-makefile): Use expand-file-name instead of concat
to expand file names.

14 years ago* net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
Michael Albinus [Thu, 8 Oct 2009 15:21:31 +0000 (15:21 +0000)]
* net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
case both directories are remote.
(tramp-smb-handle-expand-file-name): Implement "~" expansion.
(tramp-smb-maybe-open-connection): Flush the cache only if
necessary.

14 years ago* net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
Michael Albinus [Thu, 8 Oct 2009 15:19:56 +0000 (15:19 +0000)]
* net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
(tramp-file-name-real-host, tramp-file-name-port): Apply
`save-match-data.

14 years agogtkutil.c (create_menus): Call gtk_widget_set_size_request for
Jan Djärv [Thu, 8 Oct 2009 15:18:15 +0000 (15:18 +0000)]
gtkutil.c (create_menus): Call gtk_widget_set_size_request for
menu bar with a small width so it doesn't enlarge the frame.

14 years ago* cedet/ede/proj-obj.el (ede-gcc-linker): New var.
Chong Yidong [Thu, 8 Oct 2009 14:09:09 +0000 (14:09 +0000)]
* cedet/ede/proj-obj.el (ede-gcc-linker): New var.
(ede-proj-target-makefile-objectcode): Use it.

14 years ago* fontset.c (Fset_fontset_font): Fix typos in error messages.
Juanma Barranquero [Thu, 8 Oct 2009 10:54:58 +0000 (10:54 +0000)]
* fontset.c (Fset_fontset_font): Fix typos in error messages.

14 years ago* cedet/ede/source.el (ede-want-any-source-files-p)
Chong Yidong [Thu, 8 Oct 2009 01:49:05 +0000 (01:49 +0000)]
* cedet/ede/source.el (ede-want-any-source-files-p)
(ede-want-any-auxiliary-files-p, ede-want-any-files-p): Return
search result.  This error was introduced while merging.

14 years ago(set_cursor_from_row): Fix commentary.
Eli Zaretskii [Wed, 7 Oct 2009 20:07:31 +0000 (20:07 +0000)]
(set_cursor_from_row): Fix commentary.

14 years ago* Makefile.in (INFO_FILES): Add EDE and EIEIO.
Juanma Barranquero [Wed, 7 Oct 2009 18:26:40 +0000 (18:26 +0000)]
* Makefile.in (INFO_FILES): Add EDE and EIEIO.

14 years ago* makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
Juanma Barranquero [Wed, 7 Oct 2009 17:10:19 +0000 (17:10 +0000)]
* makefile.w32-in (WINS_UPDATES): Fix typo in previous change.

14 years ago(batch-update-autoloads): Remove useless use of concat.
Glenn Morris [Wed, 7 Oct 2009 16:10:31 +0000 (16:10 +0000)]
(batch-update-autoloads): Remove useless use of concat.

14 years ago* cl.texi (Argument Lists): Clarify explicit keyword arguments.
Chong Yidong [Wed, 7 Oct 2009 15:04:43 +0000 (15:04 +0000)]
* cl.texi (Argument Lists): Clarify explicit keyword arguments.

14 years ago(read-file-local-variable): Include some
Stefan Monnier [Wed, 7 Oct 2009 14:33:31 +0000 (14:33 +0000)]
(read-file-local-variable): Include some
non-user-variables in the completion table (bug#4664).

14 years ago(Text Lines): Remove goto-line, since it shouldn't be used from Lisp.
Stefan Monnier [Wed, 7 Oct 2009 14:32:08 +0000 (14:32 +0000)]
(Text Lines): Remove goto-line, since it shouldn't be used from Lisp.

14 years ago* net/tramp-smb.el (tramp-smb-errors): Add error messages.
Michael Albinus [Wed, 7 Oct 2009 11:31:21 +0000 (11:31 +0000)]
* net/tramp-smb.el (tramp-smb-errors): Add error messages.
(tramp-smb-file-name-handler-alist): Add handler for
`copy-directory', `expand-file-name', `set-file-modes'.
(tramp-smb-handle-copy-directory)
(tramp-smb-handle-expand-file-name)
(tramp-smb-handle-set-file-modes): New defuns.
(tramp-smb-handle-copy-file): Handle KEPP-DATE.
(tramp-smb-handle-file-attributes): Simplify check for retrieving
entry.
(tramp-smb-handle-insert-directory): Don't flush the cache.
(tramp-smb-maybe-open-connection): Check for samba client and
server versions.

14 years ago* net/tramp-cache.el (tramp-flush-connection-property): Add trace message.
Michael Albinus [Wed, 7 Oct 2009 11:27:10 +0000 (11:27 +0000)]
* net/tramp-cache.el (tramp-flush-connection-property): Add trace message.

14 years ago(Directory Names) <abbreviate-file-name>: Document that root home
Eli Zaretskii [Wed, 7 Oct 2009 10:20:04 +0000 (10:20 +0000)]
(Directory Names) <abbreviate-file-name>: Document that root home
directories are not replaced with "~".

14 years ago(batch-update-autoloads): Fix last change to not error out of search
Eli Zaretskii [Wed, 7 Oct 2009 09:58:54 +0000 (09:58 +0000)]
(batch-update-autoloads): Fix last change to not error out of search
for "^lisp=" fails.

14 years ago* makefile.w32-in (WINS_UPDATES): New macro.
Juanma Barranquero [Wed, 7 Oct 2009 09:31:32 +0000 (09:31 +0000)]
* makefile.w32-in (WINS_UPDATES): New macro.
  (custom-deps, finder-data, autoloads): Use it.