aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Reduce some of the many, many variant spellings of NeXTstep.Glenn Morris2011-03-037-13/+13
| | | | http://lists.gnu.org/archive/html/emacs-devel/2010-10/msg00986.html
* Info-gnustep.plist trivia.Glenn Morris2011-03-022-1/+6
| | | | | * nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist: Refer to etc/NEXTSTEP rather than emacs-app.sf.net.
* * lisp/vc/vc-rcs.el: Remove some ancient comments.Glenn Morris2011-03-021-8/+4
| | | | | Anyone using rcs < 5.6.2 in 2011 probably has a functioning time machine, so does not need hand-holding.
* vc-dir fix for bug#7349.Bob Rogers2011-03-022-0/+5
| | | | | * lisp/vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e, like in dired.
* vc-svn fix for bug#7663 on MS Windows. (tiny change)Vagn Johansen2011-03-022-1/+8
| | | | | * lisp/vc/vc-svn.el (vc-svn-after-dir-status): Some MS Windows svn client programs output backslashes.
* * url.texi (Configuration): Update url-configuration-directory description.Glenn Morris2011-03-022-1/+5
|
* url.texi doc fix for bug#6038.Glenn Morris2011-03-022-14/+6
| | | | | * doc/misc/url.texi (Dealing with HTTP documents): Remove reference to function url-decode-text-part; never seems to have existed in any version.
* sendmail.el fix for bug#1776.Glenn Morris2011-03-022-5/+7
| | | | | | * lisp/mail/sendmail.el (mail-mode-map): Remove mail-sent-via. (mail-mode): Remove mail-sent-via from the doc. (mail-sent-via): Make it obsolete.
* Fix typo in previous NEWS change.Glenn Morris2011-03-021-1/+1
|
* * etc/NEWS: Mention emacsclient -q.Glenn Morris2011-03-021-0/+3
|
* Add --quiet option for emacsclient (bug#663) (tiny change)Drake Wilson2011-03-024-4/+29
| | | | | | | | | * lib-src/emacsclient.c (longopts): Add quiet. (decode_options): Handle q/quiet. (print_help_and_exit): Add q/quiet. (main): Suppress some messages if quiet option is used. * doc/emacs/misc.texi (emacsclient Options): Add q/quiet.
* grep.el fix for bug#8084.Glenn Morris2011-03-022-1/+8
| | | | | * lisp/progmodes/grep.el (grep-highlight-matches): Doc fix. (grep-process-setup): No highlighting without font-lock.
* vc-bzr fix for bug#8025.Glenn Morris2011-03-022-5/+23
| | | | | * lisp/vc/vc-bzr.el (vc-bzr-state-heuristic): Handle dirstate entries with no parents.
* * sheap.c (STATIC_HEAP_SIZE): Increase to 13MB.Ken Brown2011-03-022-1/+5
|
* Comment fix.Glenn Morris2011-03-021-1/+0
|
* Fix previous dired-x.el change.Glenn Morris2011-03-021-3/+3
|
* gnus-art.el (gnus-with-article-buffer): Fix buffer live check.Julien Danjou2011-03-022-1/+5
|
* Update autoloadsAndreas Schwab2011-03-021-2/+7
|
* Doc fix for bug#8148.Glenn Morris2011-03-022-9/+5
| | | | | * doc/emacs/mule.texi (Communication Coding) <x-select-request-type>: Remove duplicate (essentially) paragraph.
* Add some dired-x support for local filenames with Red Hat's man.Glenn Morris2011-03-023-43/+51
| | | | | | | * lisp/man.el (Man-support-local-filenames): Also handle Red Hat's man. * lisp/dired-x.el (Man-support-local-filenames): Autoload it. (dired-guess-shell-alist-default): Also handle Red Hat's man.
* Make dired-default-directory obsolete.Glenn Morris2011-03-014-25/+28
| | | | | | | | | | | | | | As far as I can tell, it was never used outside of dired-smart-shell-command. It doesn't seem worth keeping around as a separate function. * lisp/dired-x.el (dired-default-directory-alist, dired-default-directory): Mark as obsolete. (dired-smart-shell-command): Just call dired-current-directory. * doc/misc/dired-x.texi (Multiple Dired Directories): Remove mentions of dired-default-directory-alist and dired-default-directory. Move dired-smart-shell-command here... (Miscellaneous Commands): ... from here.
* dired-x trivia.Glenn Morris2011-03-012-4/+12
| | | | | | * lisp/dired-x.el (dired-jump-other-window): Add autoload. (dired-default-directory-alist, dired-default-directory): Doc fixes. (dired-default-directory-alist): Mark as risky.
* * texinfo.tex: Update to version 2011-02-24.09.Paul Eggert2011-03-012-21/+74
|
* Merge: Work around some portability problems with symlinks.Paul Eggert2011-03-0121-150/+1283
|\
| * Merge from mainline.Paul Eggert2011-03-017-32/+117
| |\ | |/ |/|
* | Make dired-omit-here-always obsolete, in favor of standard function.Glenn Morris2011-03-014-12/+14
| | | | | | | | | | | | | | * lisp/dired-x.el (dired-omit-here-always): Make it obsolete. * doc/misc/dired-x.texi (Omitting Variables): Refer to add-dir-local-variable instead of the obsoleted dired-omit-here-always.
* | Add a menu-bar entry for Artist mode.Chong Yidong2011-03-012-1/+56
| | | | | | | | | | | | | | * lisp/textmodes/artist.el (artist-curr-go): Default to pen-line. (artist-select-op-pen-line): New function. (artist-menu-map): New variable. (artist-mode-map): Add a menu to the menu-bar.
* | * calc/calc-math.el (calcFunc-log10): Check for symbolic modeJay Belanger2011-03-013-19/+47
| | | | | | | | | | | | | | | | | | | | | | | | when evaluating. * calc/calc-units.el (math-conditional-apply, math-conditional-pow): New function. (math-logunits-add, math-logunits-mul, math-logunits-divide): (math-logunits-quant, math-logunits-level): Use `math-conditional-apply' and `math-conditional-pow' to evaluate functions. (math-logunits-level): Extract units from ratio.
| * Merge from mainline.Paul Eggert2011-03-01106-817/+1493
| |\ | |/ |/|
* | Remove superfluous Tramp entries.Michael Albinus2011-03-012-209/+8
| |
* | gnus-art.el (list-identifier): Add list-identifier as a parameter group.Julien Danjou2011-03-012-4/+29
| | | | | | | | (article-hide-list-identifiers): Use list-identifier group parameter.
* | Merge changes made in Gnus trunk.Julien Danjou2011-03-014-52/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sieve.el (sieve-buffer-script-name): New local variable to store sieve script name. (sieve-edit-script): Store sieve script name. (sieve-upload): Use sieve script name when uploading. (sieve-upload): Use substitute-command-keys. (sieve-edit-script): Use substitute-command-keys. (sieve-refresh-scriptlist): Use substitute-command-keys. (sieve-manage-mode-map): Define keymap properly. (sieve-manage-mode): Do not set mode name manually, change mode-name to (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage". Remove commented code about cvs. (sieve-manage-quit): New function. (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit. gnus-gravatar.el: Use gnus-with-article-buffer. gnus-art.el (gnus-with-article-buffer): Check that the gnus-article-buffer is alive.
* | * lisp/files: Fix comment typo.Glenn Morris2011-02-281-1/+1
| |
* | Remove some duplicated tramp ChangeLog entries.Glenn Morris2011-02-281-42/+0
| | | | | | | | | | I guess the same changes were applied to emacs-23 and trunk separately. More duplicates remain.
* | * maintaining.texi (Format of ChangeLog): Add reference to add-log-full-name.Christoph Scholtes2011-02-282-7/+19
| | | | | | | | (Change Log Commands): Add documentation for combining multiple symbols in one change.
* | lisp/emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.Juanma Barranquero2011-03-013-3/+7
| |
* | * lisp/calendar/cal-hebrew.el (diary-ordinal-suffix): Declare.Glenn Morris2011-02-281-0/+1
| |
* | * lisp/files.el: Comment.Glenn Morris2011-02-281-0/+3
| |
* | * admin/notes/bzr: Tiny addition.Glenn Morris2011-02-281-0/+2
| |
* | Rework previous cal-hebrew change.Glenn Morris2011-02-283-47/+45
| | | | | | | | | | | | | | * lisp/calendar/cal-hebrew.el (calendar-hebrew-birthday, diary-hebrew-date): Rename and rework functions added in previous change. * etc/NEWS: Mention diary-hebrew-birthday.
* | Add some new cal-hebrew functions.Ed Reingold2011-02-282-0/+56
| | | | | | | | | | * lisp/calendar/cal-hebrew.el (hebrew-calendar-birthday, diary-hebrew-birthday): New functions.
* | Give dired-actual-switches a safe-local-variable property. (Bug#3230)Glenn Morris2011-02-282-3/+15
| | | | | | | | | | * lisp/dired.el (dired-safe-switches-p): Beef it up. (dired-actual-switches): Use it for the safe-local-variable property.
* | * lisp/dired.el (dired-safe-switches-p): New function. (Bug#3230)Stefan Monnier2011-02-282-0/+7
| |
* | Add the ability to exclude dir-locals from subdirs. (Bug#8100)Glenn Morris2011-02-288-8/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/files.el (dir-locals-collect-variables): Add the ability to exclude subdirectories. * doc/emacs/custom.texi (Directory Variables): Give an example of excluding subdirectories. * doc/lispref/variables.texi (Directory Local Variables): Mention `(subdirs . nil)' alist element. * etc/NEWS: Mention this addition. * lisp/dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
* | * ido.el (ido-everywhere): Doc fix.Christoph Scholtes2011-02-282-4/+9
| | | | | | | | (ido-mode): Doc fix.
* | * lisp/dired-x.el (dired-guess-shell-alist-default): Use \\', not $.Glenn Morris2011-02-282-56/+60
| |
* | * tramp.texi (Frequently Asked Questions): Add Emacs 24 toMichael Albinus2011-02-282-2/+7
| | | | | | | | supported systems.
* | * net/tramp-cmds.el (tramp-append-tramp-buffers): Dump load-path shadows.Michael Albinus2011-02-282-0/+11
| |
* | * lisp/dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.Antoine Levitt2011-02-272-0/+6
| |
* | lisp/emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1): Fix typos in docstrings.Juanma Barranquero2011-02-282-5/+10
| |