aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* (report-calc-bug): Remove version number.Jay Belanger2008-08-141-7/+5
| | | | | calc-stuff (calc-version): Remove function. calc.el (calc-version): Remove.
* (calc-keypad-show-input): Remove version number.Jay Belanger2008-08-141-1/+1
|
* (calc-full-help): Remove version number.Jay Belanger2008-08-141-2/+1
|
* Remove autoloading of calc-version.Jay Belanger2008-08-141-1/+1
|
* (easy-menu-add): Don't precompute keybindingsStefan Monnier2008-08-142-17/+12
| | | | | since those precomputed values aren't used any more. (easy-menu-precalculate-equivalent-keybindings): Obsolete.
* (with-help-window): Return last value in BODY.Martin Rudalics2008-08-142-14/+17
|
* * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in theMichael Albinus2008-08-142-39/+46
| | | | | notify function of the URL. (xesam-new-search): Encode special characters in the query string.
* (use_dialog_box): Doc fix.Chong Yidong2008-08-141-1/+4
|
* Fix last change.Chong Yidong2008-08-141-1/+1
|
* * fns.c (syms_of_fns): Doc fix.Chong Yidong2008-08-141-0/+2
|
* Undefine HAVE_RES_INIT, which appears to be harmful on OS X.Chong Yidong2008-08-141-4/+7
|
* * s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful onChong Yidong2008-08-141-0/+5
| | | | OS X.
* (Qns_parse_geometry): New var.Chong Yidong2008-08-131-6/+30
| | | | (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
* * frame.c (Qns_parse_geometry): New var.Chong Yidong2008-08-131-0/+5
| | | | (Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
* (ns-parse-geometry): Rename from x-parse-geometry.Chong Yidong2008-08-131-1/+1
|
* * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.Chong Yidong2008-08-131-0/+4
|
* (tramp-handle-shell-command): Handle output goingAndreas Schwab2008-08-132-9/+20
| | | | to current buffer like shell-command. Don't disable undo.
* (tramp-handle-shell-command): Correctly handleAndreas Schwab2008-08-132-6/+14
| | | | output going to current buffer. Don't disable undo.
* (eshell/which): Handle the case where no description is found.Glenn Morris2008-08-132-3/+11
|
* (c-emacs-features): argumentative-bod-function: bind mark-ring to avoidAlan Mackenzie2008-08-121-1/+2
| | | | accumulating a spurious mark.
* (Change Log): Mention next-error is available.Teodor Zlatanov2008-08-122-0/+10
|
* *** empty log message ***Alan Mackenzie2008-08-121-0/+6
|
* Delete trailing whitespace.Chong Yidong2008-08-121-1/+1
|
* (visual-line--saved-state): New var.Chong Yidong2008-08-121-1/+15
| | | | | (visual-line-mode): Save local values of variables, and restore them when visual-line-mode is disabled.
* * simple.el (visual-line--saved-state): New var.Chong Yidong2008-08-121-0/+6
| | | | | (visual-line-mode): Save local values of variables, and restore them when visual-line-mode is disabled.
* (ldap-search-internal): Tweak URL regexp.Chong Yidong2008-08-121-1/+3
|
* * net/ldap.el (ldap-search-internal): Tweak URL regexp.Chong Yidong2008-08-121-0/+4
|
* Merge from gnus--devo--0Miles Bader2008-08-123-19/+37
| | | | Revision: [email protected]/emacs--devo--0--patch-1376
* Merge from emacs--rel--22Miles Bader2008-08-121-0/+25
|\ | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 287-293) - Update from CVS: src/term.c (syms_of_term): Fix last change. - Update from CVS Revision: [email protected]/emacs--devo--0--patch-1374
| * (increment-calendar-month): Optionally handle systems without 12Glenn Morris2008-08-102-6/+12
| | | | | | | | | | months per year (sync from trunk 2008-03-31; needed for above holiday-bahai fix).
| * (holiday-bahai): Fix previous change for Emacs 22.Glenn Morris2008-08-101-1/+1
| |
| * Forgot to commit this.Glenn Morris2008-08-101-0/+6
| |
| * (f90-beginning-of-subprogram, f90-end-of-subprogram): Only give aGlenn Morris2008-08-102-2/+59
| | | | | | | | message when interactive (sync from trunk 2008-06-12).
| * (fortran-end-of-subprogram): Check for a match before trying to moveGlenn Morris2008-08-101-6/+6
| | | | | | | | there (sync from trunk 2008-06-11).
| * (bootstrap-prepare): Explictly pass EMACS to sub-makesGlenn Morris2008-08-101-1/+1
| | | | | | | | that use it, for non-GNU makes (sync from trunk 2008-06-08).
| * (byte-compile-maybe-guarded): Doc fix (sync from trunk 2008-06-13).Glenn Morris2008-08-101-3/+3
| | | | | | | | (byte-compile-file): Doc fix (sync from trunk 2008-04-27).
| * (locate-library): Doc fix (sync from trunk 2008-06-10).Glenn Morris2008-08-101-1/+1
| |
| * (generated-custom-dependencies-file): Doc fix (sync from trunkGlenn Morris2008-08-101-1/+1
| | | | | | | | 2008-06-05).
| * (generated-finder-keywords-file, finder-exit): Doc fix (sync fromGlenn Morris2008-08-101-2/+2
| | | | | | | | trunk 2008-06-05).
| * (holiday-float): Doc fixes (sync from trunk 2008-04-29).Glenn Morris2008-08-101-9/+7
| |
| * (calendar-nth-named-absday, calendar-nth-named-day):Glenn Morris2008-08-101-11/+6
| | | | | | | | Doc fixes (sync from trunk 2008-04-29).
| * (holiday-islamic): Doc fix (sync from trunk 2008-04-23).Glenn Morris2008-08-101-3/+3
| |
| * (cal-tex-preamble-extra): Fix custom type (sync from trunkGlenn Morris2008-08-101-1/+1
| | | | | | | | 2008-04-11).
| * (toggle-truncate-lines): Doc fix (sync from trunk 2008-04-10).Glenn Morris2008-08-101-1/+2
| |
| * (holiday-bahai): Use an algorithm actually relevant to this calendarGlenn Morris2008-08-101-30/+46
| | | | | | | | | | | | | | | | | | | | system (sync from trunk 2008-03-31). (calendar-bahai-date-string): Avoid an error for pre-Bahai dates (sync from trunk 2008-03-31). (calendar-print-bahai-date): Handle pre-Bahai dates (sync from trunk 2008-03-20). (calendar-absolute-from-bahai): Fix the leap-year case (sync from trunk 2008-03-20).
| * (holiday-julian): Fix a problem with holidays in the last fortnight inGlenn Morris2008-08-101-1/+1
| | | | | | | | Julian October (sync from trunk 2008-03-31).
| * (simple-diary-display, diary-show-all-entries, make-diary-entry):Glenn Morris2008-08-101-10/+13
| | | | | | | | | | Respect non-nil values of pop-up-frames (sync from trunk 2008-03-28). (list-sexp-diary-entries, diary-float): Doc fixes (sync from trunk 2008-04-29).
| * (diary-remind): Doc fix.Glenn Morris2008-08-101-1/+1
| |
| * Use __sparc__ rather than sparc.Glenn Morris2008-08-105-8/+16
| |
| * (cpp_undefs): Rename from `undefs', update uses.Glenn Morris2008-08-101-14/+13
| | | | | | | | | | Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT, and explicitly export there. (Bug#507.) (Sync of trunk 2008-07-01).