aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (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: [email protected]/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 <[email protected]> * lisp/gnus/spam-report.el (spam-report-gmane): Fix generation of spam report URL. 2005-09-10 Simon Josefsson <[email protected]> * lisp/gnus/gnus-agent.el (gnus-agent-synchronize-flags): Make the default t, based on discussion on the ding list with Robert Epprecht <[email protected]>.
* 2005-09-11 Chris Prince <[email protected]> (tiny change)Jason Rumney2005-09-112-7/+25
| | | | * w32term.c (x_bitmap_icon): Load small icons too.
* Regenerate.Kim F. Storm2005-09-101-542/+963
|
* *** empty log message ***Kim F. Storm2005-09-102-0/+9
|
* (authors-aliases): Update list.Kim F. Storm2005-09-101-1/+2
| | | | (authors-fixed-entries): Update mldrag.el entry.
* Fix formatting of misc. entries.Kim F. Storm2005-09-104-22/+20
|
* (init_buffer): Fix typos.Romain Francoise2005-09-102-2/+2
|
* (init_buffer): Grow buffer to add directory separatorRomain Francoise2005-09-102-2/+9
| | | | and terminal zero.
* 2005-09-10 Chong Yidong <[email protected]>Chong Yidong2005-09-102-1/+5
| | | | * files.texi (Saving Buffers): Fix typo.
* (narrow-to-page): Exclude _entire_ multi-line delimiter from the regionEli Zaretskii2005-09-102-1/+6
| | | | narrowed to.
* (ispell-check-version): Signal an error if aspell version is less than 0.60.Eli Zaretskii2005-09-102-1/+9
|
* (inferior-octave-startup): Resync current dir at the end.Eli Zaretskii2005-09-102-1/+10
|
* Document changes in woman.el.Eli Zaretskii2005-09-101-0/+6
|
* (woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.Eli Zaretskii2005-09-102-52/+57
| | | | | | | | | (woman-topic-at-point): Renamed to woman-use-topic-at-point. (woman-file-name): Reflect renames above. Automatically use the word at point as topic if woman-use-topic-at-point is non-nil. Otherwise offer it as default but don't insert it in the minibuffer. Also use `test-completion' instead of `assoc' as suggested by Stefan Monnier.
* Fix entry for sysdep.c.Eli Zaretskii2005-09-101-2/+2
|
* Don't #undef NULL after including blockinput.h.Eli Zaretskii2005-09-102-1/+1
|
* Fix last change.Eli Zaretskii2005-09-102-2/+2
|
* (init_buffer): Fix error message for failed call to get_current_dir_name.Eli Zaretskii2005-09-102-4/+11
| | | | (get_current_dir_name): Remove prototype.
* (get_current_dir_name): Remove prototype.Eli Zaretskii2005-09-101-2/+0
|
* (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]: Add prototype.Eli Zaretskii2005-09-101-0/+3
|
* *** empty log message ***Eli Zaretskii2005-09-103-0/+13
|
* [WINDOWSNT]: Add prototype for getwd.Eli Zaretskii2005-09-101-2/+3
|
* (HAVE_GET_CURRENT_DIR_NAME): Undefine.Eli Zaretskii2005-09-101-0/+1
|
* *** empty log message ***Eli Zaretskii2005-09-102-0/+9
|
* Regenerated after adding test for get_current_dir_name.Eli Zaretskii2005-09-102-1/+5
|
* (AC_CHECK_FUNCS): Check for get_current_dir_name.Eli Zaretskii2005-09-101-1/+1
|
* (smc_save_yourself_CB): Use get_current_dir_name.Eli Zaretskii2005-09-102-11/+19
|
* (init_buffer): Use get_current_dir_name.Eli Zaretskii2005-09-101-28/+13
|
* (get_current_dir_name) [!HAVE_CURRENT_DIR_NAME]: New function.Eli Zaretskii2005-09-101-0/+75
|
* Remove VC-over-Tramp issue. VC now fails gracefully in theAndré Spiegel2005-09-101-4/+0
| | | | appropriate cases.
* (GETOPT_H, GETOPTOBJS): Define to use getopt.h, getopt.o and getopt1.o.Eli Zaretskii2005-09-101-0/+2
|
* #André Spiegel2005-09-101-0/+5
|
* *** empty log message ***Eli Zaretskii2005-09-101-0/+14
|
* (vc-directory, vc-update-change-log): Throw an error on the attempt toAndré Spiegel2005-09-101-0/+5
| | | | do it over Tramp. This is not yet supported.
* (menu-bar-menu-frame-live-and-visible-p)Eli Zaretskii2005-09-101-44/+32
| | | | | | | | | | | | | (menu-bar-non-minibuffer-window-p): New functions. ("Split Window", "Save As..."): Use them. ("Postscript Print Buffer (B+W)", "Postscript Print Buffer") ("Print Buffer", "Truncate Long Lines in this Buffer"): Use menu-bar-menu-frame-live-and-visible-p. ("Save Buffer", "Insert File", "Open Directory...") ("Open File...", "Visit New File..."): Use menu-bar-non-minibuffer-window-p. (kill-this-buffer-enabled-p, dired <menu-enable>): Use menu-bar-non-minibuffer-window-p.
* Fix last change.Eli Zaretskii2005-09-091-1/+2
|
* (all): Don't complain about fringe-relatedEli Zaretskii2005-09-092-1/+12
| | | | | | built-ins if fringes are not supported. Ditto about selection-related built-ins. Fix the test for GTK-related built-ins.
* *** empty log message ***Eli Zaretskii2005-09-093-0/+19
|
* ("Split Window", "Postscript Print Buffer (B+W)")Eli Zaretskii2005-09-091-26/+41
| | | | | | | | | ("Postscript Print Buffer", "Print Region", "Save As...") ("Save", "Insert File...", "Open Directory...") ("Open File...", "Visit New File..."") ("Truncate Long Lines in this Buffer"): Don't look at menu-updating-frame if this display does not support multiple frames.
* Update url for calculator.el.Eli Zaretskii2005-09-091-1/+1
|