summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* registry.el (registry-prune-hard-candidates, ↵Teodor Zlatanov2011-05-102-13/+47
| | | | | | registry-prune-soft-candidates): Helper methods for registry pruning. (registry-prune): Use them. Make the sort function optional.
* Bind bookmark-bmenu-search to `/'Leo Liu2011-05-112-3/+4
|
* fix many doubled-word typosU. Ser2011-05-1017-19/+19
|
* shr.el (shr-put-color-1): Do not bug out when old-props is a face symbol and ↵Julien Danjou2011-05-102-2/+9
| | | | not a list.
* Add a new footnote style unicodeLeo Liu2011-05-102-1/+29
| | | | | See also the discussion thread in: http://thread.gmane.org/gmane.emacs.devel/139221
* Convert mail/footnote.el to utf-8 encodingLeo Liu2011-05-102-3/+7
|
* gnus-art.el (gnus-article-mode): Move binding of shr-put-image-function here ↵Katsumi Yamaoka2011-05-102-3/+6
| | | | from gnus-article-prepare-display.
* shr.el (shr-put-image-function): New variable.Katsumi Yamaoka2011-05-104-16/+45
| | | | | | | | (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it. (shr-put-image): Return scaled image. gnus-art.el (gnus-shr-put-image): New function. (gnus-article-prepare-display): Bind shr-put-image-function to it. gnus-html.el (gnus-html-wash-images): Register scaled images, not original ones, as deletable.
* Deprecate using "mode:" to enable minor modes (bug#8613)Glenn Morris2011-05-094-17/+27
| | | | | | | | | | | | | * lisp/files.el (hack-one-local-variable-eval-safep): Consider "eval: (foo-mode)" to be safe. * doc/emacs/custom.texi (Specifying File Variables): Deprecate using mode: for minor modes. * etc/NEWS: Mention this. * lisp/doc-view.el, lisp/net/soap-client.el: Change "mode:" minor-mode file local variables to use "eval:".
* diary-lib.el doc fixes.Glenn Morris2011-05-092-47/+90
| | | | | | | | * lisp/calendar/diary-lib.el (diary-list-entries-hook) (diary-mark-entries-hook, diary-nongregorian-listing-hook) (diary-nongregorian-marking-hook, diary-list-entries) (diary-include-other-diary-files, diary-mark-entries) (diary-mark-included-diary-files): Doc fixes.
* lisp/misc.el: Require tabulated-list.el during compilation.Juanma Barranquero2011-05-102-1/+7
|
* registry.el (registry-full): Add convenience method. Fix logic.Teodor Zlatanov2011-05-093-7/+30
| | | | | | (registry-insert): Use it. Fix logic here too. gnus-registry.el (gnus-registry-insert): Add wrapper that calls `registry-prune' if `registry-full' returns t. (gnus-registry-handle-action, gnus-registry-get-or-make-entry, gnus-registry-set-id-key, gnus-registry-usage-test): Use it.
* Call compilation-filter-hook in the no-async case too.Chong Yidong2011-05-092-1/+12
| | | | | | * progmodes/compile.el (compilation-start): Run compilation-filter-hook for the async case too. (compilation-filter-hook): Doc fix.
* * lisp/gnus/nntp.el (nntp-open-connection): Set TCP keepalive option.Stefan Monnier2011-05-092-24/+33
|
* Add forgotten ChangeLog entry.Deniz Dogan2011-05-091-0/+5
|
* * lisp/wdired.el: Remove outdated installation comment. Fix usageDeniz Dogan2011-05-091-31/+5
| | | | comment.
* lisp/misc.el: Implement new command `list-dynamic-libraries'.Juanma Barranquero2011-05-092-1/+62
| | | | | | * misc.el (list-dynamic-libraries--loaded-only-p): New variable. (list-dynamic-libraries--refresh): New function. (list-dynamic-libraries): New command.
* Various fixes to compilation-error-regexp-alist-alist.Chong Yidong2011-05-082-10/+23
| | | | | | | * lisp/progmodes/compile.el (compilation-error-regexp-alist-alist): Fix the ant regexp to handle end-line and end-column info from jikes. Re-introduce maven regexp. Give the ruby-Test::Unit regexp a higher priority to avoid clobbering by gnu.
* Handle calling defface on a face with existing theme settings (Bug#8454).Chong Yidong2011-05-082-16/+23
| | | | | * lisp/cus-face.el (custom-declare-face): Call custom-theme-recalc-face if the face has existing theme settings.
* Expand file names during browse-url-of-dired-file (Bug#8259).Ralph Schleicher2011-05-082-1/+7
| | | | | * lisp/net/browse-url.el (browse-url-of-dired-file): Allow browsing of special file names `.' and `..'.
* Handle "my" and "our" keywords in Perl imenu (Bug#8261).Chong Yidong2011-05-082-1/+6
| | | | | * progmodes/perl-mode.el (perl-imenu-generic-expression): Only match variables declared via `my' or `our'.
* Perform grep-mode's buffer modifications in a process filter (Bug#7952)Chong Yidong2011-05-083-25/+46
| | | | | | | | | | | | * progmodes/grep.el (grep-mode-font-lock-keywords): Remove buffer-changing entries. (grep-filter): New function. (grep-mode): Add it to compilation-filter-hook. * progmodes/compile.el (compilation-filter-hook) (compilation-filter-start): New defvars. (compilation-filter): Call compilation-filter-hook prior to updating the process mark.
* * lisp/emacs-lisp/eieio.el (defmethod): Fix typo in last change.Stefan Monnier2011-05-072-6/+10
|
* Fix bug #8595 with setting mailclient-send-it on MS-Windows.Eli Zaretskii2011-05-072-2/+9
| | | | | lisp/mail/sendmail.el (send-mail-function): On MS-Windows, default to mailclient-send-it even if window-system is nil.
* Remove (tiny change) marker from author now with general assignment,Glenn Morris2011-05-071-1/+1
|
* Fix bug #8597 with setting frame background mode on w32 console.Eli Zaretskii2011-05-072-0/+19
| | | | | | | | | src/w32console.c (Fset_screen_color): Doc fix. (Fget_screen_color): New function. (syms_of_ntterm): Defsubr it. lisp/term/w32console.el (terminal-init-w32console): Call get-screen-color and use its output to set the frame background-mode.
* shr.el (shr-link): Make shr-link inherit from link by default.Julien Danjou2011-05-072-1/+5
|
* Make bytecomp.el understand that defmethod defines functions.Stefan Monnier2011-05-073-33/+54
| | | | | | | | | | * lisp/emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form): New functions. (defgeneric, eieio--defmethod): Use them. (eieio-defgeneric): Remove. (defmethod): Call defgeneric in a way visible to the byte-compiler. Fixes: debbugs:8631
* timeclock.el trivia.Glenn Morris2011-05-062-6/+9
| | | | | | * lisp/calendar/timeclock.el (timeclock-log-data): Remove unused local. Use let rather than let*. (timeclock-find-discrep): Remove unused local.
* * lisp/calendar/diary-lib.el (diary-comment-start): Doc fix.Glenn Morris2011-05-062-1/+6
|
* * lisp/calendar/appt.el (appt-time-msg-list): Doc fix.Glenn Morris2011-05-062-5/+8
|
* shr.el (shr-urlify, shr-link): Fix shr-link face.Teodor Zlatanov2011-05-062-4/+7
|
* apropos.el (apropos-print-doc): Only use emacs-lisp-docstring-fill-column ↵Noah Friedman2011-05-062-1/+9
| | | | when it is bound to an integer, per that variable's documentation.
* * lisp/lpr.el (print-region-1): Echo lpr-program's output, so error messagesStefan Monnier2011-05-062-15/+31
| | | | and warnings are not silently discarded (e.g. use "-d" instead of "-P").
* * lisp/calendar/diary-lib.el (diary-add-to-list): Simplify previous change.Glenn Morris2011-05-061-3/+1
|
* ChangeLog format fixes.Glenn Morris2011-05-061-14/+13
|
* Allow per-appointment warning times.Glenn Morris2011-05-062-5/+37
| | | | | | | | | | * lisp/calendar/appt.el (appt-message-warning-time): Doc fix. (appt-warning-time-regexp): New option. (appt-make-list): Respect appt-message-warning-time. * doc/emacs/calendar.texi (Appointments): Mention appt-warning-time-regexp. * etc/NEWS: Mention this.
* Add diary comments feature.Glenn Morris2011-05-052-2/+43
| | | | | | | | | | | * lisp/calendar/diary-lib.el (diary-comment-start, diary-comment-end): New options. (diary-add-to-list): Strip comments from the displayed string. (diary-mode): Set comment-start and comment-end. * doc/emacs/cal-xtra.texi (Fancy Diary Display): Mention diary comments. * etc/NEWS: Mention this.
* Silence diff-mode.el compilation.Glenn Morris2011-05-052-1/+9
| | | | | * lisp/vc/diff-mode.el (smerge-refine-subst): Declare. (diff-refine-hunk): Don't require smerge-mode when compiling.
* lisp/simple.el (list-processes): Return nil as the docstring says.Juanma Barranquero2011-05-062-1/+6
|
* shr.el (shr-urlify, shr-link): Still broken but at least doesn't error out ↵Teodor Zlatanov2011-05-052-2/+7
| | | | because the face is not a list.
* * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default to "".Michael Albinus2011-05-052-20/+14
| | | | | | (ange-ftp-write-region, ange-ftp-insert-file-contents) (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for determining of binary transfer. (Bug#7383)
* * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): FixMichael Albinus2011-05-052-2/+7
| | | | port computation bug. (Bug#8618)
* * lisp/gnus/gnus-start.el (gnus-propagate-marks): Declare.Glenn Morris2011-05-042-0/+6
|
* * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.Glenn Morris2011-05-042-0/+3
|
* Declarations in simple.el.Glenn Morris2011-05-042-0/+6
| | | | | * lisp/simple.el (shell-dynamic-complete-functions) (comint-dynamic-complete-functions): Declare.
* Declaration fixes.Glenn Morris2011-05-044-4/+9
| | | | | | | | | * lisp/net/network-stream.el (gnutls-negotiate): Fix declaration. * lisp/simple.el (tabulated-list-print): Fix declaration. * lisp/progmodes/gud.el (syntax-symbol, syntax-point): Remove unnecessary and incorrect declarations.
* Small check-declare fix.Glenn Morris2011-05-042-4/+11
| | | | | * lisp/emacs-lisp/check-declare.el (check-declare-scan): Handle byte-compile-initial-macro-environment in bytecomp.el
* ChangeLog merge fix, grumble.Glenn Morris2011-05-041-5/+0
|
* Merge from emacs-23; up to 2010-06-10T05:17:21Z!rgm@gnu.org.Glenn Morris2011-05-041-0/+5
|\