Chong Yidong
d751f122b6
* cedet/ede/proj-shared.el (ede-proj-makefile-target-name): Use .la
...
for Automake.
2009-10-10 19:15:50 +00:00
Eli Zaretskii
ec6870e05f
(try_window_id): Fix typos in comments.
2009-10-10 16:39:05 +00:00
Eli Zaretskii
997d1c4dd0
(redisplay_internal): Fix typos in comments.
2009-10-10 08:09:22 +00:00
Chong Yidong
fa63f49c89
* cedet/ede/pconf.el (ede-proj-configure-synchronize): Use
...
"autoreconf -i". Suggested by Andreas Schwab.
2009-10-09 20:32:02 +00:00
Juanma Barranquero
d364386c8e
* international/mule-cmds.el (ucs-names): Exclude new "Enclosed
...
Ideographic Supplement" range (U+1F200..U+1F2FF).
2009-10-09 13:03:17 +00:00
Karl Fogel
02d0f051aa
* lisp/bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
...
since the list will have been rebuilt anyway. (Bug#4349)
2009-10-09 06:50:14 +00:00
Karl Fogel
33e97a284f
* 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)
2009-10-09 06:44:40 +00:00
Glenn Morris
9656d87b30
(report-emacs-bug): Also print `features'.
2009-10-09 06:29:56 +00:00
Karl Fogel
e6227f0652
* 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)
2009-10-09 05:54:57 +00:00
Karl Fogel
3aa8040cc6
* 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)
2009-10-09 05:25:08 +00:00
Juanma Barranquero
310dbb050f
* eieio.texi: Fix typos.
2009-10-09 02:58:57 +00:00
Chong Yidong
4f54db4b41
* cedet/ede/proj.el (project-compile-project): Fix filename test.
2009-10-08 22:13:42 +00:00
Chong Yidong
35c7e413c5
* 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.
2009-10-08 22:08:49 +00:00
Michael Albinus
288f783b7a
* 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.
2009-10-08 15:21:31 +00:00
Michael Albinus
a17632c1dc
* 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.
2009-10-08 15:19:56 +00:00
Jan Djärv
5be883cd98
gtkutil.c (create_menus): Call gtk_widget_set_size_request for
...
menu bar with a small width so it doesn't enlarge the frame.
2009-10-08 15:18:15 +00:00
Chong Yidong
a6b98754c9
* cedet/ede/proj-obj.el (ede-gcc-linker): New var.
...
(ede-proj-target-makefile-objectcode): Use it.
2009-10-08 14:09:09 +00:00
Juanma Barranquero
d7a39b5147
* fontset.c (Fset_fontset_font): Fix typos in error messages.
2009-10-08 10:54:58 +00:00
Chong Yidong
c2a81032c8
* 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.
2009-10-08 01:49:05 +00:00
Eli Zaretskii
a3b841018e
(set_cursor_from_row): Fix commentary.
2009-10-07 20:07:31 +00:00
Juanma Barranquero
b6c0fa718a
* Makefile.in (INFO_FILES): Add EDE and EIEIO.
2009-10-07 18:26:40 +00:00
Juanma Barranquero
872a1ea427
* makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
2009-10-07 17:10:19 +00:00
Glenn Morris
ab2baced6e
(batch-update-autoloads): Remove useless use of concat.
2009-10-07 16:10:31 +00:00
Chong Yidong
09094f2893
* cl.texi (Argument Lists): Clarify explicit keyword arguments.
2009-10-07 15:04:43 +00:00
Stefan Monnier
5c4634c1d1
(read-file-local-variable): Include some
...
non-user-variables in the completion table (bug#4664).
2009-10-07 14:33:31 +00:00
Stefan Monnier
7f8b600a83
(Text Lines): Remove goto-line, since it shouldn't be used from Lisp.
2009-10-07 14:32:08 +00:00
Michael Albinus
c2dc9732f7
* 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.
2009-10-07 11:31:21 +00:00
Michael Albinus
e946faaf51
* net/tramp-cache.el (tramp-flush-connection-property): Add trace message.
2009-10-07 11:27:10 +00:00
Eli Zaretskii
6185de1cfb
(Directory Names) <abbreviate-file-name>: Document that root home
...
directories are not replaced with "~".
2009-10-07 10:20:04 +00:00
Eli Zaretskii
11be40a6f4
(batch-update-autoloads): Fix last change to not error out of search
...
for "^lisp=" fails.
2009-10-07 09:58:54 +00:00
Juanma Barranquero
8c4afe20df
* makefile.w32-in (WINS_UPDATES): New macro.
...
(custom-deps, finder-data, autoloads): Use it.
2009-10-07 09:31:32 +00:00
Glenn Morris
ee2e93e2c2
(autoloads): Revert previous change.
2009-10-07 07:19:07 +00:00
Glenn Morris
5152da64b8
(batch-update-autoloads): Rather than having the list of preloaded
...
files passed on the command-line, get it from src/Makefile.
2009-10-07 07:18:53 +00:00
Chong Yidong
8b31f1a612
Update comment.
2009-10-07 05:37:05 +00:00
Glenn Morris
429a150633
(calendar-basic-setup): In the wide frame case, show the original
...
buffer rather than a random one.
2009-10-07 02:57:46 +00:00
Glenn Morris
e7e2b26cc6
Markus Rost <rost at math.uni-bielefeld.de>
...
(describe-no-warranty): Place point in a slightly better position in
the GPLv3 text.
2009-10-07 02:52:37 +00:00
Juanma Barranquero
ea9883d149
Fix typo in previous change.
2009-10-07 02:12:23 +00:00
Juanma Barranquero
216f299a7d
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
...
($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
2009-10-07 01:43:06 +00:00
Chong Yidong
07dc47d9a8
Add entries for the EDE and EIEIO manuals.
2009-10-07 01:11:38 +00:00
Chong Yidong
966a6506b3
* eieio.texi:
...
* ede.texi: New files.
* Makefile.in: Build EIEIO and EDE manuals.
2009-10-07 01:10:52 +00:00
Sam Steingold
f58f7520cd
(tramp-compat-process-running-p): Check that
...
the comm attribute is present before calling regexp-quote.
2009-10-06 19:52:15 +00:00
Eli Zaretskii
9972911fda
(Special Properties): Document the meaning of the `cursor' text property
...
whose value is an integer.
2009-10-06 18:32:07 +00:00
Eli Zaretskii
8a02ff6268
(set_cursor_from_row): Fix and improve comments.
2009-10-06 18:20:22 +00:00
Juanma Barranquero
bde79dc058
* play/animate.el (animate-string): For good effect, make sure
...
`indent-tabs-mode' and `show-trailing-whitespace' are nil.
* play/animate.el (animate-sequence, animate-birthday-present):
* misc.el (butterfly): Don't set `indent-tabs-mode'.
2009-10-06 11:15:01 +00:00
Glenn Morris
353f2607c2
Regenerate.
2009-10-06 06:40:40 +00:00
Glenn Morris
73fe714ac3
(define-obsolete-face-alias): Doc fix.
2009-10-06 03:43:23 +00:00
Glenn Morris
3405d98c33
(autoloads): Skip preloaded files. (Bug#4446)
2009-10-06 03:12:55 +00:00
Glenn Morris
a0436952b5
(autoload-excludes): New variable.
...
(autoload-generate-file-autoloads): Skip files in autoload-excludes.
(batch-update-autoloads): Process a string value of autoload-excludes,
set during the build process.
2009-10-06 03:12:32 +00:00
Glenn Morris
683fa532db
Fix typo in previous.
2009-10-06 03:09:25 +00:00
Glenn Morris
9fb2cdc58b
(tramp-handle-start-file-process): Move tramp-error call
...
inside with-parsed... macro so that `v' is defined.
2009-10-06 02:50:44 +00:00