aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.Juanma Barranquero2009-10-122-3/+9
| | | | (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility. Doc fix.
* * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.Juanma Barranquero2009-10-122-15/+17
|
* (read-file-local-variable-value):Juri Linkov2009-10-112-1/+7
| | | | Provide default value only for bound variables.
* Fix last change.Michael Albinus2009-10-111-2/+2
|
* *** empty log message ***Michael Albinus2009-10-111-2/+2
|
* * net/tramp-smb.el (tramp-smb-errors): Add error messages.Michael Albinus2009-10-112-102/+327
| | | | | | | | | | | | | | | | | | | | | (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.
* * net/tramp-cache.el (tramp-flush-connection-property): The hashMichael Albinus2009-10-111-4/+6
| | | | can be empty.
* * net/tramp.el (tramp-local-host-p): Function shall return nil forMichael Albinus2009-10-111-0/+5
| | | | connection methods like smb.
* Update.Juanma Barranquero2009-10-111-1/+1
|
* * emacs-lisp/eieio.el: Avoid requiring cl at runtime.Chong Yidong2009-10-112-50/+113
| | | | | | | | (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.
* (frame-height): Doc fix.Glenn Morris2009-10-102-2/+13
|
* * bookmark.elKarl Fogel2009-10-102-4/+12
| | | | | (bookmark-yank-word, bookmark-insert-current-bookmark): Update documentation to refer to variables documented in r1.135.
* * bookmark.elKarl Fogel2009-10-102-12/+26
| | | | | | | | | | (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)
* (calendar-split-width-threshold): New option.Glenn Morris2009-10-102-0/+16
| | | | (calendar-basic-setup): Use calendar-split-width-threshold.
* * cedet/ede/proj-shared.el (ede-proj-makefile-target-name): Use .laChong Yidong2009-10-102-1/+10
| | | | for Automake.
* * cedet/ede/pconf.el (ede-proj-configure-synchronize): UseChong Yidong2009-10-092-7/+6
| | | | "autoreconf -i". Suggested by Andreas Schwab.
* * international/mule-cmds.el (ucs-names): Exclude new "EnclosedJuanma Barranquero2009-10-092-5/+10
| | | | Ideographic Supplement" range (U+1F200..U+1F2FF).
* * lisp/bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,Karl Fogel2009-10-092-2/+6
| | | | since the list will have been rebuilt anyway. (Bug#4349)
* * lisp/bookmark.el (bookmark-delete): Don't let batch arg prevent saving.Karl Fogel2009-10-092-12/+15
| | | | | | | | (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)
* (report-emacs-bug): Also print `features'.Glenn Morris2009-10-092-2/+7
|
* * lisp/bookmark.el (bookmark-jump): Add new `display-func' parameter.Karl Fogel2009-10-092-10/+16
| | | | | (bookmark-jump-other-window): Just invoke bookmark-jump with new argument now, so the two function's behaviors will match. (Bug#3645)
* * cedet/ede/proj.el (project-compile-project): Fix filename test.Chong Yidong2009-10-082-2/+5
|
* * cedet/ede/proj.el (project-make-dist): Fix filename test.Chong Yidong2009-10-082-9/+16
| | | | | (ede-proj-dist-makefile): Use expand-file-name instead of concat to expand file names.
* * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle theMichael Albinus2009-10-082-48/+77
| | | | | | | case both directories are remote. (tramp-smb-handle-expand-file-name): Implement "~" expansion. (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
* * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)Michael Albinus2009-10-081-23/+27
| | | | | (tramp-file-name-real-host, tramp-file-name-port): Apply `save-match-data.
* * cedet/ede/proj-obj.el (ede-gcc-linker): New var.Chong Yidong2009-10-082-14/+22
| | | | (ede-proj-target-makefile-objectcode): Use it.
* * cedet/ede/source.el (ede-want-any-source-files-p)Chong Yidong2009-10-082-3/+12
| | | | | (ede-want-any-auxiliary-files-p, ede-want-any-files-p): Return search result. This error was introduced while merging.
* * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.Juanma Barranquero2009-10-072-1/+5
|
* (batch-update-autoloads): Remove useless use of concat.Glenn Morris2009-10-072-2/+8
|
* (read-file-local-variable): Include someStefan Monnier2009-10-072-0/+6
| | | | non-user-variables in the completion table (bug#4664).
* * net/tramp-smb.el (tramp-smb-errors): Add error messages.Michael Albinus2009-10-072-61/+201
| | | | | | | | | | | | | | (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.
* * net/tramp-cache.el (tramp-flush-connection-property): Add trace message.Michael Albinus2009-10-071-0/+7
|
* (batch-update-autoloads): Fix last change to not error out of searchEli Zaretskii2009-10-072-1/+6
| | | | for "^lisp=" fails.
* * makefile.w32-in (WINS_UPDATES): New macro.Juanma Barranquero2009-10-072-7/+20
| | | | (custom-deps, finder-data, autoloads): Use it.
* (autoloads): Revert previous change.Glenn Morris2009-10-072-5/+7
|
* (batch-update-autoloads): Rather than having the list of preloadedGlenn Morris2009-10-071-12/+13
| | | | files passed on the command-line, get it from src/Makefile.
* Update comment.Chong Yidong2009-10-071-5/+0
|
* (calendar-basic-setup): In the wide frame case, show the originalGlenn Morris2009-10-072-52/+59
| | | | buffer rather than a random one.
* Markus Rost <rost at math.uni-bielefeld.de>Glenn Morris2009-10-072-1/+7
| | | | | (describe-no-warranty): Place point in a slightly better position in the GPLv3 text.
* (tramp-compat-process-running-p): Check thatSam Steingold2009-10-062-9/+14
| | | | the comm attribute is present before calling regexp-quote.
* * play/animate.el (animate-string): For good effect, make sureJuanma Barranquero2009-10-063-6/+13
| | | | | | | `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'.
* Regenerate.Glenn Morris2009-10-062-539/+261
|
* (define-obsolete-face-alias): Doc fix.Glenn Morris2009-10-062-2/+4
|
* (autoloads): Skip preloaded files. (Bug#4446)Glenn Morris2009-10-062-2/+11
|
* (autoload-excludes): New variable.Glenn Morris2009-10-061-2/+18
| | | | | | (autoload-generate-file-autoloads): Skip files in autoload-excludes. (batch-update-autoloads): Process a string value of autoload-excludes, set during the build process.
* Fix typo in previous.Glenn Morris2009-10-061-1/+1
|
* (tramp-handle-start-file-process): Move tramp-error callGlenn Morris2009-10-062-3/+6
| | | | inside with-parsed... macro so that `v' is defined.
* (f90-end-of-block, f90-beginning-of-block):Glenn Morris2009-10-062-3/+8
| | | | Also push mark in the macro case.
* (fortran-end-of-block, fortran-beginning-of-block):Glenn Morris2009-10-061-2/+2
| | | | Also push mark in the macro case.
* Use window-full-height-p.Glenn Morris2009-10-069-14/+27
|