summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (Fexpand_file_name): Check multibyteness ofKenichi Handa2005-09-142-10/+13
| | | | default_directory.
* Mention new user var `hs-allow-nesting'.Thien-Thi Nguyen2005-09-141-0/+4
|
* (hs-hide-comments-when-hiding-all): Remove autoload cookie.Thien-Thi Nguyen2005-09-142-41/+65
| | | | | | | | | | | | | | (hs-allow-nesting): New user var. (hs-discard-overlays): Skip "internal" overlays if nesting allowed. (hs-hide-block-at-point): When nesting allowed, if there is already an overlay in place, delete it. (hs-safety-is-job-n): Delete func; remove call sites. (hs-hide-level-recursive): Don't pre-clean if nesting allowed. (hs-overlay-at): New func. (hs-already-hidden-p, hs-show-block): Use it. (hs-hide-all): Don't pre-clean if nesting allowed. (hs-show-all): Temporarily disallow nesting around call to `hs-discard-overlays'.
* Comment munging; nfc.Thien-Thi Nguyen2005-09-141-10/+12
|
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-546Miles Bader2005-09-132-1/+7
| | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 116-117) - Merge from emacs--cvs-trunk--0 - Update from CVS 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-sum.el (gnus-summary-edit-article-done): Remove text props before parsing header.
* 2005-09-14 Chong Yidong <cyd@stupidchicken.com>Chong Yidong2005-09-132-3/+7
| | | | | * mouse.el (mouse-major-mode-menu): Make `prefix' optional. Delete unused local var.
* Add arch taglineMiles Bader2005-09-131-2/+5
|
* New file.Richard M. Stallman2005-09-131-0/+673
|
* (describe-categories): "?\ " -> "?\s".Juanma Barranquero2005-09-132-17/+19
| | | | | (help-do-arg-highlight): Recognize also ARG-n, as in `move-to-left-margin' (ARG+n is already recognized). Simplify.
* (reftex-tables-dirty): Add defvas.Juanma Barranquero2005-09-132-34/+43
|
* (conf-alist, conf-entry, conf-key, ent-alist): Add defvar.Juanma Barranquero2005-09-131-9/+12
|
* (tool-bar-map, w3-mode-map, w3m-minor-mode-map): Add defvars.Juanma Barranquero2005-09-131-30/+33
|
* (dos-unsupported-char-glyph): Add defvar.Juanma Barranquero2005-09-131-0/+2
|
* (compose_chars_in_text): Delete it.Kenichi Handa2005-09-132-126/+6
|
* (compose_chars_in_text): Delete extern.Kenichi Handa2005-09-131-1/+0
|
* (print_error_message): Fix last change.Kim F. Storm2005-09-121-1/+1
|
* *** empty log message ***Kim F. Storm2005-09-121-0/+4
|
* 2005-09-13 Chong Yidong <cyd@stupidchicken.com>Chong Yidong2005-09-122-1/+5
| | | | * url-mailto.el (url-mailto): Always use a new mail buffer.
* 2005-09-13 Chong Yidong <cyd@stupidchicken.com>Chong Yidong2005-09-123-7/+12
| | | | | | | | * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'. Fix behavior if noerase is `t' and there is no mail buffer. * simple.el (sendmail-user-agent-compose): Use a new mail buffer if `continue' is nil, rather than signal an error.
* Add arch taglineMiles Bader2005-09-121-1/+2
|
* * custom.el (custom-push-theme): Handle the case where a symbol isChong Yidong2005-09-122-11/+13
| | | | bound but face properties have not yet been assigned.
* 2005-09-13 Chong Yidong <cyd@stupidchicken.com>Chong Yidong2005-09-122-4/+19
| | | | | * mail/sendmail.el (mail): Use new buffer if `noerase' argument is `new'.
* (calendar-for-loop): Add edebug info.Stefan Monnier2005-09-122-50/+42
| | | | | (calendar-basic-setup): Use the new nil arg. (number-of-diary-entries): Move to diary-lib.el.
* Use with-current-buffer, match-string.Stefan Monnier2005-09-121-224/+210
| | | | | | | | | | | | | | | | | | (diary-list-entries): Use with-syntax-table and dolist. Rename from list-diary-entries. Use number-of-diary-entries if `number' is nil. (diary, diary-view-entries): Use this new name and new nil arg value. (number-of-diary-entries): Move from calendar.el. (diary-unhide-everything): New function. (include-other-diary-files, fancy-diary-display) (diary-show-all-entries, make-diary-entry): Use it. (diary-mail-entries): Use buffer-string. (mark-diary-entries): Fix long standing paren typo. (diary-sexp-entry): Use count-lines. (make-diary-entry): Avoid `previous-line'. (diary-mode-map): New var. (diary-mode): Redraw cal after saving. Setup header-line. (fancy-diary-display-mode): Use local-set-key.
* (compose_chars_in_text): Fix setup of `pend'.Kim F. Storm2005-09-121-2/+11
| | | | Unconditionally reload `ptr' and `pend' after eval.
* *** empty log message ***Kim F. Storm2005-09-121-0/+3
|
* (command-line): Try calling various terminal-init-foo-barStefan Monnier2005-09-121-7/+15
| | | | functions by stripping hyphenated suffixes from $TERM.
* (font-lock-keywords): Add autoload.Richard M. Stallman2005-09-122-0/+6
|
* (describe-variable): Rearrange to put source link in a predictable place.Richard M. Stallman2005-09-121-65/+69
|
* New file.Richard M. Stallman2005-09-122-0/+4922
|
* (normal-mode): Check boundness of font-lock-keywords.Stefan Monnier2005-09-122-33/+37
|
* (auto_save_error): Pass copy of lisp string to message2.Kim F. Storm2005-09-121-2/+6
|
* (print_error_message): Pass copy of caller name to message_dolog.Kim F. Storm2005-09-121-1/+3
|
* (message3): Pass copy of lisp string to message_dolog.Kim F. Storm2005-09-121-1/+9
|
* *** empty log message ***Kim F. Storm2005-09-121-0/+9
|
* (display_mode_element): Be sure to make variables THISKenichi Handa2005-09-122-0/+7
| | | | and LISP_STRING point into a string data of ELT.
* (x_encode_text): Remove prototype.Kim F. Storm2005-09-121-2/+0
|
* (x_encode_text): Declare static. Add FREEP arg.Kim F. Storm2005-09-121-11/+10
| | | | | (x_set_name_internal): Call x_encode_text with new FREEP arg to know if xfree is needed instead of guessing.
* (check_windows_init_file): Fix allocation of error buffer.Kim F. Storm2005-09-121-1/+3
|
* (Fminibuffer_complete_word): Move `completion_string'Kim F. Storm2005-09-121-2/+1
| | | | declaration to where it is used.
* (Fdescribe_buffer_bindings): Reload `translate'Kim F. Storm2005-09-121-1/+4
| | | | after insert which runs signal_after_change.
* (Ftranslate_region_internal): Reload `tt' afterKim F. Storm2005-09-121-6/+9
| | | | | signal_after_change that may have GC'ed. (Fmessage, Fmessage_box, Fmessage_or_box): Doc fix.
* *** empty log message ***Kim F. Storm2005-09-121-0/+20
|
* typoWerner LEMBERG2005-09-121-1/+1
|
* Don't decide a file's directoryRichard M. Stallman2005-09-122-42/+68
| | | | | | | | | | | | | | | | | until the user actually tries to go there. (compilation-next-error-function): Pass compilation-find-file the directory from the file-struct. (compilation-internal-error-properties): Separate local FILE-STRUCT from FILE. Doc the args better. Rename arg FMT to FMTS. (compilation-find-file): Arg DIR renamed to DIRECTORY. Expand it, and if nil, use default-directory. (compilation-get-file-structure): Don't mix specified directory with default directory. Put specified directory into file-struct. Don't make the file name absolute. (compilation-error-regexp-alist): Doc fix. (compile-command): Add autoload. (compilation-disable-input): Add autoload.
* time-stamp.elStephen Gildea2005-09-121-0/+8
|
* (time-stamp, time-stamp-line-limit, time-stamp-start, time-stamp-end):Stephen Gildea2005-09-121-17/+35
| | | | | | | | Mention variable time-stamp-pattern in doc string. (time-stamp-pattern): Update doc string. (time-stamp-string-preprocess): new (as yet undocumented) time-stamp-format escapes %Q and %q (fully-qualified domain name and unqualified host name).
* (../src/config.h): Don't overwrite. Print a message instead.Jason Rumney2005-09-112-3/+9
| | | | (../src/paths.h): Removed.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-540Miles Bader2005-09-113-2/+15
| | | | | | | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 115) - Update from CVS 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/spam-report.el (spam-report-gmane): Fix generation of spam report URL. 2005-09-10 Simon Josefsson <jas@extundo.com> * lisp/gnus/gnus-agent.el (gnus-agent-synchronize-flags): Make the default t, based on discussion on the ding list with Robert Epprecht <epprecht@solnet.ch>.
* 2005-09-11 Chris Prince <cprince@gmail.com> (tiny change)Jason Rumney2005-09-112-7/+25
| | | | * w32term.c (x_bitmap_icon): Load small icons too.